-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsuper-serious-skin.iwsd
59 lines (52 loc) · 1.58 KB
/
super-serious-skin.iwsd
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
47
48
49
50
51
52
53
54
55
56
57
58
59
skinparam DefaultFontName "Roboto"
skinparam BackgroundColor transparent
skinparam Shadowing false
skinparam Handwritten false
skinparam Note {
BorderColor #303030
BackgroundColor #CEEEFE
FontSize 12
}
skinparam Sequence {
TitleFontSize 12
TitleFontColor #606060
ArrowColor #303030
DividerBackgroundColor #EEEEEE
GroupBackgroundColor #EEEEEE
LifeLineBackgroundColor white
LifeLineBorderColor #303030
ParticipantBackgroundColor #FEFEFE
ParticipantBorderColor #303030
BoxLineColor #303030
BoxBackgroundColor #DDDDDD
}
skinparam Title {
FontSize 12
FontColor #606060
}
skinparam Activity {
ArrowColor #303030
ArrowFontSize 10
BarColor #F0A0A0
BorderColor #303030
BackgroundColor #DEEEFE
}
skinparam State {
StartColor #303030
EndColor #303030
BackgroundColor #FEFEFE
BackgroundColor<<Failure>> #FEA0A0
BackgroundColor<<Success>> #A0FEA0
BorderColor #303030
ArrowColor #606060
FontStyle bold
}
skinparam Object {
BackgroundColor #FEFEFE
BorderColor #303030
FontStyle bold
FontSize 14
}
skinparam Package {
BorderThickness 1
}