477e591c9c
* Winkel: Update theme colors. * Winkel: Update theme screenshot.
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "primary",
|
|
"color": "#676767",
|
|
"name": "Primary",
|
|
"default": "#676767"
|
|
},
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#222222",
|
|
"name": "Foreground",
|
|
"default": "#222222"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#ffffff",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#ecf2f3",
|
|
"name": "Tertiary",
|
|
"default": "#F0F0F0"
|
|
}
|
|
]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
"slug": "body-font",
|
|
"name": "Body (System Font)",
|
|
"fontSlug": "system-font"
|
|
},
|
|
{
|
|
"fontFamily": "\"Libre Baskerville\", serif",
|
|
"slug": "heading-font",
|
|
"name": "Heading (Libre Baskerville)",
|
|
"google": "family=Libre+Baskerville:ital,wght@0,400;0,700;1,400",
|
|
"fontSlug": "libre-baskerville"
|
|
}
|
|
]
|
|
},
|
|
"custom": {
|
|
"color": {
|
|
"foreground": "var(--wp--preset--color--foreground)",
|
|
"background": "var(--wp--preset--color--background)",
|
|
"primary": "var(--wp--preset--color--foreground)",
|
|
"secondary": "var(--wp--preset--color--foreground)",
|
|
"tertiary": "var(--wp--preset--color--tertiary)"
|
|
}
|
|
},
|
|
"layout": {
|
|
"contentSize": "670px",
|
|
"wideSize": "968px"
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/paragraph": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--primary)"
|
|
}
|
|
},
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"fontSize": "40px"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|