-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
70 lines (70 loc) · 1.17 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"palette": [
{
"color": "#111111",
"name": "Base",
"slug": "base"
},
{
"color": "#1d1d1d",
"name": "Base / Two",
"slug": "base-2"
},
{
"color": "#ffffff",
"name": "Base / Three",
"slug": "base-3"
},
{
"color": "#ffffff",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#999999",
"name": "Contrast / Two",
"slug": "contrast-2"
},
{
"color": "#000000",
"name": "Contrast / Three",
"slug": "contrast-3"
},
{
"color": "#767676",
"name": "Accent",
"slug": "accent"
},
{
"color": "#ffffff",
"name": "Accent / Two",
"slug": "accent-2"
},
{
"color": "#b5312a",
"name": "Accent / Three",
"slug": "accent-3"
},
{
"color": "#b1c5a4",
"name": "Accent / Four",
"slug": "accent-4"
},
{
"color": "#b5bdbc",
"name": "Accent / Five",
"slug": "accent-5"
}
]
}
},
"styles": {
},
"customTemplates": {},
"templateParts": {},
"patterns": []
}