Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-high-contrast
Add an option in user settings to turn on high contrast
https://github.com/clarkwinkelmann/flarum-ext-high-contrast
april-fools flarum flarum-extension
Last synced: about 19 hours ago
JSON representation
Add an option in user settings to turn on high contrast
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-high-contrast
- Owner: clarkwinkelmann
- License: mit
- Created: 2018-04-01T21:28:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T17:23:09.000Z (over 6 years ago)
- Last Synced: 2024-12-16T19:04:55.803Z (about 1 month ago)
- Topics: april-fools, flarum, flarum-extension
- Language: PHP
- Homepage: https://discuss.flarum.org/d/10719-high-contrast-mode-toggle
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# High Contrast
This extension adds an option in user settings to turn on high contrast mode.
## Installation
**This extension requires PHP7 or above**
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:
```bash
composer require clarkwinkelmann/flarum-ext-high-contrast
```## Updating
```bash
composer update clarkwinkelmann/flarum-ext-high-contrast
php flarum migrate
php flarum cache:clear
```## Changelog
- v0.1.0, released April 1 2018: Initial version
## Links
- [Source code on GitHub](https://github.com/clarkwinkelmann/flarum-ext-high-contrast)
- [Report an issue](https://github.com/clarkwinkelmann/flarum-ext-high-contrast/issues)
- [Download via Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-high-contrast)PS: don't actually install this extension on your forum. Please.