-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservicemap.css
49 lines (49 loc) · 1.19 KB
/
servicemap.css
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
{
"node": {
"diameter": "50px",
"color": "#A5ABB6",
"border-color": "#9AA1AC",
"border-width": "2px",
"text-color-internal": "#FFFFFF",
"font-size": "10px"
},
"relationship": {
"color": "#A5ABB6",
"shaft-width": "1px",
"font-size": "8px",
"padding": "3px",
"text-color-external": "#000000",
"text-color-internal": "#FFFFFF",
"caption": "<type>"
},
"node.Service": {
"color": "#68BDF6",
"border-color": "#5CA8DB",
"text-color-internal": "#FFFFFF",
"caption": "{name}"
},
"node.Database": {
"color": "#6DCE9E",
"border-color": "#60B58B",
"text-color-internal": "#FFFFFF",
"caption": "{name}"
},
"node.*": {
"color": "#FF756E",
"border-color": "#E06760",
"text-color-internal": "#FFFFFF",
"defaultCaption": "<id>"
},
"node.Framework": {
"color": "#DE9BF9",
"border-color": "#BF85D6",
"text-color-internal": "#FFFFFF",
"caption": "{name}"
},
"node.Language": {
"color": "#ffff00",
"border-color": "#E0849B",
"text-color-internal": "#FFFFFF",
"caption": "{name}"
}
}