-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathglobal-config.puml
52 lines (46 loc) · 1.12 KB
/
global-config.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
!$WHITE = "#FFF"
!$BLACK = "#000"
!$LUM_ORANGE = "#F7931D"
!$LUM_BLUE = "#44A2BC"
!$LUM_PURPLE = "#3D183D"
!$BLUE_GREY_1 = "#404166"
!$BLUE_GREY_2 = "#29607B"
!$BLUE_GREY_3 = "#7F9BAE"
!$BLUE_GREY_4 = "#D1D2D4"
skinparam defaultFontName "Rockwell"
skinparam defaultFontSize 20
skinparam dpi 100
skinparam shadowing false
skinparam roundcorner 8
skinparam ParticipantPadding 40
skinparam BoxPadding 40
skinparam Padding 5
skinparam ArrowColor $BLUE_GREY_1
skinparam component {
FontColor $BLUE_GREY_1
BorderColor $WHITE
BackgroundColor $BLUE_GREY_4
ArrowFontName Impact
ArrowColor #FF6655
ArrowFontColor #777777
StereotypeFontName Rockwell
StereotypeFontColor Yellow
StereotypeFontSize 20
}
skinparam package {
FontSize 13
FontName Rockwell
BorderColor 202044
BackgroundColor 404166
FontColor White
ArrowFontName Impact
ArrowColor #FF6655
ArrowFontColor #777777
}
skinparam database {
FontSize 13
FontName Rockwell
BorderColor $BLUE_GREY_2
BackgroundColor $BLUE_GREY_4
FontColor $BLUE_GREY_2
}