From: Anselm R. Garbe Date: Tue, 22 Aug 2006 08:01:45 +0000 (+0200) Subject: font fix X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=sidebyside;h=d3206194c18fe0b925892da7cbf8c3942481cba8;p=dmenu.git font fix --- diff --git a/config.arg.h b/config.arg.h index c5e1874..654d02d 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,7 +3,7 @@ * See LICENSE file for license details. */ -#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#eeeeee" -#define FGCOLOR "#666699" -#define BORDERCOLOR "#9999CC" +#define FONT "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*" +#define BGCOLOR "#0d121d" +#define FGCOLOR "#eeeeee" +#define BORDERCOLOR "#3f484d"