Feat: Dark/Night Mode #362
Labels
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
It's probably not good for my eyes, but I usually have my screens on max brightness. 😎
Problem is: when we try and use the
MVP
in the evening thewhite
background is insanely bright!How
GitHub
Handles "Light" / "Dark" Mode:GitHub
has "Theme preferences": https://github.com/settings/appearance which defaults to "Light" for historical reasons:You can manually select the "Dark" theme:
or set to "Sync with System":
Tailwind "Dark" Mode:
https://tailwindcss.com/docs/dark-mode
Todo
Tailwind Dark Mode
working for ourMVP
/assets/tailwind.config.js
person's
preference tosettings.json
MVP
Quite like the theme switcher in: https://v1.daisyui.com/docs/add-themes
Uses https://github.com/saadeghi/theme-change made by the same chap as DaisyUI.
The text was updated successfully, but these errors were encountered: