diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 12:47:58 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 12:47:58 +0200 |
commit | 2a4b146fc423a56950b7153e02f36de25358567a (patch) | |
tree | 3a3d407989114f67c2eef93328d7a0ecbaaf5e55 | |
parent | 84d7f7bccf2d016f80f24296f119dc6be56c540e (diff) |
default colors are best
-rw-r--r-- | config.arg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h index 127edab..066c1a4 100644 --- a/config.arg.h +++ b/config.arg.h | |||
@@ -4,6 +4,6 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | 6 | #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
7 | #define BGCOLOR "#004080" | 7 | #define BGCOLOR "#666699" |
8 | #define FGCOLOR "#ffffaa" | 8 | #define FGCOLOR "#eeeeee" |
9 | #define BORDERCOLOR "#004080" | 9 | #define BORDERCOLOR "#9999CC" |