removed the chrome style tabs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user