Parcourir la source

changed status fg

Anselm R. Garbe il y a 19 ans
Parent
commit
c75168186b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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