diff options
Diffstat (limited to 'dmenu.h')
-rw-r--r-- | dmenu.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 */ |