https://github.com/rollecode/miniflux-theme-midnight
A dark Miniflux theme that aims to be the most readable and modern minimal Miniflux theme out there.
https://github.com/rollecode/miniflux-theme-midnight
Last synced: 27 days ago
JSON representation
A dark Miniflux theme that aims to be the most readable and modern minimal Miniflux theme out there.
- Host: GitHub
- URL: https://github.com/rollecode/miniflux-theme-midnight
- Owner: rollecode
- License: mit
- Created: 2021-04-14T20:19:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-29T13:04:48.000Z (6 months ago)
- Last Synced: 2026-05-02T13:33:31.080Z (28 days ago)
- Language: SCSS
- Size: 219 KB
- Stars: 71
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

## 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`