diff --git a/src/qtcurve/style/qtcurve.cpp b/src/qtcurve/style/qtcurve.cpp index 276e339e62..2c012ef196 100644 --- a/src/qtcurve/style/qtcurve.cpp +++ b/src/qtcurve/style/qtcurve.cpp @@ -5255,7 +5255,7 @@ void Style::drawPrimitive(PrimitiveElement element, const QStyleOption *option, if (color.lightness() > 128) color = color.darker(widget->property("highlight_current_item").toInt()); else - color = color.lighter(); + color = color.lighter(135); } bool square((opts.square&SQUARE_LISTVIEW_SELECTION) &&