themes-wordpress/hari/theme.json
alaczek dd0debc2e0
Hari: Initial commit. (#5559)
* Hari: Initial commit.

* Moved header customizations from templates to parts

* Updated WP versions

* Update hari/readme.txt

Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-21 20:51:53 +00:00

60 lines
No EOL
2.1 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#702B3D",
"name": "Primary",
"default": "#702B3D"
},
{
"slug": "foreground",
"color": "#1f2421",
"name": "Foreground",
"default": "#000000"
},
{
"slug": "background",
"color": "#fcf2f0",
"name": "Background",
"default": "#ffffff"
},
{
"slug": "tertiary",
"color": "#f2e4e3",
"name": "Tertiary",
"default": "#F0F0F0"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Source Sans Pro\", sans-serif",
"slug": "body-font",
"name": "Body (Source Sans Pro)",
"google": "family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900",
"fontSlug": "source-sans-pro"
},
{
"fontFamily": "\"Bodoni Moda\", serif",
"slug": "heading-font",
"name": "Heading (Bodoni Moda)",
"google": "family=Bodoni+Moda:ital,wght@0,400..900;1,400..900",
"fontSlug": "bodoni-moda"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--primary)",
"secondary": "var(--wp--preset--color--primary)",
"tertiary": "var(--wp--preset--color--tertiary)"
}
}
}
}