Created
December 12, 2017 13:28
-
-
Save p8R/a3540d90c1b7d3390c5b64a3df801307 to your computer and use it in GitHub Desktop.
Default Sublime Text theme with styles for modified files tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Additional links: