zotero / zotero-android

Zotero for Android
Other
269 stars 16 forks source link

Use consistent primary color for all button text and icons #65

Open yexingsha opened 10 months ago

yexingsha commented 10 months ago

Primary color should be the same blue #4072E5 as used in item type icons. Right now most monochrome icons and text buttons are slightly off in color, and these following elements are very off:

Sign in / Sign up buttons:

Text buttons in the top app bar, across all screens:

Text buttons in modal bottom sheets:

The url and + icons in item detail screen:

There could be more elements I'm missing for now. I wonder if we are using any kind of theming (e.g. material) to keep things consistent?

Dima-Android commented 9 months ago

For light mode it's "FF4072E5" and for dark mode it's "4072E5FF" right? I took dark mode value from iOS's code.

yexingsha commented 9 months ago

Both light and dark mode is #4072E5FF

yexingsha commented 9 months ago

Here I'll add more elements that need to be switched to zoteroBlue as I find them:

yexingsha commented 8 months ago

Also, let's change ErrorRed to #DB2C3A.