MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Add Dark Mode Setting #627

Open spaceninja opened 3 years ago

spaceninja commented 3 years ago

Add a new option on the Account Settings page to let the user choose a theme. The label should be "Color Scheme," and the control should be a select. The options should be "Match System", "Light", and "Dark", with "Match System" being the default.

If the user chooses Light or Dark mode, this should add a class to the html element: t-dark for Dark mode and t-light for Light mode. No class is needed for Match System.