Window decorations: fixed title pane background color in IntelliJ themes if window is inactive

This commit is contained in:
Karl Tauber
2020-08-26 16:13:44 +02:00
parent ff214455a3
commit af5a0ec0b7
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ FlatLaf Change Log
- Demo: Fixed restoring last used theme on startup. (regression in 0.39)
- Custom window decorations: Fixed iconify, maximize and close icon colors if
window is inactive.
- Custom window decorations: Fixed title pane background color in IntelliJ
themes if window is inactive.
#### Other Changes

View File

@@ -531,6 +531,7 @@ public class IntelliJTheme
uiKeyMapping.put( "Slider.trackWidth", "" ); // ignore (used in Material Theme UI Lite)
// TitlePane
uiKeyCopying.put( "TitlePane.inactiveBackground", "TitlePane.background" );
uiKeyMapping.put( "TitlePane.infoForeground", "TitlePane.foreground" );
uiKeyMapping.put( "TitlePane.inactiveInfoForeground", "TitlePane.inactiveForeground" );