-
Notifications
You must be signed in to change notification settings - Fork 0
/
loom-style.iuml
117 lines (111 loc) · 2.21 KB
/
loom-style.iuml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@startuml
hide empty methods
hide empty fields
!define __Pattern__ << (P, #B48EAD) >>
!define __EntSchema__ << (E, #A3BE8C) >>
!define __Loader__ << (L, #ed785e) >>
!define ent_schema(x) class x << (E, #A3BE8C) >>
!define ent_pattern(x) class x << (P, #B48EAD) >>
!define ent_loader(x) class x << (L, #ed785e) >>
!define database_table(x) class x << (T,#FFAAAA) >>
skinparam Actor {
BackgroundColor #c7c6f9
BorderColor #4f49f3
}
skinparam Interface {
BackgroundColor #c7c6f9
BorderColor #4f49f3
}
skinparam Participant {
BackgroundColor #c7c6f9
BorderColor #4f49f3
}
skinparam Sequence {
TitleFontColor #393856
BackgroundColor #c7c6f9
BorderColor #393856
ArrowColor #393856
FontColor #393856
ArrowFontColor #393856
LifeLineBorderColor #ed785e
LifeLineBorderThickness 3
BoxBorderColor #4f49f3
BoxBackgroundColor #D8DEE9
GroupBodyBackgroundColor #FFFFFF90
ArrowThickness 2
}
skinparam class {
BackgroundColor #c7c6f9
BorderColor #393856
ArrowColor #314444
FontColor #393856
ArrowFontColor #314444
CircledCharacterFontColor #314444
}
skinparam package {
BackgroundColor #D8DEE9
BorderColor #434C5E
FontColor #393856
}
skinparam object {
BackgroundColor #c7c6f9
BorderColor #393856
ArrowColor #314444
FontColor #393856
ArrowFontColor #314444
CircledCharacterFontColor #314444
}
skinparam usecase {
BackgroundColor #EBCB8B
BorderColor #393856
ArrowColor #393856
FontColor #393856
}
skinparam component {
BackgroundColor #88C0D0
BorderColor #393856
FontColor #393856
ArrowFontColor #393856
}
skinparam cloud {
BackgroundColor #D08770
}
skinparam database {
BackgroundColor #5E81AC
BorderColor #393856
FontColor #393856
}
skinparam activity {
BackgroundColor #c7c6f9
BorderColor #393856
ArrowColor #393856
FontColor #393856
DiamondBackgroundColor #88C0D0
DiamondFontColor #393856
DiamondBorderColor #393856
BorderThickness 2
EndColor #393856
}
skinparam ArrowFontColor #393856
skinparam partition {
BackgroundColor #D8DEE9
BorderColor #393856
FontColor #393856
}
skinparam note {
BackgroundColor #393856
BorderColor #D8DEE9
FontColor #D8DEE9
FontName Helvetica
FontSize 10
}
skinparam state {
TitleFontColor #393856
BackgroundColor #c7c6f9
BorderColor #393856
ArrowColor #393856
FontColor #393856
ArrowFontColor #393856
}
skinparam backgroundColor #f8f6f0
@enduml