An open API service indexing awesome lists of open source software.

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.

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

![Screenshot](https://i.imgur.com/QLig0CY.png "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`