...
1classes: {
2 publisher: {
3 style: {
4 stroke-width: 3
5 bold: true
6 stroke-dash: 4
7 font-color: "#54B6AC"
8 stroke: "#54B6AC"
9 animated: true
10 }
11 }
12 subscriber: {
13 style: {
14 stroke-width: 3
15 bold: true
16 stroke-dash: 4
17 stroke: "#F40076"
18 font-color: "#F40076"
19 animated: true
20 }
21 }
22 project: {
23 style: {
24 fill: "#E6E2F3"
25 }
26 }
27
28 # K8s classes
29 cluster: {
30 style: {
31 border-radius: 6
32 fill: "#D3C1D2"
33 fill-pattern: dots
34 }
35 }
36 namespace: {
37 style: {
38 border-radius: 3
39 fill: "#ABC4B0"
40 }
41 }
42}
View as plain text