config.puml 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. skinparam handwritten true
  2. skinparam monochrome true
  3. skinparam roundcorner 15
  4. skinparam sequence {
  5. ArrowThickness 3
  6. DividerFontColor Black
  7. DividerFontName Comic Sans MS
  8. DividerFontSize 15
  9. DividerFontStyle Italic
  10. DelayFontColor Black
  11. DelayFontName Comic Sans MS
  12. DelayFontSize 15
  13. DelayFontStyle Italic
  14. TitleFontColor Black
  15. TitleFontName Comic Sans MS
  16. TitleFontStyle Italic
  17. TitleFontSize 25
  18. ArrowColor DeepSkyBlue
  19. ArrowFontColor Black
  20. ArrowFontName Comic Sans MS
  21. ArrowFontStyle Regular
  22. ArrowFontSize 19
  23. ActorBorderColor DeepSkyBlue
  24. LifeLineBorderColor blue
  25. LifeLineBackgroundColor #A9DCDF
  26. ParticipantBorderColor DeepSkyBlue
  27. ParticipantBackgroundColor LightBlue
  28. ParticipantFontName Comic Sans MS
  29. ParticipantFontSize 20
  30. ParticipantFontColor Black
  31. ActorBackgroundColor aqua
  32. ActorFontColor Black
  33. ActorFontSize 20
  34. ActorFontName Comic Sans MS
  35. }