File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 50
50
"attributes" : [" selected" ],
51
51
"layer0.texture" : " Theme - Cobalt2/Cobalt2/tab-active.png"
52
52
},
53
- // Tab transient state
54
- {
55
- "class" : " tab_control" ,
56
- "attributes" : [" transient" ],
57
- "layer0.opacity" : 0.1
58
- },
59
53
// Tab dirty state (close button hidden)
60
54
{
61
55
"class" : " tab_control" ,
215
209
"fg" : [230 , 230 , 230 ],
216
210
"shadow_color" : [35 , 35 , 35 ]
217
211
},
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
- },
231
212
232
213
//
233
214
// FOLD BUTTONS
You can’t perform that action at this time.
0 commit comments