X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/b97783b07feae30f9df12c1a720d17a2dc877018..06ae8944344cd6f7d0aa007b7b036e77cb87fdf1:/config.h?ds=inline diff --git a/config.h b/config.h new file mode 100644 index 0000000..973b2d1 --- /dev/null +++ b/config.h @@ -0,0 +1,10 @@ +/* See LICENSE file for copyright and license details. */ + +/* appearance */ +#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" +#define NORMBGCOLOR "#000" +#define NORMFGCOLOR "#ccc" +#define SELBGCOLOR "#00f" +#define SELFGCOLOR "#fff" +/* next macro defines the space between menu items */ +#define SPACE 30 /* px */