Skip to content

Commit 7e5bbbd

Browse files
authored
update in-game colors section to reflect recent changes (#590)
* update in-game colors section to reflect recent changes * make prettier happy
1 parent ea87516 commit 7e5bbbd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/scripting/syntax/colors.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ They are detailed below, with a description and the color identifier.
9494
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9595
| ((%Sstandard text%)) | The default string color. Uses color #83B0F2. |
9696
| ((user.script)) | Script name highlighting. The script author uses color ((%CC%)). The script name uses color ((%LL%)). |
97-
| ((trust.script)) | See above, but for Trust scripts. The user name for Trust scripts are highlighted with color ((%FF%)). |
97+
| ((scripts.trust)) | See above, but for Trust scripts. The usernames for Trust scripts are highlighted with color ((%FF%)). |
98+
| ((trust.script)) | Scripts on the user trust are highlighted differently. The username is colored with ((%AA%)), the script names have standard coloring. |
99+
| ((risk.script)) | Scripts on the user risk are highlighted differently. The username is colored with ((%aa%)) and script names are colored with ((%TT%)) |
98100
| ((9Q7T199B254M740K991GC)) | GC string highlighting. The numbers use color ((%BB%)), the "((%CGC%))" at the end uses color ((%CC%)). The following colors match to the following denominations: ((%NN%)) -> ((1KGC)), ((%LL%)) -> ((1MGC)), ((%JJ%)) -> ((1BGC)), ((%TT%)) -> ((1TGC)), ((%DD%)) -> ((1QGC)). |
99101
| ((%IVOID_LAMBDA_2%)) | Sectors are automatically highlighted with the sector's axiom color (detailed below). |
100102
| ((%qDATA%)) | The axiom DATA uses the color ((%qq%)). |

0 commit comments

Comments
 (0)