fix various warnings

This commit is contained in:
Rasmus Karlsson
2018-09-20 13:09:37 +02:00
parent 30f51d8137
commit 641c5822d7
5 changed files with 13 additions and 12 deletions
+2
View File
@@ -63,12 +63,14 @@ void Theme::actuallyUpdate(double hue, double multiplier)
/// WINDOW
{
/*
QColor bg =
#ifdef Q_OS_LINUX
this->window.background = lightWin ? "#fff" : QColor(61, 60, 56);
#else
this->window.background = lightWin ? "#fff" : "#111";
#endif
*/
QColor fg = this->window.text = lightWin ? "#000" : "#eee";
this->window.borderFocused = lightWin ? "#ccc" : themeColor;