Making text colorful in panel?
For some reason this isn't working;

},
"Messages": [
"<size=16><color=#ffff00>Rustville</color> <color=#ff0000>U</color><color=#ffffff>S</color><color=#000cff>A</color></size> <size=13>- 10x zOmBiEs No Decay</size>",
"Message 2",
"<color=#FF0000>This message is red</color>"
],

Hi RustVilleUSA,

The main reason the text isn't going to show is that font size 16 is bigger than the default panel height. You will need to increase the dock height for it to show or decrease the font size. I was able to get the text working how you want and have attached it below:

"<color=#FFFF00>Rustville</color> <color=#ff0000>U</color><color=#ffffff>S</color><color=#000cff>A</color> <size=13>- 10x zOmBiEs No Decay</size>"


Thanks,
MJSU