Skip to content

Instantly share code, notes, and snippets.

@gabefinch
Created April 30, 2020 06:13
Show Gist options
  • Save gabefinch/50f292d00e78423014fbfb136cb6d575 to your computer and use it in GitHub Desktop.
Save gabefinch/50f292d00e78423014fbfb136cb6d575 to your computer and use it in GitHub Desktop.
PlantUML skinparams
@startuml
' Basic styles that improve on defaults
skinparam BackgroundColor Bisque
skinparam NoteBorderColor DeepSkyBlue
skinparam ArrowColor Navy
skinparam Default {
FontName Consolas
FontSize 16
}
skinparam Title {
BorderRoundCorner 20
BorderThickness 10
BorderColor Plum
BackgroundColor Plum
}
skinparam Participant {
BorderColor RoyalBlue
BackgroundColor RoyalBlue
FontColor AliceBlue
}
skinparam Sequence {
LifeLineBorderColor RoyalBlue
LifeLineBackgroundColor LightGreen
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment