skinparam for encompass box border color

0 votes
asked Aug 14, 2016 in Wanted features by Artem (120 points)

Hi,

Is there an option to change red border color of a box around participants group, generated using "box"/"end box" commands on sequence diagrams?

1 Answer

+1 vote
answered Aug 15, 2016 by Serge Wenger Work (15,620 points)
selected Aug 15, 2016 by Artem
 
Best answer

Hi,

Add skinparam sequenceBoxBorderColor black for example

commented Jun 29, 2018 by DaRolla (360 points)
I'd like to theme all the box details like fontcolor, fontsize, fontstyle, bordercolor, borderthickness, backgroundcolor
commented Jun 29, 2018 by Serge Wenger Work (15,620 points)
With command java -jar plantuml.jar -language > language.txt, you have a file with all skinparameter, keywords etc.:
For Sequence Box , there is :
- SequenceBoxBackgroundColor
- SequenceBoxBorderColor
- SequenceBoxFontColor
- SequenceBoxFontName
- SequenceBoxFontSize
- SequenceBoxFontStyle
...