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
Fixed a few more colours lecture sequence diagrams.
master
1 parent
16b211c
commit
c24a20a624f6df59db97e990427ae6b659016d24
Mark
authored
on 13 Mar 2017
Patch
Showing
2 changed files
plantuml/default-skin.ipu
plantuml/lecture-colours.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 ' make PNGs transparent BackgroundColor transparent ' slightly increase space around participants 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 } } } }
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 } } } }
Ignore Space
Show notes
View
plantuml/lecture-colours.ipu
skinparam { TitleFont { Name Roboto Condensed Size 36 Style plain Color #3f3f3f } Database { BackgroundColor #F2F2F2 BorderColor #3f3f3f FontColor #3f3f3f } Package { BackgroundColor #F2F2F2 BorderColor #3f3f3f } Folder { FontColor #3f3f3f } Component { ArrowFontColor #3f3f3f } Class { BackgroundColor #F2F2F2 BorderColor #3f3f3f ArrowColor #3f3f3f FontColor #3f3f3f AttributeFontColor #3f3f3f StereotypeFontColor #3f3f3f ArrowColor #3f3f3f } Sequence { TitleFontColor #515151 ActorFontColor #3f3f3f MessageAlign center Participant { BackgroundColor #F2F2F2 BorderColor #3f3f3f FontColor #3f3f3f FontSize 16 } LifeLine { BackgroundColor #F2F2F2 BorderColor #3f3f3f } Actor { BorderColor #3f3f3f BackgroundColor #F2F2F2 } TitleFont { Name Roboto Condensed Size 36 Style plain Color #3f3f3f } Arrow { Color #3f3f3f FontSize 12 FontColor #3f3f3f } Box { BackgroundColor #F2F2F2 BorderColor #3f3f3f FontColor #3f3f3f } } } }
skinparam { TitleFont { Name Roboto Condensed Size 36 Style plain Color #3f3f3f } Database { BackgroundColor #F2F2F2 BorderColor #3f3f3f FontColor #3f3f3f } Package { BackgroundColor #F2F2F2 BorderColor #3f3f3f } Folder { FontColor #3f3f3f } Component { ArrowFontColor #3f3f3f } Class { BackgroundColor #F2F2F2 BorderColor #3f3f3f ArrowColor #3f3f3f FontColor #3f3f3f AttributeFontColor #3f3f3f StereotypeFontColor #3f3f3f ArrowColor #3f3f3f } Sequence { TitleFontColor #515151 ParticipantBackgroundColor #F2F2F2 ParticipantBorderColor #3f3f3f ParticipantFontColor #3f3f3f ParticipantFontSize 16 LifeLineBackgroundColor #F2F2F2 LifeLineBorderColor #3f3f3f ArrowColor #3f3f3f ActorBorderColor #3f3f3f ActorBackgroundColor #F2F2F2 TitleFont { Name Roboto Condensed Size 36 Style plain Color #3f3f3f } MessageAlign center ArrowFontSize 12 Box { BackgroundColor #F2F2F2 } } }
Show line notes below