Skip to content

Instantly share code, notes, and snippets.

@p8R
Created December 12, 2017 13:28
Show Gist options
  • Save p8R/a3540d90c1b7d3390c5b64a3df801307 to your computer and use it in GitHub Desktop.
Save p8R/a3540d90c1b7d3390c5b64a3df801307 to your computer and use it in GitHub Desktop.
Default Sublime Text theme with styles for modified files tabs
[
{
"class": "sidebar_label",
"color": [50, 50, 50],
"font.bold": false,
"font.size": 15,
"shadow_color": [190, 190, 190],
"shadow_offset": [1, 1],
},
{
"class": "sidebar_tree",
"row_padding": [8, 4],
"indent": 19,
"indent_offset": 17,
"indent_top_level": false,
"layer0.tint": [170, 170, 170],
"layer0.opacity": 1.0,
"dark_content": true
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_light"]}],
"attributes": ["dirty"],
"settings": ["highlight_modified_tabs"],
"fg": [125, 00, 125]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_medium"]}],
"attributes": ["dirty"],
"settings": ["highlight_modified_tabs"],
"fg": [125, 00, 125]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_medium_dark"]}],
"attributes": ["dirty"],
"settings": ["highlight_modified_tabs"],
"fg": [255, 161, 52]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_dark"]}],
"attributes": ["dirty"],
"settings": ["highlight_modified_tabs"],
"fg": [255, 161, 52]
}
]
@p8R
Copy link
Author

p8R commented Dec 12, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment