diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-08 19:50:49 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-08 19:50:49 +0200 |
| commit | 3462bcc46ecf74f576ea4397f16492c16bd75b10 (patch) | |
| tree | c5ab7aef4498647e057bda8d49c11e5f9dda74c9 /raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json | |
| parent | 56616f693b4f263cbf0d47da43b67424efa6022d (diff) | |
| download | RaveOS-PKGBUILD-3462bcc46ecf74f576ea4397f16492c16bd75b10.tar.gz RaveOS-PKGBUILD-3462bcc46ecf74f576ea4397f16492c16bd75b10.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json b/raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json new file mode 100644 index 0000000..8b31662 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/dms/matugen/templates/dgop.json @@ -0,0 +1,49 @@ +{ + "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}}" + } +} |