Cleanup Theme-related Code (#4450)
This commit is contained in:
@@ -149,7 +149,7 @@ void QuickSwitcherPopup::themeChangedEvent()
|
||||
const QString selCol =
|
||||
(this->theme->isLightTheme()
|
||||
? "#68B1FF" // Copied from Theme::splits.input.styleSheet
|
||||
: this->theme->tabs.selected.backgrounds.regular.color().name());
|
||||
: this->theme->tabs.selected.backgrounds.regular.name());
|
||||
|
||||
const QString listStyle =
|
||||
QString(
|
||||
|
||||
Reference in New Issue
Block a user