diff --git a/components/Palette.slint b/components/Palette.slint index f66e4d1..0a69cb2 100644 --- a/components/Palette.slint +++ b/components/Palette.slint @@ -33,7 +33,9 @@ export global Palette { in-out property foreground: #abb2bf; in-out property foreground-hint: foreground.darker(0.2); in-out property background: #282c34; + in-out property background1: #31353f; in-out property pane: #21252b; + in-out property popup-border: Colors.grey; in-out property control-foreground: #abb2bf; in-out property control-background: #393f4a; in-out property card-background: background.brighter(0.2);