Skip to content

Apply full Plasma palette to icons

Nicolas Fella requested to merge work/nico/icon-colors into master

When using Kirigami.Icon in Plasma we must apply the colors from the Plasma theme.

Currently we only apply the text color (via the customColor parameter for iconFromTheme). This makes most icons look alright, but it's not fully correct.

To fix this pass the full range of colors to KIconColors

Merge request reports