diff options
author | Anselm R.Garbe | 2006-08-08 11:47:58 +0200 |
---|---|---|
committer | Anselm R.Garbe | 2006-08-08 11:47:58 +0200 |
commit | 84d7f7bccf2d016f80f24296f119dc6be56c540e (patch) | |
tree | d0eb53e9a11c0459445f2c27c6704dd9f918963d /config.arg.h | |
parent | 00dce8cc395e1a71d080e71d020005f8c7bd5201 (diff) |
noborder
Diffstat (limited to 'config.arg.h')
-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 cb0e1b6..127edab 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,6 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#800000" +#define BGCOLOR "#004080" #define FGCOLOR "#ffffaa" -#define BORDERCOLOR "#000000" +#define BORDERCOLOR "#004080" |