aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.h b/dmenu.h
index 465273c..08d7605 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -4,7 +4,7 @@
4 4
5#include <X11/Xlib.h> 5#include <X11/Xlib.h>
6 6
7#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-*" 7#define FONT "fixed"
8#define NORMBGCOLOR "#333366" 8#define NORMBGCOLOR "#333366"
9#define NORMFGCOLOR "#cccccc" 9#define NORMFGCOLOR "#cccccc"
10#define SELBGCOLOR "#666699" 10#define SELBGCOLOR "#666699"