Simply add the attribute data-bs-theme="dark" to the <html> tag. You can apply this dynamically using the
LayoutStoreService with
setTheme('dark').
<html lang="en" data-bs-theme="dark">