Light Version
In order to have Light mode enabled, update below line in function initSettings in file assets/js/app.js.
alreadyVisited = "light-mode-switch";
at line number 182.
and replace the reference of bootstrap-dark.min.css stylesheet file to bootstrap.min.css and app-dark.min.css to app.min.css in the Admin/index.html file.