aboutsummaryrefslogtreecommitdiff
path: root/dmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.h')
-rw-r--r--dmenu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dmenu.h b/dmenu.h
index eed5689..d4065d2 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -3,10 +3,14 @@
* See LICENSE file for license details.
*/
-#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xlocale.h>
+#define FONT "fixed"
+#define NORMBGCOLOR "#333366"
+#define NORMFGCOLOR "#cccccc"
+#define SELBGCOLOR "#666699"
+#define SELFGCOLOR "#eeeeee"
#define SPACE 30 /* px */
/* color */