https://bugs.kde.org/show_bug.cgi?id=451538
--- Comment #9 from Nate Graham <n...@kde.org> --- So the basic issue here is that Kirigami assumes that any icon with the `-symbolic` suffix is a monchrome icon, and it re-colors the icon to respect the color scheme. This isn't a safe assumption though. A variety of icon themes use colorful icons for this, and it's not against any spec because there is no spec to govern this. It's a *convention* from GNOME that icons whose names end with "-symbolic" are monochrome but it's simply not safe to assume. We probably need to determine monochrome-ness by sampling the colors. -- You are receiving this mail because: You are watching all bug changes.