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

Commit 39347b0

Browse files
committed
v16
1 parent 17090ef commit 39347b0

File tree

6 files changed

+46
-33
lines changed

6 files changed

+46
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Activate the `Theme` by modifying your user preferences file, which you can find
5353
"Seti_tabs_no_min_width" // (issues/223)
5454
"Seti_tab_font_12" // tab font size = 12
5555
"mouse_wheel_tabswitch" // scroll through opened tabs
56-
"Seti_no_scroll_icons" // remove the l/r arrows & the drop down list button, effective when ("enable_tab_scrolling": true)
56+
"Seti_no_scroll_icons" // remove the l/r arrows, effective when ("enable_tab_scrolling": true)
5757
"Seti_no_under_bar" // remove the small colored bar under the un-saved tabs "not available with accents"
5858
"Seti_bold_slctdtab_labels" // make active tab label font in bold
5959

Resource/fold.png

-971 Bytes
Binary file not shown.

Seti.sublime-theme

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,9 @@
235235
// Tab dropdown
236236
{
237237
"class": "show_tabs_dropdown_button",
238-
"content_margin": [14,11],
238+
"content_margin": [18,14],
239239
"layer0.texture": "Seti_UI/Main/[email protected]",
240240
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
241-
"layer0.inner_margin": [5,0,5,0],
242241
"layer1.texture": "Seti_UI/Main/[email protected]",
243242
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
244243
},
@@ -251,7 +250,7 @@
251250
// Tab scroll left
252251
{
253252
"class": "scroll_tabs_left_button",
254-
"content_margin": [14,10],
253+
"content_margin": [9,10],
255254
"layer0.texture": "Seti_UI/Main/[email protected]",
256255
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
257256
"layer1.texture": "Seti_UI/Main/[email protected]",
@@ -266,7 +265,7 @@
266265
// Tab scroll right
267266
{
268267
"class": "scroll_tabs_right_button",
269-
"content_margin": [14,10],
268+
"content_margin": [9,10],
270269
"layer0.texture": "Seti_UI/Main/[email protected]",
271270
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
272271
"layer1.texture": "Seti_UI/Main/[email protected]",
@@ -284,12 +283,12 @@
284283
"settings": ["Seti_no_scroll_icons"],
285284
"content_margin": 0
286285
},
287-
{
288-
"class": "show_tabs_dropdown_button",
289-
"settings": ["Seti_no_scroll_icons"],
290-
"content_margin": 0,
291-
"layer0.inner_margin": 0
292-
},
286+
// {
287+
// "class": "show_tabs_dropdown_button",
288+
// "settings": ["Seti_no_scroll_icons"],
289+
// "content_margin": 0,
290+
// "layer0.inner_margin": 0
291+
// },
293292
{
294293
"class": "scroll_tabs_right_button",
295294
"settings": ["Seti_no_scroll_icons"],
@@ -992,7 +991,7 @@
992991
"layer0.texture": "Seti_UI/Main/[email protected]",
993992
"layer0.opacity": 1,
994993
"layer0.inner_margin": 0,
995-
"content_margin": [8,8]
994+
"content_margin": 7
996995
},
997996
// Options
998997
{
@@ -1007,9 +1006,9 @@
10071006
"class": "icon_folder",
10081007
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
10091008
"layer0.texture": "Seti_UI/Main/[email protected]",
1010-
"layer0.inner_margin": -5,
10111009
"layer0.opacity": 1,
1012-
"content_margin": [8,0]
1010+
"layer0.inner_margin": 0,
1011+
"content_margin": 9
10131012
},
10141013
// Options
10151014
{
@@ -3332,8 +3331,9 @@
33323331
{
33333332
"class": "icon_folder",
33343333
"settings": ["Seti_accent"],
3335-
"layer0.inner_margin": -2,
3334+
"layer0.inner_margin": [-3,-3,-5,-3],
33363335
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
3337-
"layer0.texture": "Seti_UI/Main/[email protected]"
3336+
"layer0.texture": "Seti_UI/Main/[email protected]",
3337+
"content_margin": 8
33383338
}
33393339
]

Seti_orig.sublime-theme

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,9 @@
187187
// Tab dropdown
188188
{
189189
"class": "show_tabs_dropdown_button",
190-
"content_margin": [15,12],
190+
"content_margin": [18,14],
191191
"layer0.texture": "Seti_UI/Main/[email protected]",
192192
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
193-
"layer0.inner_margin": [5,0,5,0],
194193
"layer1.texture": "Seti_UI/Main/[email protected]",
195194
"layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }
196195
},
@@ -203,7 +202,7 @@
203202
// Tab scroll left
204203
{
205204
"class": "scroll_tabs_left_button",
206-
"content_margin": [14,10],
205+
"content_margin": [9, 10],
207206
"layer0.texture": "Seti_UI/Main/[email protected]",
208207
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
209208
"layer1.texture": "Seti_UI/Main/[email protected]",
@@ -218,7 +217,7 @@
218217
// Tab scroll right
219218
{
220219
"class": "scroll_tabs_right_button",
221-
"content_margin": [14,10],
220+
"content_margin": [9, 10],
222221
"layer0.texture": "Seti_UI/Main/[email protected]",
223222
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
224223
"layer1.texture": "Seti_UI/Main/[email protected]",
@@ -236,12 +235,12 @@
236235
"settings": ["Seti_no_scroll_icons"],
237236
"content_margin": 0
238237
},
239-
{
240-
"class": "show_tabs_dropdown_button",
241-
"settings": ["Seti_no_scroll_icons"],
242-
"content_margin": 0,
243-
"layer0.inner_margin": 0
244-
},
238+
// {
239+
// "class": "show_tabs_dropdown_button",
240+
// "settings": ["Seti_no_scroll_icons"],
241+
// "content_margin": 0,
242+
// "layer0.inner_margin": 0
243+
// },
245244
{
246245
"class": "scroll_tabs_right_button",
247246
"settings": ["Seti_no_scroll_icons"],
@@ -947,7 +946,7 @@
947946
"layer0.texture": "Seti_UI/Main/[email protected]",
948947
"layer0.opacity": 1,
949948
"layer0.inner_margin": 0,
950-
"content_margin": [8,8]
949+
"content_margin": 7
951950
},
952951
// Options
953952
{
@@ -963,9 +962,9 @@
963962
"class": "icon_folder",
964963
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
965964
"layer0.texture": "Seti_UI/Main/[email protected]",
966-
"layer0.inner_margin": -5,
967965
"layer0.opacity": 1,
968-
"content_margin": [8,0]
966+
"layer0.inner_margin": 0,
967+
"content_margin": 9
969968
},
970969
// Options
971970
{
@@ -2043,7 +2042,7 @@
20432042
{
20442043
"class": "icon_folder",
20452044
"settings": ["Seti_accent_red", "!Seti_ClosedFolder_dots"],
2046-
"layer0.texture": "Seti_UI/Main/accent/red/[email protected]"
2045+
"layer0.texture": "Seti_UI/Main/accent/red/[email protected]",
20472046
},
20482047
{
20492048
"class": "icon_folder",
@@ -3929,9 +3928,10 @@
39293928
{
39303929
"class": "icon_folder",
39313930
"settings": ["Seti_accent"],
3932-
"layer0.inner_margin": -2,
3931+
"layer0.inner_margin": [-3,-3,-5,-3],
39333932
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
3934-
"layer0.texture": "Seti_UI/Main/[email protected]"
3933+
"layer0.texture": "Seti_UI/Main/[email protected]",
3934+
"content_margin": 8
39353935
},
39363936
{
39373937
"class": "close_button",

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@
6666
"13.5": "messages/13.5.txt",
6767
"14": "messages/14.txt",
6868
"14.2": "messages/14.2.txt",
69-
"15": "messages/15.txt"
69+
"15": "messages/15.txt",
70+
"16": "messages/16.txt"
7071
}

messages/16.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
v16 (19-05-2017)
2+
-------------------
3+
4+
1- remove 'fold.png' as ST now wont respect it and will use the default instead.
5+
2- fixed the sidebar closed/opened folder icon size.
6+
3- fixed tab list icon.
7+
4- replaced the tabset left/right arrows with the default theme ones because the slim arrows were being pixelated after the latest dev update.
8+
also note that enlarging the icons can also cause the same thing, as a temp solution use
9+
(
10+
"Seti_no_scroll_icons": true,
11+
"mouse_wheel_tabswitch": true,
12+
)

0 commit comments

Comments
 (0)