mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
Theming improvements:
- renamed `MenuItemCheckBox.icon.checkmarkColor` to `CheckBoxMenuItem.icon.checkmarkColor` - renamed `MenuItemCheckBox.icon.disabledCheckmarkColor` to `CheckBoxMenuItem.icon.disabledCheckmarkColor` (Note: this are incompatible changes!)
This commit is contained in:
@@ -135,6 +135,12 @@ CheckBox.icon.hoverBackground = #ff0
|
||||
CheckBox.icon.pressedBackground = #FFC800
|
||||
|
||||
|
||||
#---- CheckBoxMenuItem ----
|
||||
|
||||
CheckBoxMenuItem.icon.checkmarkColor = #4D89C9
|
||||
CheckBoxMenuItem.icon.disabledCheckmarkColor = #ABABAB
|
||||
|
||||
|
||||
#---- ComboBox ----
|
||||
|
||||
ComboBox.background = #fff
|
||||
@@ -231,12 +237,6 @@ MenuBar.underlineSelectionBackground = #0f0
|
||||
MenuBar.underlineSelectionColor = #ff0
|
||||
MenuBar.underlineSelectionHeight = 5
|
||||
|
||||
#---- MenuItemCheckBox ----
|
||||
|
||||
MenuItemCheckBox.icon.checkmarkColor = #4D89C9
|
||||
MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB
|
||||
|
||||
|
||||
#---- OptionPane ----
|
||||
|
||||
OptionPane.background = #fdd
|
||||
|
||||
Reference in New Issue
Block a user