Skip to content

Instantly share code, notes, and snippets.

@andoniabedul
Created February 25, 2019 09:29
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 andoniabedul/8056e53e41dbc83d0f2dc84b2a229e4c to your computer and use it in GitHub Desktop.
Save andoniabedul/8056e53e41dbc83d0f2dc84b2a229e4c to your computer and use it in GitHub Desktop.
{
"settings": {
"editor.wordWrap": "wordWrapColumn",
"debug.inlineValues": true,
"editor.snippetSuggestions": "top",
"window.zoomLevel": 0,
"workbench.colorTheme": "Juicy Light (rainglow)",
"explorer.openEditors.visible": 0,
"editor.tokenColorCustomizations":{
"functions": "#FF0000",
"keywords": "#da8300",
"types": "#bd8e01",
"comments": "#999999",
"strings": "#520096",
"variables": "#FF0000",
"constant": "#000",
"[Juicy Light (rainglow)]": {
"types": "#FF0000",
"textMateRules": [{
"scope": "keyword",
"settings": {
"foreground": "#FF0000",
}
},
{
"scope":"variable.parameter",
"settings": {
"foreground": "#e08701",
"fontStyle": "bold"
}
},
{
"scope":"storage.type",
"settings": {
"fontStyle": "bold"
}
}]
}
},
"editor.cursorStyle": "block",
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "Inconsolata, Menlo, Monaco, 'Courier New', monospace",
"editor.wordWrapColumn": 140,
"workbench.statusBar.feedback.visible": false,
"workbench.activityBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.color": "#000",
"editor.tabSize": 2,
"zenMode.hideLineNumbers": false,
"zenMode.hideTabs": false,
},
"workspace": {
"workbench.statusBar.feedback.visible": false,
"workbench.statusBar.visible": true,
"html.format.wrapLineLength": 80,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"workbench.colorCustomizations": {
"titleBar.border": "#ff0000",
"tab.activeBorder": "#ff0000",
"tab.inactiveForeground": "#444444",
"list.activeSelectionBackground":"#c71e00"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment