Clipy / KeyHolder

Record shortcuts in macOS, like Alfred.app.
https://clipy-app.com
MIT License
391 stars 32 forks source link

Improve default colors accessibility #55

Closed DivineDominion closed 3 years ago

DivineDominion commented 3 years ago

The accent color polyfill produces a blue color when users don't change their system settings. The contrast was not sufficient with the default 3/4 dark gray background color in dark mode. Text fields usually have a deeper BG color, not lighter, when dark mode is enabled.

I suggest adopting these system defaults that look good out of the box and let client code override the app with worse colors if they want :)

New colors

Screen Shot 2021-04-06 at 12 59 47 Screen Shot 2021-04-06 at 12 59 57

Old colors

Screen Shot 2021-04-06 at 13 04 05 Screen Shot 2021-04-06 at 13 03 54