TAMUSHPE / MobileApp

TAMUSHPE Mobile App
MIT License
9 stars 0 forks source link

Implement dark mode on all screens on MainStack #105

Closed LucientZ closed 1 day ago

LucientZ commented 10 months ago

Overview

Darkmode is a setting that a user can select which will make the entire app use a dark color palette instead of a light one. This can both save on power and be less straining on a user's eyes. Some people also just find a darker color palette more appealing.

Tasks

Screen Groups

JasonIsAzn commented 10 months ago

I don't know if I mentioned this, but I was also thinking about have some seasonal theme throughout the year. So this would help set that up as well. We haven't gotten approve about seasonal theme yet tho.

LucientZ commented 10 months ago

Seasonal themes shouldn't be too difficult. Usually with those, you don't really change the ui design too much because you want the app to continue working like it did before. We can do things like change trim colors of certain elements, add a pumpkin somewhere in the ui, etc. Things that are non-intrusive.

JasonIsAzn commented 1 day ago

closing issue, this is almost done except for admin screens. The dark mode for admin screens will be done along with #397