Forrest logo
back to context overview

pastel

List of commands for pastel:

  • pastel:tldr:125f5 pastel: Pick a color from somewhere on the screen.
    $ pastel pick
    try on your machine
    explain this command
  • pastel:tldr:62f6c pastel: Get a list of all X11 / CSS color names.
    $ pastel list
    try on your machine
    explain this command
  • pastel:tldr:7fe0a pastel: Convert colors from one format to another. Here from RGB to HSL.
    $ pastel format ${hsl} ${ff8000}
    try on your machine
    explain this command
  • pastel:tldr:980a2 pastel: Show and analyze colors on the terminal.
    $ pastel color "${rgb(255,50,127)}"
    try on your machine
    explain this command
  • pastel:tldr:d9b94 pastel: Generate a set of N visually distinct colors.
    $ pastel distinct ${8}
    try on your machine
    explain this command
back to context overview