Mercurial > aewl
changeset 24:40b651a26a04
new colors
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Wed, 12 Jul 2006 00:50:09 +0200 (2006-07-11) |
parents | 95ffdfd0a819 |
children | e238dc4844d7 |
files | config.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/config.h Wed Jul 12 00:00:25 2006 +0200 +++ b/config.h Wed Jul 12 00:50:09 2006 +0200 @@ -4,7 +4,7 @@ */ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#000000" -#define FGCOLOR "#ffaa00" -#define BORDERCOLOR "#ee8800" +#define BGCOLOR "#0c0c33" +#define FGCOLOR "#b2c8cd" +#define BORDERCOLOR "#3030c0" #define STATUSDELAY 10 /* milliseconds */