Use correct colours for all system themes

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-23 14:17:43 +00:00
parent 216034c283
commit f08478c7ec
4 changed files with 5 additions and 21 deletions

View File

@ -38,9 +38,8 @@
class SystemTheme : public ITheme {
public:
SystemTheme(const QString& styleName, const QPalette& palette, bool isDefaultTheme);
SystemTheme(const QString& styleName, bool isDefaultTheme);
virtual ~SystemTheme() {}
void apply(bool initial) override;
QString id() override;
QString name() override;