netatoo / phoenix-theme

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

Show dirty state on selected tab in Light mode #9

Closed elivz closed 11 years ago

elivz commented 11 years ago

I just found this theme a few days ago and am loving it! However, no matter what combination of settings I try, I can get the dirty state to show on the selected tab when I'm using the Light mode. Non-active tabs switch from the "x" to a dot when there are unsaved changes (as normal), but as soon as I select a tab it switches back to the "x". Would there be a way to keep the dot, even when the tab is active? Apart from that, this is by far the best theme I have tried.

DanielSiepmann commented 11 years ago

Perhaps your problem is that you configured sublime to auto save files after losing focus?

elivz commented 11 years ago

No, as I type nothing changes to visually show that the file has switched from "clean" to "dirty". I also just noticed this only happens with the color variants (blue and dark blue), not the default light color. So maybe those graphics are just missing?

DanielSiepmann commented 11 years ago

With the option: "save_on_focus_lost": false, There is no problem using blue as a color and Light as the Theme for me.

elivz commented 11 years ago

Very strange. Oh well, it's not a big deal. Maybe I'll just break down and switch to the Dark theme….

DanielSiepmann commented 11 years ago

Sorry, perhaps the author can help you.

netatoo commented 11 years ago

Have you set the "highlight_modified_tabs" setting to true?

elivz commented 11 years ago

Aha! That did the trick. Strange that it doesn't require that setting with the other color/theme options, but I'm glad to have it working now. Thanks for the help!