themes-wordpress/storia/styles/cream.json
Sarah Norris 503807a297
Storia: add theme (#6949)
* Storia initial commit

* Add default duotone filters to style variations

* Replace images

Replace images with the wrong license, update readme, screenshot, and homepage pattern.

* Add some subject tags to theme tags list

---------

Co-authored-by: alaczek <ola@bodera.com>
2023-04-04 12:12:30 +01:00

55 lines
No EOL
897 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "Cream",
"settings": {
"border": {
"color": true,
"radius": true,
"style": true,
"width": true
},
"color": {
"custom": true,
"customGradient": true,
"link": true,
"duotone": [
{
"colors": [
"#252B39",
"#F9EED4"
],
"name": "Default filter",
"slug": "default-filter"
}
],
"palette": [
{
"color": "#212121",
"name": "Primary",
"slug": "primary"
},
{
"color": "#ffffff",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#212121",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#F9EED4",
"name": "Background",
"slug": "background"
},
{
"color": "#757575",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
}
}