]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - List-of-color-codes.md
Update List of color codes
[xonotic/xonotic.wiki.git] / List-of-color-codes.md
1 The color codes are used in event messages to change the color. When of these appear anywhere in the text, the color of the text will be changed. The code itself will be invisible.
2
3 * Base colors:
4
5 | Code | Note |
6 | ------ | ------ |
7 | `^1` | Red |
8 | `^2` | Green |
9 | `^3` | Yellow |
10 | `^4` | Dark Blue |
11 | `^5` | Light Blue |
12 | `^6` | Pink |
13 | `^7` | White |
14 | `^8` | half transparent white|
15 | `^9` | Light Gray |
16 | `^0` | Black |
17 | `^xRGB` | RGB color |
18
19 * Notification colors:
20
21 | Code | Note |
22 | ------ | ------ |
23 | `^BG` | Default color |
24 | `^TC` | Team color |
25 | `^F1` | foreground/normal color 1 |
26 | `^F2` | foreground/normal color 2 |
27 | `^F3` | foreground/normal color 3 |
28 | `^F4` | foreground/normal color 4 |
29 | `^K1` | "kill" color 1 |
30 | `^K2` | "kill" color 2 |
31 | `^K3` | "kill" color 3 |