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 066c1a41166e78948cbeea6cf062c4f01bb22ccf..c5e18743e62f5fa4c82c177f0c297d9cf0942b47 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"