set background color to grey instead of brown
This commit is contained in:
@@ -59,7 +59,7 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
|
|||||||
QColor themeColor = QColor::fromHslF(hue, 0.5, 0.5);
|
QColor themeColor = QColor::fromHslF(hue, 0.5, 0.5);
|
||||||
QColor themeColorNoSat = QColor::fromHslF(hue, 0, 0.5);
|
QColor themeColorNoSat = QColor::fromHslF(hue, 0, 0.5);
|
||||||
|
|
||||||
qreal sat = 0.1;
|
qreal sat = 0;
|
||||||
// 0.05;
|
// 0.05;
|
||||||
|
|
||||||
auto getColor = [multiplier](double h, double s, double l, double a = 1.0) {
|
auto getColor = [multiplier](double h, double s, double l, double a = 1.0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user