themes-wordpress/videomaker/theme.json

262 lines
5.1 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": {
"tiny": "16px"
},
"gap": {
"baseline": "10px"
}
},
"layout": {
"contentSize": "800px",
"wideSize": "1300px"
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Inter\", serif",
"fontSlug": "inter",
"slug": "body-font",
"name": "Body (Inter)",
"google": "family=Inter:wght@100..900"
},
{
"fontFamily": "\"Inter\", serif",
"fontSlug": "inter",
"slug": "heading-font",
"name": "Headings (Inter)",
"google": "family=Inter:wght@100..900"
}
],
"fontSizes": [
{
"name": "Small",
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "25px",
"slug": "medium"
},
{
"name": "Large",
"size": "45px",
"slug": "large"
},
{
"name": "Huge",
"size": "60px",
"slug": "huge"
}
]
}
},
"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--huge)"
}
},
"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)"
}
}
}
}
}
}