Created
January 26, 2012 15:59
-
-
Save kyrylo/1683470 to your computer and use it in GitHub Desktop.
256 colors in the terminal
This file contains 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
perl -e 'foreach $i (0..255) {printf("\e[38;5;$i"."m%03d\e[0m ",$i); }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment