Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danirabbit/harvey
The hero that Gotham needs right now
https://github.com/danirabbit/harvey
Last synced: 1 day ago
JSON representation
The hero that Gotham needs right now
- Host: GitHub
- URL: https://github.com/danirabbit/harvey
- Owner: danirabbit
- License: gpl-3.0
- Created: 2017-05-27T15:40:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T16:18:34.000Z (7 months ago)
- Last Synced: 2024-05-18T05:50:37.791Z (7 months ago)
- Language: Vala
- Size: 401 KB
- Stars: 56
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Harvey - A color contrast checker [:white_check_mark:](https://appcenter.elementary.io/com.github.danrabbit.harvey) (Applications / Design)
README
Harvey
The hero that Gotham needs. Harvey is a color contrast checker. It checks a given set of colors for WCAG contrast compliance.
![Harvey Screenshot](data/screenshot.png?raw=true)
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/io.github.danirabbit.harvey)
## Building, Testing, and Installation
Run `flatpak-builder` to configure the build environment, download dependencies, build, and install
```bash
flatpak-builder build io.github.danirabbit.harvey.yml --user --install --force-clean --install-deps-from=appcenter
```Then execute with
```bash
flatpak run io.github.danirabbit.harvey
```