Created
July 8, 2019 07:52
-
-
Save yongjun823/14f29335d02b8dcc65104eec90fe612a to your computer and use it in GitHub Desktop.
vscode editor.tokenColorCustomizations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Default Light+", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.tokenColorCustomizations": { | |
"[Material Theme Lighter]": { | |
}, | |
"[Default Light+]": { | |
"keywords": "#0000ff" | |
} | |
}, | |
"editor.fontFamily": "'Fira Code Retina Regular', 'Courier New', monospace", | |
"window.zoomLevel": 1, | |
"files.autoSave": "afterDelay", | |
"workbench.startupEditor": "newUntitledFile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment