[WIP] Fixing stuff in light/white theme (#723)

* fixed color in light/white them when a tab lights pink

* fixes background color of chatterino in white/light-themes

* Fixed emoji-button in light/white-theme

* added light/white-theme addsplit-button

* forgot to add the image-file
This commit is contained in:
apa420
2018-09-21 20:18:52 +02:00
committed by pajlada
parent a733b6975d
commit a3a7317e62
7 changed files with 7 additions and 4 deletions
+1 -3
View File
@@ -63,14 +63,12 @@ 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;
@@ -109,7 +107,7 @@ void Theme::actuallyUpdate(double hue, double multiplier)
{QColor("#00aeef"), QColor("#00aeef"), QColor("#00aeef")}};
this->tabs.notified = {
fg,
{QColor("#252525"), QColor("#252525"), QColor("#252525")},
{QColor("#fff"), QColor("#fff"), QColor("#fff")},
{QColor("#F824A8"), QColor("#F824A8"), QColor("#F824A8")}};
} else {
this->tabs.regular = {