/miniflux-theme-nord

A dark Miniflux theme that aims to be the most readable and modern minimal Miniflux theme out there.

Primary LanguageSCSSMIT LicenseMIT

Dark midnight theme for Miniflux

A dark Miniflux theme that aims to be the most readable and modern minimal Miniflux theme out there.

Features

  • Colored categories (first 8 at the moment)
  • Proper white space

Screenshot

How to use

  1. Open style.css, select all, copy
  2. Go to Settings > Custom CSS and paste the contents there

Development

  1. Run npm install
  2. Run scss --style compressed style.scss > style.css or watch for changes: scss --style compressed --watch style.scss:style.css