Procházet zdrojové kódy

darkening the fg colors somewhat

arg@mig29 před 19 roky
rodič
revize
4e926a9ef2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      config.arg.h

+ 2 - 2
config.arg.h

@@ -11,9 +11,9 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #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"