aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index fa40686..1e25b65 100644
--- a/config.h
+++ b/config.h
@@ -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 */