<table><tr><td style="">mardelle added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D8060" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Just to let you know, these last 2 commits to KIconThemes break the icon coloring in existing apps like Kdenlive and KDevelop.<br />
Previously, in a KXmlGuiWindow, doing:</p>

<p>QPalette plt = KColorScheme::createApplicationPalette(config);<br />
setPalette(plt);<br />
qApp->setPalette(palette());</p>

<p>Made the icon theme adapt to the palette. The recent commits break this and it is now required to add :</p>

<p>KIconLoader::global()->setCustomPalette(plt);</p>

<p>To make icon color theming work in existing apps that allow color theme switch. <br />
Regression can be easily tested with KDevelop or Kdenlive using the "Color theme" menu from Settings</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R302 KIconThemes</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8060" rel="noreferrer">https://phabricator.kde.org/D8060</a></div></div><br /><div><strong>To: </strong>mart, dfaure, Frameworks, rikmills, davidedmundson<br /><strong>Cc: </strong>mardelle, davidedmundson, broulik, cfeck, Frameworks<br /></div>