Skip to content

Commit

Permalink
Sidebar indicator improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Ike Ku committed Sep 18, 2017
1 parent 22eeb65 commit 1e43db8
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 5 deletions.
Binary file added assets/tree-highlight-separators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tree-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion ayu-dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@

{
"class": "tab_control", "attributes": ["selected"],
"layer0.tint": [81, 92, 102, 15],
"layer2.opacity": 1.0,
"layer3.opacity": 0.0
},
Expand All @@ -359,13 +360,15 @@

{
"class": "tab_control", "attributes": ["hover"],
"layer0.tint": [81, 92, 102, 6],
"layer2.opacity": 0.3
},

// Selected current tab

{
"class": "tab_control", "attributes": ["selected","hover"],
"layer0.tint": [81, 92, 102, 15],
"layer2.opacity": 1.0
},

Expand Down Expand Up @@ -578,7 +581,7 @@
{
"class": "sidebar_tree",
"indent_top_level": false,
"row_padding": [16, 6],
"row_padding": [20, 6],
"dark_content": false,
"spacer_rows": true,
"indent_offset": 0,
Expand Down Expand Up @@ -611,6 +614,12 @@
"layer1.opacity": 0
},

{
"class": "tree_row",
"layer1.texture": "ayu/assets/tree-highlight-separators.png",
"settings": ["ui_separator"]
},

{
"class": "tree_row",
"attributes": ["selected"],
Expand Down
11 changes: 10 additions & 1 deletion ayu-light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@

{
"class": "tab_control", "attributes": ["selected"],
"layer0.tint": [133, 136, 140, 15],
"layer2.opacity": 1.0,
"layer3.opacity": 0.0
},
Expand All @@ -359,13 +360,15 @@

{
"class": "tab_control", "attributes": ["hover"],
"layer0.tint": [133, 136, 140, 6],
"layer2.opacity": 0.3
},

// Selected current tab

{
"class": "tab_control", "attributes": ["selected","hover"],
"layer0.tint": [133, 136, 140, 15],
"layer2.opacity": 1.0
},

Expand Down Expand Up @@ -578,7 +581,7 @@
{
"class": "sidebar_tree",
"indent_top_level": false,
"row_padding": [16, 6],
"row_padding": [20, 6],
"dark_content": false,
"spacer_rows": true,
"indent_offset": 0,
Expand Down Expand Up @@ -611,6 +614,12 @@
"layer1.opacity": 0
},

{
"class": "tree_row",
"layer1.texture": "ayu/assets/tree-highlight-separators.png",
"settings": ["ui_separator"]
},

{
"class": "tree_row",
"attributes": ["selected"],
Expand Down
11 changes: 10 additions & 1 deletion ayu-mirage.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@

{
"class": "tab_control", "attributes": ["selected"],
"layer0.tint": [115, 134, 153, 15],
"layer2.opacity": 1.0,
"layer3.opacity": 0.0
},
Expand All @@ -359,13 +360,15 @@

{
"class": "tab_control", "attributes": ["hover"],
"layer0.tint": [115, 134, 153, 6],
"layer2.opacity": 0.3
},

// Selected current tab

{
"class": "tab_control", "attributes": ["selected","hover"],
"layer0.tint": [115, 134, 153, 15],
"layer2.opacity": 1.0
},

Expand Down Expand Up @@ -578,7 +581,7 @@
{
"class": "sidebar_tree",
"indent_top_level": false,
"row_padding": [16, 6],
"row_padding": [20, 6],
"dark_content": false,
"spacer_rows": true,
"indent_offset": 0,
Expand Down Expand Up @@ -611,6 +614,12 @@
"layer1.opacity": 0
},

{
"class": "tree_row",
"layer1.texture": "ayu/assets/tree-highlight-separators.png",
"settings": ["ui_separator"]
},

{
"class": "tree_row",
"attributes": ["selected"],
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"3.1.1": "messages/3.1.1.md",
"3.1.2": "messages/3.1.2.md",
"3.1.4": "messages/3.1.4.md",
"3.1.5": "messages/3.1.5.md"
"3.1.5": "messages/3.1.5.md",
"3.1.6": "messages/3.1.6.md"
}
38 changes: 38 additions & 0 deletions messages/3.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
**ayu theme for Sublime Text**
https://github.com/dempfi/ayu/releases

********************************************************************************
ayu from version 3.0.0 supports customization via A File Icon package
(https://github.com/ihodev/a-file-icon). Please install it for better expereince.
********************************************************************************

# Version 3.1.6

CHANGES:
Fix for sidebar file indicator

# Version 3.1.5

CHANGES:
💄 Better colors for Ruby claass methods

# Version 3.1.4

CHANGES:
🎉 CSS properties are not italic anymore

# Version 3.1.2

CHANGES:
Ayu's file icons are back :) There will be additional changes to sizes of icons.
They might not be very consistent atm, this will be fixed in next release.

# Version 3.1.1

CHANGES:
- Reduce usage of italics to required minimum
- Improve support of css colors

# Version 3.1.0
CHANGES:
🌈 Massive update to syntax highlighning and contrast of all 3 themes.
11 changes: 10 additions & 1 deletion src/templates/sublime.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@

{
"class": "tab_control", "attributes": ["selected"],
"layer0.tint": ["{ui.fg.rgb}", 15],
"layer2.opacity": 1.0,
"layer3.opacity": 0.0
},
Expand All @@ -359,13 +360,15 @@

{
"class": "tab_control", "attributes": ["hover"],
"layer0.tint": ["{ui.fg.rgb}", 6],
"layer2.opacity": 0.3
},

// Selected current tab

{
"class": "tab_control", "attributes": ["selected","hover"],
"layer0.tint": ["{ui.fg.rgb}", 15],
"layer2.opacity": 1.0
},

Expand Down Expand Up @@ -578,7 +581,7 @@
{
"class": "sidebar_tree",
"indent_top_level": false,
"row_padding": [16, 6],
"row_padding": [20, 6],
"dark_content": false,
"spacer_rows": true,
"indent_offset": 0,
Expand Down Expand Up @@ -611,6 +614,12 @@
"layer1.opacity": 0
},

{
"class": "tree_row",
"layer1.texture": "ayu/assets/tree-highlight-separators.png",
"settings": ["ui_separator"]
},

{
"class": "tree_row",
"attributes": ["selected"],
Expand Down

0 comments on commit 1e43db8

Please sign in to comment.