To get started enter ```text```
in the message form and press enter, this is the most basic of codeblocks available on Discord and the text color should be white.
To make your text orange, you can use codeblocks formatting in fix, to do that take a look at the example code.```fix
This text color will be orange
```
To give your message a teal color, use codeblocks formatting in yaml, to do that take a look at the example code.```yaml
This text color will be teal
```
To give your message red, green or gray colors, use codeblocks formatted in diff, you can use + to make it green or - to make it red. ```diff
+ This text color will be green
- This text color will be red
```
To give your message green or blue colors, use codeblocks formatted in css, you can use . to make it blue and the rest of the time it will be green ```css
This text color will be .blue and the rest will be green
```
You can only color text in Discord using markdown codeblocks.
You can only use colors that are available in the markdown codeblocks.
Now you know how to make text in Discord have color formatting using code blocks! Go try it out and impress your friends with the new tricks you've learned.
Discord