Skip to content

Instantly share code, notes, and snippets.

@andersonfreitas
Created October 5, 2012 18:49
Show Gist options
  • Save andersonfreitas/3841648 to your computer and use it in GitHub Desktop.
Save andersonfreitas/3841648 to your computer and use it in GitHub Desktop.
Test terminal colors
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