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

@ -69,7 +69,6 @@ class ThemeManager {
QDir m_catPacksFolder{ "catpacks" };
std::map<QString, std::unique_ptr<CatPack>> m_catPacks;
QString m_defaultStyle;
QPalette m_defaultPalette;
LogColors m_logColors;
void initializeThemes();