A dark Miniflux theme that aims to be the most readable and modern minimal Miniflux theme out there.
- Colored categories (first 8 at the moment)
- Proper white space
- Open style.css, select all, copy
- Go to Settings > Custom CSS and paste the contents there
- Run
npm install
- Run
scss --style compressed style.scss > style.css
or watch for changes:scss --style compressed --watch style.scss:style.css