-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.json
84 lines (80 loc) · 2.56 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
{
"version": 2,
"settings": {
"appearanceTools": false,
"border": {
"color": false,
"radius": false,
"style": false,
"width": false
},
"color": {
"background": true,
"custom": true,
"customDuotone": true,
"customGradient": true,
"defaultGradients": true,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"link": false,
"text": true,
"palette": [
{ "name": "Primary", "slug": "color-1", "color": "var(--color1)" },
{ "name": "Primary Light", "slug": "color-1-light", "color": "var(--color1Light)" },
{ "name": "Secondary", "slug": "color-2", "color": "var(--color2)" },
{ "name": "Secondary Light", "slug": "color-2-light", "color": "var(--color2Light)" },
{ "name": "Tertiary", "slug": "color-3", "color": "var(--color3)" },
{ "name": "Tertiary Light", "slug": "color-3-light", "color": "var(--color3Light)" },
{ "name": "Text", "slug": "text-base", "color": "var(--text)" },
{ "name": "Text Invert", "slug": "text-invert", "color": "var(--textInvert)" },
{ "name": "Gray", "slug": "gray", "color": "var(--gray)" },
{ "name": "Gray Dark", "slug": "gray-dark", "color": "var(--grayDark)" },
{ "name": "Gray Light", "slug": "gray-light", "color": "var(--grayLight)" }
]
},
"custom": {},
"layout": {
"contentSize": "650px",
"wideSize": "1120px"
},
"spacing": {
"blockGap": true,
"margin": false,
"padding": false,
"units": [ "px", "rem", "vh", "vw" ]
},
"typography": {
"customFontSize": true,
"dropCap": true,
"fontFamilies": [],
"fontSizes": [],
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"lineHeight": false,
"textDecoration": false,
"textTransform": false
},
"blocks": {
"core/paragraph": {
"typography": {
"fontSizes": [
{ "name": "Small", "size": "14px", "slug": "small" },
{ "name": "Regular", "size": "16px", "slug": "regular" },
{ "name": "Medium", "size": "18px", "slug": "medium" },
{ "name": "Large", "size": "22px", "slug": "large" },
{ "name": "Huge", "size": "30px", "slug": "huge" }
]
}
},
"core/group": {
"layout": false,
"__experimentalLayout": false,
"supports": {
"__experimentalLayout": false
}
}
}
}
}