Skip to content

Instantly share code, notes, and snippets.

@sh4nks
Created February 4, 2021 14:37
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 sh4nks/52392fab2fda9fc5818d09d03f143523 to your computer and use it in GitHub Desktop.
Save sh4nks/52392fab2fda9fc5818d09d03f143523 to your computer and use it in GitHub Desktop.
Dracula Color Scheme customizations
// Documentation at https://www.sublimetext.com/docs/color_schemes.html
{
"variables":
{
},
"globals":
{
},
"rules":
[
{
"name": "User-defined constant",
"scope": "constant.character, constant.other",
"foreground": "var(cyan)"
},
{
"name": "Storage type Class",
"scope": "storage.type.class",
"foreground": "var(pink)",
"font_style": ""
},
{
"name": "Punctuation String Begin",
"scope": "punctuation.definition.string.begin",
"foreground": "var(yellow)",
"font_style": ""
},
{
"name": "Punctuation String End",
"scope": "punctuation.definition.string.end",
"foreground": "var(yellow)",
"font_style": ""
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment