https://bugs.kde.org/show_bug.cgi?id=473630

--- Comment #2 from Milian Wolff <m...@milianw.de> ---
this is probably an issue due to KColorScheme not detecting a dark system theme
for such a configuration setup. I'm not sure how to fix this, we just do:

```
    KColorScheme scheme(QPalette::Active, KColorScheme::Window);
    QPen foreground(scheme.foreground().color());
```

I guess this is wrong for your setup - it would have to be fixed somehow within
KColorScheme I guess. Suggestions welcome, but I won't be spending time on
fixing this as I don't use such a setup myself.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to