themes-wordpress/lowfi/styles/wheat.json
2024-02-20 16:59:34 -03:00

26 lines
409 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "Wheat",
"settings": {
"color": {
"palette": [
{
"color": "#99632A",
"name": "Base",
"slug": "base"
},
{
"color": "#FFF2D3",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#FFF2D3e6",
"name": "Accent / Two",
"slug": "accent-two"
}
]
}
}
}