mozilla / FirefoxColor

Theming demo for Firefox Quantum and beyond
https://color.firefox.com
Mozilla Public License 2.0
464 stars 95 forks source link

The legibility of the URL in the toolbar field popup #327

Open weivicky opened 6 years ago

weivicky commented 6 years ago

Right now, the url color is defaulted as blue. Could be illegible if the user changes to blue, for example...

Couple of possible solutions:

johngruen commented 6 years ago

So, we might consider putting guard rails to keep people from setting bg colors where foreground colors cannot be changed to prevent them from making una11y themes.

Alternately we could add an API change.

nt1m commented 6 years ago

Vivaldi has a "contrast adjustment" setting, which would change the colors to the nearest accessible ones.

screen shot 2018-06-05 at 10 48 57 pm

Alternatively, Chrome has a a11y contrast white line in their DevTools color picker. https://remysharp.com/2017/08/17/contrast-ratio-in-devtools

@johngruen What were you thinking of in terms of API change ?