0.2.0 • Published 6 years ago

palette-cli v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Nord palette shortcut

I love the color scheme and uses it in various situations. Unfortunately it usually involves opening in the browser the color screenshort + the css/sass sources to get the actual hex code.

This package integrates this workflow in your terminal.

npm install -g palette-cli && palette --help

Features

  • Pretty print theme in (somewhat) modern terminals
  • copy to clipboard

Usage

palette ls nord
# copy hex code to clipboard
palette cp nord8

# read more online about the color palette
open $(palette doc nord)

TODO

  • Write it in Typescript
  • Copy hex code to clipboard