mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
UIDefaultsDump: use DerivedColorKeys.properties to compute and dump derived colors and verify them
This commit is contained in:
@@ -76,8 +76,8 @@ Button.hoverBorderColor = $Button.focusedBorderColor
|
||||
Button.default.background = $Button.background
|
||||
Button.default.foreground = @foreground
|
||||
Button.default.focusedBackground = $Button.focusedBackground
|
||||
Button.default.hoverBackground = $Button.hoverBackground
|
||||
Button.default.pressedBackground = $Button.pressedBackground
|
||||
Button.default.hoverBackground = darken($Button.default.background,3%,derived)
|
||||
Button.default.pressedBackground = darken($Button.default.background,10%,derived)
|
||||
Button.default.borderColor = #4F9EE3
|
||||
Button.default.hoverBorderColor = $Button.hoverBorderColor
|
||||
Button.default.focusedBorderColor = $Button.focusedBorderColor
|
||||
|
||||
Reference in New Issue
Block a user