diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/hyprland/theme-data/hypr/dms | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
Diffstat (limited to 'raveos-theme/hyprland/theme-data/hypr/dms')
4 files changed, 39 insertions, 0 deletions
diff --git a/raveos-theme/hyprland/theme-data/hypr/dms/colors.conf b/raveos-theme/hyprland/theme-data/hypr/dms/colors.conf new file mode 100644 index 0000000..16adcd2 --- /dev/null +++ b/raveos-theme/hyprland/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-theme/hyprland/theme-data/hypr/dms/cursor.conf b/raveos-theme/hyprland/theme-data/hypr/dms/cursor.conf new file mode 100644 index 0000000..1054579 --- /dev/null +++ b/raveos-theme/hyprland/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-theme/hyprland/theme-data/hypr/dms/layout.conf b/raveos-theme/hyprland/theme-data/hypr/dms/layout.conf new file mode 100644 index 0000000..b9a8ad9 --- /dev/null +++ b/raveos-theme/hyprland/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-theme/hyprland/theme-data/hypr/dms/windowrules.conf b/raveos-theme/hyprland/theme-data/hypr/dms/windowrules.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/raveos-theme/hyprland/theme-data/hypr/dms/windowrules.conf |