Skip to content

Instantly share code, notes, and snippets.

@soichisumi
Created July 23, 2018 08:49
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 soichisumi/ecdd78780975a857116d16787380b324 to your computer and use it in GitHub Desktop.
Save soichisumi/ecdd78780975a857116d16787380b324 to your computer and use it in GitHub Desktop.
zsh-colors.sh
for c in {000..255}; do echo -n "\e[38;5;${c}m $c" ; [ $(($c%16)) -eq 15 ] && echo;done;echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment