https://bugs.kde.org/show_bug.cgi?id=430667
--- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- What seems to be happening is this: When not using org.kde.desktop style Kirigami is getting colors from the builtin PlatformTheme implementation (https://invent.kde.org/frameworks/kirigami/-/blob/master/src/libkirigami/basictheme.cpp). This somehow manages to get the correct colors from the QStyle/QPalette. When using org.kde.desktop Kirigami is using the the PlatformTheme plugin provided by org.kde.desktop (https://invent.kde.org/frameworks/qqc2-desktop-style/-/blob/master/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp), which is loading the colors using KColorScheme which tries to load the user-configured colors from a config file. Since that file likely doesn't exist fro you it gives the hardcoded default values. I don't think I understand the code well enough to suggest a solution though. -- You are receiving this mail because: You are watching all bug changes.