diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-06-18 23:36:58 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-06-18 23:36:58 +0200 |
commit | 644373e236a37429f64d54220c0b4030066e7c1f (patch) | |
tree | 813551e11a1d3426afea08c0cac6e035648454e2 /wmii-3.5/wmiirc | |
parent | 77d7988670d6b4fc3f95da7c275ae3baf32f7734 (diff) |
Several things
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 4576383..7cf2e96 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -9,8 +9,10 @@ LEFT=n RIGHT=t # Colors tuples: "<text> <background> <border>" -WMII_FOCUSCOLORS='#EEEEEE #000000 #111111' -WMII_NORMCOLORS='#888888 #000000 #111111' +#WMII_FOCUSCOLORS='#EEEEEE #000000 #111111' +#WMII_NORMCOLORS='#888888 #000000 #111111' +WMII_FOCUSCOLORS='#ffffff #285577 #4C7899' +WMII_NORMCOLORS='#888888 #222222 #333333' WMII_FONT='fixed' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) |