-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
232 lines (232 loc) · 5.04 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"customTemplates": [
{
"title": "Blank",
"name": "blank",
"postTypes": [
"page",
"post"
]
},
{
"title": "Full Width",
"name": "full-width",
"postTypes": [
"page",
"post"
]
}
],
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
}
],
"settings": {
"custom": {
"border": {
"radius": "4px"
},
"heading": {
"fontVariationSettings": "\"wdth\" 125"
},
"button": {
"fontVariationSettings": "\"wdth\" 125"
},
"image": {
"borderRadius": "40px"
},
"inlineImage": {
"maxHeight": "0.8em"
},
"icon": {
"color": "var(--wp--preset--color--neutral-900)"
},
"ghost": {
"color": "var(--wp--preset--color--neutral-900)"
},
"subHeading": {
"color": "var(--wp--preset--color--neutral-900)"
}
},
"color": {
"palette": [
{
"name": "Neutral 950",
"slug": "neutral-950",
"color": "#030712"
},
{
"name": "Neutral 900",
"slug": "neutral-900",
"color": "#111827"
},
{
"name": "Neutral 800",
"slug": "neutral-800",
"color": "#1f2937"
},
{
"name": "Neutral 700",
"slug": "neutral-700",
"color": "#374151"
},
{
"name": "Neutral 600",
"slug": "neutral-600",
"color": "#4b5563"
},
{
"name": "Neutral 500",
"slug": "neutral-500",
"color": "#6b7280"
},
{
"name": "Neutral 400",
"slug": "neutral-400",
"color": "#9ca3af"
},
{
"name": "Neutral 300",
"slug": "neutral-300",
"color": "#d1d5db"
},
{
"name": "Neutral 200",
"slug": "neutral-200",
"color": "#e5e7eb"
},
{
"name": "Neutral 100",
"slug": "neutral-100",
"color": "#f3f4f6"
},
{
"name": "Neutral 50",
"slug": "neutral-50",
"color": "#f9fafb"
},
{
"name": "Neutral 0",
"slug": "neutral-0",
"color": "#ffffff"
},
{
"name": "Success 600",
"slug": "success-600",
"color": "#059669"
},
{
"name": "Success 500",
"slug": "success-500",
"color": "#10b981"
},
{
"name": "Success 100",
"slug": "success-100",
"color": "#d1fae5"
},
{
"name": "Warning 600",
"slug": "warning-600",
"color": "#d97706"
},
{
"name": "Warning 500",
"slug": "warning-500",
"color": "#f59e0b"
},
{
"name": "Warning 100",
"slug": "warning-100",
"color": "#feeac7"
},
{
"name": "Error 600",
"slug": "error-600",
"color": "#e11d48"
},
{
"name": "Error 500",
"slug": "error-500",
"color": "#f43f5e"
},
{
"name": "Error 100",
"slug": "error-100",
"color": "#ffe4e6"
},
{
"name": "Transparent",
"slug": "transparent",
"color": "transparent"
},
{
"name": "Current",
"slug": "current",
"color": "currentcolor"
},
{
"name": "Inherit",
"slug": "inherit",
"color": "inherit"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Mona Sans,var(--wp--preset--font-family--sans-serif)",
"name": "Mona Sans",
"slug": "mona-sans",
"fontFace": [
{
"fontFamily": "Mona Sans",
"fontStyle": "normal",
"fontStretch": "normal",
"fontDisplay": "swap",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/mona-sans.woff2"
]
}
]
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--mona-sans)",
"fontSize": "var(--wp--preset--font-size--20)"
},
"elements": {
"button": {
"border": {
"radius": "99px"
},
"color": {
"background": "var(--wp--preset--color--neutral-950)"
}
},
"heading": {
"typography": {
"fontWeight": "var(--wp--custom--font-weight--black)",
"textTransform": "uppercase"
},
"color": {
"text": "var(--wp--preset--color--neutral-950)"
}
}
}
}
}