Bug? Error message in configuration

I have a config.toml with following content (parts of it)

[params]
    # stylesheet setup options
    backgroundColor = "maroon"
    textColor = red

On the line with textColor the red part obviously should be put in quotes. The error hugo is throwing though is Error: While parsing config: (14, 17): keys cannot contain new lines - the 14, 17 refers to the position where the first quotation mark is expected. There is no hidden new line.

Is that a bug or do I miss something bigger here?

I would guess that the problem is further up in your config file. Check for another string with a newline in it. Double check if you might have switched platforms at some time so may have different line endings.