mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
IntelliJ Themes: avoid that accent color affect some colors in some IntelliJ themes (issue #625)
This commit is contained in:
@@ -5,8 +5,11 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
#### Fixed bugs
|
#### Fixed bugs
|
||||||
|
|
||||||
- IntelliJ Themes: Fixed default button hover background in "Solarized Light"
|
- IntelliJ Themes:
|
||||||
theme. (issue #628)
|
- Fixed default button hover background in "Solarized Light" theme. (issue
|
||||||
|
#628)
|
||||||
|
- Avoid that accent color affect some colors in some IntelliJ themes. (issue
|
||||||
|
#625)
|
||||||
|
|
||||||
|
|
||||||
## 3.0
|
## 3.0
|
||||||
|
|||||||
@@ -44,6 +44,12 @@ info = lazy(ToolTip.background)
|
|||||||
infoText = lazy(ToolTip.foreground)
|
infoText = lazy(ToolTip.foreground)
|
||||||
|
|
||||||
|
|
||||||
|
#---- variables ----
|
||||||
|
|
||||||
|
# make sure that accent color (set via FlatLaf.setSystemColorGetter()) is ignored
|
||||||
|
@accentColor = null
|
||||||
|
|
||||||
|
|
||||||
#---- Button ----
|
#---- Button ----
|
||||||
|
|
||||||
Button.startBackground = $Button.background
|
Button.startBackground = $Button.background
|
||||||
|
|||||||
@@ -134,6 +134,12 @@ public class UIDefaultsDump
|
|||||||
// ex.printStackTrace();
|
// ex.printStackTrace();
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
// used to test whether system color influences IntelliJ themes
|
||||||
|
// (first run without this, save result, run with this and compare outputs)
|
||||||
|
// FlatLaf.setSystemColorGetter( name -> {
|
||||||
|
// return Color.red;
|
||||||
|
// } );
|
||||||
|
|
||||||
// dumpIntelliJThemes( dir );
|
// dumpIntelliJThemes( dir );
|
||||||
|
|
||||||
// JIDE
|
// JIDE
|
||||||
|
|||||||
Reference in New Issue
Block a user