X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7817523a685f0dbba2e074a448099558a54b1b9c..32f7fe483538be60e529415c8cbd9cfbb4ab86d9:/config.default.h diff --git a/config.default.h b/config.default.h index cf1baea..0bae3a1 100644 --- a/config.default.h +++ b/config.default.h @@ -4,6 +4,8 @@ */ #define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#9999CC" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define STDIN_TIMEOUT 3 /* seconds */