- Also compatible with
- v21.1
- v21
- v20.1
This is really simple, just thought I'd make an easy resource that will provide you with new text colors so you don't have to figure out the hex codes for the main color and shadow color yourself.
Just go to MessageConfig in the scripts, find the "textcolors" section, and replace it with this:
Just go to MessageConfig in the scripts, find the "textcolors" section, and replace it with this:
textcolors = "0070F8", "78B8E8", # 1 Blue "E82010", "F8A8B8", # 2 Red "60B048", "B0D090", # 3 Green "48D8D8", "A8E0E0", # 4 Cyan "D038B8", "E8A0E0", # 5 Magenta "E8D020", "F8E888", # 6 Yellow "A0A0A8", "D0D0D8", # 7 Grey "F0F0F8", "C8C8D0", # 8 White "9040E8", "B8A8E0", # 9 Purple "F89818", "F8C898", # 10 Orange colorToRgb32(MessageConfig::DARK_TEXT_MAIN_COLOR), colorToRgb32(MessageConfig::DARK_TEXT_SHADOW_COLOR), # 11 Dark default colorToRgb32(MessageConfig::LIGHT_TEXT_MAIN_COLOR), colorToRgb32(MessageConfig::LIGHT_TEXT_SHADOW_COLOR), # 12 Light default "8A5A2B", "D8B89A", # 13 Brown - added "F06090", "F8B8C8", # 14 Pink - added "98E020", "D8F0A8", # 15 Lime - added "203870", "90A8D8", # 16 Navy - added "8C2020", "D8A0A0", # 17 Maroon - added "208070", "98C8B8", # 18 Teal - added "58A8F0", "B8D8F8", # 19 Sky Blue - added "808020", "C8C8A0", # 20 Olive - added "E0C8A0", "F8E8D0", # 21 Beige - added "B890E0", "E0D0F8", # 22 Lavender - added "D8B020", "F0E0A8", # 23 Gold - added "F0A020", "F8D8A8", # 24 Amber - added "F8A090", "F8D8C8", # 25 Peach - added "C82030", "F0A0A8", # 26 Crimson - added "F87858", "F8C8B8", # 27 Coral - added "4040A8", "B8B8E8", # 28 Indigo - added "6078A0", "C0D0E8", # 29 Slate Blue - added "60D8A8", "C8F0E0", # 30 Mint - added "206020", "98C098", # 31 Forest Green - added "702040", "C8A0B8", # 32 Plum - added "A89078", "E0D0C8", # 33 Warm Gray - added "8090A8", "D0D8E8" # 34 Cool Gray - added
- Credits
- No credit needed