diff --git a/clients/plastik/plastikbutton.cpp b/clients/plastik/plastikbutton.cpp index 8789560696..9813b4d219 100644 --- a/clients/plastik/plastikbutton.cpp +++ b/clients/plastik/plastikbutton.cpp @@ -183,13 +183,13 @@ void PlastikButton::drawButton(QPainter *painter) } QColor contourTop = alphaBlendColors(Handler()->getColor(TitleGradient2, active), - Qt::white, 215); + Qt::black, 215); QColor contourBottom = alphaBlendColors(Handler()->getColor(TitleGradient3, active), - Qt::white, 215); + Qt::black, 215); QColor sourfaceTop = alphaBlendColors(Handler()->getColor(TitleGradient2, active), - Qt::black, 225); + Qt::white, 210); QColor sourfaceBottom = alphaBlendColors(Handler()->getColor(TitleGradient3, active), - Qt::black, 225); + Qt::white, 210); int highlightAlpha = static_cast(255-((60/static_cast(ANIMATIONSTEPS))* static_cast(animProgress) ) );