Skip to content

Commit

Permalink
v17
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Jul 4, 2017
1 parent df80e5c commit e3a19b1
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 27 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ Activate the `Theme` by modifying your user preferences file, which you can find

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

// tabs unsaved bar ("Seti_accent_*": false)
"Seti_yellow_tab"
Expand Down
53 changes: 44 additions & 9 deletions Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"settings": ["Seti_tabs_no_min_width"],
"tab_min_width": 0
},
// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [13, 16, 17]
},

// Tab element
{
Expand Down Expand Up @@ -1911,6 +1918,12 @@
"settings": ["Seti_accent_red"],
"layer0.tint": [229,57,53],
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_red"],
"fg": [255, 255, 255],
"bg": [229,57,53]
},
{
"class": "tree_row",
"settings": ["Seti_accent_red", "Seti_alt_tree_row"],
Expand Down Expand Up @@ -2145,6 +2158,12 @@
"class": "close_button",
"settings": ["Seti_accent_purple"],
"layer0.tint": [156,39,176],
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"],
"fg": [255, 255, 255],
"bg": [156,39,176]
},
{
"class": "tree_row",
Expand Down Expand Up @@ -2381,6 +2400,12 @@
"settings": ["Seti_accent_lime"],
"layer0.tint": [104,159,56],
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_lime"],
"fg": [255, 255, 255],
"bg": [104,159,56]
},
{
"class": "tree_row",
"settings": ["Seti_accent_lime", "Seti_alt_tree_row"],
Expand Down Expand Up @@ -2616,6 +2641,12 @@
"settings": ["Seti_accent_indigo"],
"layer0.tint": [57,73,171],
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_indigo"],
"fg": [255, 255, 255],
"bg": [57,73,171]
},
{
"class": "tree_row",
"settings": ["Seti_accent_indigo", "Seti_alt_tree_row"],
Expand Down Expand Up @@ -2851,6 +2882,12 @@
"settings": ["Seti_accent_teal"],
"layer0.tint": [0,137,123],
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_teal"],
"fg": [255, 255, 255],
"bg": [0,137,123]
},
{
"class": "tree_row",
"settings": ["Seti_accent_teal", "Seti_alt_tree_row"],
Expand Down Expand Up @@ -3086,6 +3123,12 @@
"settings": ["Seti_accent_seablue"],
"layer0.texture": "Seti_UI/Main/accent/seablue/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_seablue"],
"fg": [255, 255, 255],
"bg": [0,113,242]
},
{
"class": "tab_control",
"settings": ["Seti_accent_seablue"],
Expand Down Expand Up @@ -3335,13 +3378,5 @@
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]",
"content_margin": 8
},

// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [24, 29, 34]
}
}
]
57 changes: 49 additions & 8 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"settings": ["Seti_tabs_no_min_width"],
"tab_min_width": 0
},
// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [13, 16, 17]
},

// Tab element
{
Expand Down Expand Up @@ -1631,6 +1638,12 @@
"settings": ["Seti_accent_yellow"],
"layer0.texture": "Seti_UI/Main/accent/yellow/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_yellow"],
"fg": [255, 255, 255],
"bg": [255,143,0]
},
{
"class": "tab_control",
"settings": ["Seti_accent_yellow"],
Expand Down Expand Up @@ -1955,6 +1968,12 @@
"settings": ["Seti_accent_red"],
"layer0.texture": "Seti_UI/Main/accent/red/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_red"],
"fg": [255, 255, 255],
"bg": [229,57,53]
},
{
"class": "tab_control",
"settings": ["Seti_accent_red"],
Expand Down Expand Up @@ -2279,6 +2298,12 @@
"settings": ["Seti_accent_purple"],
"layer0.texture": "Seti_UI/Main/accent/purple/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"],
"fg": [255, 255, 255],
"bg": [156,39,176]
},
{
"class": "tab_control",
"settings": ["Seti_accent_purple"],
Expand Down Expand Up @@ -2603,6 +2628,12 @@
"settings": ["Seti_accent_lime"],
"layer0.texture": "Seti_UI/Main/accent/lime/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_lime"],
"fg": [255, 255, 255],
"bg": [104,159,56]
},
{
"class": "tab_control",
"settings": ["Seti_accent_lime"],
Expand Down Expand Up @@ -2927,6 +2958,12 @@
"settings": ["Seti_accent_indigo"],
"layer0.texture": "Seti_UI/Main/accent/indigo/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_indigo"],
"fg": [255, 255, 255],
"bg": [57,73,171]
},
{
"class": "tab_control",
"settings": ["Seti_accent_indigo"],
Expand Down Expand Up @@ -3251,6 +3288,12 @@
"settings": ["Seti_accent_teal"],
"layer0.texture": "Seti_UI/Main/accent/teal/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_teal"],
"fg": [255, 255, 255],
"bg": [0,137,123]
},
{
"class": "tab_control",
"settings": ["Seti_accent_teal"],
Expand Down Expand Up @@ -3575,6 +3618,12 @@
"settings": ["Seti_accent_seablue"],
"layer0.texture": "Seti_UI/Main/accent/seablue/tabset-background.png",
},
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar", "Seti_accent_seablue"],
"fg": [255, 255, 255],
"bg": [0,113,242]
},
{
"class": "tab_control",
"settings": ["Seti_accent_seablue"],
Expand Down Expand Up @@ -3981,12 +4030,4 @@
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
},

// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [24, 29, 34]
}
]
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"14": "messages/14.txt",
"14.2": "messages/14.2.txt",
"15": "messages/15.txt",
"16": "messages/16.txt"
"16": "messages/16.txt",
"17": "messages/17.txt"
}
4 changes: 4 additions & 0 deletions messages/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v17 (04-07-2017)
-------------------

1- add support to new "title_bar" available after build >=3127. thanx to [fathergoose](https://github.com/fathergoose)

0 comments on commit e3a19b1

Please sign in to comment.