Skip to content

Commit

Permalink
Whanake/slight color correction (#515)
Browse files Browse the repository at this point in the history
* Fix slight error with standard text color

* Fix capitalisation

* lintfix

---------

Co-authored-by: tukib <[email protected]>
  • Loading branch information
whanake-music and tukib authored Jan 6, 2025
1 parent 1a67487 commit 33e1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/syntax/colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ 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%)). |
| ((trust.script)) | See above, but for Trust scripts. The user name for Trust scripts are highlighted with color ((%FF%)). |
| ((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)). |
Expand Down

0 comments on commit 33e1a2d

Please sign in to comment.