From 3d42142b88025db80e7135fa2a64b21e2edcb6db Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 9 May 2026 22:48:23 +0200 Subject: [PATCH] Fix group coloring --- themes/last-horizon/hyprland.conf | 11 ++++++++++- themes/solitude/hyprland.conf | 8 ++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/themes/last-horizon/hyprland.conf b/themes/last-horizon/hyprland.conf index 0574b8a2..785354e7 100644 --- a/themes/last-horizon/hyprland.conf +++ b/themes/last-horizon/hyprland.conf @@ -1,5 +1,14 @@ +$activeBorderColor = rgba(8a8588ee) rgba(e2dddcee) +$inactiveBorderColor = rgba(584e51aa) + general { - col.active_border = rgba(8a8588ee) rgba(e2dddcee) + col.active_border = $activeBorderColor + col.inactive_border = $inactiveBorderColor +} + +group { + col.border_active = $activeBorderColor + col.border_inactive = $inactiveBorderColor } decoration { diff --git a/themes/solitude/hyprland.conf b/themes/solitude/hyprland.conf index 4efaf062..b2b624e1 100644 --- a/themes/solitude/hyprland.conf +++ b/themes/solitude/hyprland.conf @@ -1,13 +1,17 @@ # This file is not a full hyprland configuration. # It is intended to be included in your main hyprland.conf. +$activeBorderColor = rgba(798186ee) rgba(caccccee) +$inactiveBorderColor = rgb(1e1e1e) + general { - col.active_border = rgba(798186ee) rgba(caccccee) - col.inactive_border = rgb(1e1e1e) + col.active_border = $activeBorderColor + col.inactive_border = $inactiveBorderColor } group { col.border_active = $activeBorderColor + col.border_inactive = $inactiveBorderColor } decoration {