dwm-meillo

changeset 24:40b651a26a04

new colors
author Anselm R. Garbe <garbeam@wmii.de>
date Wed, 12 Jul 2006 00:50:09 +0200
parents 95ffdfd0a819
children e238dc4844d7
files config.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/config.h	Wed Jul 12 00:00:25 2006 +0200
     1.2 +++ b/config.h	Wed Jul 12 00:50:09 2006 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4   */
     1.5  
     1.6  #define FONT		"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
     1.7 -#define BGCOLOR		"#000000"
     1.8 -#define FGCOLOR		"#ffaa00"
     1.9 -#define BORDERCOLOR	"#ee8800"
    1.10 +#define BGCOLOR		"#0c0c33"
    1.11 +#define FGCOLOR		"#b2c8cd"
    1.12 +#define BORDERCOLOR	"#3030c0"
    1.13  #define STATUSDELAY	10 /* milliseconds */