diff options
Diffstat (limited to 'config/quickshell/qs-hyprview-trixie/common/Appearance.qml')
| -rw-r--r-- | config/quickshell/qs-hyprview-trixie/common/Appearance.qml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/quickshell/qs-hyprview-trixie/common/Appearance.qml b/config/quickshell/qs-hyprview-trixie/common/Appearance.qml new file mode 100644 index 00000000..956b8d3d --- /dev/null +++ b/config/quickshell/qs-hyprview-trixie/common/Appearance.qml @@ -0,0 +1,18 @@ +import QtQuick + +QtObject { + id: m3 + + property color m3Primary: "#b3c5ff" + property color m3OnPrimary: "#192e60" + + property color m3PrimaryContainer: "#324578" + property color m3OnPrimaryContainer: "#dbe1ff" + + property color m3Secondary: "#c1c6dd" + property color m3OnSecondary: "#2a3042" + + property color m3SecondaryContainer: "#414659" + property color m3OnSecondaryContainer: "#dde1f9" +} + |
