From 18ec376aa903d620f3586af4974116a82c74024f Mon Sep 17 00:00:00 2001
From: "Anselm R. Garbe" <arg@10kloc.org>
Date: Thu, 24 Aug 2006 12:03:40 +0200
Subject: [PATCH] fixed minor bug

---
 config.default.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.default.h b/config.default.h
index 6949cea..48c810a 100644
--- a/config.default.h
+++ b/config.default.h
@@ -7,4 +7,4 @@
 #define NORMBGCOLOR		"#666699"
 #define NORMFGCOLOR		"#eeeeee"
 #define SELBGCOLOR		"#eeeeee"
-#define SELBFCOLOR		"#666699"
+#define SELFGCOLOR		"#666699"