commit 6ce19c39992b9f6869e0619aebfe1842102fe217
parent 81d0daeae437614da9699a111a6720cef9b5ae67
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Fri, 10 Feb 2006 22:33:46 +0100
changed default colors
Diffstat:
2 files changed, 6 insertions(+), 6 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 "#000000 #e6ff80 #ccff00"
-#define BLITZ_NORMCOLORS "#000000 #acbf60 #93aa39"
+#define BLITZ_SELCOLORS "#e6ffbf #3e551c #5c6a47"
+#define BLITZ_NORMCOLORS "#c9dfa7 #11130d #171c10"
typedef enum {
CENTER, WEST, NWEST, NORTH, NEAST, EAST,
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -18,10 +18,10 @@ fn sigint {
}
WMII_FONT='fixed'
-WMII_SELCOLORS='#000000 #e6ff80 #ccff00'
-WMII_NORMCOLORS='#000000 #acbf60 #93aa39'
+WMII_SELCOLORS='#e6ffbf #3e551c #5c6a47'
+WMII_NORMCOLORS='#c9dfa7 #11130d #171c10'
-CLIENT_BAR=0
+CLIENT_BAR=1
CLIENT_BORDER=3
MODKEY=Alt
@@ -102,7 +102,7 @@ while(event=`{read}) {
case $MODKEY-Control-q,y
xwrite /ctl quit
case $MODKEY-t
- extern xterm -bg '#f2ffbf' &
+ extern xterm -rv &
case $MODKEY-d
xwrite /sel/sel/sel/ctl detach
case $MODKEY-a