fkinfood/styles/big-blue.json
2023-12-23 14:58:28 +01:00

32 lines
564 B
JSON

{
"title": "Big Blue",
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#FFF",
"name": "Foreground"
},
{
"slug": "background",
"color": "#123DBD",
"name": "Background"
},
{
"color": "#889EDE",
"name": "Primary",
"slug": "primary"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-sans-serif)",
"fontWeight": "400"
}
}
}