Update settings.json

This commit is contained in:
lianghongkey 2019-06-03 11:26:16 +08:00 committed by GitHub
parent 69e9aaf92f
commit 04ab6270ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -25,10 +25,10 @@
"editor.fontWeight": "500",
"editor.tokenColorCustomizations": {
"comments":"#7c7c7c",
"keywords": "#a100a1",
"variables": "#a1a100",
"strings": "#00a1a1",
"functions": "#a10000",
"numbers": "#00a100",
"keywords": "#610091",
"variables": "#919100",
"strings": "#009191",
"functions": "#910000",
"numbers": "#009100",
},
}