-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.json
113 lines (112 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2,
"patterns": [],
"settings": {
"appearanceTools": true,
"useRootPaddingAwareAlignments": true,
"color": {
"custom": true,
"customDuotone": false,
"customGradient": false,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"palette": []
},
"layout": {
"contentSize": "750px",
"wideSize": "1200px"
},
"spacing": {
"blockGap": true,
"margin": true,
"padding": true,
"spacingScale": {
"steps": 0
},
"spacingSizes": [
{
"size": "0.625rem",
"slug": "10",
"name": "10"
},
{
"size": "0.938rem",
"slug": "15",
"name": "15"
},
{
"size": "1.25rem",
"slug": "20",
"name": "20"
},
{
"size": "1.563rem",
"slug": "25",
"name": "25"
},
{
"size": "1.875rem",
"slug": "30",
"name": "30"
},
{
"size": "2.188rem",
"slug": "35",
"name": "35"
},
{
"size": "2.5rem",
"slug": "40",
"name": "40"
}
],
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"custom": {
"onyx": {
"block-gap": "1.5rem"
}
},
"blocks": {
},
"typography": {}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "0px"
}
},
"core/quote": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "italic"
}
}
},
"color": {},
"elements": {},
"spacing": {
"blockGap": "var(--wp--custom--onyx--block-gap)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)",
"fontSize": "var(--wp--preset--font-size--normal)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.5"
}
}
}