The application implements basic theme switcher
You may see it in action at:
The themes are located in the src/styles/*.scss files.
Then compiled to css to the src/assets/ directory.
Make sure to configure your compiler properly or copy the output files manually.
Theme switcher options are defined in: src/assets/themes.json
- move
themes.jsonto a separate class or to API side, remove fromassetsdir - store the setting in the local storage
- make the changes permanent