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