I received Sander's complain just in time ;)
c95fe6e2
1 file(s) · +4 −4
| 10 | 10 | #define TILESYMBOL "[]=" |
|
| 11 | 11 | ||
| 12 | 12 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
|
| 13 | - | #define NORMBGCOLOR "#111111" |
|
| 13 | + | #define NORMBGCOLOR "#333366" |
|
| 14 | 14 | #define NORMFGCOLOR "#cccccc" |
|
| 15 | - | #define SELBGCOLOR "#336699" |
|
| 15 | + | #define SELBGCOLOR "#666699" |
|
| 16 | 16 | #define SELFGCOLOR "#eeeeee" |
|
| 17 | - | #define STATUSBGCOLOR "#222222" |
|
| 18 | - | #define STATUSFGCOLOR "#cccccc" |
|
| 17 | + | #define STATUSBGCOLOR "#dddddd" |
|
| 18 | + | #define STATUSFGCOLOR "#222222" |
|
| 19 | 19 | ||
| 20 | 20 | #define MASTER 600 /* per thousand */ |
|
| 21 | 21 | #define MODKEY Mod1Mask |