summaryrefslogtreecommitdiff
path: root/services/Colours.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Colours.qml')
-rw-r--r--services/Colours.qml32
1 files changed, 16 insertions, 16 deletions
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"
}
}