Summary: | Breeze High Contrast color scheme has defaults that are bad for people with low contrast sensitivity vision | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Erica J. <blargle.ragequit> |
Component: | Color scheme | Assignee: | Plasma Development Mailing List <plasma-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aaronhoneycutt, filipfila.kde, jamboarder, nate, noahadvs, postix, uhhadd |
Priority: | NOR | Keywords: | accessibility |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=442286 | ||
Latest Commit: | https://invent.kde.org/plasma/breeze/commit/bb70d9c5a61d18800480f1c5be6c6e0bd240b796 | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
Erica J.
2015-09-10 05:16:15 UTC
Thanks for reporting Erica. We'll work to improve that color scheme and post candidate color schemes here that we hope you might help us test. Yes sadly the icon theme does not get switched by default. As Andrew said we'll work on with some better color options for a more readable titlebar. Thank you for the report! Unfortunately I believe this is still a problem. We've actually been working to solve the problem of white text on the awfully bright Plasma Blue everywhere. Noah and Carson, would you want to fix the high contrast theme in the meantime? This would be an easy fix, but first we need to decide--or rather, re-decide--what we want Breeze High Contrast to look like in the first place. Because right now it looks like an old worse version of Breeze Dark which actually has less contrast in many places, such as the what's described here in this bug report. Same issue with Bug 442286. A possibly relevant merge request was started @ https://invent.kde.org/plasma/breeze/-/merge_requests/141 Git commit bb70d9c5a61d18800480f1c5be6c6e0bd240b796 by Nate Graham. Committed on 21/09/2021 at 16:17. Pushed by ngraham into branch 'master'. Delete high contrast color scheme This color scheme is a misnomer, and does not actually offer higher contrast than other color schemes. In fact its contrast is generally worse. As a result it hurts more than it helps. A true "high contrast mode" would require changes to the QStyle to make UI elements larger or change their borders to actually offer an improvement for people who need higher contrast than what is offered by Breeze and Breeze Dark. Accordingly, let's delete this color scheme and migrate current users to Breeze Dark, which is the shipped theme that looks closest to it, and has *better* contrast in many ways. Related: bug 442286 FIXED-IN: 5.24 D +0 -158 colors/BreezeHighContrast.colors M +0 -2 colors/CMakeLists.txt M +1 -0 misc/CMakeLists.txt A +8 -0 misc/breezehighcontrasttobreezedark/CMakeLists.txt A +3 -0 misc/breezehighcontrasttobreezedark/breezehighcontrasttobreezedark.upd A +23 -0 misc/breezehighcontrasttobreezedark/main.cpp * The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/plasma/breeze/commit/bb70d9c5a61d18800480f1c5be6c6e0bd240b796 |