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

https://github.com/soffes/contrast

Contrast for macOS
https://github.com/soffes/contrast

color design design-tools macos menubar swift

Last synced: about 1 year ago
JSON representation

Contrast for macOS

Awesome Lists containing this project

README

          

# Contrast

[![Build Status](https://github.com/soffes/contrast/workflows/Build/badge.svg)](https://github.com/soffes/contrast/actions)
![Swift Version](https://img.shields.io/badge/swift-5.0.1-orange.svg)

[Contrast](https://usecontrast.com) for macOS v1. This version is no longer under active development. It’s available here for educational purposes. You do not have permission to redistribute the source code or binaries.

Follow [@usecontrast](https://twitter.com/usecontrast) for information about Contrast for macOS v2.

## Download

Head over to the [Releases](https://github.com/soffes/contrast/releases) page and download `Contrast-x.x.zip`.

⚠️ Contrast’s eye dropper probably doesn’t pick the hex color you are expecting. Read [usecontrast.com/hex](https://usecontrast.com/hex) for more information. Please don’t email me about this 😅

## Building

Simply open the Xcode project and run the app. Contrast uses Swift Package Manager for dependencies, so Xcode will get these for you automatically. You may need to change the code signing team to be your own if it gives you an error about code signing.

Last tested with Xcode 14.

Enjoy!