X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/b24aa8312b8067226e469d15c0a103a3016670f0..18ec376aa903d620f3586af4974116a82c74024f:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 5e63805..91b014f 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,7 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#444444" -#define FGCOLOR "#ffffff" -#define BORDERCOLOR "#222222" +#define NORMBGCOLOR "#666699" +#define NORMFGCOLOR "#eeeeee" +#define SELBGCOLOR "#eeeeee" +#define SELFGCOLOR "#000088"