Skip to content

Use just QPalette and extra colors for coloring

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

Use qpalette and some extra roles in Svg to do the stylesheet coloring

The QML elements will use Kirigami::Theme to set the palette/extra roles in the stylesheet and is possible to

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