Update settings.json

This commit is contained in:
lianghongkey 2019-06-07 09:48:56 +08:00 committed by GitHub
parent 77a94f48a2
commit 14769ccb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
"editor.fontWeight": "500", "editor.fontWeight": "500",
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"comments":"#7c7c7c", "comments":"#7c7c7c",
"keywords": "#610091", "keywords": "#919100",
"variables": "#919100", "variables": "#000000",
"strings": "#009191", "strings": "#009191",
"functions": "#910000", "functions": "#910000",
"numbers": "#009100", "numbers": "#009100",