Dark layout
No need to change any js or css files.
If you want to change layout to dark mode you need to add dark-only class with your
body tag
<html data-theme="dark">
<body class="dark"></body>
</html>
Dark layout page