dwm-meillo

changeset 681:335c93c666c7

this looks better now ;)
author Anselm R. Garbe <arg@suckless.org>
date Thu, 11 Jan 2007 16:38:45 +0100
parents cfe656fc969a
children 76b58d21ea98
files config.arg.h
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Thu Jan 11 16:03:06 2007 +0100
     1.2 +++ b/config.arg.h	Thu Jan 11 16:38:45 2007 +0100
     1.3 @@ -10,12 +10,12 @@
     1.4  #define TILESYMBOL		"[%u]="		/* %u is replaced with nmaster */
     1.5  
     1.6  #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
     1.7 -#define NORMBGCOLOR		"#111111"
     1.8 -#define NORMFGCOLOR		"#cccccc"
     1.9 -#define SELBGCOLOR		"#336699"
    1.10 -#define SELFGCOLOR		"#eeeeee"
    1.11 -#define STATUSBGCOLOR		"#222222"
    1.12 -#define STATUSFGCOLOR		"#dddddd"
    1.13 +#define NORMBGCOLOR		"#222"
    1.14 +#define NORMFGCOLOR		"#ccc"
    1.15 +#define SELBGCOLOR		"#444"
    1.16 +#define SELFGCOLOR		"#fff"
    1.17 +#define STATUSBGCOLOR		"#333"
    1.18 +#define STATUSFGCOLOR		"#9cf"
    1.19  
    1.20  #define MASTER			600		/* per thousand */
    1.21  #define MODKEY			Mod1Mask
    1.22 @@ -26,7 +26,7 @@
    1.23  static Key key[] = { \
    1.24  	/* modifier			key		function		argument */ \
    1.25  	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    1.26 -		{ .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
    1.27 +		{ .cmd = "exec uxterm -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
    1.28  	{ MODKEY,			XK_p,		spawn, \
    1.29  		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
    1.30  			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \