https://bugs.kde.org/show_bug.cgi?id=384950
--- Comment #6 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> --- So, investigating: Colors are set in kwin/decorations/decoration There, kconfiggroup is used, getting the WM colors from kdeglobals and if not found they are replaced by some entries in QPalette. Now QPalette itself has no role for window decoration, so the default are approximate. and in any case the color scheme "file" is ignored. But again, this is on purpose: setting the color scheme is simply (and nothing more than), copying the content of this file in kde globals. once this operation is done, no-one else knows about the original file, nor can access it. In any case, this is an issue to be dealt with at the kwin level, not breeze, sorry. -- You are receiving this mail because: You are watching all bug changes.