mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 05:50:53 +03:00
SwingX: improved dark/light colors "column control" icon for JXTable (issue #434)
This commit is contained in:
@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #777
|
||||
JXBusyLabel.highlightColor = #e0e0e0
|
||||
|
||||
|
||||
#---- ColumnControlButton ----
|
||||
|
||||
ColumnControlButton.iconColor = shade(@foreground,10%)
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background = @background
|
||||
|
||||
@@ -28,7 +28,6 @@ TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
|
||||
#---- ColumnControlButton ----
|
||||
|
||||
ColumnControlButton.actionIcon = com.formdev.flatlaf.swingx.icons.FlatColumnControlIcon
|
||||
ColumnControlButton.iconColor = @disabledForeground
|
||||
|
||||
|
||||
#---- DatePicker ----
|
||||
|
||||
@@ -20,6 +20,11 @@ JXBusyLabel.baseColor = #c4c4c4
|
||||
JXBusyLabel.highlightColor = #808080
|
||||
|
||||
|
||||
#---- ColumnControlButton ----
|
||||
|
||||
ColumnControlButton.iconColor = tint(@foreground,45%)
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background = @background
|
||||
|
||||
Reference in New Issue
Block a user