IntelliJ Themes: avoid that accent color affect some colors in some IntelliJ themes (issue #625)

This commit is contained in:
Karl Tauber
2023-01-02 18:58:18 +01:00
parent c974784ebb
commit 2134c19c58
3 changed files with 17 additions and 2 deletions

View File

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