Answers for "discord colored squares"

5

discord background color

#7289da	(114,137,218)
#424549	(66,69,73)
#36393e	(54,57,62)
#282b30	(40,43,48)
#1e2124	(30,33,36)
Posted by: Guest on March-01-2021
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