From: Anselm R. Garbe Date: Fri, 25 Aug 2006 15:42:58 +0000 (+0200) Subject: patched arg.h X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=413be1112afeb7e01b51c54a031c959144faac2a patched arg.h --- diff --git a/config.arg.h b/config.arg.h index f425006..cf7d041 100644 --- a/config.arg.h +++ b/config.arg.h @@ -11,7 +11,7 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define TILESYMBOL "[]=" #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define SELBGCOLOR "#004499" +#define SELBGCOLOR "#0055bb" #define SELFGCOLOR "#ffffff" #define NORMBGCOLOR "#444444" #define NORMFGCOLOR "#cccccc"