Skip to content

Instantly share code, notes, and snippets.

@larsen
Created September 18, 2013 16:14
Show Gist options
  • Save larsen/6611557 to your computer and use it in GitHub Desktop.
Save larsen/6611557 to your computer and use it in GitHub Desktop.
iterate 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