Created
January 31, 2022 18:47
-
-
Save jocopa3/1e7ba1b8fc7710b521e5caf5901f39de to your computer and use it in GitHub Desktop.
List of the supported ANSI escape codes in Discord as well as some examples
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
```ansi | |
[1;37;45m Discord ANSI Chart [0m | |
[1mEscape Char:[0m \u001B, aka: | |
[1mFormat :[0m ESC[1;31;40mBold Red Text on TealESC[0m | |
[1mExample :[0m [1;31;40mBold Red Text on Teal[0m | |
Code │ Regular: 0 │ Bold: 1 │ Underline: 4 | |
─────┼────────────┼────────────┼───────────── | |
30 │ [0;30mGray [0m │ [1;30mGray [0m │ [4;30mGray [0m | |
31 │ [0;31mRed [0m │ [1;31mRed [0m │ [4;31mRed [0m | |
32 │ [0;32mGreen [0m │ [1;32mGreen [0m │ [4;32mGreen [0m | |
33 │ [0;33mYellow [0m │ [1;33mYellow [0m │ [4;33mYellow [0m | |
34 │ [0;34mBlue [0m │ [1;34mBlue [0m │ [4;34mBlue [0m | |
35 │ [0;35mMagenta [0m │ [1;35mMagenta [0m │ [4;35mMagenta [0m | |
36 │ [0;36mCyan [0m │ [1;36mCyan [0m │ [4;36mCyan [0m | |
37 │ [0;37mWhite [0m │ [1;37mWhite [0m │ [4;37mWhite [0m | |
40 │ [0;40mDark Teal [0m │ [1;40mDark Teal [0m │ [4;40mDark Teal [0m | |
41 │ [0;41mOrange [0m │ [1;41mOrange [0m │ [4;41mOrange [0m | |
42 │ [0;42mGrayest [0m │ [1;42mGrayest [0m │ [4;42mGrayest [0m | |
43 │ [0;43mGrayer [0m │ [1;43mGrayer [0m │ [4;43mGrayer [0m | |
44 │ [0;44mGray [0m │ [1;44mGray [0m │ [4;44mGray [0m | |
45 │ [0;45mPurple [0m │ [1;45mPurple [0m │ [4;45mPurple [0m | |
46 │ [0;46mLight Gray[0m │ [1;46mLight Gray[0m │ [4;46mLight Gray[0m | |
47 │ [0;47mWhite [0m │ [1;47mWhite [0m │ [4;47mWhite [0m | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment