carozo / slimy

This is the animations training app for the React Native team at Xmartlabs.
16 stars 0 forks source link

Remove or Improve Dark Mode support #2

Closed lucasloisp closed 1 week ago

lucasloisp commented 3 weeks ago

While useColors offers dark mode support, some colors are statically set — plus cases where the mapping is not ideal. (e.g. The text and background collide on the home list, eyes look off on slimy.)

small-dark_mode_homesmall-dark_mode_challenge

It is possible to improve Dark Mode support with a better palette choice, but I would argue that this detracts from the focus of Slimy, which is teaching reanimated. By removing all theming, the codebase will be simpler to use and follow without any effect on the learning.