themes-wordpress/videomaker/theme.json

204 lines
3.9 KiB
JSON
Raw Normal View History

{
"$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--primary)",
"secondary": "var(--wp--preset--color--secondary)",
"tertiary": "var(--wp--preset--color--tertiary)"
},
"fontSizes": {
"x-small": "1rem",
"normal": "1.125rem"
},
"gap": {
"baseline": "10px"
}
},
"layout": {
"contentSize": "800px",
"wideSize": "1300px"
},
"typography": {
"fontSizes": [
{
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"name": "Medium",
"size": "1.5625rem",
"slug": "medium"
},
{
"name": "Large",
"size": "2.8125rem",
"slug": "large"
},
{
"name": "Extra Large",
"size": "3.75rem",
"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)"
}
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|inter"
}
}
}