Skip to content

Draft: Move from internal KColorScheme use to Kirigami::Theme

Marco Martin requested to merge work/mart/kirigamitheme into master

use Kirigami::Theme internally, depending from Theme::cacheKey for internal caching

with this should be possible to do things like SvgItem { Kirigami.Theme.textColor: "red" }

and have the stylesheet colors in the svg influenced accordingly

Merge request reports