diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 07:54:20 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-25 07:54:20 +0200 |
commit | 65be999a3f76ad51fb97e12f2fb481f5038f6817 (patch) | |
tree | 3e8855cafb5992a1d66515ce345bc619bc43f295 /config.arg.h | |
parent | 37faefb1aab1a6a36c5a8017e24bbca22fd23530 (diff) |
back to 3 colors
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h index 91b014f..066c1a4 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,6 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define NORMBGCOLOR "#666699" -#define NORMFGCOLOR "#eeeeee" -#define SELBGCOLOR "#eeeeee" -#define SELFGCOLOR "#000088" +#define BGCOLOR "#666699" +#define FGCOLOR "#eeeeee" +#define BORDERCOLOR "#9999CC" |