Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

danawoodman/tint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tint

NOTE: This is currently in beta and may break! If it does, please create an issue!

A not-so-sucky color picker status bar for OSX, Windows and Linux.

A global shortcut to open the color picker is set to Shift + Command + c on Mac and Shift + Control + c on Windows.

Download

Download the latest release here

Features

  • Support opacity and hue.
  • Global shortcut (ctrl+alt+super+c).

Something else you'd like to see? Create an issue!

Development

Want to help make Tint even better?

Tint is developed using Electron which enables writing native applications using JavaScript.

Pre-reqs:

  • Node v5.0.x:
# On a mac with Homebrew:
brew install nvm

nvm install
nvm use
npm install
  • Electron:
# Install electron
npm install --global electron-prebuilt

Run

Run without compiling a new app:

npm start

Build

Build a Tint.app file:

npm run build

Regenerate the Icon

Create a new Tint.icns file by running the following script:

./scripts/make-icon

Credits

Created by Dana Woodman 2015. Released under an MIT license.

Icon "tint" by useiconic.com from the Noun Project.

About

[NOT MAINTAINED] A not-so-sucky color picker status bar for OSX, Windows and Linux.

Resources

Stars

Watchers

Forks

Packages

No packages published