Light Version
In order to have Light mode enabled, update below line in function initSettings
in file Admin/static/js/app.js
.
alreadyVisited = "light-mode-switch";
at line number 252.
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/templates/partial/css.html
file.