YabataDesign / afterglow-theme

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

[FeatureRequest] Active Tabs with border color #102

Open mxub opened 9 years ago

mxub commented 9 years ago

I wanted to change the active tab behavior and the changed tab behavior. For the blue theme I came up with this:

Active

Active

Active & changed

active_changed

I want to make that an option for everyone. But before I start changing every picture by hand I wanted to ask if you have an easier solution

I was thinking about two new options

{
  tab_active_color: true | false, // true always sets base color
  tab_changed_color: "purple"     // sets the changed color to purple
}