X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=0bae3a18af9944691dad59cfe9e1b3dd988cf2d1;hb=81bcf078f6c510314f140471efb8952160fdb3ad;hp=48c810a6e87cf78ef8dda6ca699cc4101e483691;hpb=18ec376aa903d620f3586af4974116a82c74024f;p=dmenu.git diff --git a/config.default.h b/config.default.h index 48c810a..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 SELFGCOLOR "#666699" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define STDIN_TIMEOUT 3 /* seconds */