swapping my default colors
authorAnselm R.Garbe <arg@10ksloc.org>
Thu, 10 Aug 2006 08:21:50 +0000 (10:21 +0200)
committerAnselm R.Garbe <arg@10ksloc.org>
Thu, 10 Aug 2006 08:21:50 +0000 (10:21 +0200)
config.arg.h

index 066c1a4..c5e1874 100644 (file)
@@ -4,6 +4,6 @@
  */
 
 #define FONT                   "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR                        "#666699"
-#define FGCOLOR                        "#eeeeee"
+#define BGCOLOR                        "#eeeeee"
+#define FGCOLOR                        "#666699"
 #define BORDERCOLOR            "#9999CC"