Changing hyper font size and vs code theme.

This commit is contained in:
Bradley 2020-09-16 17:30:26 -07:00
parent 2dc770e060
commit 2630fb464c
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,7 @@ module.exports = {
updateChannel: 'canary',
// default font size in pixels for all tabs
fontSize: 14,
fontSize: 12,
windowSize: [1080, 720],

View file

@ -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,