Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/scripting/syntax/colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ They are detailed below, with a description and the color identifier.
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ((%Sstandard text%)) | The default string color. Uses color #83B0F2. |
| ((user.script)) | Script name highlighting. The script author uses color ((%CC%)). The script name uses color ((%LL%)). |
| ((trust.script)) | See above, but for Trust scripts. The user name for Trust scripts are highlighted with color ((%FF%)). |
| ((scripts.trust)) | See above, but for Trust scripts. The usernames for Trust scripts are highlighted with color ((%FF%)). |
| ((trust.script)) | Scripts on the user trust are highlighted differently. The username is colored with ((%AA%)), the script names have standard coloring. |
| ((risk.script)) | Scripts on the user risk are highlighted differently. The username is colored with ((%aa%)) and script names are colored with ((%TT%)) |
| ((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)). |
| ((%IVOID_LAMBDA_2%)) | Sectors are automatically highlighted with the sector's axiom color (detailed below). |
| ((%qDATA%)) | The axiom DATA uses the color ((%qq%)). |
Expand Down