fkinfood/styles/ernest.json

26 lines
433 B
JSON
Raw Normal View History

2023-12-23 13:58:28 +00:00
{
"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"
}
]
}
}
}