readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
251 stars 19 forks source link

Adjust automatic colors to meet a11y standards #172

Open BANOnotIT opened 6 months ago

BANOnotIT commented 6 months ago

In 1.3.1 the feed name is using color from the icon/image. But that color is not adjusted to match background especially in dark themes. Thus failing checks, like WCAG contrast check.

For example https://esif.dev with dark theme fails WCAG's AA.

Shinokuni commented 6 months ago

There is check for the extracted color to be not too dark or too bright, but maybe the threshold is not enough suited to pass a contrast check.