From 416bbbace74337553aad2ccb612ec5086e4fd567 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:02:26 +1000 Subject: colours: fix term colours --- services/Colours.qml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'services') diff --git a/services/Colours.qml b/services/Colours.qml index b954c0d..83ca2ae 100644 --- a/services/Colours.qml +++ b/services/Colours.qml @@ -223,21 +223,21 @@ Singleton { 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" + property color term0: "#353434" + property color term1: "#ff4c8a" + property color term2: "#ffbbb7" + property color term3: "#ffdedf" + property color term4: "#b3a2d5" + property color term5: "#e98fb0" + property color term6: "#ffba93" + property color term7: "#eed1d2" + property color term8: "#b39e9e" + property color term9: "#ff80a3" + property color term10: "#ffd3d0" + property color term11: "#fff1f0" + property color term12: "#dcbc93" + property color term13: "#f9a8c2" + property color term14: "#ffd1c0" + property color term15: "#ffffff" } } -- cgit v1.2.3-freya