-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
48 lines (48 loc) · 922 Bytes
/
theme.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
{
"theme": {
"colors": {
"text": {
"primary": "#3b4252",
"secondary": "#4c566a"
},
"gray": {
"50": "#000000",
"100": "#000000"
},
"http": {
"get": "#a3be8c",
"post": "#88c0d0",
"put": "#b48ead",
"delete": "#bf616a"
},
"success": {
"main": "#a3be8c"
},
"error": {
"main": "#bf616a"
}
},
"schema": {
"linesColor": "#ebcb8b",
"requireLabelColor": "#d08770"
},
"sidebar": {
"backgroundColor": "#2e3440",
"textColor": "#e5e9f0",
"activeTextColor": "#eceff4"
},
"rightPanel": {
"textColor": "#ffffff",
"backgroundColor": "#4c566a"
},
"typography": {
"fieldName": {
"color": "#e5e9f0"
},
"code": {
"color": "#d08770",
"backgroundColor": "#4c566a"
}
}
}
}