I have a question about where to put the actual <color=#HEX>Letter</color> into.
{
"GroupName": "supreme",
"Priority": 98,
"Title": {
"Text": "[Supreme]",
"Color": "#006E6D",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
Is what my code looks like, would I put it into "text" or "color". and How would I go by doing that and having it work?
Merged post
{
"GroupName": "supreme",
"Priority": 98,
"Title": {
"Text": "<color=#F7D4F6>[Supr</color><color=#D61A46>eme]</color>",
"Color": "#006E6D",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
figured it out.