Skip to content

Commit af9da2d

Browse files
committed
plantuml config: add default diagram parameters
Add default values for maxMessageSize and BoxPadding Set skinparams for activity and activityDiamond Signed-off-by: Michal Wasko <[email protected]>
1 parent 80407cb commit af9da2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/plantuml.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,17 @@ skinparam note {
5656
backgroundColor #f6ed80
5757
borderColor #d6d6de
5858
}
59+
60+
skinparam activity {
61+
borderColor #33335b
62+
backgroundColor #ffffff
63+
}
64+
65+
skinparam activityDiamond {
66+
borderColor #33335b
67+
backgroundColor #ffffff
68+
}
69+
70+
skinparam arrowColor #f05772
71+
skinparam maxMessageSize 400
72+
skinparam BoxPadding 4

0 commit comments

Comments
 (0)