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

Improved readability of labels in the status bar #5

Closed hendrikmoree closed 10 years ago

hendrikmoree commented 10 years ago

Some labels in the status bar contains usefull information. I used a brighter color because the background is a little dark. Can you merge this into your master, or improve this a different way?

YabataDesign commented 10 years ago

You have put a good improvement, thank you very much! But I think it is better to give the user the ability to enable or not. So I modified the theme files: you can now enable this functionality from the user preferences file.

You must first upgrade the package: Package Control: Upgrade Package and select Theme - Afterglow.

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

{
    "status_bar_brighter": true
}

And if necessary, restart Sublime Text.

hendrikmoree commented 10 years ago

Hi José,

Thanks for merging this into your master. It's a good choice to enable this via a setting. 

Thanks, Hendrik