X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/c6113a3b2775f83ae552394c000ee6cc8b20316f..13ef97e65ea5a713a3d5ab46916d1ac6d071b825:/config.default.h diff --git a/config.default.h b/config.default.h index cf1baea..1f66553 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 SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc"