jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Dark Mode #51

Closed jamesgeer closed 2 years ago

jamesgeer commented 2 years ago

This application is a bit too bright when working on it at night (and with winter coming) is causing my retinas to become burnt out so it's vital that we implement a dark mode toggle.

Because we are using Tailwind and Chakra (unless this changes) dark mode will have to account for both of these types of components.

For Tailwind please view this: Tailwind: Supporting system preference and manual selection And for Chakra, this: Color mode

I really like this on the Chakra website where you click the moon the activate dark mode and the sun for the inverse.

Activate dark mode: image

Activate light mode: image