fixed font definition 1c488e6d
Anselm R. Garbe · 2007-10-01 11:44 1 file(s) · +1 −1
config.h +1 −1
1 1
/* See LICENSE file for copyright and license details. */
2 2
3 3
/* appearance */
4 -
#define FONT			"-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
4 +
#define FONT			"-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
5 5
#define NORMBGCOLOR             "#cccccc"
6 6
#define NORMFGCOLOR             "#000000"
7 7
#define SELBGCOLOR              "#0066ff"