diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-27 18:55:05 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-27 18:55:05 +0200 |
commit | 3439470a47c935529b0fd692898e36d623e2a4b0 (patch) | |
tree | 6db00f402da335e02575e90e8dc41bfa31b51517 | |
parent | 6674bac1d3d0e1180fc4f9ea114f574eeb20f263 (diff) |
applied new color nuance
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ | |||
2 | 2 | ||
3 | /* appearance */ | 3 | /* appearance */ |
4 | #define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*" | 4 | #define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*" |
5 | #define NORMBGCOLOR "#ffffff" | 5 | #define NORMBGCOLOR "#dddddd" |
6 | #define NORMFGCOLOR "#333333" | 6 | #define NORMFGCOLOR "#333333" |
7 | #define SELBGCOLOR "#3366ff" | 7 | #define SELBGCOLOR "#0066cc" |
8 | #define SELFGCOLOR "#ffffff" | 8 | #define SELFGCOLOR "#ffffff" |
9 | /* next macro defines the space between menu items */ | 9 | /* next macro defines the space between menu items */ |
10 | #define SPACE 30 /* px */ | 10 | #define SPACE 30 /* px */ |