X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/9d574f5ebe7849d7c1c8c1f209a075526db4ddde..358f078c0b8e235bd14cded2330b78a2e1c08685:/config.arg.h?ds=inline diff --git a/config.arg.h b/config.arg.h index 39f2351..a19e463 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,7 +3,8 @@ * See LICENSE file for license details. */ -#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#444444" -#define FGCOLOR "#ffffff" -#define BORDERCOLOR "#222222" +#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" +#define SELBGCOLOR "#333366" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333333" +#define NORMFGCOLOR "#dddddd"