fixed separator color in IntelliJ platform themes

This commit is contained in:
Karl Tauber
2019-12-21 10:55:17 +01:00
parent e44212fc65
commit f25e647b6a
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ FlatLaf Change Log
## Unreleased
- Fixed link color (in HTML text) in IntelliJ platform themes.
- Fixed link color (in HTML text) and separator color in IntelliJ platform
themes.
## 0.22

View File

@@ -432,6 +432,9 @@ public class IntelliJTheme
uiKeyMapping.put( "ScrollBar.trackColor", "ScrollBar.track" );
uiKeyMapping.put( "ScrollBar.thumbColor", "ScrollBar.thumb" );
// Separator
uiKeyMapping.put( "Separator.separatorColor", "Separator.foreground" );
// Slider
uiKeyMapping.put( "Slider.trackWidth", "" ); // ignore (used in Material Theme UI Lite)