wmii

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

commit 299ee8005beae94e08b82dbd38a3cf3f53adfe23
parent 3b33e2394260176c6089ad208a5c1ded633f2871
Author: garbeam <garbeam@localhost>
Date:   Thu,  5 Jan 2006 16:45:33 +0200

made saner default colors


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

diff --git a/rc/wmiirc b/rc/wmiirc @@ -5,10 +5,9 @@ TAB=0 HANDLEINC=1 BAR_ALIGN=south - -SEL_BG_COLOR='#002200' -SEL_FG_COLOR='#66ff00' -SEL_BORDER_COLOR='#66ff00' +SEL_BG_COLOR='#204060' +SEL_FG_COLOR='#eeeeee' +SEL_BORDER_COLOR='#406080' NORM_BG_COLOR='#000000' NORM_FG_COLOR='#eeeeee' NORM_BORDER_COLOR='#111111'