503807a297
* 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>
55 lines
No EOL
897 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |