diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-21 17:34:55 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-21 17:34:55 +1000 |
| commit | 37b61cb0d923bc8ab988a0ba4174cd55de458bdc (patch) | |
| tree | ee4808009110c6e85540b4b6d0f0b947b3f80d25 /services/Colours.qml | |
| parent | sidebar/notifs: add link support (diff) | |
| parent | feat: add battery warnings (diff) | |
| download | caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.tar.gz caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.tar.bz2 caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.zip | |
Merge pull request #662 from caelestia-dots/toasts
utilities: add toasts & battery warnings
Diffstat (limited to 'services/Colours.qml')
| -rw-r--r-- | services/Colours.qml | 134 |
1 files changed, 71 insertions, 63 deletions
diff --git a/services/Colours.qml b/services/Colours.qml index df0d4b6..b954c0d 100644 --- a/services/Colours.qml +++ b/services/Colours.qml @@ -146,6 +146,10 @@ Singleton { readonly property color m3onError: root.layer(root.palette.m3onError) readonly property color m3errorContainer: root.layer(root.palette.m3errorContainer) readonly property color m3onErrorContainer: root.layer(root.palette.m3onErrorContainer) + readonly property color m3success: root.layer(root.palette.m3success) + readonly property color m3onSuccess: root.layer(root.palette.m3onSuccess) + readonly property color m3successContainer: root.layer(root.palette.m3successContainer) + readonly property color m3onSuccessContainer: root.layer(root.palette.m3onSuccessContainer) readonly property color m3primaryFixed: root.layer(root.palette.m3primaryFixed) readonly property color m3primaryFixedDim: root.layer(root.palette.m3primaryFixedDim) readonly property color m3onPrimaryFixed: root.layer(root.palette.m3onPrimaryFixed) @@ -161,75 +165,79 @@ Singleton { } component M3Palette: QtObject { - property color m3primary_paletteKeyColor: "#a26387" - property color m3secondary_paletteKeyColor: "#8b6f7d" - property color m3tertiary_paletteKeyColor: "#9c6c53" - property color m3neutral_paletteKeyColor: "#7f7478" - property color m3neutral_variant_paletteKeyColor: "#827379" - property color m3background: "#181115" - property color m3onBackground: "#eddfe4" - property color m3surface: "#181115" - property color m3surfaceDim: "#181115" - property color m3surfaceBright: "#40373b" - property color m3surfaceContainerLowest: "#130c10" - property color m3surfaceContainerLow: "#211a1d" - property color m3surfaceContainer: "#251e21" - property color m3surfaceContainerHigh: "#30282b" - property color m3surfaceContainerHighest: "#3b3236" - property color m3onSurface: "#eddfe4" - property color m3surfaceVariant: "#504349" - property color m3onSurfaceVariant: "#d3c2c9" - property color m3inverseSurface: "#eddfe4" - property color m3inverseOnSurface: "#362e32" - property color m3outline: "#9c8d93" - property color m3outlineVariant: "#504349" + property color m3primary_paletteKeyColor: "#a8627b" + property color m3secondary_paletteKeyColor: "#8e6f78" + property color m3tertiary_paletteKeyColor: "#986e4c" + property color m3neutral_paletteKeyColor: "#807477" + property color m3neutral_variant_paletteKeyColor: "#837377" + property color m3background: "#191114" + property color m3onBackground: "#efdfe2" + property color m3surface: "#191114" + property color m3surfaceDim: "#191114" + property color m3surfaceBright: "#403739" + property color m3surfaceContainerLowest: "#130c0e" + property color m3surfaceContainerLow: "#22191c" + property color m3surfaceContainer: "#261d20" + property color m3surfaceContainerHigh: "#31282a" + property color m3surfaceContainerHighest: "#3c3235" + property color m3onSurface: "#efdfe2" + property color m3surfaceVariant: "#514347" + property color m3onSurfaceVariant: "#d5c2c6" + property color m3inverseSurface: "#efdfe2" + property color m3inverseOnSurface: "#372e30" + property color m3outline: "#9e8c91" + property color m3outlineVariant: "#514347" property color m3shadow: "#000000" property color m3scrim: "#000000" - property color m3surfaceTint: "#fbb1d8" - property color m3primary: "#fbb1d8" - property color m3onPrimary: "#511d3e" - property color m3primaryContainer: "#6b3455" - property color m3onPrimaryContainer: "#ffd8ea" - property color m3inversePrimary: "#864b6e" - property color m3secondary: "#dfbecd" - property color m3onSecondary: "#402a36" - property color m3secondaryContainer: "#5a424f" - property color m3onSecondaryContainer: "#fcd9e9" - property color m3tertiary: "#f3ba9c" - property color m3onTertiary: "#4a2713" - property color m3tertiaryContainer: "#b8856a" + property color m3surfaceTint: "#ffb0ca" + property color m3primary: "#ffb0ca" + property color m3onPrimary: "#541d34" + property color m3primaryContainer: "#6f334a" + property color m3onPrimaryContainer: "#ffd9e3" + property color m3inversePrimary: "#8b4a62" + property color m3secondary: "#e2bdc7" + property color m3onSecondary: "#422932" + property color m3secondaryContainer: "#5a3f48" + property color m3onSecondaryContainer: "#ffd9e3" + property color m3tertiary: "#f0bc95" + property color m3onTertiary: "#48290c" + property color m3tertiaryContainer: "#b58763" property color m3onTertiaryContainer: "#000000" property color m3error: "#ffb4ab" property color m3onError: "#690005" property color m3errorContainer: "#93000a" property color m3onErrorContainer: "#ffdad6" - property color m3primaryFixed: "#ffd8ea" - property color m3primaryFixedDim: "#fbb1d8" - property color m3onPrimaryFixed: "#370728" - property color m3onPrimaryFixedVariant: "#6b3455" - property color m3secondaryFixed: "#fcd9e9" - property color m3secondaryFixedDim: "#dfbecd" - property color m3onSecondaryFixed: "#291520" - property color m3onSecondaryFixedVariant: "#58404c" - property color m3tertiaryFixed: "#ffdbca" - property color m3tertiaryFixedDim: "#f3ba9c" - property color m3onTertiaryFixed: "#311302" - property color m3onTertiaryFixedVariant: "#653d27" - property color term0: "#353434" - property color term1: "#fe45a7" - property color term2: "#ffbac0" - property color term3: "#ffdee3" - property color term4: "#b3a2d5" - property color term5: "#e491bd" - property color term6: "#ffba93" - property color term7: "#edd2d5" - property color term8: "#b29ea1" - property color term9: "#ff7db7" - property color term10: "#ffd2d5" - property color term11: "#fff1f2" - property color term12: "#babfdd" - property color term13: "#f3a9cd" - property color term14: "#ffd1c0" - property color term15: "#ffffff" + property color m3success: "#B5CCBA" + property color m3onSuccess: "#213528" + property color m3successContainer: "#374B3E" + property color m3onSuccessContainer: "#D1E9D6" + property color m3primaryFixed: "#ffd9e3" + property color m3primaryFixedDim: "#ffb0ca" + property color m3onPrimaryFixed: "#39071f" + property color m3onPrimaryFixedVariant: "#6f334a" + property color m3secondaryFixed: "#ffd9e3" + property color m3secondaryFixedDim: "#e2bdc7" + property color m3onSecondaryFixed: "#2b151d" + property color m3onSecondaryFixedVariant: "#5a3f48" + property color m3tertiaryFixed: "#ffdcc3" + property color m3tertiaryFixedDim: "#f0bc95" + property color m3onTertiaryFixed: "#2f1500" + property color m3onTertiaryFixedVariant: "#623f21" + property color m3term0: "#353434" + property color m3term1: "#ff4c8a" + property color m3term2: "#ffbbb7" + property color m3term3: "#ffdedf" + property color m3term4: "#b3a2d5" + property color m3term5: "#e98fb0" + property color m3term6: "#ffba93" + property color m3term7: "#eed1d2" + property color m3term8: "#b39e9e" + property color m3term9: "#ff80a3" + property color m3term10: "#ffd3d0" + property color m3term11: "#fff1f0" + property color m3term12: "#dcbc93" + property color m3term13: "#f9a8c2" + property color m3term14: "#ffd1c0" + property color m3term15: "#ffffff" } } |