fix config colors
authorMichael Andres <ma@suse.de>
Tue, 3 Jun 2014 13:07:23 +0000 (15:07 +0200)
committerMichael Andres <ma@suse.de>
Tue, 3 Jun 2014 13:07:23 +0000 (15:07 +0200)
src/Config.cc

index b9d0f3c..5851a81 100644 (file)
@@ -227,7 +227,7 @@ void Config::read(const string & file)
     {
       // set a default for light background
       if (color_background)
-        color_msgStatus = Color("default");
+        color_msgStatus = Color("black");
     }
     else
       color_msgStatus = c;