Created attachment 107825 [details] screenshot showing the bug Open system settings> look and feel> switch to breeze dark Some text labels are dark on dark background. See attached screenshot (frequently used and the names of kcms) The same bug happens in other kirigami based apps like discover. Neon dev git unstable
*** Bug 384730 has been marked as a duplicate of this bug. ***
As in, they don't change immediately, but are fine after restarting the app?
(In reply to David Edmundson from comment #2) > As in, they don't change immediately, but are fine after restarting the app? This applies in general. Has nothing to do with restarting the application.
*** Bug 385907 has been marked as a duplicate of this bug. ***
The section headers aren't very visible with a light Breeze theme, either. In sidebar/package/contents/ui/CategoriesPage.qml, these headers are implemented as list items with the "enabled: false" property, which causes the text to become much lighter. This seems like an abuse of the system, and precludes fine-grained control of the text color. It would be better if the headers were somehow styled as actual headers, not disabled items.
*** Bug 386528 has been marked as a duplicate of this bug. ***
*** Bug 389538 has been marked as a duplicate of this bug. ***
I've submitted a patch that fixes this: https://phabricator.kde.org/D10620
Git commit 6f5b6e41ec4dec6af9693c3a22e5181ee850414b by Nathaniel Graham. Committed on 19/02/2018 at 14:53. Pushed by ngraham into branch 'Plasma/5.12'. Improve sidebar header visibility Summary: FIXED-IN: KDE Plasma 5.12.2 System Settings' sidebar headers were implemented as orginary Kirigami list items that had `enabled: false` set, which made them turn an almost unreadable light color. This a hack; it should have used real headers. And it was the wrong hack, as evidenced by the visual breakage. This patch changes the hack to a different one that works much better. Ideally we would use real Kirigami list headers here, but the current system settings implementation seems to make this a challenge and I'm not sure it's worth it. Willing to be proven wrong, though. Test Plan: Before, primary category headers, Breeze light: {F5716438} After, primary category headers, Breeze light: {F5718686} Before, sub-category headers, Breeze light: {F5718700} After, sub-category headers, Breeze light: {F5718701} Before, primary category headers, Breeze dark: {F5716443} After, primary category headers, Breeze dark: {F5716442} Before, sub-category headers, Breeze dark: {F5718702} After, sub-category headers, Breeze dark: {F5718710} Reviewers: #plasma, #kirigami, mart Reviewed By: #plasma, #kirigami, mart Subscribers: rkflx, plasma-devel Tags: #plasma, #kirigami Differential Revision: https://phabricator.kde.org/D10620 M +1 -1 sidebar/package/contents/ui/CategoriesPage.qml M +0 -1 sidebar/package/contents/ui/SubCategoryPage.qml https://commits.kde.org/systemsettings/6f5b6e41ec4dec6af9693c3a22e5181ee850414b