switching back to a dark color scheme with larger font 82b0bc83
Anselm R. Garbe · 2006-08-25 18:03 1 file(s) · +5 −5
config.arg.h +5 −5
3 3
 * See LICENSE file for license details.
4 4
 */
5 5
6 -
#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
7 -
#define SELBGCOLOR		"#0055bb"
8 -
#define SELFGCOLOR		"#ffffff"
9 -
#define NORMBGCOLOR		"#444444"
10 -
#define NORMFGCOLOR		"#cccccc"
6 +
#define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
7 +
#define SELBGCOLOR		"#333366"
8 +
#define SELFGCOLOR		"#eeeeee"
9 +
#define NORMBGCOLOR		"#333333"
10 +
#define NORMFGCOLOR		"#dddddd"