The default PlantUML style is colorful, but not good for printouts. Currently, the style has to be put at each `plantuml` environment. There should be a global configuration put just before the code in the `plantuml` environment. Example preamble: ``` 'skinparam monochrome true 'Chooses LightGray as background color 'We're better off with manual setting skinparam class { BackgroundColor White ArrowColor Black BorderColor Black LegendBackgroundColor White } skinparam stereotypeCBackgroundColor LightGray skinparam noteBackgroundColor White skinparam noteBorderColor Black 'required for SVG skinparam defaultFontName sans-serif ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by koppor and has received 0 comments.