adjust welcome colors

This commit is contained in:
end-4
2025-06-16 22:26:27 +02:00
parent 92051b88ec
commit 5c4c1f5362
+1 -1
View File
@@ -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