-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
394 lines (394 loc) · 10.9 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
{
"$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": {
"color": "var(--wp--preset--color--neutral-100)"
},
"surface": {
"overlay": {
"opacity": "0.1"
}
}
},
"color": {
"customDuotone": true,
"customGradient": true,
"defaultGradients": true,
"defaultPalette": false,
"link": true,
"palette": [
{
"name": "Primary 950",
"slug": "primary-950",
"color": "#083344"
},
{
"name": "Primary 900",
"slug": "primary-900",
"color": "#164e63"
},
{
"name": "Primary 800",
"slug": "primary-800",
"color": "#155e75"
},
{
"name": "Primary 700",
"slug": "primary-700",
"color": "#0e7490"
},
{
"name": "Primary 600",
"slug": "primary-600",
"color": "#0891b2"
},
{
"name": "Primary 500",
"slug": "primary-500",
"color": "#06b6d4"
},
{
"name": "Primary 400",
"slug": "primary-400",
"color": "#22d3ee"
},
{
"name": "Primary 300",
"slug": "primary-300",
"color": "#67e8f9"
},
{
"name": "Primary 200",
"slug": "primary-200",
"color": "#a5f3fc"
},
{
"name": "Primary 100",
"slug": "primary-100",
"color": "#cffafe"
},
{
"name": "Primary 50",
"slug": "primary-50",
"color": "#ecfeff"
},
{
"name": "Primary 25",
"slug": "primary-25",
"color": "#f5feff"
},
{
"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"
}
],
"gradients": [
{
"gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-700) 0%,var(--wp--preset--color--primary-500) 100%)",
"name": "Primary 600/500",
"slug": "primary-600-500"
},
{
"gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-500) 0%,var(--wp--preset--color--primary-300) 100%)",
"name": "Primary 500/300",
"slug": "primary-500-300"
},
{
"gradient": "linear-gradient(180deg,var(--wp--preset--color--transparent) 0%,var(--wp--preset--color--primary-100) 100%)",
"name": "Primary Transparent",
"slug": "primary-transparent"
},
{
"gradient": "linear-gradient(135deg,var(--wp--preset--color--primary-900) 0%,var(--wp--preset--color--neutral-950) 100%)",
"name": "Primary Foreground",
"slug": "primary-foreground"
},
{
"gradient": "linear-gradient(135deg,var(--wp--preset--color--neutral-600) 0%,var(--wp--preset--color--neutral-950) 100%)",
"name": "Body/Heading",
"slug": "body-heading"
},
{
"gradient": "linear-gradient(135deg,var(--wp--preset--color--neutral-100) 0%,var(--wp--preset--color--neutral-200) 100%)",
"name": "Surface/Border",
"slug": "surface-border"
},
{
"gradient": "linear-gradient(0deg,var(--wp--custom--body--background) 50%,transparent 50%)",
"name": "Background/Transparent",
"slug": "background-transparent"
},
{
"gradient": "linear-gradient(180deg,var(--wp--custom--body--background) 50%,transparent 50%)",
"name": "Transparent/Background",
"slug": "transparent-background"
},
{
"gradient": "linear-gradient(90deg,var(--wp--preset--color--neutral-0) 0%,transparent 100%)",
"name": "Fade Left",
"slug": "fade-left"
},
{
"gradient": "linear-gradient(-90deg,var(--wp--preset--color--neutral-0) 0%,transparent 100%)",
"name": "Fade Right",
"slug": "fade-right"
},
{
"gradient": "repeating-conic-gradient(var(--wp--preset--color--neutral-200) 0% 25%, transparent 0% 50%) 50% / 16px 16px",
"name": "Checkerboard",
"slug": "checkerboard"
},
{
"gradient": "conic-gradient(from 90deg at 1px 1px,transparent 90deg,var(--wp--custom--gradient-grid--color,var(--wp--preset--color--neutral-100)) 0) -1px -1px / var(--wp--custom--gradient-grid--size,40px) var(--wp--custom--gradient-grid--size,40px)",
"name": "Grid",
"slug": "grid"
},
{
"gradient": "linear-gradient(-135deg,var(--wp--preset--color--primary-500) 0%,var(--wp--preset--color--primary-600) 100%)",
"name": "Primary",
"slug": "primary"
},
{
"gradient": "radial-gradient(50% 50% at 50% 0%, var(--wp--preset--color--primary-100) 0%, transparent 100%)",
"name": "Light",
"slug": "light"
},
{
"gradient": "radial-gradient(50% 50% at 50% 0%, var(--wp--preset--color--primary-900) 0%, transparent 100%),radial-gradient(75% 75% at 50% 50%, var(--wp--preset--color--neutral-900) 0%, var(--wp--preset--color--neutral-900) 100%)",
"name": "Dark",
"slug": "dark"
},
{
"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary-900) 0%, var(--wp--preset--color--neutral-800) 33.3%, var(--wp--preset--color--primary-700) 100%)",
"name": "Text",
"slug": "text"
},
{
"slug": "pie-chart",
"name": "Pie Chart",
"gradient": "conic-gradient(var(--wp--preset--color--neutral-100) 0% 35%, var(--wp--preset--color--primary-500) 35% 60%, var(--wp--preset--color--neutral-0) 60% 100%)"
},
{
"gradient": "linear-gradient(0deg, var(--wp--preset--color--neutral-0) 0%, transparent 100%)",
"name": "Background Transparent Blur",
"slug": "background-transparent-blur"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Inter, var(--wp--preset--font-family--sans-serif)",
"name": "Inter",
"slug": "inter",
"fontFace": [
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontStretch": "normal",
"fontDisplay": "swap",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/inter.woff2"
]
}
]
},
{
"fontFamily": "Inter Tight, var(--wp--preset--font-family--sans-serif)",
"name": "Inter Tight",
"slug": "inter-tight",
"fontFace": [
{
"fontFamily": "Inter Tight",
"fontStyle": "normal",
"fontStretch": "normal",
"fontDisplay": "swap",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/inter-tight.woff2"
]
}
]
},
{
"fontFamily": "JetBrains Mono, var(--wp--preset--font-family--monospace)",
"name": "JetBrains Mono",
"slug": "jetbrains-mono",
"fontFace": [
{
"fontFamily": "JetBrains Mono",
"fontStyle": "normal",
"fontStretch": "normal",
"fontDisplay": "swap",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/jetbrains-mono.woff2"
]
}
]
}
]
}
},
"styles": {
"color": {
"text": "var(--wp--preset--color--neutral-500)"
},
"elements": {
"button": {
"border": {
"radius": "99px"
}
}
}
}
}