Created
May 10, 2019 13:21
-
-
Save freundTech/74d94c1a67f3774d33c9f1292268d85e to your computer and use it in GitHub Desktop.
KIT style for plantuml
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 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