X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7817523a685f0dbba2e074a448099558a54b1b9c..6674bac1d3d0e1180fc4f9ea114f574eeb20f263:/config.h?ds=sidebyside diff --git a/config.h b/config.h index 008161d..fa40686 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,10 @@ -/* - * (C)opyright MMVI Anselm R. Garbe - * See LICENSE file for license details. - */ +/* See LICENSE file for copyright and license details. */ -#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#0a2c2d" -#define FGCOLOR "#ddeeee" -#define BORDERCOLOR "#176164" +/* appearance */ +#define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*" +#define NORMBGCOLOR "#ffffff" +#define NORMFGCOLOR "#333333" +#define SELBGCOLOR "#3366ff" +#define SELFGCOLOR "#ffffff" +/* next macro defines the space between menu items */ +#define SPACE 30 /* px */