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

https://github.com/adamkiss/kirby-simple-dark-mode

Simple Dark Mode for Kirby
https://github.com/adamkiss/kirby-simple-dark-mode

Last synced: 2 months ago
JSON representation

Simple Dark Mode for Kirby

Awesome Lists containing this project

README

        

# Kirby Pluginkit: Example plugin for Kirby

🚧 Warning! This is a Work in progress.

This is just a filter dumped on the whole panel, with couple of nice things to make it "sort of/maybe" count as a real dark mode:

- images are inverted back and instead have lower opacity applied
- some panels are recolored, so the contrast is better/lower once inverted
- shadows are fixed so they aren't white

## Installation

### Download

Download and copy this repository to `/site/plugins/kirby-simple-dark-mode`.

### Git submodule

```
git submodule add https://github.com/adamkiss/kirby-simple-dark-mode.git site/plugins/kirby-simple-dark-mode
```

### Composer

```
composer require adamkiss/kirby-simple-dark-mode
```

## Setup

There's absolutely no setup.

## Options

You've got none.

## License

MIT

## Credits

- [Adam Kiss](https://adamkiss.com)
- [Bastian Allgeier](https://bastianallgeier.com) - actually wrote most of this readme.