From c974784ebb1b4aafd629d3e0378fcbbf5ff20b96 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 2 Jan 2023 18:43:12 +0100 Subject: [PATCH] IntelliJ Themes: fixed default button hover background in "Solarized Light" theme (issue #628) --- CHANGELOG.md | 8 ++++++++ .../com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae4e569..ece1592f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ FlatLaf Change Log ================== +## 3.1-SNAPSHOT + +#### Fixed bugs + +- IntelliJ Themes: Fixed default button hover background in "Solarized Light" + theme. (issue #628) + + ## 3.0 #### New features and improvements diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties index 6384cfc6..45a9051a 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties @@ -213,6 +213,7 @@ ToggleButton.endBackground = $ToggleButton.background [Solarized_Dark---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor) [Solarized_Dark---4lex4]Slider.focusedColor = fade($Component.focusColor,80%,derived) +[Solarized_Light---4lex4]Button.default.hoverBackground = darken($Button.default.background,3%,derived) [Solarized_Light---4lex4]Component.accentColor = lazy(TabbedPane.underlineColor) [vuesion-theme]Component.accentColor = lazy(Button.default.endBackground)