-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraphConfig.json
130 lines (98 loc) · 3.72 KB
/
graphConfig.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"themes":
{
"default":
{
"constants":
{
"nodeStretch": 0.5,
"edgeSize": 1,
"clusterSize": 1,
"nodeSize": 2,
"minNodeSize": 3,
"maxNodeSize": 15,
"minEdgeSize": 0.1,
"maxEdgeSize": 10,
"maxProfiles": 5
},
"coloring":{
"inactive": "rgba(11, 19, 29, 0.2)",
"active": "rgb(94, 129, 172)",
"edge": "rgba(47, 71, 94, 0.06)",
"inactiveEdge": "rgba(47, 71, 94, 0.03)",
"activeEdge": "#88C0D0",
"origin": "#FFD700",
"clusterActive": "rgba(143, 188, 187, 1)",
"clusterInactive": "rgba(143, 188, 187, 0.2)",
"clusterEdge": "rgba(68, 137, 222, 1)",
"clusterInactiveEdge": "rgba(68, 137, 222, 0.2)",
"protectedCluster": "#A5E2D2",
"button-background": "rgba(143, 187, 188, 0.8)",
"button-color": "rgba(47, 74, 75, 1)",
"background": "#2E445B",
"miniMapBackground": "rgb(46, 68, 100, 0)",
"box": "rgba(143, 187, 188, 0.8)",
"boxText": "black",
"boxTextShadow": "rgb(143, 188, 187)",
"labelColor": "white"
},
"edges": {
"nodeEdges": "line",
"clusterEdges": "dashed"
}
},
"bamboo":
{
"coloring":
{
"inactive": "rgba(110, 154, 66, 0.2)",
"active": "rgba(110, 154, 66, 0.8)",
"edge": "rgba(71, 104, 37, 0.05)",
"inactiveEdge": "rgba(135, 121, 82, 0.03)",
"activeEdge": "rgb(76, 120, 32)",
"origin": "#FFD700",
"clusterActive": "rgb(83, 141, 26)",
"clusterInactive": "rgba(83, 141, 26, 0.2)",
"clusterEdge": "rgba(134, 154, 66, 1)",
"clusterInactiveEdge": "rgba(134, 154, 66, 0.3)",
"protectedCluster": "rgb(110, 154, 66)",
"button-background": "rgba(83, 141, 26, 0.5)",
"button-color": "rgba(41, 70, 13)",
"background": "rgb(44, 103, 5, 0.2)",
"miniMapBackground": "rgb(44, 103, 5, 0)",
"box": "rgba(41, 70, 13, 0.2)",
"boxText": "rgba(0, 0, 0, 0.95)",
"boxTextShadow": "rgb(44, 103, 5, 0.2)",
"labelColor": "black"
}
},
"ruby":
{
"coloring":{
"inactive": "rgba(11, 19, 29, 0.2)",
"active": "rgb(94, 129, 172)",
"edge": "rgba(122,16,70, 0.06)",
"inactiveEdge": "rgba(122,16,70, 0.03)",
"activeEdge": "rgb(216,59,76)",
"origin": "#FFD700",
"clusterActive": "rgba(122,16,69, 1)",
"clusterInactive": "rgba(122,16,69, 0.2)",
"clusterEdge": "rgba(150,16,70, 1)",
"clusterInactiveEdge": "rgba(66,22,11, 1)",
"protectedCluster": "rgba(122,16,69, 1)",
"button-background": "rgba(150,16,69, 0.8)",
"button-color": "rgba(216,59,76, 1)",
"background": "rgb(66,2,2)",
"miniMapBackground": "rgb(70,5,5, 0)",
"box": "rgba(216,59,76, 0.8)",
"boxText": "black",
"boxTextShadow": "white",
"labelColor": "white"
}
}
},
"layouts":
[
"forceDirectedLayout"
]
}