diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-24 12:03:40 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-24 12:03:40 +0200 |
commit | 18ec376aa903d620f3586af4974116a82c74024f (patch) | |
tree | a3352137302c799474af5d091cfe67379814fd63 | |
parent | 6c1e46654dae69bb7b3fe3935358a53e44628a75 (diff) |
fixed minor bug
-rw-r--r-- | config.default.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |