Skip to content

Commit e3a19b1

Browse files
committed
v17
1 parent df80e5c commit e3a19b1

File tree

5 files changed

+109
-27
lines changed

5 files changed

+109
-27
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ Activate the `Theme` by modifying your user preferences file, which you can find
4747

4848
```js
4949
// tabs
50-
"Seti_tabs_small" // tabs height = 35
51-
"Seti_tabs_med" // tabs height = 40
52-
"Seti_tabs_big" // tabs height = 54
53-
"Seti_tabs_no_min_width" // (issues/223)
54-
"Seti_tab_font_12" // tab font size = 12
55-
"mouse_wheel_tabswitch" // scroll through opened tabs
56-
"Seti_no_scroll_icons" // remove the l/r arrows, effective when ("enable_tab_scrolling": true)
57-
"Seti_no_under_bar" // remove the small colored bar under the un-saved tabs "not available with accents"
58-
"Seti_bold_slctdtab_labels" // make active tab label font in bold
50+
"Seti_tabs_small" // tabs height = 35
51+
"Seti_tabs_med" // tabs height = 40
52+
"Seti_tabs_big" // tabs height = 54
53+
"Seti_tabs_no_min_width" // (issues/223)
54+
"Seti_tab_font_12" // tab font size = 12
55+
"mouse_wheel_tabswitch" // scroll through opened tabs
56+
"Seti_no_scroll_icons" // remove the l/r arrows, effective when ("enable_tab_scrolling": true)
57+
"Seti_no_under_bar" // remove the small colored bar under the un-saved tabs "not available with accents"
58+
"Seti_bold_slctdtab_labels" // make active tab label font in bold
59+
"Seti_use_system_title_bar": false, // use the new tabset feature (>=3127)
5960

6061
// tabs unsaved bar ("Seti_accent_*": false)
6162
"Seti_yellow_tab"

Seti.sublime-theme

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
"settings": ["Seti_tabs_no_min_width"],
2929
"tab_min_width": 0
3030
},
31+
// app title bar
32+
{
33+
"class": "title_bar",
34+
"settings": ["!Seti_use_system_title_bar"],
35+
"fg": [255, 255, 255],
36+
"bg": [13, 16, 17]
37+
},
3138

3239
// Tab element
3340
{
@@ -1911,6 +1918,12 @@
19111918
"settings": ["Seti_accent_red"],
19121919
"layer0.tint": [229,57,53],
19131920
},
1921+
{
1922+
"class": "title_bar",
1923+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_red"],
1924+
"fg": [255, 255, 255],
1925+
"bg": [229,57,53]
1926+
},
19141927
{
19151928
"class": "tree_row",
19161929
"settings": ["Seti_accent_red", "Seti_alt_tree_row"],
@@ -2145,6 +2158,12 @@
21452158
"class": "close_button",
21462159
"settings": ["Seti_accent_purple"],
21472160
"layer0.tint": [156,39,176],
2161+
},
2162+
{
2163+
"class": "title_bar",
2164+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"],
2165+
"fg": [255, 255, 255],
2166+
"bg": [156,39,176]
21482167
},
21492168
{
21502169
"class": "tree_row",
@@ -2381,6 +2400,12 @@
23812400
"settings": ["Seti_accent_lime"],
23822401
"layer0.tint": [104,159,56],
23832402
},
2403+
{
2404+
"class": "title_bar",
2405+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_lime"],
2406+
"fg": [255, 255, 255],
2407+
"bg": [104,159,56]
2408+
},
23842409
{
23852410
"class": "tree_row",
23862411
"settings": ["Seti_accent_lime", "Seti_alt_tree_row"],
@@ -2616,6 +2641,12 @@
26162641
"settings": ["Seti_accent_indigo"],
26172642
"layer0.tint": [57,73,171],
26182643
},
2644+
{
2645+
"class": "title_bar",
2646+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_indigo"],
2647+
"fg": [255, 255, 255],
2648+
"bg": [57,73,171]
2649+
},
26192650
{
26202651
"class": "tree_row",
26212652
"settings": ["Seti_accent_indigo", "Seti_alt_tree_row"],
@@ -2851,6 +2882,12 @@
28512882
"settings": ["Seti_accent_teal"],
28522883
"layer0.tint": [0,137,123],
28532884
},
2885+
{
2886+
"class": "title_bar",
2887+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_teal"],
2888+
"fg": [255, 255, 255],
2889+
"bg": [0,137,123]
2890+
},
28542891
{
28552892
"class": "tree_row",
28562893
"settings": ["Seti_accent_teal", "Seti_alt_tree_row"],
@@ -3086,6 +3123,12 @@
30863123
"settings": ["Seti_accent_seablue"],
30873124
"layer0.texture": "Seti_UI/Main/accent/seablue/tabset-background.png",
30883125
},
3126+
{
3127+
"class": "title_bar",
3128+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_seablue"],
3129+
"fg": [255, 255, 255],
3130+
"bg": [0,113,242]
3131+
},
30893132
{
30903133
"class": "tab_control",
30913134
"settings": ["Seti_accent_seablue"],
@@ -3335,13 +3378,5 @@
33353378
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
33363379
"layer0.texture": "Seti_UI/Main/folder@2x.png",
33373380
"content_margin": 8
3338-
},
3339-
3340-
// app title bar
3341-
{
3342-
"class": "title_bar",
3343-
"settings": ["!Seti_use_system_title_bar"],
3344-
"fg": [255, 255, 255],
3345-
"bg": [24, 29, 34]
3346-
}
3381+
}
33473382
]

Seti_orig.sublime-theme

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
"settings": ["Seti_tabs_no_min_width"],
4242
"tab_min_width": 0
4343
},
44+
// app title bar
45+
{
46+
"class": "title_bar",
47+
"settings": ["!Seti_use_system_title_bar"],
48+
"fg": [255, 255, 255],
49+
"bg": [13, 16, 17]
50+
},
4451

4552
// Tab element
4653
{
@@ -1631,6 +1638,12 @@
16311638
"settings": ["Seti_accent_yellow"],
16321639
"layer0.texture": "Seti_UI/Main/accent/yellow/tabset-background.png",
16331640
},
1641+
{
1642+
"class": "title_bar",
1643+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_yellow"],
1644+
"fg": [255, 255, 255],
1645+
"bg": [255,143,0]
1646+
},
16341647
{
16351648
"class": "tab_control",
16361649
"settings": ["Seti_accent_yellow"],
@@ -1955,6 +1968,12 @@
19551968
"settings": ["Seti_accent_red"],
19561969
"layer0.texture": "Seti_UI/Main/accent/red/tabset-background.png",
19571970
},
1971+
{
1972+
"class": "title_bar",
1973+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_red"],
1974+
"fg": [255, 255, 255],
1975+
"bg": [229,57,53]
1976+
},
19581977
{
19591978
"class": "tab_control",
19601979
"settings": ["Seti_accent_red"],
@@ -2279,6 +2298,12 @@
22792298
"settings": ["Seti_accent_purple"],
22802299
"layer0.texture": "Seti_UI/Main/accent/purple/tabset-background.png",
22812300
},
2301+
{
2302+
"class": "title_bar",
2303+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"],
2304+
"fg": [255, 255, 255],
2305+
"bg": [156,39,176]
2306+
},
22822307
{
22832308
"class": "tab_control",
22842309
"settings": ["Seti_accent_purple"],
@@ -2603,6 +2628,12 @@
26032628
"settings": ["Seti_accent_lime"],
26042629
"layer0.texture": "Seti_UI/Main/accent/lime/tabset-background.png",
26052630
},
2631+
{
2632+
"class": "title_bar",
2633+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_lime"],
2634+
"fg": [255, 255, 255],
2635+
"bg": [104,159,56]
2636+
},
26062637
{
26072638
"class": "tab_control",
26082639
"settings": ["Seti_accent_lime"],
@@ -2927,6 +2958,12 @@
29272958
"settings": ["Seti_accent_indigo"],
29282959
"layer0.texture": "Seti_UI/Main/accent/indigo/tabset-background.png",
29292960
},
2961+
{
2962+
"class": "title_bar",
2963+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_indigo"],
2964+
"fg": [255, 255, 255],
2965+
"bg": [57,73,171]
2966+
},
29302967
{
29312968
"class": "tab_control",
29322969
"settings": ["Seti_accent_indigo"],
@@ -3251,6 +3288,12 @@
32513288
"settings": ["Seti_accent_teal"],
32523289
"layer0.texture": "Seti_UI/Main/accent/teal/tabset-background.png",
32533290
},
3291+
{
3292+
"class": "title_bar",
3293+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_teal"],
3294+
"fg": [255, 255, 255],
3295+
"bg": [0,137,123]
3296+
},
32543297
{
32553298
"class": "tab_control",
32563299
"settings": ["Seti_accent_teal"],
@@ -3575,6 +3618,12 @@
35753618
"settings": ["Seti_accent_seablue"],
35763619
"layer0.texture": "Seti_UI/Main/accent/seablue/tabset-background.png",
35773620
},
3621+
{
3622+
"class": "title_bar",
3623+
"settings": ["!Seti_use_system_title_bar", "Seti_accent_seablue"],
3624+
"fg": [255, 255, 255],
3625+
"bg": [0,113,242]
3626+
},
35783627
{
35793628
"class": "tab_control",
35803629
"settings": ["Seti_accent_seablue"],
@@ -3981,12 +4030,4 @@
39814030
"layer0.texture": "Seti_UI/Main/close@2x.png",
39824031
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
39834032
},
3984-
3985-
// app title bar
3986-
{
3987-
"class": "title_bar",
3988-
"settings": ["!Seti_use_system_title_bar"],
3989-
"fg": [255, 255, 255],
3990-
"bg": [24, 29, 34]
3991-
}
39924033
]

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"14": "messages/14.txt",
6868
"14.2": "messages/14.2.txt",
6969
"15": "messages/15.txt",
70-
"16": "messages/16.txt"
70+
"16": "messages/16.txt",
71+
"17": "messages/17.txt"
7172
}

messages/17.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
v17 (04-07-2017)
2+
-------------------
3+
4+
1- add support to new "title_bar" available after build >=3127. thanx to [fathergoose](https://github.com/fathergoose)

0 commit comments

Comments
 (0)