mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
IntelliJ Themes: avoid that accent color affect some colors in some IntelliJ themes (issue #625)
This commit is contained in:
@@ -134,6 +134,12 @@ public class UIDefaultsDump
|
||||
// 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 );
|
||||
|
||||
// JIDE
|
||||
|
||||
Reference in New Issue
Block a user