Sublime Forum

Can I make the sidebar dark yet?

#1

Is it possible to make the sidebar dark yet?

0 Likes

#2

You can customise the theme to do this, which has always been possible.

Rather than editing “Packages/Theme - Default/Default.sublime-theme” directly, you may be better off making a new file called Default.sublime-theme in your User directory, which will get merged with the theme. Perhaps something along these lines (untested):


    {
        "class": "sidebar_tree",
        "background_color": [64, 64, 64]
    },
    {
        "class": "sidebar_heading",
        "color": [255, 255, 255]
    },
    {
        "class": "sidebar_label",
        "color": [255, 255, 255]
    }
]
0 Likes

#3

Awesome! thanks :smile:

0 Likes

#4

Speaking of sidebar… It is possible to expand the folder by clicking on the folder (not on the small triangle) ?

Thanks.

0 Likes