Created
August 9, 2014 01:01
-
-
Save 0x4a/99022c488a9312f155bd to your computer and use it in GitHub Desktop.
256 terminal colors - #cli #terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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