Skip to content

Instantly share code, notes, and snippets.

@whenceforth
Forked from anoff/fancy.plantuml
Created February 12, 2019 02:00
Show Gist options
  • Save whenceforth/fea820dc8e6068e99fab4abb45579c68 to your computer and use it in GitHub Desktop.
Save whenceforth/fea820dc8e6068e99fab4abb45579c68 to your computer and use it in GitHub Desktop.
plantUML stylesheet
@startuml fancy
skinparam sequence {
LifeLineBorderColor Green
ArrowColor black
ParticipantBorderColor black
ParticipantBackgroundColor GreenYellow
ParticipantFontColor black
}
skinparam actor {
backgroundColor white
borderColor black
}
skinparam activity {
StartColor green
BarColor black
EndColor red
BackgroundColor white
DiamondBackgroundColor white
DiamondBorderColor magenta
BorderColor black
ArrowColor black
}
skinparam cloud {
borderColor lightgray
backgroundColor white
}
skinparam node {
borderColor black
backgroundColor Yellow
}
skinparam interface {
borderColor black
backgroundColor lime
}
skinparam component {
borderColor black
backgroundColor white
}
skinparam file {
borderColor black
backgroundColor white
}
skinparam queue {
borderColor black
backgroundColor springgreen
}
skinparam database {
borderColor black
backgroundColor deepskyblue
}
skinparam agent {
borderColor black
backgroundColor white
}
skinparam rectangle {
borderColor black
backgroundColor white
}
skinparam card {
borderColor black
backgroundColor white
}
skinparam note {
borderColor black
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment