-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
102 lines (101 loc) · 2.37 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
{
"version": 2,
"settings": {
"layout": {
"contentSize": "960px"
},
"typography": {
"customFontSize": false,
"dropCap": false,
"fontWeight": false,
"lineHeight": false,
"fontStyle": false,
"fontSizes": [],
"fontFamilies": [
{
"fontFamily": "Garamond, Times, Palatino, serif",
"name": "Serif System Font",
"slug": "serif-system-font"
}
],
"letterSpacing": false,
"textTransform": false
},
"color": {
"custom": false,
"customGradient": false,
"defaultGradients": false,
"customDuotone": false,
"link": false,
"background": false,
"defaultPalette": false,
"palette": [
{
"slug": "brand1",
"color": "#696969",
"name": "Brand 1"
},
{
"slug": "brand2",
"color": "#777777",
"name": "Brand 2"
},
{
"slug": "brand3",
"color": "#fff",
"name": "Brand 3"
},
{
"slug": "brand4",
"color": "#f2f5f6",
"name": "Brand 4"
},
{
"slug": "brand1serif",
"color": "rgb(22,22,22)",
"name": "Brand 1 Serif"
},
{
"slug": "brand2serif",
"color": "rgb(255,51,0)",
"name": "Brand 2 Serif"
}
]
},
"spacing": {
"padding": false,
"margin": false,
"units": []
},
"border": {
"color": false,
"radius": false,
"style": false,
"width": false
},
"blocks": {
"core/paragraph": {
"color": {
"background": false
}
},
"core/list": {
"color": {
"background": false,
"customGradient": false
}
},
"core/button": {
"border": {
"radius": false
}
}
}
},
"styles": {
"typography": {
"fontFamily": "'Helvetica Neue', Helvetica, -apple-system, Arial, sans-serif",
"lineHeight": "1.6"
}
}
}