
* Videomaker: replace google font by the locally loaded variable version * Videomaker: updating theme.css * Videomaker: using sans-serif as fallback of Inter font * Add a trailing slash to the font URL Co-authored-by: Ben Dwyer <ben@scruffian.com>
256 lines
5 KiB
JSON
256 lines
5 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
|
"version": 1,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#FFFFFF",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#000000",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "primary",
|
|
"color": "#FFFFFF",
|
|
"name": "Primary"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#282828",
|
|
"name": "Tertiary"
|
|
}
|
|
]
|
|
},
|
|
"custom": {
|
|
"button": {
|
|
"border": {
|
|
"color": "var(--wp--custom--color--foreground)",
|
|
"radius": "0",
|
|
"width": "1.5px"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--custom--color--foreground)",
|
|
"text": "var(--wp--custom--color--background)"
|
|
},
|
|
"hover": {
|
|
"color": {
|
|
"text": "var(--wp--custom--color--foreground)",
|
|
"background": "var(--wp--custom--color--background)"
|
|
},
|
|
"border": {
|
|
"color": "var(--wp--custom--color--foreground)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontWeight": 700
|
|
}
|
|
},
|
|
"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)"
|
|
},
|
|
"colorPalettes": [
|
|
{
|
|
"label": "Blue/Yellow",
|
|
"slug": "blue/yellow",
|
|
"colors": {
|
|
"foreground": "#FFFFFF",
|
|
"background": "#0C1525",
|
|
"primary": "#FFEBD9",
|
|
"tertiary": "#1D283D"
|
|
}
|
|
},
|
|
{
|
|
"label": "Olive Green/Light Pink",
|
|
"slug": "olive-green/light-pink",
|
|
"colors": {
|
|
"foreground": "#FFFFFF",
|
|
"background": "#283226",
|
|
"primary": "#FFF1EE",
|
|
"tertiary": "#3B453A"
|
|
}
|
|
},
|
|
{
|
|
"label": "Grey/Mint Green",
|
|
"slug": "grey/mint-green",
|
|
"colors": {
|
|
"foreground": "#FFFFFF",
|
|
"background": "#3D3D3D",
|
|
"primary": "#E7FFDE",
|
|
"tertiary": "#4F4F4F"
|
|
}
|
|
},
|
|
{
|
|
"label": "Light Grey/Bordeaux",
|
|
"slug": "light-grey/bordeaux",
|
|
"colors": {
|
|
"foreground": "#000000",
|
|
"background": "#E3E4E8",
|
|
"primary": "#4E1509",
|
|
"tertiary": "#FAFAFA"
|
|
}
|
|
}
|
|
],
|
|
"fontSizes": {
|
|
"x-small": "16px",
|
|
"normal": "18px"
|
|
},
|
|
"gap": {
|
|
"baseline": "10px"
|
|
}
|
|
},
|
|
"layout": {
|
|
"contentSize": "800px",
|
|
"wideSize": "1300px"
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "\"Inter\", sans-serif",
|
|
"fontSlug": "inter",
|
|
"slug": "body-font",
|
|
"name": "Body (Inter)"
|
|
},
|
|
{
|
|
"fontFamily": "\"Inter\", sans-serif",
|
|
"fontSlug": "inter",
|
|
"slug": "heading-font",
|
|
"name": "Headings (Inter)"
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"name": "Small",
|
|
"size": "16px",
|
|
"slug": "small"
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"size": "25px",
|
|
"slug": "medium"
|
|
},
|
|
{
|
|
"name": "Large",
|
|
"size": "45px",
|
|
"slug": "large"
|
|
},
|
|
{
|
|
"name": "Extra Large",
|
|
"size": "60px",
|
|
"slug": "x-large"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/navigation-link": {
|
|
"color": {
|
|
"background": "transparent",
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
}
|
|
},
|
|
"core/post-date": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/post-terms": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
|
}
|
|
},
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "var(--wp--style--block-gap)",
|
|
"bottom": "var(--wp--style--block-gap)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|