themes-wordpress/xanadu/theme.json
2023-12-07 00:38:09 -03:00

524 lines
11 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#ffffff",
"name": "Base",
"slug": "base"
},
{
"color": "#fa053f",
"name": "Primary",
"slug": "primary"
},
{
"color": "#000000",
"name": "Secondary",
"slug": "secondary"
}
]
},
"layout": {
"contentSize": "66vw",
"wideSize": "78vw"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "200",
"src": [
"file:./assets/fonts/crimson-pro_normal_200.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/crimson-pro_normal_300.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/crimson-pro_normal_400.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/crimson-pro_normal_500.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/crimson-pro_normal_600.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/crimson-pro_normal_700.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "800",
"src": [
"file:./assets/fonts/crimson-pro_normal_800.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "900",
"src": [
"file:./assets/fonts/crimson-pro_normal_900.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "200",
"src": [
"file:./assets/fonts/crimson-pro_italic_200.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/crimson-pro_italic_300.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/crimson-pro_italic_400.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/crimson-pro_italic_500.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/crimson-pro_italic_600.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/crimson-pro_italic_700.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "800",
"src": [
"file:./assets/fonts/crimson-pro_italic_800.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "900",
"src": [
"file:./assets/fonts/crimson-pro_italic_900.ttf"
]
}
],
"fontFamily": "Crimson Pro",
"slug": "crimson-pro"
}
],
"fontSizes": [
{
"fluid": {
"max": "1rem",
"min": "0.75rem"
},
"name": "Tiny",
"size": "0.9rem",
"slug": "x-small"
},
{
"fluid": false,
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": false,
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": false,
"name": "Large",
"size": "1.37rem",
"slug": "large"
},
{
"fluid": {
"max": "2.25rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "2rem",
"slug": "x-large"
},
{
"fluid": {
"max": "3rem",
"min": "2.25rem"
},
"name": "Huge",
"size": "2.25rem",
"slug": "xx-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/code": {
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--50)",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontFamily": "monospace",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--30)",
"left": "0",
"right": "0",
"top": "var(--wp--preset--spacing--70)"
}
},
"typography": {
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/post-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"core/post-featured-image": {
"border": {
"radius": "2px"
}
},
"core/post-navigation-link": {
"typography": {
"textTransform": "lowercase"
}
},
"core/post-title": {
"spacing": {
"margin": {
"bottom": "0"
},
"padding": {
"bottom": "0",
"left": "0",
"right": "0",
"top": "0"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"core/pullquote": {
"border": {
"style": "solid",
"width": "1px 0"
},
"elements": {
"cite": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal"
}
}
},
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--50)",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"
}
},
"core/query-pagination": {
"typography": {
"textTransform": "lowercase"
}
},
"core/query-title": {
"typography": {
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 2px"
},
"elements": {
"cite": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"
}
}
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"
}
},
"core/search": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--secondary)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-small)"
}
},
"core/site-title": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontSize": "6rem",
"fontStyle": "normal",
"fontWeight": "500",
"textDecoration": "none",
"textTransform": "lowercase"
}
},
"core/table": {
"css": "& td, & th{padding: var(--wp--preset--spacing--30);} &+figcaption {font-size: var(--wp--preset--font-size--small);text-align: center;}"
}
},
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--secondary)"
},
"elements": {
"button": {
":hover": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
}
},
"border": {
"radius": "2px"
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--base)"
}
},
"caption": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.1"
}
},
"h2": {
"typography": {
"fontSize": "1.45rem",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.1"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.2"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "normal"
}
},
"h6": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "normal"
}
},
"heading": {
"typography": {
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.6",
"textTransform": "none"
}
},
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0",
"left": "0",
"right": "0",
"top": "0"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--crimson-pro)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.3"
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}