Created
May 26, 2016 09:16
-
-
Save coalwater/8fc1caddd774d6ac9a3763e34dfb173d to your computer and use it in GitHub Desktop.
List the terminal colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {0..255} ; do | |
printf "\x1b[38;5;${i}mcolour${i}\n" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment