X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/5b07b85838a2a4343f73babef2d1e352c5c489b4..44411d2d48206d6cd87ce5f9c0ddc365e598928b:/config.arg.h diff --git a/config.arg.h b/config.arg.h index dbb9709..3215c77 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,13 +9,13 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" -#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" #define NORMFGCOLOR "#dddddd" -#define SELBGCOLOR "#666699" +#define SELBGCOLOR "#336699" #define SELFGCOLOR "#eeeeee" #define STATUSBGCOLOR "#222222" -#define STATUSFGCOLOR "#9999cc" +#define STATUSFGCOLOR "#99ccff" #define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask