]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update List of color codes
authorterencehill <piuntn@gmail.com>
Mon, 13 Jan 2020 21:29:00 +0000 (21:29 +0000)
committerterencehill <piuntn@gmail.com>
Mon, 13 Jan 2020 21:29:00 +0000 (21:29 +0000)
List-of-color-codes.md

index 13204e715640cdffe7697e3e9dd821b25101a8f6..5a4964ff2110d47095682da003f10bdced6caeee 100644 (file)
@@ -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 |