Exdilin
  • Initial page
  • Coloring Text (speech bubble)
  • Concepts
    • Initialization orders
  • Lua Mods
    • Introduction
    • Adding Blocks
    • Custom Textures
    • Sound of Mods
  • Glosarry
    • Rarity Levels
    • Texture Mappings
Powered by GitBook
On this page

Was this helpful?

Coloring Text (speech bubble)

PreviousInitial pageNextInitialization orders

Last updated 4 years ago

Was this helpful?

There is a full documentation there :

With it, you can make text bold, italic or even a different size. For example yellow text would be <color=yellow>Text Here</color>.

List of supported colors

If you don't have the color you want in the above list, you can use an RGB picker (like ) and use <color=#code you got>Text</color>.

For example:

Here we see the color I chose is A3FFE0, so<color=#A3FFE0>My Text</color> should be used.

https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/StyledText.html
https://rgbcolorcode.com/