X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=0bae3a18af9944691dad59cfe9e1b3dd988cf2d1;hb=e0fe9f2fcac32f04f7fda5236f48d1a705cbdcce;hp=0b1abb4ddd0365e3d146273e7c95868eadc4bdd8;hpb=4318bf2905a8da290ec83cb67f26bd06ba2e4dc9;p=dmenu.git diff --git a/config.default.h b/config.default.h index 0b1abb4..0bae3a1 100644 --- a/config.default.h +++ b/config.default.h @@ -4,5 +4,8 @@ */ #define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define STDIN_TIMEOUT 3 /* seconds */