-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
29 lines (29 loc) · 835 Bytes
/
Copy paththeme.json
File metadata and controls
29 lines (29 loc) · 835 Bytes
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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"custom": true,
"customDuotone": true,
"customGradient": true,
"defaultPalette": true,
"defaultGradients": true,
"link": true,
"palette": [
{ "slug": "accent", "color": "#e6926b", "name": "Accent" },
{ "slug": "accent-contrast", "color": "#1a0c05", "name": "Accent contrast" },
{ "slug": "background", "color": "#0a0c11", "name": "Background" },
{ "slug": "surface", "color": "#10131a", "name": "Surface" },
{ "slug": "foreground", "color": "#e7ebf2", "name": "Foreground" },
{ "slug": "muted", "color": "#99a2b2", "name": "Muted" }
]
},
"typography": {
"customFontSize": true,
"lineHeight": true
},
"spacing": {
"units": [ "px", "em", "rem", "%", "vh", "vw" ]
}
}
}