colortools

colortools

Stars
49

colortools

A list of shell scripts to print system colors and true colors in the terminal. Every time I looked for one of these scripts, I ended up finding another one, spending more time than I wanted. Now we have them all in one place. Like many other tools on the terminal, these scripts are not useful to everyone, but are really useful to some. Enjoy :)

Install

$ brew install pvinis/pvinis/colortools

Usage

$ colortools
$ colortools-256

List of tools

  • colortools-true Prints TRUECOLOR using a nice dark red true color. colortools-true Thanks to this XVilka gist.

  • colortools-truezigzag Prints /\/\/\/\/ using true colors for background. colortools-truezigzag Thanks to this XVilka gist.

  • colortools-truebar Prints colorbars using true colors for background and foreground. colortools-truebar Thanks to this JohnMorales repo, and this iTerm repo.

  • colortools-system-gyw Prints system colors as foreground and background, with normal and bold gYW text. colortools-system-gyw Thanks to this mikker repo.

  • colortools-system Prints system colors as foreground and background, with normal and bold text. colortools-system Thanks to this robertknight repo.

  • colortools-system-blink Prints system colors as foreground and background, with normal, bold and blinking text. colortools-system-blink Thanks to this robertknight repo.

  • colortools-256 Prints system colors, grayscale ramps and several color cubes using 256 colors for background and foreground. colortools-256 Thanks to this robertknight repo, and Todd Larason.