diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json')
| -rw-r--r-- | raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json deleted file mode 100644 index 8b31662..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/templates/dgop.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "ui": { - "border_primary": "{{colors.primary.default.hex}}", - "border_secondary": "{{colors.secondary.default.hex}}", - "header_background": "{{colors.primary.default.hex}}", - "header_text": "{{colors.on_primary.default.hex}}", - "footer_background": "{{colors.surface.default.hex}}", - "footer_text": "{{colors.on_surface_variant.default.hex}}", - "text_primary": "{{colors.on_surface.default.hex}}", - "text_secondary": "{{colors.on_surface_variant.default.hex}}", - "text_accent": "{{colors.primary.default.hex}}", - "selection_background": "{{colors.primary.default.hex}}", - "selection_text": "{{colors.on_primary.default.hex}}" - }, - "charts": { - "network_download": "{{colors.primary.default.hex}}", - "network_upload": "{{colors.primary_container.default.hex}}", - "network_line": "{{colors.secondary.default.hex}}", - "cpu_core_low": "{{colors.primary_container.default.hex}}", - "cpu_core_medium": "{{colors.primary.default.hex}}", - "cpu_core_high": "{{colors.tertiary.default.hex}}", - "disk_read": "{{colors.primary.default.hex}}", - "disk_write": "{{colors.primary_container.default.hex}}" - }, - "progress_bars": { - "memory_low": "{{colors.primary_container.default.hex}}", - "memory_medium": "{{colors.primary.default.hex}}", - "memory_high": "{{colors.tertiary.default.hex}}", - "disk_low": "{{colors.primary_container.default.hex}}", - "disk_medium": "{{colors.primary.default.hex}}", - "disk_high": "{{colors.tertiary.default.hex}}", - "cpu_low": "{{colors.primary_container.default.hex}}", - "cpu_medium": "{{colors.primary.default.hex}}", - "cpu_high": "{{colors.tertiary.default.hex}}", - "progress_background": "{{colors.surface_container.default.hex}}" - }, - "temperature": { - "cold": "{{colors.primary_container.default.hex}}", - "warm": "{{colors.primary.default.hex}}", - "hot": "{{colors.tertiary.default.hex}}", - "danger": "{{colors.error.default.hex}}" - }, - "status": { - "success": "#22C55E", - "warning": "#F59E0B", - "error": "{{colors.error.default.hex}}", - "info": "{{colors.primary.default.hex}}" - } -} |