made highlights not black anymore

This commit is contained in:
Chronophylos
2018-12-09 12:44:37 +01:00
committed by pajlada
parent 0cf0842b99
commit 65cae23957
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -72,6 +72,10 @@ void Theme::actuallyUpdate(double hue, double multiplier)
this->splits.background = getColor(0, sat, 1);
this->splits.dropPreview = QColor(0, 148, 255, 0x30);
this->splits.dropPreviewBorder = QColor(0, 148, 255, 0xff);
// Highlighted Messages
this->messages.backgrounds.highlighted =
QColor(getSettings()->highlightColor);
}
void Theme::normalizeColor(QColor &color)