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
Moved colour definitions from skin to colour file.
master
1 parent
9b1ceff
commit
e836f1560b489f2f93d07f15ba14bf08584fe009
Mark
authored
on 18 Feb 2016
Patch
Showing
2 changed files
plantuml/default-skin.ipu
plantuml/info221-lecture-colours.ipu
Ignore Space
Show notes
View
plantuml/default-skin.ipu
skinparam { ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml ' re-enable drop shadows since strictuml turns it off Shadowing true ' 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 Message { Align center } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } }
skinparam { ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml ' re-enable drop shadows since strictuml turns it off Shadowing true ' slightly rounded boxes RoundCorner 8 BackgroundColor transparent DefaultFontName Open Sans TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 DatabaseBackgroundColor #F2F2F2 DatabaseBorderColor #515151 DatabaseFontColor #515151 PackageBackgroundColor #F2F2F2 PackageBorderColor #515151 FolderFontColor #515151 ComponentArrowFontColor #515151 Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Message { Align center } Box { BackgroundColor #F2F2F2 } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { ArrowColor #515151 ' get rid of access modifier icons AttributeIconSize 0 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } }
Ignore Space
Show notes
View
plantuml/info221-lecture-colours.ipu
skinparam { Database { BackgroundColor #F2F2F2 BorderColor #515151 FontColor #515151 } Package { BackgroundColor #F2F2F2 BorderColor #515151 } Folder { FontColor #515151 } Component { ArrowFontColor #515151 } Class { BackgroundColor #F2F2F2 BorderColor #515151 ArrowColor #515151 FontColor #515151 AttributeFontColor #515151 StereotypeFontColor #515151 ArrowColor #515151 } Sequence { ParticipantBackgroundColor #F2F2F2 ParticipantBorderColor #515151 LifeLineBackgroundColor #F2F2F2 LifeLineBorderColor #515151 ArrowColor #515151 ActorBorderColor #515151 ActorBackgroundColor #F2F2F2 FontColor #FF0000 Box { BackgroundColor #F2F2F2 } } }
skinparam { class { BackgroundColor #F2F2F2 BorderColor #515151 ArrowColor #515151 FontColor #515151 AttributeFontColor #515151 StereotypeFontColor #515151 } sequence { ParticipantBackgroundColor #F2F2F2 ParticipantBorderColor #515151 LifeLineBackgroundColor #F2F2F2 LifeLineBorderColor #515151 ArrowColor #515151 ActorBorderColor #515151 ActorBackgroundColor #F2F2F2 FontColor #FF0000 } }
Show line notes below