19 lines
429 B
Text
19 lines
429 B
Text
// Documentation at https://www.sublimetext.com/docs/color_schemes.html
|
|
{
|
|
"variables":
|
|
{
|
|
},
|
|
"globals":
|
|
{
|
|
"invisibles": "#CCC",
|
|
},
|
|
"rules":
|
|
[
|
|
// https://lsp.sublimetext.io/customization/
|
|
// https://www.sublimetext.com/docs/color_schemes.html#variables
|
|
{
|
|
"scope": "markup.warning.lsp",
|
|
"foreground": "color(darkgoldenrod)",
|
|
}
|
|
],
|
|
}
|