Last active
August 7, 2018 07:46
-
-
Save geekoff7/2410be2f0e5aa84a4fb6082f4c02bce6 to your computer and use it in GitHub Desktop.
code color
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
CODE COLOR | |
----------------- | |
[0;31m => Red | |
----------------- | |
[1;31m => Bold Red | |
----------------- | |
[0;32m => Green | |
----------------- | |
[1;32m => Bold Green | |
----------------- | |
[0;33m => Yellow | |
----------------- | |
[01;33m => Bold Yellow | |
----------------- | |
[0;34m => Blue | |
----------------- | |
[1;34m => Bold Blue | |
----------------- | |
[0;35m => Magenta | |
----------------- | |
[1;35m => Bold Magenta | |
----------------- | |
[0;36m => Cyan | |
----------------- | |
[1;36m => Bold Cyan | |
----------------- | |
[0m => Reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment