diff --git a/.hyper.js b/.hyper.js index 507a624..317c959 100644 --- a/.hyper.js +++ b/.hyper.js @@ -9,7 +9,7 @@ module.exports = { updateChannel: 'canary', // default font size in pixels for all tabs - fontSize: 14, + fontSize: 12, windowSize: [1080, 720], diff --git a/vscode.js b/vscode.js index 293aef3..233af12 100644 --- a/vscode.js +++ b/vscode.js @@ -5,11 +5,10 @@ "editor.renderWhitespace": "all", "editor.formatOnSave": false, "editor.tabSize": 2, - "workbench.colorTheme": "Ayu Mirage Bordered", + "workbench.colorTheme": "Cobalt2", "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina", "editor.fontLigatures": true, "editor.fontSize": 13, - "workbench.iconTheme": "ayu", "editor.quickSuggestions": { "other": true, "comments": false,