Browse Source

changed status fg

Anselm R. Garbe 19 years ago
parent
commit
c75168186b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.arg.h

+ 1 - 1
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