st3-config/Packages/User/Material Monokai Soda.subli...

24 lines
647 B
Plaintext

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