Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Last active April 9, 2022 01:48
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 AbeEstrada/e96191768d69697190d3929a2d5144c0 to your computer and use it in GitHub Desktop.
Save AbeEstrada/e96191768d69697190d3929a2d5144c0 to your computer and use it in GitHub Desktop.
Sublime Text Monokai Color Scheme
// Documentation at https://www.sublimetext.com/docs/color_schemes.html
{
"variables": {},
"globals": {
"background": "#19171a",
"selection": "#333",
"selection_border": "#333",
"stack_guide": "var(grey)",
"active_guide": "var(purple)",
"line_highlight": "var(black3)",
},
"rules": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment