applying aluminium style for arg's config.h
d175df8a
1 file(s) · +6 −6
| 10 | 10 | #define TILESYMBOL "[]=" |
|
| 11 | 11 | ||
| 12 | 12 | #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" |
|
| 13 | - | #define NORMBGCOLOR "#333333" |
|
| 14 | - | #define NORMFGCOLOR "#dddddd" |
|
| 15 | - | #define SELBGCOLOR "#336699" |
|
| 16 | - | #define SELFGCOLOR "#eeeeee" |
|
| 17 | - | #define STATUSBGCOLOR "#222222" |
|
| 18 | - | #define STATUSFGCOLOR "#99ccff" |
|
| 13 | + | #define NORMBGCOLOR "#555753" |
|
| 14 | + | #define NORMFGCOLOR "#ffffff" |
|
| 15 | + | #define SELBGCOLOR "#888a85" |
|
| 16 | + | #define SELFGCOLOR "#ffffff" |
|
| 17 | + | #define STATUSBGCOLOR "#2e3436" |
|
| 18 | + | #define STATUSFGCOLOR "#ffffff" |
|
| 19 | 19 | ||
| 20 | 20 | #define MASTER 600 /* per thousand */ |
|
| 21 | 21 | #define MODKEY Mod1Mask |