X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/0e5f467aa85e318ed27fc5d6d3826426a06ef3c3..95b19f75cce1ba994790ccf7ccdf1815d5d52d75:/dmenu.h diff --git a/dmenu.h b/dmenu.h index eed5689..1eb57ba 100644 --- a/dmenu.h +++ b/dmenu.h @@ -1,12 +1,15 @@ -/* - * (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVI Anselm R. Garbe * See LICENSE file for license details. */ -#include "config.h" #include #include +#define FONT "fixed" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" #define SPACE 30 /* px */ /* color */