X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/25f71b382953630a48e321737498f9c561e66433..bd1172e6892f3fcb353905ec5c17c8059e3002af:/config.arg.h diff --git a/config.arg.h b/config.arg.h index c5e1874..a23a773 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,7 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#eeeeee" -#define FGCOLOR "#666699" -#define BORDERCOLOR "#9999CC" +#define SELBGCOLOR "#0055bb" +#define SELFGCOLOR "#ffffff" +#define NORMBGCOLOR "#444444" +#define NORMFGCOLOR "#cccccc"