How to print colored text in Rhino Command History window from C#

I’m developing a C# plugin and I want to print colored messages in the Rhino Command History window (similar to warnings in other plugins).
Do you know a way to do it?

Thanks,

There is currently no supported way to do this. Some developers have found ways around it by grabbing the native control and changing text colours in it.