Closed
Description
Current problem
See this SO question:
The --colorized
option uses a fixed colour palette.
If one wants to use other colours, (s)he has to use a text-based output format and do a search-and-replace.
Desired solution
As the colour palette is just a simple list of strings inside pylint.pyreverse.writer.DiagramWriter
it should be possible to make this configurable.
Additional context
No response