Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created January 25, 2012 00:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanpabloaj/1673727 to your computer and use it in GitHub Desktop.
Save juanpabloaj/1673727 to your computer and use it in GitHub Desktop.
256 terminal colors list
# 256 terminal colors
# http://superuser.com/q/285381
for i in {0..255} ; do
printf "\x1b[38;5;${i}mcolour${i}\n"
done
@Zearin
Copy link

Zearin commented Feb 9, 2012

@juanpabloaj : You are my freakin’ hero!

@juanpabloaj
Copy link
Author

@Zearin ;P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment