The ability to output text in multiple colors has been a long-requested feature for PySimpleGUI. It's finally here. It should be noted that it does not use ANSI codes embedded into strings in order to accomplish this. Instead you specify the colors when you send the text to the `Multiline` element via its `update` method.