Created
March 12, 2018 19:12
-
-
Save thbwd/aa2c8f2122947ee22676603269e5eb95 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
๐ฎ This extensions adds several methods that wrap strings into ANSI color codes. ๐ฎ | |
๐ ๐ก ๐ | |
๐ฎ Red color ๐ฎ | |
๐ โค๏ธ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[31m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Green color ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[32m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Blue color ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[33m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Blue color ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[34m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Magenta color ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[35m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Cyan color ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[36m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Bold ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[1m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Line-through ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[9m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Underlined ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[4m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Italic ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[4m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Blink ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[5m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ฎ Inverted ๐ฎ | |
๐ ๐ โก๏ธ ๐ก ๐ | |
๐ ๐ช๐คโe[7m๐ค ๐ ๐คโe[0m๐ค๐ช | |
๐ | |
๐ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment