From 722e27069c03da58473c06c17d83e0f9737f3557 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Fri, 4 Sep 2026 16:01:56 +0300 Subject: [PATCH] herbstluftwm: make the active border colour less intense --- xorg-twm/.local/bin/herbstluftwm_conf_colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh b/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh index d01798d3..c5b3e4e3 100755 --- a/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh +++ b/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh @@ -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"