diff options
author | arg@localhost.10kloc.org <unknown> | 2006-08-21 17:45:46 +0200 |
---|---|---|
committer | arg@localhost.10kloc.org <unknown> | 2006-08-21 17:45:46 +0200 |
commit | 35210e3998a3795fff844fff4de5fd8a2cf46e9f (patch) | |
tree | f70e102d45e7bf726e8890ef53fd43847d2c03cd | |
parent | df85dd743c9924bb2925943dbaf57acf0d0fc31f (diff) |
applied OpenBSD changes..
-rw-r--r-- | config.arg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h index 670b1b2..066c1a4 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,6 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#0d121d" +#define BGCOLOR "#666699" #define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#3f484d" +#define BORDERCOLOR "#9999CC" |