mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Changing hyper font size and vs code theme.
This commit is contained in:
parent
2dc770e060
commit
2630fb464c
2 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
updateChannel: 'canary',
|
||||
|
||||
// default font size in pixels for all tabs
|
||||
fontSize: 14,
|
||||
fontSize: 12,
|
||||
|
||||
windowSize: [1080, 720],
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue