diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 10:21:50 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 10:21:50 +0200 |
commit | 25f71b382953630a48e321737498f9c561e66433 (patch) | |
tree | f5b925d7e0b10ef8371e37115a31114f91bad507 /config.arg.h | |
parent | 0af369ba65fdcdc40e5c49007c1b19097fba2496 (diff) |
swapping my default colors
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 066c1a4..c5e1874 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,6 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" +#define BGCOLOR "#eeeeee" +#define FGCOLOR "#666699" #define BORDERCOLOR "#9999CC" |