From 5cf362c7d0b6b2afb0149598245afd3b8a4b3cee Mon Sep 17 00:00:00 2001
From: "Anselm R. Garbe" <arg@10kloc.org>
Date: Fri, 25 Aug 2006 18:03:56 +0200
Subject: switching to darker colorscheme with larger font

---
 config.arg.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/config.arg.h b/config.arg.h
index cf7d041..620547a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -10,13 +10,13 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
 
-#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define SELBGCOLOR		"#0055bb"
-#define SELFGCOLOR		"#ffffff"
-#define NORMBGCOLOR		"#444444"
-#define NORMFGCOLOR		"#cccccc"
-#define STATUSBGCOLOR		"#000000"
-#define STATUSFGCOLOR		"#0088ff"
+#define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
+#define SELBGCOLOR		"#333366"
+#define SELFGCOLOR		"#eeeeee"
+#define NORMBGCOLOR		"#333333"
+#define NORMFGCOLOR		"#dddddd"
+#define STATUSBGCOLOR		"#222222"
+#define STATUSFGCOLOR		"#9999cc"
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
-- 
cgit v1.2.3