commit 6c39e782dabdc4a024a9045117c6b8429b7d7178 parent 7324531047dc123b90d6a15f809d37a581e11406 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Fri, 19 May 2006 18:20:26 +0200 improved default colors 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 <X11/Xlocale.h> #define BLITZ_FONT "fixed" -#define BLITZ_FOCUSCOLORS "#ffffff #285577 #4c7899" -#define BLITZ_SELCOLORS "#bbbbbb #103355 #18466a" +#define BLITZ_FOCUSCOLORS "#ffffff #335577 #447799" +#define BLITZ_SELCOLORS "#ffffff #112233 #224466" #define BLITZ_NORMCOLORS "#222222 #eeeeee #666666" /* diff --git a/rc/wmiirc b/rc/wmiirc @@ -17,11 +17,11 @@ LEFT=h RIGHT=l WMII_FONT='fixed' -WMII_FOCUSCOLORS='#ffffff #285577 #4c7899' -WMII_SELCOLORS='#bbbbbb #103355 #18466a' +WMII_FOCUSCOLORS='#ffffff #335577 #447799' +WMII_SELCOLORS='#ffffff #112233 #224466' WMII_NORMCOLORS='#222222 #eeeeee #666666' # dark background -#WMII_NORMCOLORS='#e0e0e0 #0a0a0a #202020' +#WMII_NORMCOLORS='#eeeeee #111111 #222222' export WMII_FONT WMII_FOCUSCOLORS WMII_SELCOLORS WMII_NORMCOLORS