fixed colors
f92a4e45
1 file(s) · +3 −3
| 5 | 5 | #define BORDERPX 1 |
|
| 6 | 6 | #define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*" |
|
| 7 | 7 | #define NORMBORDERCOLOR "#cccccc" |
|
| 8 | - | #define NORMBGCOLOR "#ffffff" |
|
| 8 | + | #define NORMBGCOLOR "#dddddd" |
|
| 9 | 9 | #define NORMFGCOLOR "#333333" |
|
| 10 | - | #define SELBORDERCOLOR "#3366ff" |
|
| 11 | - | #define SELBGCOLOR "#3366ff" |
|
| 10 | + | #define SELBORDERCOLOR "#0066cc" |
|
| 11 | + | #define SELBGCOLOR "#0066cc" |
|
| 12 | 12 | #define SELFGCOLOR "#ffffff" |
|
| 13 | 13 | ||
| 14 | 14 | /* tagging */ |