https://bugs.kde.org/show_bug.cgi?id=509260
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |NOT A BUG --- Comment #12 from Nate Graham <[email protected]> --- Plasma-integration is what turns on KDE's icon loader engine, which is the thing responsible for re-coloring icons. It works this way because icon re-coloring is not a cross-desktop spec, and there's no support for it in Qt (at least, not the way we do it). Therefore we have to do it ourselves, which means we have to use our own code to do it, which means something needs to use that code, and that something is plasma-integration. If for some reason you can't or don't want to use plasma-integration, there's a workaround: use the "Breeze Dark" icon theme. That icon theme uses a light color for the icons, so even if they don't get re-colored, they should be visible on top of a dark background. -- You are receiving this mail because: You are watching all bug changes.
