Display All The Terminal Colors
The following snippet of bash scripting will print out a nicely formatted collection of all the terminal colors.
This is a great way to figure out the escape codes you need for coloring and styling text in a bash script.
h/t Dillon Hafer
Last updated