From 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 Mon Sep 17 00:00:00 2001 From: AlexanderCurl Date: Sat, 18 Apr 2026 17:46:06 +0100 Subject: Replaced file structures for themes in the correct format --- .../theme-data/hypr/dms/colors.conf | 22 ++++++++++++++++++++++ .../theme-data/hypr/dms/cursor.conf | 6 ++++++ .../theme-data/hypr/dms/layout.conf | 11 +++++++++++ .../theme-data/hypr/dms/windowrules.conf | 0 4 files changed, 39 insertions(+) create mode 100644 raveos-hyprland-theme/theme-data/hypr/dms/colors.conf create mode 100644 raveos-hyprland-theme/theme-data/hypr/dms/cursor.conf create mode 100644 raveos-hyprland-theme/theme-data/hypr/dms/layout.conf create mode 100644 raveos-hyprland-theme/theme-data/hypr/dms/windowrules.conf (limited to 'raveos-hyprland-theme/theme-data/hypr/dms') diff --git a/raveos-hyprland-theme/theme-data/hypr/dms/colors.conf b/raveos-hyprland-theme/theme-data/hypr/dms/colors.conf new file mode 100644 index 0000000..16adcd2 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/hypr/dms/colors.conf @@ -0,0 +1,22 @@ +$primary = rgb(3d7839) +$outline = rgb(8a9386) +$error = rgb(f44336) + +general { + col.active_border = $primary + col.inactive_border = $outline +} + +group { + col.border_active = $primary + col.border_inactive = $outline + col.border_locked_active = $error + col.border_locked_inactive = $outline + + groupbar { + col.active = $primary + col.inactive = $outline + col.locked_active = $error + col.locked_inactive = $outline + } +} diff --git a/raveos-hyprland-theme/theme-data/hypr/dms/cursor.conf b/raveos-hyprland-theme/theme-data/hypr/dms/cursor.conf new file mode 100644 index 0000000..1054579 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/hypr/dms/cursor.conf @@ -0,0 +1,6 @@ +# Auto-generated by DMS - do not edit manually + +env = HYPRCURSOR_THEME,default +env = XCURSOR_THEME,default +env = HYPRCURSOR_SIZE,24 +env = XCURSOR_SIZE,24 diff --git a/raveos-hyprland-theme/theme-data/hypr/dms/layout.conf b/raveos-hyprland-theme/theme-data/hypr/dms/layout.conf new file mode 100644 index 0000000..b9a8ad9 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/hypr/dms/layout.conf @@ -0,0 +1,11 @@ +# Auto-generated by DMS - do not edit manually + +general { + gaps_in = 4 + gaps_out = 4 + border_size = 2 +} + +decoration { + rounding = 12 +} diff --git a/raveos-hyprland-theme/theme-data/hypr/dms/windowrules.conf b/raveos-hyprland-theme/theme-data/hypr/dms/windowrules.conf new file mode 100644 index 0000000..e69de29 -- cgit v1.3