diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-04-13 16:20:15 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-04-13 16:20:15 +0200 |
commit | 8b15bf78f9de56b3049f582265186373fe1af809 (patch) | |
tree | 00bcd56221768e94de122a459b1f6538679c1829 /wmii-3.5/wmiirc | |
parent | b2f7a10b79d2c427cedaa16e73ec185aa3ea1c3e (diff) |
Changed wmii colors
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index acaf85d..0223178 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -9,8 +9,8 @@ LEFT=n RIGHT=t # Colors tuples: "<text> <background> <border>" -WMII_FOCUSCOLORS='#CCCCCC #000000 #111111' -WMII_NORMCOLORS='#999999 #000000 #111111' +WMII_FOCUSCOLORS='#EEEEEE #000000 #111111' +WMII_NORMCOLORS='#888888 #000000 #111111' WMII_FONT='fixed' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) |