Skip to content

Instantly share code, notes, and snippets.

@sidola
Last active September 16, 2017 13:02
Show Gist options
  • Save sidola/23bbdeb6bbe33d73d6ef5149b1be5194 to your computer and use it in GitHub Desktop.
Save sidola/23bbdeb6bbe33d73d6ef5149b1be5194 to your computer and use it in GitHub Desktop.
Fixed Material Theme for ST3 - Changes fontsize and colors - Use this file as the "zzz A File Icon zzz" patch file for the Darker skin
[
// Material-Theme-Darker Patch
// ==========================================================================
// Sidebar Row Padding
// --------------------------------------------------------------------------
{
"class": "sidebar_tree",
},
// Sidebar File Icons
// --------------------------------------------------------------------------
// Default
{
"class": "icon_file_type"
},
// Hovered
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}]
},
// Selected
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}]
},
// Tabs
{
"class": "tabset_control",
"tab_height": 35,
"layer0.opacity": 1.0,
"layer0.tint": [45, 45, 45],
"tab_overlap": -5,
},
{
"class": "tab_label",
"font.size": 12,
},
{
"class":"tab_label",
"attributes": ["dirty"],
"color": [255,189,189]
},
{
"class": "tab_control"
},
// Status bar label
{
"class": "status_bar",
"layer0.tint": [45, 45, 45]
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [200,200,200],
"font.size": 12,
},
// Sidebar
{
"class": "sidebar_container",
"layer0.tint": [45, 45, 45],
},
{
"class": "sidebar_tree",
"layer0.tint": [45, 45, 45],
},
{
"class": "sidebar_label",
"color": [200, 200, 200],
"font.bold": false,
"font.size": 13
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment