Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global preamble #5

Open
koppor opened this issue Mar 8, 2018 · 0 comments
Open

Global preamble #5

koppor opened this issue Mar 8, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@koppor
Copy link
Owner

koppor commented Mar 8, 2018

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
@koppor koppor added the enhancement New feature or request label Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant