diff --git a/README.md b/README.md
index c5566766..62f13f78 100644
--- a/README.md
+++ b/README.md
@@ -14,20 +14,20 @@
Light with ui_separator
option on
-![Light with separators on](https://i.imgur.com/HP4EqoZ.png)
+![Light with separators on](https://i.imgur.com/xiiPGbC.png)
---
Mirage with ui_separator
option off
-![Mirage with separators off](https://i.imgur.com/GJpZ2yT.png)
+![Mirage with separators off](https://i.imgur.com/noq6faB.png)
---
Dark with ui_separator
option on
-![Dark with separators on](https://i.imgur.com/ruMY2eJ.png)
+![Dark with separators on](https://i.imgur.com/YrNneOD.png)
### Settings
diff --git a/ayu-dark.sublime-theme b/ayu-dark.sublime-theme
index 46911727..8766c5a5 100644
--- a/ayu-dark.sublime-theme
+++ b/ayu-dark.sublime-theme
@@ -1383,7 +1383,11 @@
{
"class": "title_bar",
"bg": [15, 20, 25],
- "fg": [81, 92, 102]
+ "fg": [230, 225, 207],
+ "layer1.opacity": 0.3,
+ "layer1.texture": "ayu/assets/separator-bottom.png",
+ "layer1.tint": [81, 92, 102],
+ "layer1.inner_margin": [1, 0, 1, 2]
},
{
"class": "title_bar",
diff --git a/ayu-dark.tmTheme b/ayu-dark.tmTheme
index 8412cdae..7b93a214 100644
--- a/ayu-dark.tmTheme
+++ b/ayu-dark.tmTheme
@@ -479,19 +479,6 @@ a {
#FF3333
-
- name
- Decorators
- scope
- tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js
- settings
-
- fontStyle
- italic
- foreground
- #F07178
-
-
name
JSON Key - Level 8
diff --git a/ayu-light.sublime-theme b/ayu-light.sublime-theme
index cd378e5c..e4dfca42 100644
--- a/ayu-light.sublime-theme
+++ b/ayu-light.sublime-theme
@@ -1383,7 +1383,11 @@
{
"class": "title_bar",
"bg": [250, 250, 250],
- "fg": [133, 136, 140]
+ "fg": [110, 117, 128],
+ "layer1.opacity": 0.2,
+ "layer1.texture": "ayu/assets/separator-bottom.png",
+ "layer1.tint": [133, 136, 140],
+ "layer1.inner_margin": [1, 0, 1, 2]
},
{
"class": "title_bar",
diff --git a/ayu-light.tmTheme b/ayu-light.tmTheme
index 870a58b7..42318992 100644
--- a/ayu-light.tmTheme
+++ b/ayu-light.tmTheme
@@ -479,19 +479,6 @@ a {
#F51818
-
- name
- Decorators
- scope
- tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js
- settings
-
- fontStyle
- italic
- foreground
- #F07171
-
-
name
JSON Key - Level 8
diff --git a/ayu-mirage.sublime-theme b/ayu-mirage.sublime-theme
index 34405359..7cd072c5 100644
--- a/ayu-mirage.sublime-theme
+++ b/ayu-mirage.sublime-theme
@@ -1383,7 +1383,11 @@
{
"class": "title_bar",
"bg": [33, 39, 51],
- "fg": [115, 134, 153]
+ "fg": [217, 215, 206],
+ "layer1.opacity": 0.3,
+ "layer1.texture": "ayu/assets/separator-bottom.png",
+ "layer1.tint": [115, 134, 153],
+ "layer1.inner_margin": [1, 0, 1, 2]
},
{
"class": "title_bar",
diff --git a/ayu-mirage.tmTheme b/ayu-mirage.tmTheme
index d93b2411..77865c39 100644
--- a/ayu-mirage.tmTheme
+++ b/ayu-mirage.tmTheme
@@ -479,19 +479,6 @@ a {
#FF3333
-
- name
- Decorators
- scope
- tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js
- settings
-
- fontStyle
- italic
- foreground
- #F28779
-
-
name
JSON Key - Level 8
diff --git a/src/templates/sublime.syntax.xml b/src/templates/sublime.syntax.xml
index 76038589..b2cea919 100644
--- a/src/templates/sublime.syntax.xml
+++ b/src/templates/sublime.syntax.xml
@@ -479,19 +479,6 @@ a {
#"{syntax.error.hex}"
-
- name
- Decorators
- scope
- tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js
- settings
-
- fontStyle
- italic
- foreground
- #"{syntax.markup.hex}"
-
-
name
JSON Key - Level 8
diff --git a/src/templates/sublime.ui.json b/src/templates/sublime.ui.json
index 05944293..310d5019 100644
--- a/src/templates/sublime.ui.json
+++ b/src/templates/sublime.ui.json
@@ -1383,7 +1383,11 @@
{
"class": "title_bar",
"bg": ["{common.bg.rgb}"],
- "fg": ["{ui.fg.rgb}"]
+ "fg": ["{common.fg.rgb}"],
+ "layer1.opacity": "{ui.opacity}",
+ "layer1.texture": "ayu/assets/separator-bottom.png",
+ "layer1.tint": ["{ui.fg.rgb}"],
+ "layer1.inner_margin": [1, 0, 1, 2]
},
{
"class": "title_bar",