small color fixes
Anselm R. Garbe arg@10kloc.org
Fri, 25 Aug 2006 17:44:40 +0200
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
config.arg.h
→
config.arg.h
@@ -4,7 +4,7 @@ * See LICENSE file for license details.
*/ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define SELBGCOLOR "#666699" -#define SELFGCOLOR "#eeeeee" -#define NORMBGCOLOR "#333366" +#define SELBGCOLOR "#0055bb" +#define SELFGCOLOR "#ffffff" +#define NORMBGCOLOR "#444444" #define NORMFGCOLOR "#cccccc"