Skip to content

Instantly share code, notes, and snippets.

@Kailang
Last active March 10, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kailang/c2b19906a76330f74b83fdfd2356d4f9 to your computer and use it in GitHub Desktop.
Save Kailang/c2b19906a76330f74b83fdfd2356d4f9 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Monokai",
"git.autofetch": true,
"window.zoomLevel": 1,
"editor.tokenColorCustomizations": {
"[Monokai]": {
"comments": "#74705E",
"strings": "#E6DB73",
"numbers": "#AE81FF",
"functions": "#FD971E",
"types": "#65D9EF",
"keywords": "#F92671",
"variables": "#B4E1D2",
"textMateRules": [
{
"scope": "entity.name.variable.parameter",
"settings": {
"foreground": "#FDE3C3",
"fontStyle": "italic"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#F7F7EF"
}
},
{
"scope": "entity.name.variable.field",
"settings": {
"foreground": "#2EE2A6"
}
}
]
}
},
"workbench.colorCustomizations": {
"editor.background": "#000"
},
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.minimap.enabled": false,
"eslint.autoFixOnSave": true,
"explorer.confirmDelete": false,
"editor.codeLens": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment