summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index c079d54e..326d8647 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -450,7 +450,7 @@ void TabBar::resetTabHighlighted(int index)
if (ReKonfig::animatedTabHighlighting())
removeAnimation(index);
- setTabTextColor(index, palette().text().color());
+ setTabTextColor(index, KColorScheme(QPalette::Active, KColorScheme::Window).foreground(KColorScheme::NormalText).color());
}