removed the chrome style tabs

This commit is contained in:
fourtf
2018-04-01 16:41:32 +02:00
parent dca11406b9
commit 05335c6440
6 changed files with 62 additions and 40 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
// tabs
// text, {regular, hover, unfocused}
this->windowBg = "#ccc";
// this->windowBg = "#ccc";
this->tabs.border = "#999";
this->tabs.regular = {tabFg, {windowBg, blendColors(windowBg, "#999", 0.5), windowBg}};
@@ -107,7 +107,7 @@ void ThemeManager::actuallyUpdate(double hue, double multiplier)
{blendColors(themeColor, windowBg, 0.7), blendColors(themeColor, windowBg, 0.5),
blendColors(themeColorNoSat, windowBg, 0.7)}};
this->windowBg = "#fff";
// this->windowBg = "#fff";
// Split
bool flat = isLight;