diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 624283f..f1fa514 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -18,10 +18,10 @@ static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size= static const char normfgcolor[] = "#bbbbbb"; static const char col_fg[] = "#c7c7c7"; static const char col_bg[] = "#161616"; -static const char col_bd[] = "#000000"; +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[] = "#005577"; +static const char col_bd_sel[] = "#ffffff"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_fg, col_bg, col_bd },