CVS commit by eva: turned the ColorizeBackground for the panel option off by default as discussed on core-devel M +1 -1 containerarea.cpp 1.159 --- kdebase/kicker/core/containerarea.cpp #1.158:1.159 @@ -1243,5 +1243,5 @@ void ContainerArea::setBackgroundTheme() } - if (config->readBoolEntry("ColorizeBackground", true)) + if (config->readBoolEntry("ColorizeBackground", false)) { colorize(bgImage);