switching to darker colorscheme with larger font
5cf362c7
1 file(s) · +7 −7
| 10 | 10 | #define FLOATSYMBOL "><>" |
|
| 11 | 11 | #define TILESYMBOL "[]=" |
|
| 12 | 12 | ||
| 13 | - | #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
|
| 14 | - | #define SELBGCOLOR "#0055bb" |
|
| 15 | - | #define SELFGCOLOR "#ffffff" |
|
| 16 | - | #define NORMBGCOLOR "#444444" |
|
| 17 | - | #define NORMFGCOLOR "#cccccc" |
|
| 18 | - | #define STATUSBGCOLOR "#000000" |
|
| 19 | - | #define STATUSFGCOLOR "#0088ff" |
|
| 13 | + | #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" |
|
| 14 | + | #define SELBGCOLOR "#333366" |
|
| 15 | + | #define SELFGCOLOR "#eeeeee" |
|
| 16 | + | #define NORMBGCOLOR "#333333" |
|
| 17 | + | #define NORMFGCOLOR "#dddddd" |
|
| 18 | + | #define STATUSBGCOLOR "#222222" |
|
| 19 | + | #define STATUSFGCOLOR "#9999cc" |
|
| 20 | 20 | ||
| 21 | 21 | #define MODKEY Mod1Mask |
|
| 22 | 22 | #define MASTERW 60 /* percent */ |