YabataDesign / afterglow-theme

[DEPRECATED] A minimal dark Theme for Sublime Text 2 and 3

Home Page:http://yabatadesign.github.io/afterglow-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FeatureRequest] Active Tabs with border color

mxub opened this issue · comments

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
}