st3-config/Packages/User/Material-Theme-Lighter.sublime-theme

109 lines
2.9 KiB
Text

// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables": {},
"rules": [
/* @ SIDEBAR
* Sidebar panel settings and behavioring
========================================================================= */
{
"class": "sidebar_label",
"color": [110, 110, 110],
"font.bold": false,
"font.italic": false,
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [110, 110, 110],
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0],
"font.bold": true
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"font.bold": false,
"color": [40, 40, 40]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"color": [144, 164, 174]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable", "selected"]}],
"color": [69, 90, 100]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"color": [128, 203, 196]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expanded", "selected"]}],
"color": [69, 90, 100]
},
{
"class": "sidebar_label",
"attributes": ["transient"],
"font.italic": false
},
// Tab Labels
{
"class": "tab_label",
"fg": [116, 130, 137, 255],
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0],
"font.size": 11,
"font.italic": false,
"font.bold": false
},
// Tab selected label color
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [69, 90, 100, 255],
"font.bold": true,
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0]
},
{
"class": "tab_label",
"attributes": ["transient"],
"font.italic": true
},
]
}