https://bugs.kde.org/show_bug.cgi?id=434896
--- Comment #3 from Nate Graham <n...@kde.org> --- A window decoration theme is basically a small program. Each one has different internal settings for the same reason why apps different have their own settings. There are some things that are common between all themes, such as "Border Size". However making all or some of those currently-breeze-specific settings would require totally redoing the window decoration theme spec which would be an API break and only be doable in KF6 (or even KF7, more likely), and a lot of them wouldn't even apply. The shadow settings for example would not be relevant to themes that don't want shadows. Ultimately the reason why we have and support Window Decoration themes is so that people don't have to add five hundred thousand random options to Breeze. If you find that no window decoration theme looks exactly like how you want, why not try your hand ad making your own? Or find the one that looks closest and modify it. They're all open-source after all. -- You are receiving this mail because: You are watching all bug changes.