-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcommons.style
63 lines (52 loc) · 1.41 KB
/
commons.style
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
60
61
62
63
'Style defined by Benjamin Benni during his PhD thesis'
'Adapted by Sébastien Mosser for INF-5153'
skinparam nodesep 75
skinparam ranksep 75
hide empty members
skinparam noteFontSize 10
skinparam noteFontName Courier
skinparam monochrome false
skinparam shadowing false
skinparam roundcorner 10
skinparam linetype polyline
skinparam class {
BackgroundColor GhostWhite
ArrowColor Gray
BorderColor Black
fontColor CornFlowerBlue
}
skinparam state {
BackgroundColor GhostWhite
ArrowColor Gray
BorderColor Black
fontColor CornFlowerBlue
}
skinparam object {
BackgroundColor GhostWhite
ArrowColor Gray
BorderColor Black
}
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
fontColor Transparent
stereotypeFontColor Transparent
}
skinparam sequence {
ArrowColor Gray
LifeLineBorderColor CornFlowerBlue
LifeLineBackgroundColor GhostWhite
ParticipantBorderColor CornFlowerBlue
ParticipantBackgroundColor GhostWhite
ActorBorderColor CornFlowerBlue
ActorBackgroundColor GhostWhite
BoxBorderColor CornFlowerBlue
BoxBackgroundColor GhostWhite
}
skinparam stereotypeCBackgroundColor CornflowerBlue
hide footbox
hide empty members
skinparam note {
BackgroundColor GhostWhite
BorderColor CornFlowerBlue
}