dwm-meillo

changeset 209:f117fd33c954

made my colors tasting better with the background
author arg@10ksloc.org
date Mon, 07 Aug 2006 10:28:21 +0200
parents e4bfe46c7910
children 4f96eae34049
files config.arg.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Mon Aug 07 09:47:13 2006 +0200
     1.2 +++ b/config.arg.h	Mon Aug 07 10:28:21 2006 +0200
     1.3 @@ -9,9 +9,9 @@
     1.4  #define DEFMODE			dotile /* dofloat */
     1.5  #define DEFTAG			1 /* index */
     1.6  #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
     1.7 -#define BGCOLOR			"#eaffff"
     1.8 -#define FGCOLOR			"#000000"
     1.9 -#define BORDERCOLOR		"#8888cc"
    1.10 +#define BGCOLOR			"#663333"
    1.11 +#define FGCOLOR			"#ffffff"
    1.12 +#define BORDERCOLOR		"#993333"
    1.13  #define MODKEY			Mod1Mask
    1.14  #define NUMLOCKMASK		Mod2Mask
    1.15  #define MASTERW			60 /* percent */