themes-wordpress/raw/styles/clay.json
Jason Crist abc514dcad
Fix/raw (#7423)
* Removed unused template

* Added missing image asset for home template

* Removed unused color

* Tightened up 404 pattern layout (elimiated empty space)

* Removed unnecessary color assignments (foreground set to foreground, background set to background)

* Converted 'primary' colors (not supplied by theme) to use 'foreground' instead
2023-10-10 14:23:38 -04:00

26 lines
No EOL
417 B
JSON

{
"title": "Clay",
"settings": {
"color": {
"palette": [
{
"color": "#f7f8f2",
"name": "Background",
"slug": "background"
},
{
"color": "#111111",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#707070",
"name": "Secondary",
"slug": "secondary"
}
]
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}