X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/d3206194c18fe0b925892da7cbf8c3942481cba8..13ef97e65ea5a713a3d5ab46916d1ac6d071b825:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 654d02d..1e0ff8c 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,7 +3,8 @@ * See LICENSE file for license details. */ -#define FONT "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*" -#define BGCOLOR "#0d121d" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#3f484d" +#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc"