From 2cd2daa8589512c75e1f9eabda528ef512f1058e Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 14 Apr 2022 23:12:02 +0200 Subject: [PATCH] Selected window's border color. --- _suckless/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 96ac28f..b0fec01 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -21,7 +21,7 @@ static const char col_bg[] = "#161616"; static const char col_bd[] = "#161616"; static const char col_fg_sel[] = "#ffffff"; static const char col_bg_sel[] = "#005577"; -static const char col_bd_sel[] = "#ffffff"; +static const char col_bd_sel[] = "#707070"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_fg, col_bg, col_bd },