Bug 419960 - Link text color is barely readable when drawn on top of the selection background color
Summary: Link text color is barely readable when drawn on top of the selection backgro...
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: Color scheme (show other bugs)
Version: 5.18.4
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2020-04-11 14:20 UTC by Patrick Silva
Modified: 2021-09-17 20:35 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.23


Attachments
screenshot (99.32 KB, image/png)
2020-04-11 14:20 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2020-04-11 14:20:09 UTC
Created attachment 127449 [details]
screenshot

STEPS TO REPRODUCE
1. open Discover when a update from distro repos is available
2. click on "Update" in the side bar
3. click on a update from distro repos 

OBSERVED RESULT
"Vendor" link is barely readable. See the attached screenshot.

EXPECTED RESULT
better readability

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2
Comment 1 Christoph Feck 2020-05-06 21:04:00 UTC
It would need to use a less prominent selection background, see also bug 381255.
Comment 2 Nate Graham 2021-09-17 20:34:37 UTC
Git commit 5d4c1bd0e382feafca3718bb7eb024a5e4b7a067 by Nate Graham.
Committed on 17/09/2021 at 20:34.
Pushed by ngraham into branch 'master'.

Fix incorrect link selection color in Breeze Light color scheme

Looks like an oversight at some point in the last, as all three other
Breeze* color schemes have the correct value here.
FIXED-IN: 5.23

M  +1    -1    colors/BreezeLight.colors

https://invent.kde.org/plasma/breeze/commit/5d4c1bd0e382feafca3718bb7eb024a5e4b7a067
Comment 3 Nate Graham 2021-09-17 20:34:57 UTC
Git commit 86637bee7ad4cb9ef54dcd0370e0316f3cd88098 by Nate Graham.
Committed on 17/09/2021 at 20:34.
Pushed by ngraham into branch 'Plasma/5.23'.

Fix incorrect link selection color in Breeze Light color scheme

Looks like an oversight at some point in the last, as all three other
Breeze* color schemes have the correct value here.
FIXED-IN: 5.23
(cherry picked from commit 5d4c1bd0e382feafca3718bb7eb024a5e4b7a067)

M  +1    -1    colors/BreezeLight.colors

https://invent.kde.org/plasma/breeze/commit/86637bee7ad4cb9ef54dcd0370e0316f3cd88098
Comment 4 Nate Graham 2021-09-17 20:35:17 UTC
Note that because of the way colors are serialized to the ~./config/kdeglobals file, you will need to switch you color scheme to something else and then back to Breeze light to pick up the change. We ultimately want to make that not be required; see https://phabricator.kde.org/T13663.