Skip to content

Instantly share code, notes, and snippets.

@jocopa3
Created January 31, 2022 18:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jocopa3/1e7ba1b8fc7710b521e5caf5901f39de to your computer and use it in GitHub Desktop.
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
```ansi
 Discord ANSI Chart 
Escape Char: \u001B, aka: 
Format : ESC[1;31;40mBold Red Text on TealESC[0m
Example : Bold Red Text on Teal
Code │ Regular: 0 │ Bold: 1 │ Underline: 4
─────┼────────────┼────────────┼─────────────
30 │ Gray  │ Gray  │ Gray 
31 │ Red  │ Red  │ Red 
32 │ Green  │ Green  │ Green 
33 │ Yellow  │ Yellow  │ Yellow 
34 │ Blue  │ Blue  │ Blue 
35 │ Magenta  │ Magenta  │ Magenta 
36 │ Cyan  │ Cyan  │ Cyan 
37 │ White  │ White  │ White 
40 │ Dark Teal  │ Dark Teal  │ Dark Teal 
41 │ Orange  │ Orange  │ Orange 
42 │ Grayest  │ Grayest  │ Grayest 
43 │ Grayer  │ Grayer  │ Grayer 
44 │ Gray  │ Gray  │ Gray 
45 │ Purple  │ Purple  │ Purple 
46 │ Light Gray │ Light Gray │ Light Gray
47 │ White  │ White  │ White 
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment