1.2.0 • Published 6 years ago

@towerism/color-blend v1.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 years ago

color-blend

Tool for blending colors on the commandline

npm install -g @towerism/color-blend

I made this tool for a very specific purpose: ricing my GNU/Linux machine. All it can do is whiten a color you provide. The color can be in different forms. Here are some examples:

  • rgb(0, 0, 0)
  • rgba(0, 0, 0, 0)
  • (0, 0, 0, 0)
  • #000000
  • hwb(0, 0%, 0%)
  • hsl(0, 0%, 0%)

Currently it will only output the blended color in hexadecimal web form (e.g. #FFFFFF).

Usage

color-blend -h

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago