Display All The Terminal Colors
Last updated
Was this helpful?
Last updated
Was this helpful?
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