netatoo / phoenix-theme

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

Highlight current tab, solid current tab, color expanded folder do not work #5

Closed arenowebdev closed 11 years ago

arenowebdev commented 11 years ago

Maybe because I'm on Winblows...but I have the following in my user prefs:

{
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Orange - Eighties.tmTheme",
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_orange": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true,
"phoenix_sidebar_tree_small": true,
"phoenix_tabs_auto_width": true,
"theme": "Phoenix Dark.sublime-theme",
"word_wrap": "true"
}

And I get nothing for a tab color...just the default ugly gray. I do get the bottom bar for dirty tabs though... :(

netatoo commented 11 years ago

Unfortunately I do not have any windows computer to test it, assuming the Soda Theme is compatible with Windows... Can you send me a preview screen?

netatoo commented 11 years ago

Note that if you want use color, you have to use phoenixcolor* settings (apparently you did not use in your config, so it's normal that your selected tab remains gray)

arenowebdev commented 11 years ago

That did it. I was just missing the phoenixcolor* setting...duh. Thank you very much for your help!

netatoo commented 11 years ago

so do you get the bottom bar for dirty tabs? it's ok?

arenowebdev commented 11 years ago

Hmm...I don't seem to get the bottom bar with these settings:

{
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Orange - Eighties.tmTheme",
"font_size": 9,
"phoenix_color_orange": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_small": true,
"phoenix_tabs_auto_width": true,
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"word_wrap": "true"
}
arenowebdev commented 11 years ago

Correction: I do see the "dirty bar" when not on the tab that is dirty. Probably has to do with me having the highlight_current_tab set to true, I would imagine. I can live with how it is though :) Thanks!!! :+1: on the work you've done!