Skip to content
forked from sharkdp/pastel

A command-line tool to generate, analyze, convert and manipulate colors

License

Notifications You must be signed in to change notification settings

alexylon/pastel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pastel

A command-line tool to generate, analyze, convert and manipulate colors.

Tutorial

General remarks

pastel provides a number of commands like saturate, mix or paint. To see a complete list, you can simply run

pastel

To get more information about a specific subcommand (say mix), you can call pastel mix -h or pastel help mix.

Many pastel commands can be composed by piping the output of one command to another, for example:

pastel random | pastel mix red | pastel lighten 0.2 | pastel format hex

Showing colors

Converting colors

Manipulating colors

Generating colors

Installation

Development

Resources

Interesting Wikipedia pages:

Color names:

Maximally distinct colors:

Other articles and videos:

About

A command-line tool to generate, analyze, convert and manipulate colors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%