Light Version
You can simply change layout mode to Dark by doing the
below changes in the
file views/partials/body.ejs
.
Keep your body element with remove data attribute
data-bs-theme="light"
E.g.
<body data-bs-theme="light">
to
have Light mode. it is set for default(Purple) Light mode version.