Sublime text 2 - Change side bar color

sublimetext2

Solution

You want to go into your

~/Library/Application Support/Sublime Text 2/Packages/Default/Default.sublime-theme

(old version) or

~/Library/Application Support/Sublime Text 2/Packages/Theme-Default/Default.sublime-theme 

(new version) and edit these things:

- `"class": "sidebar_container"`

- `"class": "sidebar_tree"`

- `"class": "sidebar_heading"`

- `"class": "sidebar_label"`

Therein you can change the RGB colors until you get what you want.

Here is a thread that discusses this in greater detail.

edit: added the correct location provided by @Michael Tunnell

edit: Sample Dark SideBar Configuration.

Click to See Larger Image for Settings

Problem

What is the way to change the color of the side bar (file browser)? What do I need to add to my `.tmTheme` file to modify the defaults? Using a dark theme the side bar can be too bright for my taste.

Original source