28 lines
777 B
Text
28 lines
777 B
Text
// Documentation at https://www.sublimetext.com/docs/themes.html
|
|
{
|
|
"variables": {},
|
|
"rules": [
|
|
{
|
|
"class": "sidebar_heading",
|
|
"color": [187, 196, 200],
|
|
"font.bold": true,
|
|
},
|
|
{
|
|
"class": "sidebar_label",
|
|
"color": [146, 150, 157],
|
|
"parents": [
|
|
{
|
|
"class": "tree_row",
|
|
"attributes": [
|
|
"selectable",
|
|
// Seems to make no difference in this context
|
|
// "!selected",
|
|
"!expandable",
|
|
"!expanded",
|
|
"!highlighted"
|
|
]
|
|
}
|
|
],
|
|
},
|
|
]
|
|
}
|