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