wmii

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

commit 5998c8624b3c2ad922b790a2f9d504f76d91bd01
parent 845f6b6c07e9346b4f9fb6d785b5152f6fe5a74b
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 10 Feb 2006 19:29:40 +0100

made bright color scheme


Diffstat:
liblitz/blitz.h | 4++--
rc/wmiirc | 6+++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/liblitz/blitz.h b/liblitz/blitz.h @@ -7,8 +7,8 @@ #include <cext.h> #define BLITZ_FONT "fixed" -#define BLITZ_SELCOLORS "#ffffff #555588 #8888bb" -#define BLITZ_NORMCOLORS "#dddddd #666666 #999999" +#define BLITZ_SELCOLORS "#ffffff #004488 #2266aa" +#define BLITZ_NORMCOLORS "#444444 #dddddd #888888" typedef enum { CENTER, WEST, NWEST, NORTH, NEAST, EAST, diff --git a/rc/wmiirc b/rc/wmiirc @@ -18,8 +18,8 @@ fn sigint { } WMII_FONT='fixed' -WMII_SELCOLORS='#ffffff #555588 #8888bb' -WMII_NORMCOLORS='#dddddd #666666 #999999' +WMII_SELCOLORS='#ffffff #004488 #2266aa' +WMII_NORMCOLORS='#444444 #dddddd #888888' CLIENT_BAR=0 CLIENT_BORDER=3 @@ -78,7 +78,7 @@ xwrite /bar/expand 2 # MISC -xsetroot -mod 2 2 -bg '#444466' -fg '#555555' +xsetroot -solid '#222222' status & # EVENT LOOP