-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json
More file actions
48 lines (46 loc) · 835 Bytes
/
Copy pathconfig.json
File metadata and controls
48 lines (46 loc) · 835 Bytes
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
{
"nodes": [
{
"ip": "127.0.0.1",
"port": 3030
}
],
"cors": {
"ip": "127.0.0.1",
"port": 8181
},
"web": {
"palettes": [
{
"type": "dark",
"background": {
"default": "#181818",
"paper": "#212121"
},
"primary": {
"light": "#64b5f6",
"main": "#1976d2",
"dark": "#2196f3"
},
"secondary": {
"light": "#f6685e",
"main": "#f44336",
"dark": "#aa2e25"
}
},
{
"type": "light",
"primary": {
"light": "#64b5f6",
"main": "#2196f3",
"dark": "#1976d2"
},
"secondary": {
"light": "#f6685e",
"main": "#f44336",
"dark": "#aa2e25"
}
}
]
}
}