This doesn't work as expected: ``` def bottom_toolbar(): return FormattedText([ ("fg:white bg:black", "F1 Help"), ]) ``` Produces:  I thought FormattedText should somehow validate the params.