herbstluftwm: make the active border colour less intense

This commit is contained in:
Protesilaos 2026-09-04 16:01:56 +03:00
parent cd18b9f67a
commit 722e27069c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -47,7 +47,7 @@ then
_hc set frame_bg_active_color "$fg_dim"
_hc attr theme.active.color "$bg_main"
_hc attr theme.active.inner_color "$bg_main"
_hc attr theme.active.outer_color "$fg_main"
_hc attr theme.active.outer_color "$fg_dim"
_hc attr theme.active.title_color "$fg_main"
_hc set frame_border_normal_color "$bg_dim"