GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
1
nigel.stanger
/
templates
forked from
mark.george/templates
Browse code
Incorporated a bunch of things
• more deployment diagrams • font changes • some colour changes • note formatting
master
1 parent
758a11b
commit
6fe67b88598db17397ad3d044d9a27f58922b286
Nigel Stanger
authored
on 9 Apr 2021
Patch
Showing
1 changed file
plantuml/default-skin.ipu
Ignore Space
Show notes
View
plantuml/default-skin.ipu
skinparam { ' use the strictuml style - no circles, no footboxes, no drop shadows, and proper arrows Style strictuml ' slightly rounded boxes RoundCorner 8 ' transparent would be better, but seems to be problematic for some diagrams ' (black background fill on some things) BackgroundColor white ' slightly increase space around participants (currently has a bug with participant creation) 'ParticipantPadding 5 DefaultFontName "Open Sans" DefaultFontStyle plain TitleFontName "Open Sans" TitleFontStyle bold TitleFontSize 18 Artifact { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Card { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Cloud { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Database { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } File { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Folder { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Frame { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Hexagon { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Node { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Package { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Rectangle { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Storage { ' for some reason half of the elements for deployment diagrams have a black border ' instead of the default reddish BorderColor #A80036 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Usecase { ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName "Open Sans" TitleFontStyle bold TitleFontSize 18 ' make lifelines yellow too LifeLineBackgroundColor #FDFDCD Message { Align left } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { FontStyle bold ' get rid of access modifier icons ' use AttributeIconSize default to override this for ERDs AttributeIconSize 0 ' shrink message font size ArrowFontSize 10 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Note { FontSize 11 BackgroundColor LightGreen } }
skinparam { ' use the strictuml style - no circles, no footboxes, no drop shadows, and proper arrows Style strictuml ' slightly rounded boxes RoundCorner 8 ' make PNGs transparent BackgroundColor transparent ' slightly increase space around participants (currently has a bug with participant creation) 'ParticipantPadding 5 DefaultFontName Roboto Condensed TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Database { ' the default border no longer matches the normal colors (bug?), so fix this BorderColor #A80036 } Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 ' make lifelines yellow too LifeLineBackgroundColor #FDFDCD Message { Align left } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' shrink message font size ArrowFontSize 10 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } }
Show line notes below