changeset 603:213d67302d28

darkening the fg colors somewhat
author arg@mig29
date Fri, 01 Dec 2006 15:50:22 +0100
parents 3c765cc4bce4
children 2c366b252717
files config.arg.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.arg.h	Fri Dec 01 15:03:42 2006 +0100
+++ b/config.arg.h	Fri Dec 01 15:50:22 2006 +0100
@@ -11,9 +11,9 @@
 
 #define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
 #define NORMBGCOLOR		"#333333"
-#define NORMFGCOLOR		"#dddddd"
+#define NORMFGCOLOR		"#cccccc"
 #define SELBGCOLOR		"#336699"
-#define SELFGCOLOR		"#eeeeee"
+#define SELFGCOLOR		"#dddddd"
 #define STATUSBGCOLOR		"#222222"
 #define STATUSFGCOLOR		"#99ccff"