26 lines
433 B
JSON
26 lines
433 B
JSON
|
{
|
||
|
"title": "Ernest",
|
||
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||
|
"version": 2,
|
||
|
"settings": {
|
||
|
"color": {
|
||
|
"palette": [
|
||
|
{
|
||
|
"slug": "foreground",
|
||
|
"color": "#000000",
|
||
|
"name": "Foreground"
|
||
|
},
|
||
|
{
|
||
|
"slug": "background",
|
||
|
"color": "#C4BBAA",
|
||
|
"name": "Background"
|
||
|
},
|
||
|
{
|
||
|
"color": "#625E55",
|
||
|
"name": "Primary",
|
||
|
"slug": "primary"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|