Gochan v2.4.0
config.Styles has been changed from a string array to an object. Each Style in gochan.json must have a Name field that will appear in the style dropdowns and a Filename field. For example
{
"Styles": [
{"Name": "Pipes", "Filename": "pipes.css"},
{"Name": "Burichan", "Filename": "burichan.css"}
]
}
DefaultStyle must refer to a given Style's Filename field. If DefaultStyle does not appear in gochan.json, the first element in Styles will be used.