X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=List-of-color-codes.md;h=5a4964ff2110d47095682da003f10bdced6caeee;hb=71f55ec55392c22ccc1a7b0d6aeecedceb88c47a;hp=c2d2fd28b53a3fc07af0de42192da662b59c5dbf;hpb=8be6c8b4848eab6b9fa9ce0bc2f5e90229c2effc;p=xonotic%2Fxonotic.wiki.git diff --git a/List-of-color-codes.md b/List-of-color-codes.md index c2d2fd2..5a4964f 100644 --- a/List-of-color-codes.md +++ b/List-of-color-codes.md @@ -1,20 +1,31 @@ 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 | +| ------ | ------ | +| `^1` | Red | +| `^2` | Green | +| `^3` | Yellow | +| `^4` | Dark Blue | +| `^5` | Light Blue | +| `^6` | Pink | +| `^7` | White | +| `^8` | half transparent white| +| `^9` | Light Gray | +| `^0` | Black | +| `^xRGB` | RGB color | + +* Notification colors: + | Code | Note | | ------ | ------ | -| ^BG | Default color | -| ^TC | Team color | -| ^F1 | | -| ^F2 | | -| ^F3 | | -| ^F4 | | -| ^1 | Red | -| ^2 | Green | -| ^3 | Yellow | -| ^4 | Dark Blue | -| ^5 | Light Blue | -| ^6 | Pink | -| ^7 | White | -| ^8 | Medium Gray | -| ^9 | Light Gray | -| ^0 | Dark Gray | \ No newline at end of file +| `^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 |