skinparam {
' use the strictuml style - no circles, no footboxes, no drop shadows, and proper arrows
Style strictuml
' slightly rounded boxes
RoundCorner 8
BackgroundColor transparent
DefaultFontName Open Sans
TitleFontName Open Sans
TitleFontStyle bold
TitleFontSize 18
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
}
}
}
}