Skip to content

Commit

Permalink
Revert "Transient tabs are now recognisable, thanks to a transparent bg"
Browse files Browse the repository at this point in the history
This reverts commit c18bcdf.
  • Loading branch information
wesbos committed Feb 9, 2016
1 parent 6a27ccf commit 70e0f7c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Cobalt2.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
"attributes": ["selected"],
"layer0.texture": "Theme - Cobalt2/Cobalt2/tab-active.png"
},
// Tab transient state
{
"class": "tab_control",
"attributes": ["transient"],
"layer0.opacity": 0.1
},
// Tab dirty state (close button hidden)
{
"class": "tab_control",
Expand Down Expand Up @@ -215,19 +209,6 @@
"fg": [230, 230, 230],
"shadow_color": [35, 35, 35]
},
// Transient tab label, when not selected
{
"class": "tab_label",
"attributes": ["transient"],
"fg": [140, 140, 140]
},
// Transient tab label, when selected
{
"class": "tab_label",
"attributes": ["transient"],
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [230, 230, 230]
},

//
// FOLD BUTTONS
Expand Down

0 comments on commit 70e0f7c

Please sign in to comment.