| Summary: | System settings has barely visible headers and labels on dark themes | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Jan Grulich <jgrulich> |
| Component: | sidebarview | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.11.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Screenshot of new system settings | ||
Is this is Kirigami bug? No, this is a systemsettings bug, in sidebar/package/contents/ui/CategoriesPage.qml. The 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. *** This bug has been marked as a duplicate of bug 384638 *** |
Created attachment 108432 [details] Screenshot of new system settings When opening new system settings and using a dark theme I can barely see headers and labels on the main page, because it uses black text. I believe that system settings should be using color based on user's theme to make sure that the texts are always visible.