From 5c4c1f5362d011bf8193d2f35d1562842acaad77 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:26:27 +0200 Subject: [PATCH] adjust welcome colors --- .config/quickshell/welcome.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/welcome.qml b/.config/quickshell/welcome.qml index bf7071550..dc8559dfd 100644 --- a/.config/quickshell/welcome.qml +++ b/.config/quickshell/welcome.qml @@ -62,7 +62,7 @@ ApplicationWindow { id: lightDarkButtonRoot required property bool dark property color previewBg: dark ? ColorUtils.colorWithHueOf("#3f3838", Appearance.m3colors.m3primary) : - ColorUtils.colorWithHueOf("#f8f8f8", Appearance.m3colors.m3primary) + ColorUtils.colorWithHueOf("#F7F9FF", Appearance.m3colors.m3primary) property color previewFg: dark ? Qt.lighter(previewBg, 2.2) : ColorUtils.mix(previewBg, "#292929", 0.85) padding: 5 Layout.fillWidth: true