https://bugs.kde.org/show_bug.cgi?id=373088
--- Comment #9 from Christoph Feck <cf...@kde.org> --- According to the code, the color that is used to darken the inactive tabs is the WindowText color. With reverse (dark) themes, this color is bright, so instead of darkening, the inactive tabs become lighter. Suggested patch: Change "QPalette::WindowText" to "QPalette::Dark" in breezestyle.cpp, line 5549. -- You are receiving this mail because: You are watching all bug changes.