X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4318bf2905a8da290ec83cb67f26bd06ba2e4dc9..2e9515ee27c5250422a1ab1190b6daa9b910e717:/config.default.h diff --git a/config.default.h b/config.default.h index 0b1abb4..1f66553 100644 --- a/config.default.h +++ b/config.default.h @@ -4,5 +4,7 @@ */ #define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc"