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',
|
updateChannel: 'canary',
|
||||||
|
|
||||||
// default font size in pixels for all tabs
|
// default font size in pixels for all tabs
|
||||||
fontSize: 14,
|
fontSize: 12,
|
||||||
|
|
||||||
windowSize: [1080, 720],
|
windowSize: [1080, 720],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,10 @@
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"workbench.colorTheme": "Ayu Mirage Bordered",
|
"workbench.colorTheme": "Cobalt2",
|
||||||
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina",
|
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace, Fira Code Retina",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.fontSize": 13,
|
"editor.fontSize": 13,
|
||||||
"workbench.iconTheme": "ayu",
|
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"other": true,
|
"other": true,
|
||||||
"comments": false,
|
"comments": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue