https://bugs.kde.org/show_bug.cgi?id=399757
--- Comment #8 from Michail Vourlakos <mvourla...@gmail.com> --- (In reply to trmdi from comment #7) > It will be much easier if you ask Kwin devs. I think I found it and it can be done... https://github.com/KDE/kwin/blob/master/kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp#L39 this is how default scheme is applied and this can be altered in plugin level... 1. First thing to do is to move the kcm win decoration c++ code under AWC and make it work with AWC... 2. Afterwards anything that is not needed can be removed 3. make that palette option accessible from qml just like is doing for example at: https://github.com/KDE/kwin/blob/master/kcmkwin/kwindecoration/qml/Previews.qml#L84 -- You are receiving this mail because: You are watching all bug changes.