diff options
Diffstat (limited to 'config/quickshell/qs-hyprview-trixie/qs-hyprview-template.qml')
| -rw-r--r-- | config/quickshell/qs-hyprview-trixie/qs-hyprview-template.qml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/quickshell/qs-hyprview-trixie/qs-hyprview-template.qml b/config/quickshell/qs-hyprview-trixie/qs-hyprview-template.qml new file mode 100644 index 00000000..2a6fa2f8 --- /dev/null +++ b/config/quickshell/qs-hyprview-trixie/qs-hyprview-template.qml @@ -0,0 +1,18 @@ +import QtQuick + +QtObject { + id: m3 + + property color m3Primary: "{{colors.primary.default.hex}}" + property color m3OnPrimary: "{{colors.on_primary.default.hex}}" + + property color m3PrimaryContainer: "{{colors.primary_container.default.hex}}" + property color m3OnPrimaryContainer: "{{colors.on_primary_container.default.hex}}" + + property color m3Secondary: "{{colors.secondary.default.hex}}" + property color m3OnSecondary: "{{colors.on_secondary.default.hex}}" + + property color m3SecondaryContainer: "{{colors.secondary_container.default.hex}}" + property color m3OnSecondaryContainer: "{{colors.on_secondary_container.default.hex}}" +} + |
