changeset 368:99b3c6c69610

switching to darker colorscheme with larger font
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 18:03:56 +0200
parents 5870a42e4c8d
children 72076eea3392
files config.arg.h
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/config.arg.h	Fri Aug 25 17:42:58 2006 +0200
+++ b/config.arg.h	Fri Aug 25 18:03:56 2006 +0200
@@ -10,13 +10,13 @@
 #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 */