X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=List-of-color-codes.md;h=5a4964ff2110d47095682da003f10bdced6caeee;hb=03b7a669a988946ae0f2c63747b0c2c0f71da901;hp=13204e715640cdffe7697e3e9dd821b25101a8f6;hpb=ac13cdcbf35bf38f1c49c3ad1962878886351128;p=xonotic%2Fxonotic.wiki.git diff --git a/List-of-color-codes.md b/List-of-color-codes.md index 13204e7..5a4964f 100644 --- a/List-of-color-codes.md +++ b/List-of-color-codes.md @@ -1,13 +1,9 @@ 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. +* Base colors: + | Code | Note | | ------ | ------ | -| `^BG` | Default color | -| `^TC` | Team color | -| `^F1` | | -| `^F2` | | -| `^F3` | | -| `^F4` | | | `^1` | Red | | `^2` | Green | | `^3` | Yellow | @@ -15,6 +11,21 @@ The color codes are used in event messages to change the color. When of these ap | `^5` | Light Blue | | `^6` | Pink | | `^7` | White | -| `^8` | Medium Gray | +| `^8` | half transparent white| | `^9` | Light Gray | -| `^0` | Dark Gray | \ No newline at end of file +| `^0` | Black | +| `^xRGB` | RGB color | + +* Notification colors: + +| Code | Note | +| ------ | ------ | +| `^BG` | Default color | +| `^TC` | Team color | +| `^F1` | foreground/normal color 1 | +| `^F2` | foreground/normal color 2 | +| `^F3` | foreground/normal color 3 | +| `^F4` | foreground/normal color 4 | +| `^K1` | "kill" color 1 | +| `^K2` | "kill" color 2 | +| `^K3` | "kill" color 3 |