Color of selected groups

Hi,

Do any of you know if it’s possible to edit the default color of selected groups on the canvas. I haven’t been able to find it in the SDK (I would expect it under GH_skin members)

Timo

Looks like it’s hard-coded:

If (Selected) Then colour = Color.FromArgb(colour.A, Color.YellowGreen)