wmii

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

commit 72fbe7ef174fd704ef4b2768d8e67eaf579fb0ea
parent 7696e425d3b6dbd6e6bf1d743114b0e65161037e
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 13 Feb 2006 09:12:08 +0100

made bluish default colorscheme, I think this is sufficient for the release


Diffstat:
rc/wmiirc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -18,8 +18,8 @@ fn sigint { } WMII_FONT='fixed' -WMII_SELCOLORS='#e6ffbf #3e551c #5c6a47' -WMII_NORMCOLORS='#c9dfa7 #11130d #171c10' +WMII_SELCOLORS='#ffffff #285577 #4c7899' +WMII_NORMCOLORS='#333333 #eeeeee #666666' CLIENT_BAR=1 CLIENT_BORDER=3 @@ -100,7 +100,7 @@ rm -f /tmp/ns.$USER.$DISPLAY/p.menu @ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu & # MISC -xsetroot -solid '#1a1c10' +xsetroot -mod 2 2 -fg '#142a3b' -bg '#162028' status & # EVENT LOOP