-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdegraph-style.json
More file actions
58 lines (58 loc) · 1.14 KB
/
degraph-style.json
File metadata and controls
58 lines (58 loc) · 1.14 KB
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
{
"graph": {
"rankdir": "TB"
},
"node-styles": {
"org.patternfly": {
"type": "box",
"style": "filled,bold,rounded",
"fill-color": "#E7F1FA",
"default-font": {
"size": 14,
"name": "Red Hat Display"
},
"group-id-font": {
"size": 10
}
},
"com.google.elemental2": {
"type": "box",
"style": "rounded",
"color": "darkslateblue",
"default-font": {
"size": 14,
"name": "Red Hat Display",
"color": "darkslateblue"
},
"group-id-font": {
"size": 10
}
},
"org.gwtproject": {
"type": "box",
"style": "rounded",
"color": "darkred",
"default-font": {
"size": 14,
"name": "Red Hat Display",
"color": "darkred"
},
"group-id-font": {
"size": 10
}
},
"org.jboss.elemento": {
"type": "box",
"style": "rounded",
"color": "darkgreen",
"default-font": {
"size": 14,
"name": "Red Hat Display",
"color": "darkgreen"
},
"group-id-font": {
"size": 10
}
}
}
}