-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpistacchio-e-cioccolata.json
81 lines (81 loc) · 1.44 KB
/
pistacchio-e-cioccolata.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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "Pistacchio e Cioccolata",
"settings": {
"color": {
"palette": [
{
"name": "Primary",
"color": "#7f9950",
"slug": "primary"
},
{
"slug": "primary-light",
"color": "#aeb973",
"name": "Primary Light"
},
{
"slug": "primary-dark",
"color": "#58782e",
"name": "Primary Dark"
},
{
"color": "#8c6a51",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#b19374",
"name": "Secondary Light",
"slug": "secondary-light"
},
{
"color": "#694a34",
"name": "Secondary Dark",
"slug": "secondary-dark"
},
{
"slug": "black",
"color": "#2E2017",
"name": "Black"
},
{
"slug": "gray-dark",
"color": "#3D3129",
"name": "Gray Dark"
},
{
"slug": "gray",
"color": "#766E69",
"name": "Gray"
},
{
"slug": "gray-light",
"color": "#c8b587",
"name": "Gray Light"
},
{
"slug": "white-smoke",
"color": "#f2e8cf",
"name": "White Smoke"
},
{
"slug": "white",
"color": "#faf5eb",
"name": "White"
},
{
"slug": "text-color",
"color": "var(--wp--preset--color--black)",
"name": "Text Color"
},
{
"slug": "background",
"color": "var(--wp--preset--color--white)",
"name": "Background"
}
]
}
}
}