Update settings.json
This commit is contained in:
parent
a6e99b07f5
commit
8fe9c0b374
|
@ -21,7 +21,7 @@
|
||||||
"editorBracketMatch.background": "#fffb00",
|
"editorBracketMatch.background": "#fffb00",
|
||||||
"terminal.background" : "#f8f8f8",
|
"terminal.background" : "#f8f8f8",
|
||||||
},
|
},
|
||||||
"editor.fontSize": 15,
|
"editor.fontSize": 17,
|
||||||
"editor.fontWeight": "500",
|
"editor.fontWeight": "500",
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
|
@ -34,4 +34,5 @@
|
||||||
"terminal.integrated.fontWeight": "500",
|
"terminal.integrated.fontWeight": "500",
|
||||||
"terminal.integrated.fontSize": 12,
|
"terminal.integrated.fontSize": 12,
|
||||||
"explorer.autoReveal": false,
|
"explorer.autoReveal": false,
|
||||||
|
"window.zoomLevel": -1,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue