mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
set background color to grey instead of brown
This commit is contained in:
parent
a9d706048c
commit
45dfb151a2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
|
|||
QColor themeColor = QColor::fromHslF(hue, 0.5, 0.5);
|
||||
QColor themeColorNoSat = QColor::fromHslF(hue, 0, 0.5);
|
||||
|
||||
qreal sat = 0.1;
|
||||
qreal sat = 0;
|
||||
// 0.05;
|
||||
|
||||
auto getColor = [multiplier](double h, double s, double l, double a = 1.0) {
|
||||
|
|
Loading…
Reference in a new issue