-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
59 lines (59 loc) · 1.61 KB
/
config.json
File metadata and controls
59 lines (59 loc) · 1.61 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
59
{
"CodeLine":{
"font": "14px Ubuntu",
"color": "#919191",
"background-color": "#f4f4f4",
"border": "1px solid #e0e0e0",
"border-radius": "5px",
"focus": {
"color":"#4e4e4e",
"background-color": "white",
"border-color": "#89CFF0"
}
},
"FileExplorer":{
"background-color": "white",
"selection-color": "#a9cce3",
"font": "13px Ubuntu",
"color": "#34495e"
},
"DataViewer":{
"border":"0px solid #dedede",
"hover-color":"#f4f4f4",
"selected-tab-color":"#ebf5fb",
"unselected-tab-color":"#616a6b"
},
"Chart":{
"background":"#f4f4f4",
"data_colors":["#8fc7f1","#edba92","#d89fee","#59f989","#5dade2","#eb984e","#2ecc71","#e74c3c","#f4d03f","#a569bd"],
"frame_color":"#34495e",
"font":"Consolas",
"font_color":"#34495e",
"font_size":9,
"mean_color":"#48B370",
"median_color":"#B03443"
},
"Table":{
"alt-row-color":"#f4f4f4",
"font":"14px Consolas",
"color":"#34495e"
},
"Controls":{
"background-color":"white",
"border":"1px solid #f4f4f4",
"hover-color":"#f4f4f4",
"hover-border":"2px solid #dedede",
"border-radius":"15px"
},
"arguments":{
"font": "13px Ubuntu",
"color": "#919191"
},
"Output":{
"font": "14px Consolas",
"color": "#34495e",
"table":{
"background-color":"#f4f4f4"
}
}
}