Compare commits

..

1 Commits

Author SHA1 Message Date
ergz 9c76fac1ce gruvbox med customs 2022-07-23 21:25:52 -07:00
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",
},
],
}