X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=620547a3f8a0ebdc23dbeaa5de0445d74c311710;hb=5cf362c7d0b6b2afb0149598245afd3b8a4b3cee;hp=f425006ff76034cd61dbc1a18a10174d22ec74de;hpb=8233dc85689d2c63878f0c8e2734e09eaff835b3;p=dwm.git diff --git a/config.arg.h b/config.arg.h index f425006..620547a 100644 --- a/config.arg.h +++ b/config.arg.h @@ -10,13 +10,13 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" -#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define SELBGCOLOR "#004499" -#define SELFGCOLOR "#ffffff" -#define NORMBGCOLOR "#444444" -#define NORMFGCOLOR "#cccccc" -#define STATUSBGCOLOR "#000000" -#define STATUSFGCOLOR "#0088ff" +#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" +#define SELBGCOLOR "#333366" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333333" +#define NORMFGCOLOR "#dddddd" +#define STATUSBGCOLOR "#222222" +#define STATUSFGCOLOR "#9999cc" #define MODKEY Mod1Mask #define MASTERW 60 /* percent */