Answers for "color syntax discord"

0

color syntax discord

I see you're here to be *colorful* 
well look no further, fancy pants, here's some color syntax for you

Red (diff, hyphen):
```diff
- <text>
```

Red (css, brackets):
```css
[<text>]
```

Yellow (fix):
```fix
<text>
```

Yellow (apache, %{<text>}, no spaces):
```apache
%{ <text_text> }
```

Green (diff, plus):
```diff
+ <text>
```

Light Green (css, quote):
```css
"<text>"
```

Dark Green/Cyan (bash, quote):
```bash
"<text>"
```

Dark Green (JSON, quote):
```json
"<text>"
```

Blue (ini, brackets):
```ini
[<text>]
```

Blue (css, period, no spaces):
```css
.<text_here>
```

More info: https://www.writebots.com/discord-text-formatting/ (also in source)
Posted by: Guest on April-30-2022

Browse Popular Code Answers by Language