Add skinparams related to state diagrams

This commit is contained in:
Andrey Mayorov 2016-02-02 17:07:54 +03:00
parent 0a27d75a78
commit 63485ae92f

View File

@ -35,3 +35,13 @@ skinparam Activity {
BorderColor #303030
BackgroundColor #DEEEFE
}
skinparam state {
StartColor #303030
EndColor #303030
BackgroundColor #FEFEFE
BackgroundColor<<Failure>> #FEA0A0
BackgroundColor<<Success>> #A0FEA0
BorderColor #303030
ArrowColor #606060
}