darkening the fg colors somewhat
4e926a9e
1 file(s) · +2 −2
| 11 | 11 | ||
| 12 | 12 | #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" |
|
| 13 | 13 | #define NORMBGCOLOR "#333333" |
|
| 14 | - | #define NORMFGCOLOR "#dddddd" |
|
| 14 | + | #define NORMFGCOLOR "#cccccc" |
|
| 15 | 15 | #define SELBGCOLOR "#336699" |
|
| 16 | - | #define SELFGCOLOR "#eeeeee" |
|
| 16 | + | #define SELFGCOLOR "#dddddd" |
|
| 17 | 17 | #define STATUSBGCOLOR "#222222" |
|
| 18 | 18 | #define STATUSFGCOLOR "#99ccff" |
|
| 19 | 19 |