$OpenBSD: patch-config_def_h,v 1.3 2012/11/05 13:24:39 zinke Exp $
--- config.def.h.orig	Fri Nov  2 20:08:27 2012
+++ config.def.h	Sun Nov  4 17:33:01 2012
@@ -1,7 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
+static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=false";
 static unsigned int borderpx = 2;
 static char shell[] = "/bin/sh";
 
@@ -25,7 +25,7 @@ static const char *colorname[] = {
 	"blue2",
 	"magenta3",
 	"cyan3",
-	"gray90",
+	"gray",
 
 	/* 8 bright colors */
 	"gray50",
