qs: use more neutral default pallete

This commit is contained in:
end-4
2025-10-19 21:17:23 +02:00
parent 76dd63a326
commit c65aea86c6
@@ -39,62 +39,57 @@ Singleton {
property real contentTransparency: Config?.options.appearance.transparency.enable ? Config?.options.appearance.transparency.automatic ? autoContentTransparency : Config?.options.appearance.transparency.contentTransparency : 0 property real contentTransparency: Config?.options.appearance.transparency.enable ? Config?.options.appearance.transparency.automatic ? autoContentTransparency : Config?.options.appearance.transparency.contentTransparency : 0
m3colors: QtObject { m3colors: QtObject {
property bool darkmode: false property bool darkmode: true
property bool transparent: false property bool transparent: false
property color m3primary_paletteKeyColor: "#91689E" property color m3background: "#141313"
property color m3secondary_paletteKeyColor: "#837186" property color m3onBackground: "#e6e1e1"
property color m3tertiary_paletteKeyColor: "#9D6A67" property color m3surface: "#141313"
property color m3neutral_paletteKeyColor: "#7C757B" property color m3surfaceDim: "#141313"
property color m3neutral_variant_paletteKeyColor: "#7D747D" property color m3surfaceBright: "#3a3939"
property color m3background: "#161217" property color m3surfaceContainerLowest: "#0f0e0e"
property color m3onBackground: "#EAE0E7" property color m3surfaceContainerLow: "#1c1b1c"
property color m3surface: "#161217" property color m3surfaceContainer: "#201f20"
property color m3surfaceDim: "#161217" property color m3surfaceContainerHigh: "#2b2a2a"
property color m3surfaceBright: "#3D373D" property color m3surfaceContainerHighest: "#363435"
property color m3surfaceContainerLowest: "#110D12" property color m3onSurface: "#e6e1e1"
property color m3surfaceContainerLow: "#1F1A1F" property color m3surfaceVariant: "#49464a"
property color m3surfaceContainer: "#231E23" property color m3onSurfaceVariant: "#cbc5ca"
property color m3surfaceContainerHigh: "#2D282E" property color m3inverseSurface: "#e6e1e1"
property color m3surfaceContainerHighest: "#383339" property color m3inverseOnSurface: "#313030"
property color m3onSurface: "#EAE0E7" property color m3outline: "#948f94"
property color m3surfaceVariant: "#4C444D" property color m3outlineVariant: "#49464a"
property color m3onSurfaceVariant: "#CFC3CD"
property color m3inverseSurface: "#EAE0E7"
property color m3inverseOnSurface: "#342F34"
property color m3outline: "#988E97"
property color m3outlineVariant: "#4C444D"
property color m3shadow: "#000000" property color m3shadow: "#000000"
property color m3scrim: "#000000" property color m3scrim: "#000000"
property color m3surfaceTint: "#E5B6F2" property color m3surfaceTint: "#cbc4cb"
property color m3primary: "#E5B6F2" property color m3primary: "#cbc4cb"
property color m3onPrimary: "#452152" property color m3onPrimary: "#322f34"
property color m3primaryContainer: "#5D386A" property color m3primaryContainer: "#2d2a2f"
property color m3onPrimaryContainer: "#F9D8FF" property color m3onPrimaryContainer: "#bcb6bc"
property color m3inversePrimary: "#775084" property color m3inversePrimary: "#615d63"
property color m3secondary: "#D5C0D7" property color m3secondary: "#cac5c8"
property color m3onSecondary: "#392C3D" property color m3onSecondary: "#323032"
property color m3secondaryContainer: "#534457" property color m3secondaryContainer: "#4d4b4d"
property color m3onSecondaryContainer: "#F2DCF3" property color m3onSecondaryContainer: "#ece6e9"
property color m3tertiary: "#F5B7B3" property color m3tertiary: "#d1c3c6"
property color m3onTertiary: "#4C2523" property color m3onTertiary: "#372e30"
property color m3tertiaryContainer: "#BA837F" property color m3tertiaryContainer: "#31292b"
property color m3onTertiaryContainer: "#000000" property color m3onTertiaryContainer: "#c1b4b7"
property color m3error: "#FFB4AB" property color m3error: "#ffb4ab"
property color m3onError: "#690005" property color m3onError: "#690005"
property color m3errorContainer: "#93000A" property color m3errorContainer: "#93000a"
property color m3onErrorContainer: "#FFDAD6" property color m3onErrorContainer: "#ffdad6"
property color m3primaryFixed: "#F9D8FF" property color m3primaryFixed: "#e7e0e7"
property color m3primaryFixedDim: "#E5B6F2" property color m3primaryFixedDim: "#cbc4cb"
property color m3onPrimaryFixed: "#2E0A3C" property color m3onPrimaryFixed: "#1d1b1f"
property color m3onPrimaryFixedVariant: "#5D386A" property color m3onPrimaryFixedVariant: "#49454b"
property color m3secondaryFixed: "#F2DCF3" property color m3secondaryFixed: "#e6e1e4"
property color m3secondaryFixedDim: "#D5C0D7" property color m3secondaryFixedDim: "#cac5c8"
property color m3onSecondaryFixed: "#241727" property color m3onSecondaryFixed: "#1d1b1d"
property color m3onSecondaryFixedVariant: "#514254" property color m3onSecondaryFixedVariant: "#484648"
property color m3tertiaryFixed: "#FFDAD7" property color m3tertiaryFixed: "#eddfe1"
property color m3tertiaryFixedDim: "#F5B7B3" property color m3tertiaryFixedDim: "#d1c3c6"
property color m3onTertiaryFixed: "#331110" property color m3onTertiaryFixed: "#211a1c"
property color m3onTertiaryFixedVariant: "#663B39" property color m3onTertiaryFixedVariant: "#4e4447"
property color m3success: "#B5CCBA" property color m3success: "#B5CCBA"
property color m3onSuccess: "#213528" property color m3onSuccess: "#213528"
property color m3successContainer: "#374B3E" property color m3successContainer: "#374B3E"