hugo-theme-minos
hugo-theme-minos copied to clipboard
Use this SCSS/CSS file to bring Minos to the dark side..
Use this SCSS / CSS file to switch to a dark theme for Minos

You can either download the SCSS file, edit and compile it, or you can simply download the CSS file and use it.
In either case, don't forget to add this line to your config.toml file:
[params]
customCSS = ["minos-dark.min.css"]
Looks cool! I am thinking if we should add the css to the repo and enable dark theme through an option or just let the user to deal with the setup.