$OpenBSD: patch-config_def_h,v 1.3 2017/11/14 17:19:37 bcallah Exp $
Index: config.def.h
--- config.def.h.orig
+++ config.def.h
@@ -9,8 +9,8 @@ static char *fontfallbacks[] = {
 #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
 
 static const char *colors[] = {
-	"#000000", /* foreground color */
-	"#FFFFFF", /* background color */
+	"#c0c0c0", /* foreground color */
+	"#202020", /* background color */
 };
 
 static const float linespacing = 1.4;
