GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
1
mark.george
/
templates
Browse code
Changed font to narrower roboto condensed. Fixed DB border color.
master
1 parent
a57d238
commit
a91e56eb5266a2ffac2fc19daf6bbd4adadf392f
Mark
authored
on 8 Dec 2016
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 BackgroundColor transparent 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 } } } }
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 } } } }
Show line notes below