Last active
August 29, 2015 14:24
-
-
Save dwaite/7a1decc5b8820f64d4d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skinparam backgroundColor transparent | |
skinparam sequence { | |
ArrowColor black | |
LifeLine { | |
BorderColor lightgrey | |
BackgroundColor transparent | |
BorderThickness 2 | |
} | |
Participant { | |
BorderColor black | |
BackgroundColor #f8f8f8 | |
FontName Impact | |
FontSize 17 | |
FontColor black | |
} | |
Actor { | |
BorderColor black | |
BackgroundColor #f8f8f0 | |
FontColor black | |
FontSize 17 | |
FontName Aapex | |
} | |
Box { | |
BorderColor #c0c0c0 | |
BackgroundColor #f8f8f8 | |
} | |
} | |
hide footbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment