X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/bd1172e6892f3fcb353905ec5c17c8059e3002af..0e5f467aa85e318ed27fc5d6d3826426a06ef3c3:/config.arg.h diff --git a/config.arg.h b/config.arg.h index a23a773..5b99a2c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,8 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define SELBGCOLOR "#0055bb" -#define SELFGCOLOR "#ffffff" -#define NORMBGCOLOR "#444444" -#define NORMFGCOLOR "#cccccc" +#define SELBGCOLOR "#333366" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333333" +#define NORMFGCOLOR "#dddddd" +#define STDIN_TIMEOUT 3 /* seconds */