Adapting theme.css

This commit is contained in:
2026-03-17 10:00:00 +00:00
parent e801dfa112
commit b237eb1f53
@@ -19,6 +19,7 @@ $blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
$activeborder = #1ae6ccee
# General theming
general {
@@ -30,7 +31,7 @@ general {
extend_border_grab_area = 20
# Solid color borders only
col.active_border = $blue
col.active_border = $activeborder
col.inactive_border = $inactive
}