Created
April 24, 2013 14:56
-
-
Save MrDrews/5452773 to your computer and use it in GitHub Desktop.
Solarized (dark) -- Complement the stock Solarized (dark) theme in sublime text 3 by placing this `Default.sublime-theme` inside the `Packages/User` folder. It will recolor the sidebar.
This file contains 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_container", | |
// $base01: #586e75 | |
"layer0.tint": [88,110,117], | |
"layer0.opacity": 1.0, | |
"layer0.draw_center": false, | |
"layer0.inner_margin": [0, 0, 1, 0], | |
"content_margin": [0, 0, 1, 0] | |
}, | |
{ | |
"class": "sidebar_tree", | |
"row_padding": [8, 3], | |
"indent": 12, | |
"indent_offset": 17, | |
"indent_top_level": false, | |
// $base03: #002b36 | |
"layer0.tint": [0,43,54], | |
"layer0.opacity": 1.0, | |
"dark_content": false | |
}, | |
{ | |
"class": "sidebar_heading", | |
// $base0: #839496 | |
"color": [131,148,150], | |
"font.bold": true, | |
"shadow_color": [0,0,0], | |
"shadow_offset": [0, 1] | |
}, | |
{ | |
"class": "sidebar_heading", | |
"parents": | |
[ | |
{ "class": "tree_row", "attributes": ["selected"] } | |
], | |
"shadow_color": [0, 0, 0] | |
}, | |
{ | |
"class": "sidebar_label", | |
// $base0: #839496 | |
"color": [131,148,150], | |
"font.bold": false | |
, "shadow_color": [0, 0, 0], "shadow_offset": [0, 1] | |
}, | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row", "attributes": ["selected"]}], | |
"color": [255,193,0] | |
, "shadow_color": [26, 26, 26], "shadow_offset": [0, 1] | |
}, | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row", "attributes": ["expandable"]}], | |
"settings": ["bold_folder_labels"], | |
"font.bold": true | |
} | |
] |
i Must signup to thank you !!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! Everyone seems to be focused on ST2 sidebar colors.