X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=0d7a8805cd82a002c425c2cd33e5bc8e9406b0c5;hb=ab3b3a8f6195f1ab933c3e9e3fdd686ba1a6e3df;hp=7c05dcb239d9f756c41b40b52b74ce8d57e53834;hpb=42fd392e05d54db441ecbf534cfd67d20473aac0;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 7c05dcb..0d7a880 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,11 +9,11 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" -#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" +#define FONT "-*-terminus-medium-r-*-*-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"