wmii

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

commit e591184bd2dc840bcd24458d7b9f1c6dc5d4eb23
parent eab6580a897688025161fb6ca4c5a1194289aec8
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Sun,  5 Feb 2006 14:45:16 +0200

tinted default colors more blueish


Diffstat:
liblitz/blitz.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/liblitz/blitz.h b/liblitz/blitz.h @@ -7,8 +7,8 @@ #include <cext.h> #define BLITZ_FONT "fixed" -#define BLITZ_SEL_COLOR "#ffffff #666699 #9999cc" -#define BLITZ_NORM_COLOR "#ffffff #888888 #bbbbbb" +#define BLITZ_SEL_COLOR "#ffffff #4c7899 #6e9abb" +#define BLITZ_NORM_COLOR "#dddddd #222c33 #444e66" typedef enum { CENTER, WEST, NWEST, NORTH, NEAST, EAST,