X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=bb071c756f0db70f41439daf7037d334a1dda3dc;hb=d175df8aa38342763546f447303373d434fdd524;hp=dbb970964916e149c940eef8c96b703742459fd3;hpb=5b07b85838a2a4343f73babef2d1e352c5c489b4;p=dwm.git diff --git a/config.arg.h b/config.arg.h index dbb9709..bb071c7 100644 --- a/config.arg.h +++ b/config.arg.h @@ -10,12 +10,12 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define TILESYMBOL "[]=" #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" -#define NORMBGCOLOR "#333333" -#define NORMFGCOLOR "#dddddd" -#define SELBGCOLOR "#666699" -#define SELFGCOLOR "#eeeeee" -#define STATUSBGCOLOR "#222222" -#define STATUSFGCOLOR "#9999cc" +#define NORMBGCOLOR "#555753" +#define NORMFGCOLOR "#ffffff" +#define SELBGCOLOR "#888a85" +#define SELFGCOLOR "#ffffff" +#define STATUSBGCOLOR "#2e3436" +#define STATUSFGCOLOR "#ffffff" #define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask