Created
June 11, 2017 15:52
-
-
Save k-takata/9bdf78b86b630e890346f84065d9d4ff to your computer and use it in GitHub Desktop.
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
@echo off | |
echo [30m black [m | |
echo [31m red [m | |
echo [32m green [m | |
echo [33m yellow [m | |
echo [34m blue [m | |
echo [35m magenta [m | |
echo [36m cyan [m | |
echo [37m while [m | |
echo [38;2;80;80;80m 80;80;80 [m | |
echo [38;2;64;128;192m 64;128;192 [m | |
echo [38;5;60m index 60 [m | |
echo [38;5;100m index 100 [m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment