I would like my fixme messages to be blue, instead of purple, to differentiate them from other purple messages.
Does Pylint even have colorization options? I can't find any.
I see these things called "formatters", but that sounds more complex than what I need.
(I'd probably write a postprocessing script that changes the ANSI codes on the fly before I'd bother with a formatter, because the latter is more likely for personal reuse. I'd rather avoid anything and just slip a nice option into .plintrc)
I tried looking through the documentation, google search, and ChatGPT, but didn't seem to find a suitable option.