X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4318bf2905a8da290ec83cb67f26bd06ba2e4dc9..37faefb1aab1a6a36c5a8017e24bbca22fd23530:/config.default.h?ds=sidebyside diff --git a/config.default.h b/config.default.h index 0b1abb4..48c810a 100644 --- a/config.default.h +++ b/config.default.h @@ -4,5 +4,7 @@ */ #define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" +#define NORMBGCOLOR "#666699" +#define NORMFGCOLOR "#eeeeee" +#define SELBGCOLOR "#eeeeee" +#define SELFGCOLOR "#666699"