diff options
author | arg@10ksloc.org | 2006-08-07 09:40:28 +0200 |
---|---|---|
committer | arg@10ksloc.org | 2006-08-07 09:40:28 +0200 |
commit | f3a60b583f1e556916dc7a2f2fc64f98709830fc (patch) | |
tree | 520f302f49dea5bbdca69f0f76c0746d522d62ae /config.arg.h | |
parent | 48e2ce8709c0f1256fed63a9c913b856fec7d236 (diff) |
next attempt for bright background switch
Diffstat (limited to 'config.arg.h')
-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 008161d..a1f243b 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,6 @@ */ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#0a2c2d" -#define FGCOLOR "#ddeeee" -#define BORDERCOLOR "#176164" +#define BGCOLOR "#eaffff" +#define FGCOLOR "#000000" +#define BORDERCOLOR "#8888cc" |