https://bugs.kde.org/show_bug.cgi?id=417493
--- Comment #3 from Mikhail Zolotukhin <zom...@protonmail.com> --- (In reply to Frederick Zhang from comment #2) > But the GTK style should have taken precedence, right? No, it should not. The GTK theme should either: 1. Grab it's colors from color definitions, that were generated, when you selected color scheme it Colors KCM. 2. Make itself dark, if your select dark color scheme in Colors KCM or if you select dark theme inside the GTK application. You SHOULD NOT select dark GTK theme for GTK applications and light color scheme for Plasma and Kde/Qt apps. Dark/Light theme should not be based on framework, that is used by programmers to write application, but rather on a particular application itself or the whole look (Global Dark/Light mode). But it's actually my fault. We shouldn't give an ability to set dark/light themes in GTK page. For example "Breeze" and "Breeze-dark" should be collapsed into just "Breeze" and "Adwaita" and "Adwaita-dark" to just "Adwaita". Those will set their colors dynamically. -- You are receiving this mail because: You are watching all bug changes.