X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/63725004f57de0ab6b6c49f0a578003834537366..bedbe59aaac1651643e9084fd5cdeb0883ea40e4:/config.def.h diff --git a/config.def.h b/config.def.h index 2d56d48..e76e18d 100644 --- a/config.def.h +++ b/config.def.h @@ -3,13 +3,13 @@ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*" -#define NORMBORDERCOLOR "#cccccc" -#define NORMBGCOLOR "#ffffff" -#define NORMFGCOLOR "#333333" -#define SELBORDERCOLOR "#3366ff" -#define SELBGCOLOR "#3366ff" -#define SELFGCOLOR "#ffffff" +#define FONT "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*" +#define NORMBORDERCOLOR "#cccccc" +#define NORMBGCOLOR "#cccccc" +#define NORMFGCOLOR "#000000" +#define SELBORDERCOLOR "#0066ff" +#define SELBGCOLOR "#0066ff" +#define SELFGCOLOR "#ffffff" /* tagging */ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };