X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/77e5f3167c97863ef8e27b6e57fd35ee0c73c8ff..c518345f4098f8dbe4beaf98ea16136aa0a3e03c:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 170c91c..a662d20 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 FLOATSYMBOL "><>" +#define TILESYMBOL "[]=" + #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 MODKEY Mod1Mask #define MASTERW 60 /* percent */