Skip to content

Instantly share code, notes, and snippets.

@freundTech
Created May 10, 2019 13:21
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 freundTech/74d94c1a67f3774d33c9f1292268d85e to your computer and use it in GitHub Desktop.
Save freundTech/74d94c1a67f3774d33c9f1292268d85e to your computer and use it in GitHub Desktop.
KIT style for plantuml
skinparam usecase {
BackgroundColor #009682
BorderColor #006d5e
ArrowColor #000000
FontColor #ffffff
}
skinparam actor{
BackgroundColor #ffffff
BorderColor #000000
}
hide circle
skinparam class {
BackgroundColor #009682
BorderColor #000000
BorderThickness 1
ArrowColor #000000
FontColor #ffffff
FontStyle bold
AttributeFontColor #ffffff
StereotypeFontColor #ffffff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment