SublimeText / Spacegray

A Hyperminimal UI Theme for Sublime Text
https://sublimetext.github.io/Spacegray/
MIT License
7.19k stars 431 forks source link

Getting the sidebar #173

Closed ktkaushik closed 8 years ago

ktkaushik commented 8 years ago

I installed the Flatland theme which changed my sidebar and tabs completely.

Now, i want to sidebar and tabs provided by Spacegray. I installed the package but doesn't seem to have done the trick.

I've restarted Sublime, changed the user settings to look like below but no luck.

Any idea ?

{
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "font_face": "Monaco",
    "font_size": 11,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "JavaScript",
        "JavaScript & NodeJS Snippets",
        "Vintage"
    ],
    "spacegray_sidebar_font_normal": true,
    "spacegray_tabs_auto_width": true,
    "spacegray_tabs_large": true,
    "theme": "Flatland Dark.sublime-theme"
}
ktkaushik commented 8 years ago

For some reason, the theme never got overwritten.