X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/00dce8cc395e1a71d080e71d020005f8c7bd5201..13ef97e65ea5a713a3d5ab46916d1ac6d071b825:/config.arg.h?ds=inline diff --git a/config.arg.h b/config.arg.h index cb0e1b6..1e0ff8c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,6 +4,7 @@ */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#800000" -#define FGCOLOR "#ffffaa" -#define BORDERCOLOR "#000000" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc"