-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoubleslash_style.theme
More file actions
59 lines (52 loc) · 1.19 KB
/
doubleslash_style.theme
File metadata and controls
59 lines (52 loc) · 1.19 KB
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 NoteBackgroundColor #D7E9F4
skinparam NoteBorderColor #D7E9F4
skinparam backgroundStyle crosshatch
skinparam stereotypeCBackgroundColor #C6C6C6
skinparam Sequence {
ParticipantBorderColor #D7E9F4
ParticipantBackgroundColor #D7E9F4
LifeLineBorderColor #C6C6C6
LifeLineBackgroundColor #C6C6C6
ArrowColor black
GroupBackgroundColor #C6C6C6
ActorBorderColor #00A5E1
ActorBackgroundColor #00A5E1
ActorBorderThickness 2.5
ReferenceHeaderBackgroundColor #C6C6C6
}
skinparam Activity {
StartColor #D7E9F4
BarColor #D7E9F4
EndColor #C6C6C6
BackgroundColor #D7E9F4
BackgroundColor #D7E9F4
BorderColor #D7E9F4
FontName Arial
}
skinparam Usecase {
BackgroundColor #D7E9F4
BorderColor #D7E9F4
ArrowColor black
ActorBorderColor #D7E9F4
ActorFontName Arial
ActorBackgroundColor #D7E9F4
}
skinparam class {
BackgroundColor #D7E9F4
ArrowColor black
BorderColor black
IconColor black
}
skinparam Interface {
backgroundColor #C6C6C6
borderColor #C6C6C6
}
skinparam Component {
FontSize 12
FontName Arial
BorderColor #D7E9F4
BackgroundColor #D7E9F4
ArrowFontName Arial
ArrowColor black
ArrowFontColor black
}