From bd5be46a65d8170b9ff33b6e08b563b29372ea3a Mon Sep 17 00:00:00 2001 From: rubjo Date: Tue, 17 Nov 2020 14:44:09 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=84=20Fix=20scroll=20bar=20backgro?= =?UTF-8?q?unds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ultimate Dark Neo.sublime-theme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ultimate Dark Neo.sublime-theme b/Ultimate Dark Neo.sublime-theme index 5e9a3be..5a5988c 100644 --- a/Ultimate Dark Neo.sublime-theme +++ b/Ultimate Dark Neo.sublime-theme @@ -241,7 +241,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 25, 48], // -01 + "layer0.tint": [49, 51, 56], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -251,7 +251,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [49, 51, 56], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -259,7 +259,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [49, 51, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -747,7 +747,7 @@ "class": "button_control", "attributes": ["hover"], // "layer0.texture": "", - "layer0.tint": [35, 40, 48] // -01 + "layer0.tint": [49, 51, 56] // -01 }, // Pressed button state { From 812f1f6de4a47ac2f103608b35af5105b31583b5 Mon Sep 17 00:00:00 2001 From: rubjo Date: Fri, 11 Dec 2020 09:50:27 +0100 Subject: [PATCH 2/2] Remove italic appearance of function arrow in some cases --- Ultimate Dark Neo.sublime-color-scheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ultimate Dark Neo.sublime-color-scheme b/Ultimate Dark Neo.sublime-color-scheme index 8f56065..df76e02 100644 --- a/Ultimate Dark Neo.sublime-color-scheme +++ b/Ultimate Dark Neo.sublime-color-scheme @@ -127,7 +127,7 @@ }, { "name": "Arrow functions", - "scope": "storage.type.function.arrow", + "scope": "storage.type.function.arrow, keyword.declaration.function.arrow.js", "font_style": "normal" }, {