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
- Host: GitHub
- URL: https://github.com/adamkiss/kirby-simple-dark-mode
- Owner: adamkiss
- License: mit
- Created: 2020-08-28T19:49:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T00:28:47.000Z (over 2 years ago)
- Last Synced: 2025-02-07T01:43:40.040Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.