Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created August 9, 2014 01:01
Show Gist options
  • Save 0x4a/99022c488a9312f155bd to your computer and use it in GitHub Desktop.
Save 0x4a/99022c488a9312f155bd to your computer and use it in GitHub Desktop.
256 terminal colors - #cli #terminal
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