Created attachment 161107 [details] Unreadable charts I am using local build from 19552f5f62f5946b5bdcf136f3876c05cf757b75 The OS is Rocky Linux 8.8. I'm using Gnome 3 (potentially 3.36.1). The Adwaita-dark theme. kdiagram-2.8.0 Qt 5.15.3 kf5-* libs are 5.96.0-1 The charts and the flame graphs are hardly readable. See the screenshots.
Created attachment 161108 [details] Unreadable framegraph
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.
Could you redirect this issue to KColorScheme people?
reassigning
apparently this got work-arounded in recent gnome versions, see https://github.com/FedoraQt/QGnomePlatform/pull/132