gruvbox med customs

This commit is contained in:
ergz 2022-07-23 21:25:52 -07:00
parent 67d1775cab
commit 9c76fac1ce
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
// http://www.sublimetext.com/docs/3/color_schemes.html
"variables": {
// "green": "#FF0000",
},
"globals": {
// "foreground": "var(green)",
"line_highlight": "black",
"caret": "springgreen"
},
"rules": [
{
// "scope": "string",
// "foreground": "#00FF00",
},
],
}