-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy paththeme.json
58 lines (58 loc) · 1.28 KB
/
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
49
50
51
52
53
54
55
56
57
58
{
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"border": {
"radius": false,
"color": false,
"style": false,
"width": false
},
"color": {
"custom": false,
"customDuotone": false,
"customGradient": false,
"duotone": [],
"gradients": [],
"link": false,
"palette": [],
"text": false,
"background": false,
"defaultGradients": false,
"defaultPalette": false
},
"layout": {
"contentSize": "var(--content-max-width)",
"wideSize": "var(--content-max-width-wide)"
},
"spacing": {
"margin": false,
"padding": false,
"blockGap": true,
"units": []
},
"typography": {
"customFontSize": false,
"lineHeight": false,
"dropCap": false,
"fluid": false,
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"textDecoration": false,
"textTransform": false,
"fontSizes": [],
"fontFamilies": []
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"spacing": {
"blockGap": "var(--flow-space)",
"padding": {
"left": "var(--container-spacing)",
"right": "var(--container-spacing)"
}
}
}
}