-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
51 lines (51 loc) · 1.34 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"custom": false,
"defaultPalette": false,
"defaultGradients": false,
"customGradient": false,
"link": false,
"text": false,
"palette": [{
"name": "Red",
"slug": "red",
"color": "#990f3d"
},
{
"name": "Blue",
"slug": "blue",
"color": "#0e5499"
},
{
"name": "Green",
"slug": "green",
"color": "#085e66"
},
{
"name": "Black",
"slug": "black",
"color": "#231f20"
},
{
"name": "White",
"slug": "white",
"color": "#fff0e5"
},
{
"name": "Tan",
"slug": "tan",
"color": "#f2dfce"
}
]
},
"typography": {
"customFontSize": false
},
"spacing": {
"padding": false
}
}
}