X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/35210e3998a3795fff844fff4de5fd8a2cf46e9f..bd1172e6892f3fcb353905ec5c17c8059e3002af:/config.arg.h?ds=sidebyside 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"