tfont fix - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d3206194c18fe0b925892da7cbf8c3942481cba8
 (DIR) parent 8148b515a155c66d5ad5ce0ed8ae1cbc13e4374d
 (HTM) Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Tue, 22 Aug 2006 10:01:45 +0200
       
       font fix
       Diffstat:
         config.arg.h                        |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -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"