the rewrite that nobody wanted

This commit is contained in:
2018-01-02 02:15:11 +01:00
parent 0ef08378cc
commit 3e5937011a
18 changed files with 217 additions and 175 deletions
+3 -3
View File
@@ -25,11 +25,11 @@ const QColor &MessageColor::getColor(singletons::ThemeManager &themeManager) con
case Type::Custom:
return this->color;
case Type::Text:
return themeManager.Text;
return themeManager.messages.textColors.regular;
case Type::System:
return themeManager.SystemMessageColor;
return themeManager.messages.textColors.system;
case Type::Link:
return themeManager.TextLink;
return themeManager.messages.textColors.link;
}
static QColor _default;