Update settings.json

This commit is contained in:
lianghongkey 2019-06-21 10:25:39 +08:00 committed by GitHub
parent 8fe9c0b374
commit 768d2caaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@
"editorBracketMatch.background": "#fffb00", "editorBracketMatch.background": "#fffb00",
"terminal.background" : "#f8f8f8", "terminal.background" : "#f8f8f8",
}, },
"editor.fontSize": 17, "editor.fontSize": 14,
"editor.fontWeight": "500", "editor.fontWeight": "500",
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"comments":"#7c7c7c", "comments":"#7c7c7c",
@ -32,7 +32,6 @@
"numbers": "#009100", "numbers": "#009100",
}, },
"terminal.integrated.fontWeight": "500", "terminal.integrated.fontWeight": "500",
"terminal.integrated.fontSize": 12, "terminal.integrated.fontSize": 10,
"explorer.autoReveal": false, "explorer.autoReveal": false,
"window.zoomLevel": -1,
} }