define accent color in theme

This commit is contained in:
Rasmus Karlsson
2020-10-11 14:36:28 +02:00
parent 2232c6d925
commit dfe1af248c
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ void AB_THEME_CLASS::actuallyUpdate(double hue, double multiplier)
this->tabs.selected = {
QColor("#000"),
{QColor("#b4d7ff"), QColor("#b4d7ff"), QColor("#b4d7ff")},
{QColor("#00aeef"), QColor("#00aeef"), QColor("#00aeef")}};
{this->accent, this->accent, this->accent}};
}
else
{
@@ -123,7 +123,7 @@ void AB_THEME_CLASS::actuallyUpdate(double hue, double multiplier)
this->tabs.selected = {
QColor("#fff"),
{QColor("#555555"), QColor("#555555"), QColor("#555555")},
{QColor("#00aeef"), QColor("#00aeef"), QColor("#00aeef")}};
{this->accent, this->accent, this->accent}};
}
// scrollbar