dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 784659565a7a4169fef9ad469ef841630758df26
parent 7ae0c198b36d638a0c787709efcc50fdf6d117ea
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Wed, 21 Feb 2007 13:29:02 +0100

s/555/357/ for SELCOLOR
Diffstat:
Mconfig.arg.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.arg.h b/config.arg.h
@@ -9,7 +9,7 @@
 #define NORMBGCOLOR        "#222"
 #define NORMFGCOLOR        "#ccc"
 #define SELBORDERCOLOR        "#69c"
-#define SELBGCOLOR        "#555"
+#define SELBGCOLOR        "#357"
 #define SELFGCOLOR        "#fff"
 #define TOPBAR            True        /* False */