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 :)
$ brew install pvinis/pvinis/colortools
$ colortools
$ colortools-256
-
colortools-true
PrintsTRUECOLOR
using a nice dark red true color.
Thanks to this XVilka gist. -
colortools-truezigzag
Prints/\/\/\/\/
using true colors for background.
Thanks to this XVilka gist. -
colortools-truebar
Prints colorbars using true colors for background and foreground.
Thanks to this JohnMorales repo, and this iTerm repo. -
colortools-system-gyw
Prints system colors as foreground and background, with normal and boldgYW
text.
Thanks to this mikker repo. -
colortools-system
Prints system colors as foreground and background, with normal and bold text.
Thanks to this robertknight repo. -
colortools-system-blink
Prints system colors as foreground and background, with normal, bold and blinking text.
Thanks to this robertknight repo. -
colortools-256
Prints system colors, grayscale ramps and several color cubes using 256 colors for background and foreground.
Thanks to this robertknight repo, and Todd Larason.