X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/c6113a3b2775f83ae552394c000ee6cc8b20316f..e980c7ff1814b533f674eec535af6c5658b1bc62:/config.default.h?ds=sidebyside diff --git a/config.default.h b/config.default.h index cf1baea..6949cea 100644 --- a/config.default.h +++ b/config.default.h @@ -4,6 +4,7 @@ */ #define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#9999CC" +#define NORMBGCOLOR "#666699" +#define NORMFGCOLOR "#eeeeee" +#define SELBGCOLOR "#eeeeee" +#define SELBFCOLOR "#666699"