IntelliJ Themes: fixed default button hover background in "Solarized Light" theme (issue #628)

This commit is contained in:
Karl Tauber
2023-01-02 18:43:12 +01:00
parent 5eb6961023
commit c974784ebb
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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)