|
{
|
|
// 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",
|
|
},
|
|
],
|
|
} |