From 64efe4a137e4e7f70e1119fc2db0935bd3e1d565 Mon Sep 17 00:00:00 2001 From: Vlad Volkov Date: Mon, 18 Sep 2023 15:52:34 +0300 Subject: [PATCH] Addressed #101 Signed-off-by: Vlad Volkov --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../src/main/resources/colors/Dark.icls | 64 ++++++++++++------- .../resources/themes/HiberbeeDark.theme.json | 2 +- 3 files changed, 42 insertions(+), 26 deletions(-) diff --git a/src/intellij/gradle/wrapper/gradle-wrapper.properties b/src/intellij/gradle/wrapper/gradle-wrapper.properties index f42e62f..27313fb 100644 --- a/src/intellij/gradle/wrapper/gradle-wrapper.properties +++ b/src/intellij/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/intellij/src/main/resources/colors/Dark.icls b/src/intellij/src/main/resources/colors/Dark.icls index 43c1b07..5682dc9 100644 --- a/src/intellij/src/main/resources/colors/Dark.icls +++ b/src/intellij/src/main/resources/colors/Dark.icls @@ -1,14 +1,10 @@ - \ No newline at end of file + diff --git a/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json b/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json index 8f75026..04a8f8b 100644 --- a/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json +++ b/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json @@ -96,7 +96,7 @@ "selectionInactiveBackground": "dark6", "separatorColor": "dark10", "shortcutForeground": "light10" - }, + },"FormattedTextField.selectionBackground": "dark4", "ActionButton": { "hoverBorderColor": "dark10", "separatorColor": "dark10",