oceanbit / GitShark

🦈 A Git client to surf through your repos on mobile
https://gitshark.dev
Mozilla Public License 2.0
136 stars 9 forks source link

Refactor 'background' colors #11

Closed PrattiDev closed 4 years ago

PrattiDev commented 4 years ago

All screens in the current spec are using colorSurface for their backgrounds, rendering the background colors meaningless. Thus, they have been renamed and updated.

background_light becomes tinted_surface_light and maintains its current hex value. background_dark becomes tinted surface_dark but has a new hex value: #182339

The hexes for tinted_surface_dark and floating_surface_dark are intentionally identical.

Here's how these changes will be reflected — updated colors at the bottom.

image