Hi,
I have used this code to set dark theme in HTML theme.
var defaultThemeMode = "dark";
document.documentElement.setAttribute("data-bs-theme", defaultThemeMode);
Hi,
Please try to reset your browser's web storage and cookies values. It may have saved the light mode previously and you are only changing the value of the default theme mode which is used initially.
Have you checked this Dark Moda Setup tutorial?
If you need to force to set only dark theme you should set it by referring to this guide.
Regards.