dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 69deb34ee7fd25c732980cb4ef7f2e32e9d344cb parent 4e2dd4017ea448f36b15a5d379e4c87d030c0f87 Author: Jul <jul@9o.is> Date: Sun, 1 Feb 2026 10:25:39 -0500 set selected color scheme to blue on black Diffstat:
| M | config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h @@ -14,7 +14,7 @@ static const char col_blue[] = "#89b4fa"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_white, col_black, col_surface }, - [SchemeSel] = { col_black, col_white, col_blue }, + [SchemeSel] = { col_blue, col_black, col_blue }, }; /* tagging */