diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties index ca88bfae..c4243b72 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties @@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #777 JXBusyLabel.highlightColor = #e0e0e0 +#---- ColumnControlButton ---- + +ColumnControlButton.iconColor = shade(@foreground,10%) + + #---- Header ---- JXHeader.background = @background diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties index afa37b4b..db7e7186 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties @@ -28,7 +28,6 @@ TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI #---- ColumnControlButton ---- ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnControlIcon -ColumnControlButton.iconColor = @disabledForeground #---- DatePicker ---- diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties index 244d3df5..b10ab028 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties @@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #c4c4c4 JXBusyLabel.highlightColor = #808080 +#---- ColumnControlButton ---- + +ColumnControlButton.iconColor = tint(@foreground,45%) + + #---- Header ---- JXHeader.background = @background