Skip to content

Commit 70e0f7c

Browse files
committed
Revert "Transient tabs are now recognisable, thanks to a transparent bg"
This reverts commit c18bcdf.
1 parent 6a27ccf commit 70e0f7c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Cobalt2.sublime-theme

-19
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"attributes": ["selected"],
5151
"layer0.texture": "Theme - Cobalt2/Cobalt2/tab-active.png"
5252
},
53-
// Tab transient state
54-
{
55-
"class": "tab_control",
56-
"attributes": ["transient"],
57-
"layer0.opacity": 0.1
58-
},
5953
// Tab dirty state (close button hidden)
6054
{
6155
"class": "tab_control",
@@ -215,19 +209,6 @@
215209
"fg": [230, 230, 230],
216210
"shadow_color": [35, 35, 35]
217211
},
218-
// Transient tab label, when not selected
219-
{
220-
"class": "tab_label",
221-
"attributes": ["transient"],
222-
"fg": [140, 140, 140]
223-
},
224-
// Transient tab label, when selected
225-
{
226-
"class": "tab_label",
227-
"attributes": ["transient"],
228-
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
229-
"fg": [230, 230, 230]
230-
},
231212

232213
//
233214
// FOLD BUTTONS

0 commit comments

Comments
 (0)