31 lines
517 B
JSON
31 lines
517 B
JSON
{
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#ae1600",
|
|
"name": "Highlight",
|
|
"slug": "highlight"
|
|
},
|
|
{
|
|
"color": "#fffff8",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#222222",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"color": {
|
|
"background": "var(--wp--preset--color--base)",
|
|
"text": "var(--wp--preset--color--contrast)"
|
|
}
|
|
},
|
|
"version": 3,
|
|
"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
|
|
} |