dwm-meillo

changeset 365:1ef0ef291275

switching to dark colors again
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 17:31:57 +0200
parents d955a84b7d4b
children 9870a5f8192e
files config.arg.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Fri Aug 25 16:21:45 2006 +0200
     1.2 +++ b/config.arg.h	Fri Aug 25 17:31:57 2006 +0200
     1.3 @@ -11,12 +11,12 @@
     1.4  #define TILESYMBOL		"[]="
     1.5  
     1.6  #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
     1.7 -#define SELBGCOLOR		"#666699"
     1.8 -#define SELFGCOLOR		"#eeeeee"
     1.9 -#define NORMBGCOLOR		"#333366"
    1.10 +#define SELBGCOLOR		"#004499"
    1.11 +#define SELFGCOLOR		"#ffffff"
    1.12 +#define NORMBGCOLOR		"#222222"
    1.13  #define NORMFGCOLOR		"#cccccc"
    1.14 -#define STATUSBGCOLOR		"#dddddd"
    1.15 -#define STATUSFGCOLOR		"#222222"
    1.16 +#define STATUSBGCOLOR		"#000000"
    1.17 +#define STATUSFGCOLOR		"#0088ff"
    1.18  
    1.19  #define MODKEY			Mod1Mask
    1.20  #define MASTERW			60 /* percent */
    1.21 @@ -25,7 +25,7 @@
    1.22  static Key key[] = { \
    1.23  	/* modifier			key		function	arguments */ \
    1.24  	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    1.25 -		{ .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
    1.26 +		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
    1.27  	{ MODKEY,			XK_p,		spawn, \
    1.28  		{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
    1.29  			"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \