-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.json
94 lines (94 loc) · 2.46 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"useRootPaddingAwareAlignments": true,
"custom": {
"color": {
"primary": "#DD93B5",
"secondary": "#F47733",
"tertiary": "#0F5B66",
"error": "#d4351c",
"success": "#00703c",
"focus": "#fd0",
"white": "#fff",
"black": "#000"
},
"layout": {
"contentSize": "1280px",
"wideSize": "1536px"
},
"fontSize": {
"sm": "clamp(14px, 2vw, 16px)",
"base": "clamp(16px, 2vw, 18px)",
"md": "clamp(18px, 2vw, 22px)",
"lg": "clamp(18px, 2vw, 24px)",
"xl": "clamp(20px, 2vw, 26px)",
"2xl": "clamp(22px, 2vw, 28px)",
"3xl": "clamp(28px, 3vw, 36px)",
"4xl": "clamp(30px, 3vw, 51px)"
},
"fontFamily": {
"sans": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
"serif": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif"
},
"lineHeight": {
"none": "1",
"tight": "1.25",
"snug": "1.375",
"normal": "1.5",
"relaxed": "1.625",
"loose": "2"
},
"spacing": {
"base": "4px",
"blockGap": "clamp(calc(var(--wp--custom--spacing--base) * 8), 3vw, calc(var(--wp--custom--spacing--base) * 16))",
"page": "calc(var(--wp--custom--spacing--base) * 6)"
}
},
"color": {
"background": false,
"custom": false,
"customDuotone": false,
"customGradient": false,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"link": false,
"palette": [],
"text": false
},
"layout": {
"contentSize": "var(--wp--custom--layout--content-size)",
"wideSize": "var(--wp--custom--layout--wide-size)"
},
"spacing": {
"blockGap": false,
"margin": true,
"padding": true
},
"typography": {
"customFontSize": false,
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"lineHeight": false,
"textDecoration": false,
"textTransform": false,
"dropCap": false,
"fontSizes": [],
"fontFamilies": []
},
"blocks": {}
},
"styles": {
"spacing": {
"padding": {
"right": "var(--wp--custom--spacing--page)",
"left": "var(--wp--custom--spacing--page)"
}
}
}
}