Skip to content

Instantly share code, notes, and snippets.

@MrDrews
Created April 22, 2013 13:41
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save MrDrews/5434948 to your computer and use it in GitHub Desktop.
Save MrDrews/5434948 to your computer and use it in GitHub Desktop.
Solarized (light) -- Complement the stock Solarized (light) theme in sublime text 3 by placing this `Default.sublime-theme` inside the `Packages/User` folder. It will recolor the sidebar.
[
{
"class": "sidebar_container",
// $base02: #073642
"layer0.tint": [7,54,66],
"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,
// $base2: #eee8d5
"layer0.tint": [238,232,213],
"layer0.opacity": 1.0,
"dark_content": false
},
{
"class": "sidebar_heading",
// $base1: #93a1a1
"color": [147,161,161],
"font.bold": true,
// $base3: #fdf6e3
"shadow_color": [253,246,227],
"shadow_offset": [0, 1]
},
{
"class": "sidebar_heading",
"parents":
[
{ "class": "tree_row", "attributes": ["selected"] }
],
"shadow_color": [160, 174, 192]
},
{
"class": "sidebar_label",
// $base01: #586e75
"color": [88,110,117],
"font.bold": false
// , "shadow_color": [250, 250, 250], "shadow_offset": [0, 0]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
// $base01: #586e75
"color": [88,110,117]
// , "shadow_color": [60, 60, 60], "shadow_offset": [0, 1]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
}
]
@mubbashir
Copy link

Thanks :)

@rhernandog
Copy link

Hi,

This didn't worked for me. I have the monokai theme selected and the sidebar is too dark.

I did a copy/paste and then saved to the file in the user Packages/user folder and as soon as I changed to another tab the default color scheme was on again. I'm using ST3.

@Smok07
Copy link

Smok07 commented Dec 25, 2015

hi, how i can change icons color? thx

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