adds cyanide customs

This commit is contained in:
ergz 2022-07-23 11:49:58 -07:00
parent be953060a6
commit 67d1775cab
1 changed files with 15 additions and 0 deletions

View File

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