Skip to content

Instantly share code, notes, and snippets.

@mimizone
Created May 25, 2018 18:55
Show Gist options
  • Save mimizone/252fa1ad6f7f354bfb01f7f2e502714c to your computer and use it in GitHub Desktop.
Save mimizone/252fa1ad6f7f354bfb01f7f2e502714c to your computer and use it in GitHub Desktop.
show tmux color palette
for i in {0..255}; do
printf "\x1b[38;5;${i}mcolour${i}\x1b[0m\n"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment