From c653e851118c893678762d1aeeac3b995a60b9d4 Mon Sep 17 00:00:00 2001 From: Vyn Date: Tue, 17 Jun 2025 16:38:06 +0200 Subject: [PATCH] Add second background color --- components/Palette.slint | 2 ++ 1 file changed, 2 insertions(+) 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);