1+ !$PUML_THEME = "archimate - handwriting "
2+ !$THEME = "archimate - handwriting "
3+
4+ !$STRATEGY_FILLCOLOR = "#f5deaa "
5+ !$BUSINESS_FILLCOLOR = "#ffffb5 "
6+ !$APPLICATION_FILLCOLOR = "#b5ffff "
7+ !$TECHNOLOGY_FILLCOLOR = "#c9e7b7 "
8+ !$PHYSICAL_FILLCOLOR = "#PHYSICAL "
9+ !$MOTIVATION_FILLCOLOR = "#ccccff "
10+ !$IMPLEMANTATION_FILLCOLOR = "#ffe0e0 "
11+ !$OTHER_FILLCOLOR = "#edcfe2 "
12+ !$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke "
13+ !$JUNCTIONAND_FILLCOLOR = "#Black "
14+ !$GROUP_FILLCOLOR = "#ffc73f "
15+ !$FOLDER_LINECOLOR = "#5c5c5c "
16+ !$RELATIONSHIP_LINECOLOR = "#Black "
17+ !$RELATIONSHIP_FONTCOLOR = "#Black "
18+ !$RELATIONSHIP_FONTSIZE = 10
19+
20+ !$TITLE_FONTSIZE = 14
21+ !$DEFAULT_FONT = "Comic Sans MS "
22+ !$DEFAULT_FONTSIZE = 12
23+
24+ skinparam backgroundColor #EEEBDC
25+ skinparam Handwritten true
26+ skinparam defaultFontName $DEFAULT_FONT
27+ skinparam defaultFontSize $DEFAULT_FONTSIZE
28+ skinparam defaultTextAlignment center
29+ skinparam wrapWidth 600
30+ skinparam maxMessageSize 150
31+ skinparam StereotypeAlignment right
32+ center footer <font color=red>Warning:</font> Created for discussion, needs to be validated
33+
34+ skinparam title {
35+ FontSize $TITLE_FONTSIZE
36+ }
37+ skinparam Arrow {
38+ Color $RELATIONSHIP_LINECOLOR
39+ FontColor $RELATIONSHIP_FONTCOLOR
40+ FontSize $RELATIONSHIP_FONTSIZE
41+ }
42+ skinparam Folder <<grouping>> {
43+ Shadowing true
44+ StereotypeFontSize 0
45+ BorderColor $FOLDER_LINECOLOR
46+ BorderStyle dashed
47+ }
48+ skinparam Folder <<group>> {
49+ Shadowing true
50+ StereotypeFontSize 0
51+ BackgroundColor $GROUP_FILLCOLOR
52+ }
53+ skinparam rectangle <<boundary>> {
54+ Shadowing false
55+ StereotypeFontSize 0
56+ BorderColor $FOLDER_LINECOLOR
57+ BorderStyle dashed
58+ }
59+ skinparam node {
60+ StereotypeAlignment right
61+ }
62+ skinparam cloud {
63+ StereotypeAlignment right
64+ }
65+ skinparam frame {
66+ StereotypeAlignment right
67+ }
68+ skinparam archimate {
69+ StereotypeAlignment right
70+ RoundCorner <<strategy-capability>> 25
71+ RoundCorner <<strategy-course-of-action>> 25
72+ RoundCorner <<strategy-value-stream>> 25
73+ RoundCorner <<business-process>> 25
74+ RoundCorner <<business-event>> 25
75+ RoundCorner <<business-function>> 25
76+ RoundCorner <<business-interaction>> 25
77+ RoundCorner <<business-event>> 25
78+ RoundCorner <<business-service>> 25
79+ RoundCorner <<application-function>> 25
80+ RoundCorner <<application-interaction>> 25
81+ RoundCorner <<application-process>> 25
82+ RoundCorner <<application-event>> 25
83+ RoundCorner <<application-service>> 25
84+ RoundCorner <<technology-function>> 25
85+ RoundCorner <<technology-process>> 25
86+ RoundCorner <<technology-interaction>> 25
87+ RoundCorner <<technology-event>> 25
88+ RoundCorner <<technology-infra-service>> 25
89+ RoundCorner <<implementation-workpackage>> 25
90+ RoundCorner <<implementation-event>> 25
91+ DiagonalCorner <<motivation-stakeholder>> 12
92+ DiagonalCorner <<motivation-driver>> 12
93+ DiagonalCorner <<motivation-assessment>> 12
94+ DiagonalCorner <<motivation-goal>> 12
95+ DiagonalCorner <<motivation-outcome>> 12
96+ DiagonalCorner <<motivation-principle>> 12
97+ DiagonalCorner <<motivation-requirement>> 12
98+ DiagonalCorner <<motivation-constraint>> 12
99+ }
100+ skinparam usecase {
101+ BorderColor #000000
102+ }
0 commit comments