-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy paththeme-settings.json
59 lines (59 loc) · 1.06 KB
/
theme-settings.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
49
50
51
52
53
54
55
56
57
58
59
{
"meta": {},
"theme": {
"code": {
"indentationWidth": 4
},
"colors": {
"text": "",
"text-background": "",
"grid": "",
"article-background": "",
"generic-modal-background": "",
"secondary-label": "",
"header-text": "",
"not-found": {
"input-border": ""
},
"runtime-preview": {
"text": ""
},
"tabnav-item": {
"border-color": ""
},
"svg-icon": {
"fill-light": "",
"fill-dark": ""
},
"loading-placeholder": {
"background": ""
},
"button": {
"text": "",
"light": {
"background": "",
"backgroundHover": "",
"backgroundActive": ""
},
"dark": {
"background": "",
"backgroundHover": "",
"backgroundActive": ""
}
},
"link": null
},
"style": {
"button": {
"borderRadius": null
}
},
"typography": {
"html-font": ""
}
},
"features": {
"docs": {
}
}
}