]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - List-of-color-codes.md
Update Vehicles, resize unofficial vehicles images
[xonotic/xonotic.wiki.git] / List-of-color-codes.md
index c2d2fd28b53a3fc07af0de42192da662b59c5dbf..5a4964ff2110d47095682da003f10bdced6caeee 100644 (file)
@@ -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 |