Skip to content

colors/colorsapplicator.cpp: Try to compensate for low contrast ratio for foregroundLinks

Original commit message(s)

  • colors/colorsapplicator.cpp: Try to compensate for low contrast ratio for foregroundLinks

Reason for the change

If foreground link contrast ratio with the background is too low, try to make it a bit brighter. It will not always work, but it's better than nothing.

This can be especially noticeable with the "Accent color from wallpaper" setting.

Screenshots or screen recordings

Before After
image image

It's not perfect, but it does help a lot with readability.

Merge request reports