channged piss color to blue

This commit is contained in:
fourtf
2018-06-23 23:48:54 +02:00
parent b056a07f65
commit a91ac5cdf0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ void SplitHeader::themeRefreshEvent()
QPalette palette;
if (this->split->hasFocus()) {
palette.setColor(QPalette::Foreground, this->themeManager->splits.header.activeText);
palette.setColor(QPalette::Foreground, this->themeManager->splits.header.focusedText);
} else {
palette.setColor(QPalette::Foreground, this->themeManager->splits.header.text);
}