X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/f92a4e45c42b5cdd26ec1a28048d9c47b51b98ce..60adbab72636e50dbafe4456c892c1bf26cee690:/config.def.h diff --git a/config.def.h b/config.def.h index 9271462..b2f75dc 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 "#dddddd" -#define NORMFGCOLOR "#333333" -#define SELBORDERCOLOR "#0066cc" -#define SELBGCOLOR "#0066cc" -#define SELFGCOLOR "#ffffff" +#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*" +#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 };