diff options
Diffstat (limited to 'config/quickshell/qs-hyprview-unified/qs-hyprview-template.qml')
| -rw-r--r-- | config/quickshell/qs-hyprview-unified/qs-hyprview-template.qml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/quickshell/qs-hyprview-unified/qs-hyprview-template.qml b/config/quickshell/qs-hyprview-unified/qs-hyprview-template.qml deleted file mode 100644 index 2a6fa2f8..00000000 --- a/config/quickshell/qs-hyprview-unified/qs-hyprview-template.qml +++ /dev/null @@ -1,18 +0,0 @@ -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}}" -} - |
