wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 6de315bf570e651339a9a2a26d2b72f5a405b334
parent 558c0f1154552dcdcf409135c699f9e4641c0228
Author: Kris Maglione <kris@suckless.org>
Date:   Wed,  9 Jun 2010 00:19:47 -0400

Update wmii binary with default color scheme.

Diffstat:
cmd/wmii/dat.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmd/wmii/dat.h b/cmd/wmii/dat.h @@ -19,9 +19,9 @@ #include <stuff/util.h> #include "debug.h" -#define FONT "-*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*" -#define FOCUSCOLORS "#ffffff #335577 #447799" -#define NORMCOLORS "#222222 #eeeeee #666666" +#define FONT "fixed" +#define FOCUSCOLORS "#000000 #81654f #000000" +#define NORMCOLORS "#000000 #c1c48b #81654f" enum { PingTime = 10000,