Group limit colors not workingSolved

I've been having troubles with the group colors working. Wondering if anyone would know why it wouldn't be working.

"Group Limit": {
"Dead Color": "#ff0000",
"Draw Distant Players With X": true,
"Group Color Basic": "#fff00",
"Group Colors": [
{
"0": "magenta",
"1": "green",
"2": "blue",
"3": "orange",
"4": "yellow"
}
],
"Height Offset [0.0 = disabled]": 0,
"Limit": 4,
"Range": 50,
"Use Group Colors Configuration": true,
"User Group Colors Configuration": true
}

Same thing happening to me. Did you ever get this working? 
they need to be hex values of the respective colors

                        ["0"] = "#FF00FF", // magenta
                        ["1"] = "#008000", // green
                        ["2"] = "#0000FF", // blue
                        ["3"] = "#FFA500", // orange
                        ["4"] = "#FFFF00" // yellow​
Locked automatically