add some comments
reformat
This commit is contained in:
@@ -212,7 +212,8 @@ 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(getSettings()->highlightColor);
|
||||
this->messages.backgrounds.highlighted =
|
||||
QColor(getSettings()->highlightColor);
|
||||
}
|
||||
|
||||
this->messages.backgrounds.subscription =
|
||||
|
||||
Reference in New Issue
Block a user