-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
38 lines (38 loc) · 821 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version":2,
"settings": {
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
},
"color": {
"text": false,
"background": true,
"link": false,
"custom": true,
"customDuotone": false,
"customGradient": true,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false
},
"border": {
"color": false,
"radius": false,
"style": false,
"width": false
},
"typography": {
"customFontSize": false,
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"lineHeight": false,
"textDecoration": false,
"textTransform": false,
"dropCap": false,
"fontSizes": []
}
}
}