-
Notifications
You must be signed in to change notification settings - Fork 69
/
styles.json
46 lines (46 loc) · 897 Bytes
/
styles.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
{
"Gene": {
"fill_color": "#02b3e4",
"text_color": "#fafafa"
},
"Compound": {
"fill_color": "#e91e63",
"text_color": "#fafafa"
},
"Anatomy": {
"fill_color": "#4caf50",
"text_color": "#fafafa"
},
"Disease": {
"fill_color": "#875442",
"text_color": "#fafafa"
},
"Symptom": {
"fill_color": "#607d8b",
"text_color": "#fafafa"
},
"Side Effect": {
"fill_color": "#ffeb3b",
"text_color": "#424242"
},
"Biological Process": {
"fill_color": "#fa750f",
"text_color": "#fafafa"
},
"Cellular Component": {
"fill_color": "#fa750f",
"text_color": "#fafafa"
},
"Molecular Function": {
"fill_color": "#fa750f",
"text_color": "#fafafa"
},
"Pathway": {
"fill_color": "#fa750f",
"text_color": "#fafafa"
},
"Pharmacologic Class": {
"fill_color": "#c341d8",
"text_color": "#fafafa"
}
}