UIDefaultsDump: use DerivedColorKeys.properties to compute and dump derived colors and verify them

This commit is contained in:
Karl Tauber
2021-01-16 00:39:36 +01:00
parent 3ec59d0c58
commit 1024d6fc07
4 changed files with 87 additions and 16 deletions

View File

@@ -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