From 5da856624f3e798a4aecf27e77a71fd925dbf237 Mon Sep 17 00:00:00 2001 From: shira <98327283+1shira@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:07:11 +0100 Subject: [PATCH 1/2] update in-game colors section to reflect recent changes --- docs/scripting/syntax/colors.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/scripting/syntax/colors.mdx b/docs/scripting/syntax/colors.mdx index f26c5333..e4230297 100644 --- a/docs/scripting/syntax/colors.mdx +++ b/docs/scripting/syntax/colors.mdx @@ -92,9 +92,12 @@ They are detailed below, with a description and the color identifier. | String | Description and identifier | | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ((%Sstandard text%)) | The default string color. Uses color #83B0F2. | +| ((%Sstandard text%)) | The default string color. Uses color ((%SS%)). | | ((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%)). | From 117329cf457e6e87e684d68c46003359455132cf Mon Sep 17 00:00:00 2001 From: shira <98327283+1shira@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:19:40 +0100 Subject: [PATCH 2/2] make prettier happy --- docs/scripting/syntax/colors.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/scripting/syntax/colors.mdx b/docs/scripting/syntax/colors.mdx index e4230297..aa500e90 100644 --- a/docs/scripting/syntax/colors.mdx +++ b/docs/scripting/syntax/colors.mdx @@ -92,12 +92,11 @@ They are detailed below, with a description and the color identifier. | String | Description and identifier | | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| ((%Sstandard text%)) | The default string color. Uses color ((%SS%)). | +| ((%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%)). | | ((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%)). |