StateVoicesNational / Spoke

mass-contact text/SMS distribution tool
Other
462 stars 402 forks source link

Feature Request: Dark Mode #1368

Open arena opened 4 years ago

arena commented 4 years ago

Problem Sometimes my eyes hurt and I want to conserve electricity while I give them a rest.

Solution Dark Mode sub-features

Design Note Rather than inverting the light mode the colors should be dark but slightly lower contrast. I will add a mockup. ...need to take some inspiration from other dark mode apps and experiment a little to get the right colors.

azuzunaga commented 4 years ago

Great idea, @arena! I'd add based on user OS preference to the user setting list.

arena commented 4 years ago

@azuzunaga Great suggestion! Is that something that is possible to do with a web app (as opposed to a native mobile app).

azuzunaga commented 4 years ago

Yes! See support for the feature in web browsers here: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

arena commented 2 years ago

@stefanhayden is there a way to do this via a Material UI theme now that Material UI is updated?

stefanhayden commented 2 years ago

@arena yes. I've actually done most of the work already. we just need a UI for users and dark mode should mostly just work.