You can easily switch the layout mode to Dark by updating the src/html/partials/main.html file.
Simply add the attribute data-bs-theme="dark" to the <html> tag. This will enable Dark Mode instantly—no need to modify any CSS or JavaScript files.
For Horizontal Layout, go to the src/partials/html.html file and replace the navigation reference with the horizontal layout include.
<html lang="en" data-bs-theme="dark">