YabataDesign / afterglow-theme

[DEPRECATED] A minimal dark Theme for Sublime Text 2 and 3
http://yabatadesign.github.io/afterglow-theme/
2.11k stars 138 forks source link

Change tab title color #4

Closed gdg87 closed 10 years ago

gdg87 commented 10 years ago

The tab title text is dark and doesn't stand out. Can i change the color of all title tab with the color of the theme like folrder or open files text?

YabataDesign commented 10 years ago

You mean the color of inactive tabs? Something like this?

tabs_inactive_orange

gdg87 commented 10 years ago

Yes, exactly. What file i must change and how?

YabataDesign commented 10 years ago

I push a new release (1.1.1) with these changes.

To change the label color of inactive tabs, you must first upgrade the package: Package Control: Upgrade Package and select Theme - Afterglow.

Then in Preferences -> Settings - User must add this:

{
    "color_inactive_tabs": true
} 

And if necessary, restart Sublime Text.

gdg87 commented 10 years ago

Thanks. Now it's perfect!