Skip to content

Instantly share code, notes, and snippets.

@yongjun823
Created July 8, 2019 07:52
Show Gist options
  • Save yongjun823/14f29335d02b8dcc65104eec90fe612a to your computer and use it in GitHub Desktop.
Save yongjun823/14f29335d02b8dcc65104eec90fe612a to your computer and use it in GitHub Desktop.
vscode editor.tokenColorCustomizations
{
"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