Skip to content

Instantly share code, notes, and snippets.

@kuatsure
Created September 5, 2013 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuatsure/6452268 to your computer and use it in GitHub Desktop.
Save kuatsure/6452268 to your computer and use it in GitHub Desktop.
adjusting your colors on the terminal? run this, it'll print out all the colors your computer is set for. each line is in that color
# pretty colors!
for code in {0..255}; do echo -e "$(tput setaf $code)\e[38;05;${code}m $code: Test"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment