diff --git a/theme.cpp b/theme.cpp index 52b307d09..c5517e0ba 100644 --- a/theme.cpp +++ b/theme.cpp @@ -564,7 +564,7 @@ QColor Theme::color(ColorRole role) const break; case HighlightColor: - return d->colorScheme.background(KColorScheme::ActiveBackground).color(); + return d->colorScheme.decoration(KColorScheme::HoverColor).color(); break; case BackgroundColor: