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