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",