diff options
-rw-r--r-- | dmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |