Created
February 4, 2021 14:37
-
-
Save sh4nks/52392fab2fda9fc5818d09d03f143523 to your computer and use it in GitHub Desktop.
Dracula Color Scheme customizations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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