Skip to content

Instantly share code, notes, and snippets.

@kiwec
Created May 8, 2020 22:35
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 kiwec/123839a7e74939a05182d0a1d9aa1f97 to your computer and use it in GitHub Desktop.
Save kiwec/123839a7e74939a05182d0a1d9aa1f97 to your computer and use it in GitHub Desktop.
{
"name": "depression",
"globals":
{
"background": "#000000",
"foreground": "#eeeeee",
"caret": "#ffffff",
"line_highlight": "#101010",
"selection": "#444444"
},
"rules":
[
{
"scope": "comment",
"foreground": "#44aa44"
},
{
"scope": "string",
"foreground": "#aaaaff",
},
{
"scope": "constant.numeric",
"foreground": "#5555ff",
},
{
"scope": "keyword",
"foreground": "#aaaaaa"
},
{
"scope": "storage.type",
"foreground": "#aaaaaa"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment