applied Peter Hartlich's border collapse patch

This commit is contained in:
Anselm R. Garbe
2007-09-30 12:47:08 +02:00
parent 3f3086f8b8
commit bedbe59aaa
2 changed files with 12 additions and 10 deletions

View File

@ -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-*-*-*-*-*-*-*-*-*-*-*-*"
#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 };