netatoo / phoenix-theme

Dark & Light custom UI themes with colors variations for Sublime Text 2
891 stars 61 forks source link

Square tabs not showing #12

Closed unikitty37 closed 11 years ago

unikitty37 commented 11 years ago

I'm running Sublime Text 2.0.1 on Ubuntu 12.04. After installing and enabling Phoenix, I still get the old "classic" tabs, and the dirty bottom bar and highlight on current tab aren't displayed.

The problem persists after restarting Sublime Text.

These are the user settings I'm using:

{
    "color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Orange.tmTheme",
    "dictionary": "Packages/Language - English/en_GB.dic",
    "ensure_newline_at_eof_on_save": true,
    "trim_trailing_white_space_on_save": false,
    "font_face": "Meslo LG S DZ",
    "font_size": 9,
    "phoenix_dirty_bottom_bar_orange": true,
    "phoenix_highlight_current_tab": true,
    "ignored_packages":
    [
        "Vintage"
    ]
}

and the packages I have installed are:

    "Alignment",
    "BracketHighlighter",
    "Case Conversion",
    "ChangeQuotes",
    "Clipboard History",
    "Codeigniter Codeintel Helper",
    "DetectSyntax",
    "DocBlockr",
    "Git",
    "GitGutter",
    "KeymapManager",
    "Package Control",
    "Prefixr",
    "SublimeLinter",
    "Theme - Phoenix",
    "TrailingSpaces",
    "Xdebug"
netatoo commented 11 years ago

Seems you missing this settings :

{ "theme": "Phoenix Dark.sublime-theme", "phoenix_dirty_bottom_bar": true // required to enable bottom bar }

unikitty37 commented 11 years ago

Thanks; that switched it, but now the sidebar is black on black and there's graphical corruption in the tab bar. Not sure right now if this is a problem on Ubuntu until I get a chance to try and reproduce it on OS X...

(Either way, it's probably Sublime Text's bug, not yours :)

Edit: never mind -- nuking all settings and restarting has fixed this.