UI defaults:

- moved some common properties from FlatLightLaf.properties and FlatDarkLaf.properties to FlatLaf.properties
- use color functions for more properties
This commit is contained in:
Karl Tauber
2021-01-08 18:03:09 +01:00
parent 64d850c583
commit e3cac95d37
5 changed files with 40 additions and 30 deletions

View File

@@ -32,6 +32,12 @@
@cellFocusColor = #f00
@icon = #afafaf
# for buttons within components (e.g. combobox or spinner)
@buttonArrowColor = #666
@buttonDisabledArrowColor = #ABABAB
@buttonHoverArrowColor = #f00
@buttonPressedArrowColor = #00f
@dropCellBackground = #f00
@dropCellForeground = #0f0
@dropLineColor = #00f
@@ -118,10 +124,6 @@ CheckBox.icon.pressedBackground = #FFC800
ComboBox.background = #fff
ComboBox.buttonBackground = #f0f0f0
ComboBox.buttonEditableBackground = #ccc
ComboBox.buttonArrowColor = #666
ComboBox.buttonDisabledArrowColor = #ABABAB
ComboBox.buttonHoverArrowColor = #f00
ComboBox.buttonPressedArrowColor = #00f
#---- Component ----