Features
- Added colorblindness simulations via
pastel colorblind
, see #80 (@rozbb) - Added support for pre-determined colors in
pastel distinct
, see #88 (@d-dorazio) - Added a new
set
subcommand that can be used to set specific properties of a color (pastel set lightness 0.4
,pastel set red 0
, etc.), see #43 - Show the color name in
pastel show
orpastel color
if it is an exact match, for example:
pastel color ff00ff
will show "fuchsia", see #81 (@d-dorazio) - Add KColorChooser as a supported color picker, see #79 (@data-man)
- Add macOS built-in color picker, see #84 (@erydo)
- Added a new 'count' argument for
pastel pick [<count>]
Changes
pastel distinct
has seen massive speedups, see #83 (@d-dorazio)
Bugfixes
- Mixing colors in HSL space with black or white will not rotate the hue towards red (hue 0°), see #76
Other
- Pastel is now available via Homebrew, see README and #70 (@liamdawson)