new settings page

This commit is contained in:
fourtf
2018-10-31 19:45:51 +01:00
parent a0b6e4bb76
commit 3c3be99177
23 changed files with 651 additions and 101 deletions
+3 -2
View File
@@ -28,7 +28,8 @@ namespace detail {
{
return -0.8;
}
else if (themeName == "Custom") {
else if (themeName == "Custom")
{
return getSettings()->customThemeMultiplier.getValue();
}
@@ -214,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.93);
this->messages.backgrounds.alternate = getColor(0, sat, 0.95);
if (isLight_)
{