made bright color scheme

This commit is contained in:
Anselm R. Garbe 2006-02-10 19:29:40 +01:00
parent 845f6b6c07
commit 5998c8624b
2 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@
#include <cext.h>
#define BLITZ_FONT "fixed"
#define BLITZ_SELCOLORS "#ffffff #555588 #8888bb"
#define BLITZ_NORMCOLORS "#dddddd #666666 #999999"
#define BLITZ_SELCOLORS "#ffffff #004488 #2266aa"
#define BLITZ_NORMCOLORS "#444444 #dddddd #888888"
typedef enum {
CENTER, WEST, NWEST, NORTH, NEAST, EAST,

View File

@ -18,8 +18,8 @@ fn sigint {
}
WMII_FONT='fixed'
WMII_SELCOLORS='#ffffff #555588 #8888bb'
WMII_NORMCOLORS='#dddddd #666666 #999999'
WMII_SELCOLORS='#ffffff #004488 #2266aa'
WMII_NORMCOLORS='#444444 #dddddd #888888'
CLIENT_BAR=0
CLIENT_BORDER=3
@ -78,7 +78,7 @@ xwrite /bar/expand 2
# MISC
xsetroot -mod 2 2 -bg '#444466' -fg '#555555'
xsetroot -solid '#222222'
status &
# EVENT LOOP