From 853ff3e2df57ef003b5bb9241fb9b3b0d8e06970 Mon Sep 17 00:00:00 2001 From: Alexander Adhyatma Date: Tue, 22 Mar 2022 04:18:04 +0700 Subject: [PATCH] fixes some UI color (file color) --- gradle.properties | 2 +- src/main/resources/themes/TokyoNight.theme.json | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 097eabb..9056470 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup = com.alex.tokyonight pluginName = TokyoNight Theme -pluginVersion = 0.0.2 +pluginVersion = 0.0.3 pluginSinceBuild = 203 pluginUntilBuild = 213.* platformType = IC diff --git a/src/main/resources/themes/TokyoNight.theme.json b/src/main/resources/themes/TokyoNight.theme.json index 8fa33b9..c46df41 100644 --- a/src/main/resources/themes/TokyoNight.theme.json +++ b/src/main/resources/themes/TokyoNight.theme.json @@ -46,6 +46,8 @@ "selectionInactiveBackground": "selectionInactiveBackground", "inactiveBackground": "bgDark", "disabledBackground": "bgDark", + "disabledBorderColor": "bgDark", + "disabledForeground": "comment", "borderColor": "bgDark", "separatorColor": "separatorColor" }, @@ -149,12 +151,12 @@ "inactiveUnderlineColor": "blue" }, "FileColor": { - "Blue": "#7AA2F750", - "Green": "#9ece6e50", - "Orange": "#FF9E6450", - "Yellow": "#e0af68ff", - "Rose": "#F7768E50", - "Violet": "#bb9af750" + "Blue": "#7AA2F71a", + "Green": "#9ece6e05", + "Orange": "#FF9E6405", + "Yellow": "#e0af6805", + "Rose": "#F7768E05", + "Violet": "#bb9af705" }, "Link": { "activeForeground": "blue",