using saner defaults fdc1dba7
Anselm R. Garbe · 2007-09-30 12:47 1 file(s) · +4 −4
config.h +4 −4
1 1
/* See LICENSE file for copyright and license details. */
2 2
3 3
/* appearance */
4 -
#define FONT			"-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
5 -
#define NORMBGCOLOR             "#dddddd"
6 -
#define NORMFGCOLOR             "#333333"
7 -
#define SELBGCOLOR              "#0066cc"
4 +
#define FONT			"-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
5 +
#define NORMBGCOLOR             "#cccccc"
6 +
#define NORMFGCOLOR             "#000000"
7 +
#define SELBGCOLOR              "#0066ff"
8 8
#define SELFGCOLOR              "#ffffff"
9 9
/* next macro defines the space between menu items */
10 10
#define SPACE			30 /* px */