https://bugs.kde.org/show_bug.cgi?id=401012
--- Comment #9 from Konrad Materka <mate...@gmail.com> --- This is tricky. For plasmoids/applets, icons are always defined by name. In that case it is easy to style them depending on context (e.g. dark plasma theme, light global theme). For SNI (Status Notifier Item), that is used by all standalone applications, icon can be defined by name or using pixmap (image). Is it is a pixmap passed from the application there is nothing we can do. Keyboard Layout is using pixmaps for language icons. As a result only one variant can be used - dark or light. It is not possible to style later. The proper solution would be to define all icons by name. Then we can load styled variant depending on the context (panel or settings). -- You are receiving this mail because: You are watching all bug changes.