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
+3 -2
View File
@@ -206,8 +206,9 @@ void SettingsDialog::selectTab(SettingsDialogTab *tab, bool byUser)
}
tab->setSelected(true);
tab->setStyleSheet("background: #222; color: #4FC3F7;"
"/*border: 1px solid #555; border-right: none;*/");
tab->setStyleSheet(
"background: #222; color: #4FC3F7;" // Should this be same as accent color?
"/*border: 1px solid #555; border-right: none;*/");
this->selectedTab_ = tab;
if (byUser)
{