23 lines
647 B
Text
23 lines
647 B
Text
// Documentation at https://www.sublimetext.com/docs/themes.html
|
|
{
|
|
"variables": {},
|
|
"rules": [
|
|
{
|
|
"class": "sidebar_label",
|
|
"parents": [
|
|
{
|
|
"class": "tree_row",
|
|
"attributes": [
|
|
"selectable",
|
|
// Seems to make no difference in this context
|
|
// "!selected",
|
|
"!expandable",
|
|
"!expanded",
|
|
"!highlighted"
|
|
]
|
|
}
|
|
],
|
|
"color": [116, 145, 159],
|
|
},
|
|
]
|
|
}
|