fkinfood/styles/stoll.json
2023-12-23 14:58:28 +01:00

26 lines
429 B
JSON

{
"title": "Stoll",
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#212125",
"name": "Foreground"
},
{
"slug": "background",
"color": "#F6BE0C",
"name": "Background"
},
{
"color": "#FFF",
"name": "Primary",
"slug": "primary"
}
]
}
}
}