Update settings.json

This commit is contained in:
lianghongkey 2019-05-31 16:55:11 +08:00 committed by GitHub
parent aacb8c3ed3
commit 31f8eaa91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -22,5 +22,13 @@
},
"editor.fontSize": 15,
"editor.fontFamily": "SF Mono",
"editor.fontWeight": "500"
"editor.fontWeight": "500",
"editor.tokenColorCustomizations": {
"comments":"#7c7c7c",
"keywords": "#708a00f7",
"variables": "#FD971F",
"strings": "#b8386dbd",
"functions": "#0044d8",
"numbers": "#00b11d",
},
}