improved alternate bg and seperator line

This commit is contained in:
fourtf
2018-11-01 18:04:14 +01:00
parent 2faf24e3d5
commit 9ced50e94e
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ void Theme::actuallyUpdate(double hue, double multiplier)
this->messages.textColors.system = QColor(140, 127, 127);
this->messages.backgrounds.regular = splits.background;
this->messages.backgrounds.alternate = getColor(0, sat, 0.95);
this->messages.backgrounds.alternate = getColor(0, sat, 0.96);
if (isLight_)
{