X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/42fd392e05d54db441ecbf534cfd67d20473aac0..99964398e7e7e8b23952f7f1997bf78d1afa8e7b:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 7c05dcb..f2cd997 100644 --- a/config.arg.h +++ b/config.arg.h @@ -11,9 +11,9 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" -#define NORMFGCOLOR "#dddddd" +#define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#336699" -#define SELFGCOLOR "#eeeeee" +#define SELFGCOLOR "#dddddd" #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#99ccff"