Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit 92b9e0f

Browse files
committed
seti update
- fix dialog bg - make tab slightly bigger - change sidebar header color under accents
1 parent 1d66a71 commit 92b9e0f

File tree

2 files changed

+57
-51
lines changed

2 files changed

+57
-51
lines changed

Seti.sublime-theme

Lines changed: 50 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tab_overlap": 17,
1515
"tab_width": 190,
1616
"tab_min_width": 100,
17-
"tab_height": 35,
17+
"tab_height": 40,
1818
"mouse_wheel_switch": false
1919
},
2020
// options
@@ -68,12 +68,12 @@
6868
"content_margin": 0,
6969
// Normal
7070
"layer0.texture": "Seti_UI/Main/[email protected]",
71-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
71+
"layer0.opacity": 0.5,
7272
"layer0.inner_margin": 0,
7373
// Hover
7474
"layer1.texture": "Seti_UI/Main/[email protected]",
7575
"layer1.tint": [138,157,166],
76-
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
76+
"layer1.opacity": 0
7777
},
7878
{
7979
"class": "tab_close_button",
@@ -84,15 +84,15 @@
8484
"class": "tab_close_button",
8585
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
8686
"layer0.texture": "Seti_UI/Main/[email protected]",
87-
"layer0.tint":[0,137,244],
88-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
87+
"layer0.tint": [0,137,244],
88+
"layer0.opacity": 1
8989
},
9090
{
9191
"class": "tab_close_button",
9292
"settings": ["!show_tab_close_buttons"],
9393
"parents": [{"class": "tab_control","attributes": ["dirty"]}],
9494
"content_margin": 8,
95-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
95+
"layer0.opacity": 1
9696
},
9797
{
9898
"class": "tab_close_button",
@@ -166,27 +166,26 @@
166166
"class": "tab_close_button",
167167
"attributes": ["hover"],
168168
"parents": [{"class": "tab_control", "attributes": ["file_medium"]}],
169-
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
170-
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
169+
"layer0.opacity": 0,
170+
"layer1.opacity": 1
171171
},
172172
{
173173
"class": "tab_close_button",
174174
"attributes": ["hover", "dirty"],
175175
"parents": [{"class": "tab_control", "attributes": ["file_medium"]}],
176-
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
177-
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
176+
"layer0.opacity": 0,
177+
"layer1.opacity": 1
178178
},
179179

180180
//========================================================
181181
// TAB LABELS
182182
//--------------------------------------------------------
183-
184183
{
185184
"class": "tab_label",
186185
"fade": true,
187186
"font.size": 11,
188187
"font.bold": false,
189-
"fg": [255, 255, 255, 160]
188+
"fg": [212,215,214]
190189
},
191190
{
192191
"class": "tab_label",
@@ -244,39 +243,39 @@
244243
"class": "show_tabs_dropdown_button",
245244
"content_margin": [16,12],
246245
"layer0.texture": "Seti_UI/Main/[email protected]",
247-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
246+
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
248247
"layer1.texture": "Seti_UI/Main/[email protected]",
249-
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
248+
"layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }
250249
},
251250
{
252251
"class": "show_tabs_dropdown_button",
253252
"attributes": ["hover"],
254-
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
255-
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
253+
"layer0.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" },
254+
"layer1.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" }
256255
},
257256
// Tab scroll left
258257
{
259258
"class": "scroll_tabs_left_button",
260259
"content_margin": [9,10],
261260
"layer0.texture": "Seti_UI/Main/[email protected]",
262-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
261+
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
263262
"layer1.texture": "Seti_UI/Main/[email protected]",
264-
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
263+
"layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }
265264
},
266265
{
267266
"class": "scroll_tabs_left_button",
268267
"attributes": ["hover"],
269-
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
270-
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
268+
"layer0.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" },
269+
"layer1.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" }
271270
},
272271
// Tab scroll right
273272
{
274273
"class": "scroll_tabs_right_button",
275274
"content_margin": [9,10],
276275
"layer0.texture": "Seti_UI/Main/[email protected]",
277-
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
276+
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
278277
"layer1.texture": "Seti_UI/Main/[email protected]",
279-
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
278+
"layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }
280279
},
281280
{
282281
"class": "scroll_tabs_right_button",
@@ -518,12 +517,12 @@
518517
},
519518

520519
//========================================================
521-
// DIALOG
520+
// DIALOG / About
522521
//--------------------------------------------------------
523522

524523
{
525524
"class": "dialog",
526-
"layer0.tint": [238, 238, 238],
525+
"layer0.tint": [13,16,17],
527526
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
528527
},
529528

@@ -727,7 +726,7 @@
727726
// Sidebar heading
728727
{
729728
"class": "sidebar_heading",
730-
"color": [55,72,74],
729+
"color": [200,200,200],
731730
"font.bold": false,
732731
"font.size": 11
733732
},
@@ -927,22 +926,22 @@
927926
"class": "close_button",
928927
"attributes": ["dirty"],
929928
"layer0.texture": "Seti_UI/Main/[email protected]",
930-
"layer0.tint":[0,137,244],
929+
"layer0.tint": [0,137,244],
931930
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
932931
},
933932
{
934933
"class": "close_button",
935934
"attributes": ["dirty"],
936935
"parents": [{"class": "tree_row","attributes": ["selected"]}],
937936
"layer0.texture": "Seti_UI/Main/[email protected]",
938-
"layer0.tint":[0,137,244]
937+
"layer0.tint": [0,137,244]
939938
},
940939
{
941940
"class": "close_button",
942941
"attributes": ["dirty"],
943942
"parents": [{"class": "tree_row","attributes": ["hover"]}],
944943
"layer0.texture": "Seti_UI/Main/[email protected]",
945-
"layer0.tint":[0,137,244],
944+
"layer0.tint": [0,137,244],
946945
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }
947946
},
948947
// Sidebar file close hover
@@ -971,7 +970,7 @@
971970
"layer0.texture": "Seti_UI/Main/[email protected]",
972971
"layer0.inner_margin": 0,
973972
"layer0.tint": [200, 200, 200],
974-
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
973+
"layer0.opacity": 0 // hide sidebar arrows by default
975974
},
976975
// Sidebar group open
977976
{
@@ -1123,7 +1122,6 @@
11231122
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
11241123
"content_margin": 8
11251124
},
1126-
11271125
// remove all sidebar icons
11281126
{
11291127
"class": "icon_file_type",
@@ -1692,7 +1690,7 @@
16921690
"layer2.texture": "Seti_UI/Main/accent/yellow/[email protected]",
16931691
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
16941692
"layer3.texture": "Seti_UI/Main/[email protected]",
1695-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
1693+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
16961694
},
16971695
{
16981696
"class": "icon_folder",
@@ -1724,7 +1722,7 @@
17241722
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
17251723
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
17261724
"layer2.tint": [255,160,0],
1727-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
1725+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
17281726
},
17291727
{
17301728
"class": "icon_folder",
@@ -1760,7 +1758,7 @@
17601758
"settings": ["Seti_accent_yellow"],
17611759
"layer0.tint": [255,160,0],
17621760
},
1763-
{
1761+
{
17641762
"class": "icon_regex",
17651763
"settings": ["Seti_accent_yellow"],
17661764
"parents": [{"class": "icon_button_control","attributes": ["selected"]}],
@@ -1939,7 +1937,7 @@
19391937
"layer2.texture": "Seti_UI/Main/accent/red/[email protected]",
19401938
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
19411939
"layer3.texture": "Seti_UI/Main/[email protected]",
1942-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
1940+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
19431941
},
19441942
{
19451943
"class": "icon_folder",
@@ -1971,7 +1969,7 @@
19711969
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
19721970
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
19731971
"layer2.tint": [229,57,53],
1974-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
1972+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
19751973
},
19761974
{
19771975
"class": "icon_folder",
@@ -2149,7 +2147,7 @@
21492147
"settings": ["Seti_accent_purple"],
21502148
"layer0.tint": [156,39,176],
21512149
},
2152-
{
2150+
{
21532151
"class": "title_bar",
21542152
"settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"],
21552153
"fg": [255, 255, 255],
@@ -2186,7 +2184,7 @@
21862184
"layer2.texture": "Seti_UI/Main/accent/purple/[email protected]",
21872185
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
21882186
"layer3.texture": "Seti_UI/Main/[email protected]",
2189-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2187+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
21902188
},
21912189
{
21922190
"class": "icon_folder",
@@ -2218,7 +2216,7 @@
22182216
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
22192217
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
22202218
"layer2.tint": [156,39,176],
2221-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2219+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
22222220
},
22232221
{
22242222
"class": "icon_folder",
@@ -2433,7 +2431,7 @@
24332431
"layer2.texture": "Seti_UI/Main/accent/lime/[email protected]",
24342432
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
24352433
"layer3.texture": "Seti_UI/Main/[email protected]",
2436-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2434+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
24372435
},
24382436
{
24392437
"class": "icon_folder",
@@ -2465,7 +2463,7 @@
24652463
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
24662464
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
24672465
"layer2.tint": [104,159,56],
2468-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2466+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
24692467
},
24702468
{
24712469
"class": "icon_folder",
@@ -2680,7 +2678,7 @@
26802678
"layer2.texture": "Seti_UI/Main/accent/indigo/[email protected]",
26812679
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
26822680
"layer3.texture": "Seti_UI/Main/[email protected]",
2683-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2681+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
26842682
},
26852683
{
26862684
"class": "icon_folder",
@@ -2712,7 +2710,7 @@
27122710
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
27132711
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
27142712
"layer2.tint": [57,73,171],
2715-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2713+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
27162714
},
27172715
{
27182716
"class": "icon_folder",
@@ -2927,7 +2925,7 @@
29272925
"layer2.texture": "Seti_UI/Main/accent/teal/[email protected]",
29282926
"layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
29292927
"layer3.texture": "Seti_UI/Main/[email protected]",
2930-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2928+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
29312929
},
29322930
{
29332931
"class": "icon_folder",
@@ -2959,7 +2957,7 @@
29592957
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
29602958
"layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
29612959
"layer2.tint": [0,137,123],
2962-
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" },
2960+
"layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
29632961
},
29642962
{
29652963
"class": "icon_folder",
@@ -3398,5 +3396,12 @@
33983396
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
33993397
"layer0.texture": "Seti_UI/Main/[email protected]",
34003398
"content_margin": 8
3401-
}
3399+
},
3400+
{
3401+
"class": "sidebar_heading",
3402+
"settings": ["Seti_accent"],
3403+
"parents": [{"class": "tree_row","attributes": ["hover"]}],
3404+
"color": [255,255,255]
3405+
},
3406+
34023407
]

0 commit comments

Comments
 (0)