From 5fa3837508503c2f061df4fac538fca2e5d9263d Mon Sep 17 00:00:00 2001 From: Vlad Volkov Date: Sat, 14 Oct 2023 08:07:31 +0300 Subject: [PATCH] Fixed warning background, selection menu indents. 2023.3 EAP compatibility Signed-off-by: Vlad Volkov --- src/intellij/.env | 0 .../src/main/resources/META-INF/plugin.xml | 2 +- .../main/resources/themes/HiberbeeDark.theme.json | 14 ++++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 src/intellij/.env diff --git a/src/intellij/.env b/src/intellij/.env new file mode 100644 index 0000000..e69de29 diff --git a/src/intellij/src/main/resources/META-INF/plugin.xml b/src/intellij/src/main/resources/META-INF/plugin.xml index 3b2719f..21eafe8 100644 --- a/src/intellij/src/main/resources/META-INF/plugin.xml +++ b/src/intellij/src/main/resources/META-INF/plugin.xml @@ -42,6 +42,6 @@ com.intellij.modules.platform - + diff --git a/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json b/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json index 7b57843..19baca0 100644 --- a/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json +++ b/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json @@ -3,6 +3,7 @@ "author": "Vlad Volkov", "dark": true, "editorScheme": "/colors/Dark.xml", + "icons": {}, "colors": { "dark1": "#070605", "dark2": "#121110", @@ -132,7 +133,8 @@ "errorFocusColor": "red", "iconColor": "accent", "focusColor": "dark10", - "focusedBorderColor": "dark9", + "focusWidth": 2, + "focusedBorderColor": "dark10", "inactiveErrorFocusColor": "redDark", "inactiveWarningFocusColor": "yellowDark", "infoForeground": "light3", @@ -198,7 +200,7 @@ }, "Focus": { "color": "dark10", - "width": "1" + "width": 1 }, "FormattedTextField": { "background": "dark8", @@ -270,10 +272,10 @@ "errorBackground": "redDark", "errorBorderColor": "red", "errorForeground": "light8", - "informativeBackground": "blueDark", + "informativeBackground": "yellowDark", "informativeBorderColor": "blue", "informativeForeground": "light4", - "warningBackground": "yellowDark", + "warningBackground": "dark4", "warningBorderColor": "yellow", "warningForeground": "light6" }, @@ -536,9 +538,9 @@ "selectionInactiveBackground": "dark6" }, "ValidationTooltip": { - "errorBackground": "redDark", + "errorBackground": "dark4", "errorBorderColor": "red", - "warningBackground": "yellowDark", + "warningBackground": "dark4", "warningBorderColor": "yellow" }, "VersionControl": {