Skip to content

Instantly share code, notes, and snippets.

@Chadtech
Last active August 25, 2018 13:57
Show Gist options
  • Save Chadtech/adccf7da60c3228677b397f8d0ec54de to your computer and use it in GitHub Desktop.
Save Chadtech/adccf7da60c3228677b397f8d0ec54de to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"editor.fontFamily": "HFNSS",
"editor.fontSize": 32,
"workbench.fontAliasing": "none",
"editor.lineHeight": 21,
"workbench.colorTheme": "Monokai Dimmed",
"workbench.colorCustomizations": {
"editor.foreground": "#b0a69a",
"editor.background": "#030907",
"editorLineNumber.foreground": "#57524f",
"editorLineNumber.activeForeground": "#807672",
"editor.selectionBackground": "#57524f",
"editorCursor.foreground": "#f21d23",
"sideBar.background": "#030907"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "constant",
"settings": {
"foreground": "#175CFE"
}
},
{
"scope": "support",
"settings": {
"foreground": "#807672"
}
},
{
"scope": "entity.name.function",
"settings": {
"foreground": "#0aca1a",
}
},
{
"scope": "comment",
"settings": {
"foreground": "#57524f",
}
},
{
"scope": "string",
"settings": {
"foreground": "#e3d34b",
}
},
{
"scope": "constant.numeric",
"settings": {
"foreground": "#175cfe",
}
},
{
"scope": "constant.other",
"settings": {
"foreground": "#175cfe",
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#FCA484",
}
},
{
"scope": "support.type",
"settings": {
"foreground": "#FCA484",
}
},
{
"scope": "punctuation.parens",
"settings": {
"foreground": "#0abab5",
}
},
{
"scope": "punctuation.definition.list",
"settings": {
"foreground": "#0abab5",
}
},
{
"scope": "support.function",
"settings": {
"foreground": "#b0a69a",
}
},
{
"scope": "support.other",
"settings": {
"foreground": "#175CFE",
}
},
{
"scope": "support.constant",
"settings": {
"foreground": "#175CFE",
}
},
{
"scope": "punctuation.separator",
"settings": {
"foreground": "#0abab5",
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#f21d23",
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#f21d23",
}
},
{
"scope": "keyword.other",
"settings": {
"foreground": "#f21d23",
}
},
{
"scope": "meta",
"settings": {
"foreground": "#b0a69a",
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#FF0000",
}
},
{
"scope": "",
"settings": {
"foreground": "#b0a69a",
}
}
]
},
"window.zoomLevel": 0,
"elm.includeParamsInUserAutocomplete": false,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment