-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-evening.json
More file actions
126 lines (126 loc) · 2.28 KB
/
01-evening.json
File metadata and controls
126 lines (126 loc) · 2.28 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
"version": 3,
"title": "Evening",
"settings": {
"color": {
"palette": [
{
"color": "#1B1B1B",
"name": "Base",
"slug": "base"
},
{
"color": "#F0F0F0",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#786D0A",
"name": "Accent 1",
"slug": "accent-1"
},
{
"color": "#442369",
"name": "Accent 2",
"slug": "accent-2"
},
{
"color": "#D1D0EA",
"name": "Accent 3",
"slug": "accent-3"
},
{
"color": "#CBCBCB",
"name": "Accent 4",
"slug": "accent-4"
},
{
"color": "#353535",
"name": "Accent 5",
"slug": "accent-5"
},
{
"color": "#FFFFFF33",
"name": "Accent 6",
"slug": "accent-6"
}
]
}
},
"styles": {
"color": {
"text": "var:preset|color|accent-4"
},
"blocks": {
"core/button": {
"variations": {
"outline": {
"spacing": {
"padding": {
"bottom": "0.6rem",
"left": "1.6rem",
"right": "1.6rem",
"top": "0.6rem"
}
}
}
}
}
},
"elements": {
"button": {
"color": {
"background": "var:preset|color|contrast",
"text": "var:preset|color|base"
},
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)",
"text": "var:preset|color|base"
}
},
"spacing": {
"padding": {
"bottom": "0.6rem",
"left": "1.6rem",
"right": "1.6rem",
"top": "0.6rem"
}
}
}
},
"variations": {
"section-2": {
"elements": {
"button": {
"color": {
"background": "var:preset|color|base",
"text": "var:preset|color|contrast"
},
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)"
}
}
}
}
},
"section-4": {
"elements": {
"button": {
"color": {
"background": "var:preset|color|accent-2",
"text": "var:preset|color|contrast"
},
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
}
}
}
}
}
}
}
}