Last active
July 24, 2018 14:44
-
-
Save monolithed/e2169042b9989a740e6ff93068993934 to your computer and use it in GitHub Desktop.
Colors
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
printf '\e[%sm▒' {30..37} 0; echo ### foreground | |
printf '\e[%sm ' {40..47} 0; echo ### background |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment