https://bugs.kde.org/show_bug.cgi?id=444993
Georg Grabler <ggrab...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ggrab...@gmail.com --- Comment #7 from Georg Grabler <ggrab...@gmail.com> --- I actually do have the same issue. I created a new user (it's archlinux, so I get pretty much KDE defaults with Breeze Light). I went to system settings and chose "Dark Theme", checked apply. my ~/.config/kdeglobals: [General] Name=Breeze Light shadeSortColumn=true widgetStyle=Breeze [KDE] ColorScheme=BreezeLight LookAndFeelPackage=org.kde.breezedark.desktop contrast=4 I edited the file manually to: [General] Name=Breeze Dark shadeSortColumn=true widgetStyle=Breeze [KDE] ColorScheme=BreezeDark LookAndFeelPackage=org.kde.breezedark.desktop contrast=4 Went to system settings, and this time applied the "Light Theme", result: [General] Name=Breeze Dark shadeSortColumn=true widgetStyle=Breeze [KDE] ColorScheme=BreezeDark contrast=4 For me, you clearly write the the file (since LookAndFeelPackage=org.kde.breezedark.desktop disappeared, as expected). The name and ColorScheme and contrast stay (not sure if the contrast should be there in both settings though). Seems not all is written properly. -- You are receiving this mail because: You are watching all bug changes.