Last active
May 1, 2020 14:27
-
-
Save msiegenthaler/fb60d02f7a27bbee157e9400a25148a1 to your computer and use it in GitHub Desktop.
This file contains 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
!define CYAN 336666 | |
!define BLUE 87C8DC | |
!define GREEN 9AC400 | |
!define ORANGE CF943F | |
!define PURPLE 604A7B | |
!define RED A63C3A | |
!define SAND F4F4F4 | |
!define BORDER 595959 | |
!define LINE 595959 | |
!define ELEMENT BLUE | |
!define ELEMENT2 GREEN | |
!define ELEMENT3 ORANGE | |
!define FONT 000 | |
!define FONT2 fff | |
!define BG fff | |
skinparam componentStyle uml2 | |
skinparam ArrowColor #LINE | |
skinparam BorderColor #BORDER | |
skinparam shadowing false | |
skinparam roundcorner 2 | |
skinparam default { | |
FontColor #FONT | |
FontSize 12 | |
MonospacedFontName Source Code Pro | |
} | |
skinparam Actor { | |
BackgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Node { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Interface { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam interface { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam class { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam stereotypeIBackgroundColor #GREEN | |
skinparam stereotypeCBackgroundColor #ORANGE | |
skinparam Usecase { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Rectangle { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Note { | |
BackgroundColor #ORANGE | |
BorderColor #BORDER | |
} | |
skinparam Package { | |
BackgroundColor #SAND | |
BorderColor #BORDER | |
} | |
skinparam Queue { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Database { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
} | |
skinparam Component { | |
backgroundColor #ELEMENT | |
backgroundColor<< external >> #ORANGE | |
backgroundColor<< focus >> #GREEN | |
FontStyle<<focus>> bold | |
BorderColor #BORDER | |
} | |
skinparam Participant { | |
backgroundColor #ELEMENT | |
BorderColor #BORDER | |
FontStyle bold | |
} | |
skinparam Sequence { | |
LifeLineBorderColor #CYAN | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
!includeurl https://gist.githubusercontent.com/msiegenthaler/fb60d02f7a27bbee157e9400a25148a1/raw