-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.puml
38 lines (38 loc) · 1.15 KB
/
style.puml
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
skinparam {
ActorBackgroundColor darkviolet
ActorBorderColor grey
ActorFontColor white
ArrowColor deepskyblue
ArrowFontColor black
BoxBackgroundColor black
BoxBorderColor grey
BackgroundColor white
DatabaseBackgroundColor white
DatabaseBorderColor deeppink
DatabaseFontColor black
LifeLineBorderColor grey
LifeLineBackgroundColor grey
NoteBackgroundColor white
NoteBorderColor lime
NoteFontColor black
SequenceDividerBackgroundColor white
SequenceDividerBorderColor LightGray
SequenceDividerFontColor black
SequenceGroupBackgroundColor deepskyblue
SequenceGroupBorderColor grey
SequenceGroupFontColor orangered
SequenceGroupHeaderBackgroundColor orangered
SequenceGroupHeaderBorderColor grey
SequenceGroupHeaderFontColor black
SequenceLifeLineBorderColor deeppink
ParticipantBackgroundColor white
ParticipantBorderColor deeppink
ParticipantFontColor black
StateBackgroundColor darkturquoise
StateBorderColor grey
StateFontColor white
TitleBackgroundColor white
TitleBorderColor black
TitleFontColor black
DefaultFontColor black
}