Don't create a new KColorScheme for each KIconColors
For each icon request we are creating a KIconColors which in turn creates a KColorScheme
However we always create the same colorscheme which is wasteful
Cache it to avoid recreating it
For each icon request we are creating a KIconColors which in turn creates a KColorScheme
However we always create the same colorscheme which is wasteful
Cache it to avoid recreating it