about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 752c40f..aa3c0c9 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -15,7 +15,7 @@ const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL };
 #define SELBGCOLOR		"#336699"
 #define SELFGCOLOR		"#eeeeee"
 #define STATUSBGCOLOR		"#222222"
-#define STATUSFGCOLOR		"#99ccff"
+#define STATUSFGCOLOR		"#dddddd"
 
 #define MASTER			600		/* per thousand */
 #define MODKEY			Mod1Mask