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)