X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/6c1e46654dae69bb7b3fe3935358a53e44628a75..32f7fe483538be60e529415c8cbd9cfbb4ab86d9:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 91b014f..5b99a2c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,8 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define NORMBGCOLOR "#666699" -#define NORMFGCOLOR "#eeeeee" -#define SELBGCOLOR "#eeeeee" -#define SELFGCOLOR "#000088" +#define SELBGCOLOR "#333366" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333333" +#define NORMFGCOLOR "#dddddd" +#define STDIN_TIMEOUT 3 /* seconds */