dwm-meillo

changeset 603:213d67302d28

darkening the fg colors somewhat
author arg@mig29
date Fri, 01 Dec 2006 15:50:22 +0100
parents 3c765cc4bce4
children 2c366b252717
files config.arg.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Fri Dec 01 15:03:42 2006 +0100
     1.2 +++ b/config.arg.h	Fri Dec 01 15:50:22 2006 +0100
     1.3 @@ -11,9 +11,9 @@
     1.4  
     1.5  #define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
     1.6  #define NORMBGCOLOR		"#333333"
     1.7 -#define NORMFGCOLOR		"#dddddd"
     1.8 +#define NORMFGCOLOR		"#cccccc"
     1.9  #define SELBGCOLOR		"#336699"
    1.10 -#define SELFGCOLOR		"#eeeeee"
    1.11 +#define SELFGCOLOR		"#dddddd"
    1.12  #define STATUSBGCOLOR		"#222222"
    1.13  #define STATUSFGCOLOR		"#99ccff"
    1.14