kwhinnery / todomvc-plusplus

TodoMVC++ Sample Application
MIT License
93 stars 146 forks source link

Add a "light" and "dark" theme to the TODO UI #36

Open kwhinnery opened 8 years ago

kwhinnery commented 8 years ago

Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class to the main UI div tag to allow you to add styling for a new "dark" theme.

Bonus points - save the user's theme preference in localStorage and load it when the page loads.