Skip to content

Commit

Permalink
v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed May 18, 2017
1 parent 17090ef commit 39347b0
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Activate the `Theme` by modifying your user preferences file, which you can find
"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 & the drop down list button, effective when ("enable_tab_scrolling": true)
"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

Expand Down
Binary file removed Resource/fold.png
Binary file not shown.
30 changes: 15 additions & 15 deletions Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,9 @@
// Tab dropdown
{
"class": "show_tabs_dropdown_button",
"content_margin": [14,11],
"content_margin": [18,14],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
"layer0.inner_margin": [5,0,5,0],
"layer1.texture": "Seti_UI/Main/[email protected]",
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }
},
Expand All @@ -251,7 +250,7 @@
// Tab scroll left
{
"class": "scroll_tabs_left_button",
"content_margin": [14,10],
"content_margin": [9,10],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
"layer1.texture": "Seti_UI/Main/[email protected]",
Expand All @@ -266,7 +265,7 @@
// Tab scroll right
{
"class": "scroll_tabs_right_button",
"content_margin": [14,10],
"content_margin": [9,10],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
"layer1.texture": "Seti_UI/Main/[email protected]",
Expand All @@ -284,12 +283,12 @@
"settings": ["Seti_no_scroll_icons"],
"content_margin": 0
},
{
"class": "show_tabs_dropdown_button",
"settings": ["Seti_no_scroll_icons"],
"content_margin": 0,
"layer0.inner_margin": 0
},
// {
// "class": "show_tabs_dropdown_button",
// "settings": ["Seti_no_scroll_icons"],
// "content_margin": 0,
// "layer0.inner_margin": 0
// },
{
"class": "scroll_tabs_right_button",
"settings": ["Seti_no_scroll_icons"],
Expand Down Expand Up @@ -992,7 +991,7 @@
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": 1,
"layer0.inner_margin": 0,
"content_margin": [8,8]
"content_margin": 7
},
// Options
{
Expand All @@ -1007,9 +1006,9 @@
"class": "icon_folder",
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.inner_margin": -5,
"layer0.opacity": 1,
"content_margin": [8,0]
"layer0.inner_margin": 0,
"content_margin": 9
},
// Options
{
Expand Down Expand Up @@ -3332,8 +3331,9 @@
{
"class": "icon_folder",
"settings": ["Seti_accent"],
"layer0.inner_margin": -2,
"layer0.inner_margin": [-3,-3,-5,-3],
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]"
"layer0.texture": "Seti_UI/Main/[email protected]",
"content_margin": 8
}
]
32 changes: 16 additions & 16 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,9 @@
// Tab dropdown
{
"class": "show_tabs_dropdown_button",
"content_margin": [15,12],
"content_margin": [18,14],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
"layer0.inner_margin": [5,0,5,0],
"layer1.texture": "Seti_UI/Main/[email protected]",
"layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }
},
Expand All @@ -203,7 +202,7 @@
// Tab scroll left
{
"class": "scroll_tabs_left_button",
"content_margin": [14,10],
"content_margin": [9, 10],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
"layer1.texture": "Seti_UI/Main/[email protected]",
Expand All @@ -218,7 +217,7 @@
// Tab scroll right
{
"class": "scroll_tabs_right_button",
"content_margin": [14,10],
"content_margin": [9, 10],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" },
"layer1.texture": "Seti_UI/Main/[email protected]",
Expand All @@ -236,12 +235,12 @@
"settings": ["Seti_no_scroll_icons"],
"content_margin": 0
},
{
"class": "show_tabs_dropdown_button",
"settings": ["Seti_no_scroll_icons"],
"content_margin": 0,
"layer0.inner_margin": 0
},
// {
// "class": "show_tabs_dropdown_button",
// "settings": ["Seti_no_scroll_icons"],
// "content_margin": 0,
// "layer0.inner_margin": 0
// },
{
"class": "scroll_tabs_right_button",
"settings": ["Seti_no_scroll_icons"],
Expand Down Expand Up @@ -947,7 +946,7 @@
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": 1,
"layer0.inner_margin": 0,
"content_margin": [8,8]
"content_margin": 7
},
// Options
{
Expand All @@ -963,9 +962,9 @@
"class": "icon_folder",
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.inner_margin": -5,
"layer0.opacity": 1,
"content_margin": [8,0]
"layer0.inner_margin": 0,
"content_margin": 9
},
// Options
{
Expand Down Expand Up @@ -2043,7 +2042,7 @@
{
"class": "icon_folder",
"settings": ["Seti_accent_red", "!Seti_ClosedFolder_dots"],
"layer0.texture": "Seti_UI/Main/accent/red/[email protected]"
"layer0.texture": "Seti_UI/Main/accent/red/[email protected]",
},
{
"class": "icon_folder",
Expand Down Expand Up @@ -3929,9 +3928,10 @@
{
"class": "icon_folder",
"settings": ["Seti_accent"],
"layer0.inner_margin": -2,
"layer0.inner_margin": [-3,-3,-5,-3],
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]"
"layer0.texture": "Seti_UI/Main/[email protected]",
"content_margin": 8
},
{
"class": "close_button",
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"13.5": "messages/13.5.txt",
"14": "messages/14.txt",
"14.2": "messages/14.2.txt",
"15": "messages/15.txt"
"15": "messages/15.txt",
"16": "messages/16.txt"
}
12 changes: 12 additions & 0 deletions messages/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v16 (19-05-2017)
-------------------

1- remove 'fold.png' as ST now wont respect it and will use the default instead.
2- fixed the sidebar closed/opened folder icon size.
3- fixed tab list icon.
4- replaced the tabset left/right arrows with the default theme ones because the slim arrows were being pixelated after the latest dev update.
also note that enlarging the icons can also cause the same thing, as a temp solution use
(
"Seti_no_scroll_icons": true,
"mouse_wheel_tabswitch": true,
)

0 comments on commit 39347b0

Please sign in to comment.