Add hidden setting for highlight color

This commit is contained in:
Chronophylos
2018-10-01 13:05:50 +02:00
parent cd571a7e25
commit 378ea157a1
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ void Theme::actuallyUpdate(double hue, double multiplier)
this->messages.backgrounds.highlighted =
blendColors(themeColor, this->messages.backgrounds.regular, 0.8);
} else {
this->messages.backgrounds.highlighted = QColor(75, 40, 44);
this->messages.backgrounds.highlighted = QColor(getSettings()->highlightColor);
}
this->messages.backgrounds.subscription =