colours: fix term colours

This commit is contained in:
2 * r + 2 * t 2025-09-22 14:02:26 +10:00
parent a08b5daf96
commit 416bbbace7

View file

@ -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"
}
}