dwm-meillo

diff config.h @ 26:e8f627998d6f

simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
author Anselm R. Garbe <garbeam@wmii.de>
date Wed, 12 Jul 2006 15:17:22 +0200
parents 40b651a26a04
children 386649deb651
line diff
     1.1 --- a/config.h	Wed Jul 12 00:53:11 2006 +0200
     1.2 +++ b/config.h	Wed Jul 12 15:17:22 2006 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4   */
     1.5  
     1.6  #define FONT		"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
     1.7 -#define BGCOLOR		"#0c0c33"
     1.8 -#define FGCOLOR		"#b2c8cd"
     1.9 -#define BORDERCOLOR	"#3030c0"
    1.10 -#define STATUSDELAY	10 /* milliseconds */
    1.11 +#define BGCOLOR		"#666699"
    1.12 +#define FGCOLOR		"#ffffff"
    1.13 +#define BORDERCOLOR	"#9999CC"
    1.14 +#define STATUSDELAY	10 /* seconds */