Fix all themes active border for groups to match regular active border

This commit is contained in:
David Heinemeier Hansson
2025-10-18 21:08:57 +02:00
parent 5028e241c5
commit dc00227f0a
12 changed files with 83 additions and 14 deletions

View File

@@ -1,4 +1,9 @@
$activeBorderColor = rgb(e6d9db)
general {
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgb(e6d9db)
col.active_border = $activeBorderColor
}
group {
col.border_active = $activeBorderColor
}