Dark Mode
Dark Mode Setting in Backend
You can simply change layout mode to Dark by doing the
below changes in the
file backend/templates/partials/base.html
.
Simply set the attribute
data-bs-theme="dark"
to
the html tag. It will update the layout mode to Dark mode. No need to change
any css or js files.
Dark Mode Setting in Frontend
You can simply change layout mode to Dark by doing the
below changes in the
file frontend/templates/partials/base.html
.
Simply set the attribute
data-bs-theme="dark"
to
the html tag. It will update the layout mode to Dark mode. No need to change
any css or js files.
Dark Mode Setting in Components
You can simply change layout mode to Dark by doing the
below changes in the
file components/templates/partials/base.html
.
Simply set the attribute
data-bs-theme="dark"
to
the html tag. It will update the layout mode to Dark mode. No need to change
any css or js files.