Text Colors
Apply a text color for certain elements in the speeches.
This feature allows you to change the color of the "item name" and the "money amount". You can specify a formatted color as well in the speech class as well but with this setting it always applies them by default for all stores without you needing to add the manually.
ruby
1
TextColor = {
2
:items => "\\c[1]",
3
:money => "\\c[3]"
4
}
\\c[1]will make the Item Name become blue.\\c[3]will make the Money Amount become green.
Refer to the Messages Text Colours wiki page for more information.