themes-wordpress/cookbook/styles/firewatch.json
alaczek 139188ead9
Cookbook: Add theme (#7687)
* Cookbook: Add theme

Add Cookbook theme.

* Comitting provided changes to cookbook

* Ran theme through CBT: cleaned up a few templates, stripped nav references

* Update footer.php

Remove an extra character.

* Update header and footer patterns

Update the text color in the header;
Wrap text in translation function.

* Update home.php

Wrap text in translation function.

---------

Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-06-18 12:57:27 +02:00

50 lines
No EOL
823 B
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#f6f6e6",
"name": "Base",
"slug": "base"
},
{
"color": "#111111",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#111111",
"name": "Primary",
"slug": "primary"
},
{
"color": "#e08d68",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#DB7D51",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--firewatch)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--firewatch)"
}
}
}
},
"title": "Firewatch",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}