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,3 +1,9 @@
$activeBorderColor = rgb(c6d0f5)
general {
col.active_border = rgb(c6d0f5)
col.active_border = $activeBorderColor
}
group {
col.border_active = $activeBorderColor
}