summaryrefslogtreecommitdiffstats
path: root/diagrams/config.puml
blob: 0ce0932f53906c20cfc63ed52e5ef2ad79f82ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
skinparam handwritten true
skinparam monochrome true
skinparam roundcorner 15

skinparam sequence {
    ArrowThickness 3

    DividerFontColor Black
    DividerFontName Comic Sans MS
    DividerFontSize 15
    DividerFontStyle Italic

    DelayFontColor Black
    DelayFontName Comic Sans MS
    DelayFontSize 15
    DelayFontStyle Italic

    TitleFontColor Black
    TitleFontName Comic Sans MS
    TitleFontStyle Italic
    TitleFontSize 25

    ArrowColor DeepSkyBlue
    ArrowFontColor Black
    ArrowFontName Comic Sans MS
    ArrowFontStyle Regular
    ArrowFontSize 19

    ActorBorderColor DeepSkyBlue

    LifeLineBorderColor blue
    LifeLineBackgroundColor #A9DCDF

    ParticipantBorderColor DeepSkyBlue
    ParticipantBackgroundColor LightBlue
    ParticipantFontName Comic Sans MS
    ParticipantFontSize 20
    ParticipantFontColor Black

    ActorBackgroundColor aqua
    ActorFontColor Black
    ActorFontSize 20
    ActorFontName Comic Sans MS
}