X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/77e5f3167c97863ef8e27b6e57fd35ee0c73c8ff..41ba7a79841c3d175f676e9a9ba6893dbc130856:/config.arg.h?ds=sidebyside diff --git a/config.arg.h b/config.arg.h index 170c91c..2b989a7 100644 --- a/config.arg.h +++ b/config.arg.h @@ -7,10 +7,17 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ + #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#9999CC" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define STATUSBGCOLOR "#dddddd" +#define STATUSFGCOLOR "#222222" +#define FLOATSYMBOL "><" +#define TILESYMBOL "|=" + #define MODKEY Mod1Mask #define MASTERW 60 /* percent */