diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Colours.qml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/services/Colours.qml b/services/Colours.qml index 26f666b..279a03d 100644 --- a/services/Colours.qml +++ b/services/Colours.qml @@ -86,7 +86,6 @@ Singleton { component M3TPalette: QtObject { readonly property color m3primary_paletteKeyColor: root.layer(root.palette.m3primary_paletteKeyColor) readonly property color m3secondary_paletteKeyColor: root.layer(root.palette.m3secondary_paletteKeyColor) - readonly property color m3tertiary_paletteKeyColor: root.layer(root.palette.m3tertiary_paletteKeyColor) readonly property color m3neutral_paletteKeyColor: root.layer(root.palette.m3neutral_paletteKeyColor) readonly property color m3neutral_variant_paletteKeyColor: root.layer(root.palette.m3neutral_variant_paletteKeyColor) readonly property color m3background: root.layer(root.palette.m3background, 0) @@ -118,10 +117,6 @@ Singleton { readonly property color m3onSecondary: root.layer(root.palette.m3onSecondary) readonly property color m3secondaryContainer: root.layer(root.palette.m3secondaryContainer) readonly property color m3onSecondaryContainer: root.layer(root.palette.m3onSecondaryContainer) - readonly property color m3tertiary: root.layer(root.palette.m3tertiary) - readonly property color m3onTertiary: root.layer(root.palette.m3onTertiary) - readonly property color m3tertiaryContainer: root.layer(root.palette.m3tertiaryContainer) - readonly property color m3onTertiaryContainer: root.layer(root.palette.m3onTertiaryContainer) readonly property color m3error: root.layer(root.palette.m3error) readonly property color m3onError: root.layer(root.palette.m3onError) readonly property color m3errorContainer: root.layer(root.palette.m3errorContainer) @@ -138,16 +133,11 @@ Singleton { readonly property color m3secondaryFixedDim: root.layer(root.palette.m3secondaryFixedDim) readonly property color m3onSecondaryFixed: root.layer(root.palette.m3onSecondaryFixed) readonly property color m3onSecondaryFixedVariant: root.layer(root.palette.m3onSecondaryFixedVariant) - readonly property color m3tertiaryFixed: root.layer(root.palette.m3tertiaryFixed) - readonly property color m3tertiaryFixedDim: root.layer(root.palette.m3tertiaryFixedDim) - readonly property color m3onTertiaryFixed: root.layer(root.palette.m3onTertiaryFixed) - readonly property color m3onTertiaryFixedVariant: root.layer(root.palette.m3onTertiaryFixedVariant) } component M3Palette: QtObject { 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" @@ -179,10 +169,6 @@ Singleton { 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" @@ -199,10 +185,6 @@ Singleton { 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 term0: "#353434" property color term1: "#ff4c8a" property color term2: "#ffbbb7" |