Created
November 29, 2012 09:54
-
-
Save rowanmanning/4167899 to your computer and use it in GitHub Desktop.
Output all 255 terminal colors (Works on a Mac anyway...)
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 echo "$i: $(tput setaf $i)reg $(tput bold)bld$(tput sgr0) $(tput sgr 0 1)$(tput setaf $i)und$(tput sgr0)"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment