X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/2e0c767d74da024c3cd4dbd524e1364039704451..f1fe19bc2b0b1744a82551ef2580e621231cd97e:/config.arg.h?ds=sidebyside diff --git a/config.arg.h b/config.arg.h index 6f51e50..9423833 100644 --- a/config.arg.h +++ b/config.arg.h @@ -7,11 +7,15 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ + #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define NORMBGCOLOR "#666699" -#define NORMFGCOLOR "#eeeeee" -#define SELBGCOLOR "#eeeeee" -#define SELFGCOLOR "#000088" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define STATUSBGCOLOR "#dddddd" +#define STATUSFGCOLOR "#222222" + #define MODKEY Mod1Mask #define MASTERW 60 /* percent */