Dark Version
To have dark mode enabled, replace the reference of bootstrap.min.css
stylesheet file to bootstrap-dark.min.css
and app.min.css
to app-dark.min.css
in the src/partials/head-css.html
and make sure to update the src/assets/js/app.js
has initSettings() function which you need to comment out. Because it will set to default the light version.