Skip to content

Instantly share code, notes, and snippets.

@nguyenvanduocit
Last active February 11, 2020 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nguyenvanduocit/614f3356090d07e3213fdb3010996b43 to your computer and use it in GitHub Desktop.
Save nguyenvanduocit/614f3356090d07e3213fdb3010996b43 to your computer and use it in GitHub Desktop.
!define primaryColor #4267b2
!define secondaryColor #56bd77
skinparam handwritten true
skinparam shadowing false
skinparam Default {
FontName inconsolata
}
skinparam Participant {
FontColor black
BackgroundColor #ffffff
BorderColor black
}
skinparam Arrow {
Color primaryColor
FontColor primaryColor
}
skinparam Activity {
FontColor secondaryColor
StartColor primaryColor
EndColor primaryColor
BackgroundColor #ffffff
BorderColor secondaryColor
DiamondBackgroundColor #ffffff
DiamondBorderColor secondaryColor
DiamondFontColor secondaryColor
}
skinparam Sequence {
LifeLineBorderColor black
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment