themes-wordpress/atrium/theme.json
Henrique 'Foca' Iamarino c85eebec7a Atrium: Fixing after review
2024-07-05 17:32:11 +02:00

736 lines
No EOL
16 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"customGradient": true,
"defaultGradients": false,
"gradients": [
{
"gradient": "linear-gradient(to bottom,var(--wp--preset--color--base) 90%,var(--wp--preset--color--primary) 90%)",
"name": "default gradient",
"slug": "default-gradient"
}
],
"palette": [
{
"color": "#f6f3e9",
"name": "Base",
"slug": "base"
},
{
"color": "#933c1f",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#933c1f",
"name": "Primary",
"slug": "primary"
},
{
"color": "#7e341b",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#f6f3e9",
"name": "Tertiary",
"slug": "tertiary"
}
],
"text": true
},
"layout": {
"contentSize": "960px",
"wideSize": "1200px"
},
"spacing": {
"customSpacingSize": true,
"spacingScale": {
"theme": {
"steps": 0
}
},
"spacingSizes": [
{
"name": "2X-Small",
"size": "0.5rem",
"slug": "20"
},
{
"name": "X-Small",
"size": "clamp(0.5rem, 1vw, 1rem)",
"slug": "30"
},
{
"name": "Small",
"size": "clamp(0.75rem, 1.5vw, 1.5rem)",
"slug": "40"
},
{
"name": "Medium",
"size": "clamp(1rem, 2vw, 2rem)",
"slug": "50"
},
{
"name": "Large",
"size": "clamp(1.5rem, 3vw, 3rem)",
"slug": "60"
},
{
"name": "X-Large",
"size": "clamp(2rem, 4vw, 4rem)",
"slug": "70"
},
{
"name": "2X-Large",
"size": "clamp(3rem, 6vw, 6rem)",
"slug": "80"
}
],
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": true,
"defaultFontSizes": false,
"dropCap": true,
"fluid": true,
"fontFamilies": [
{
"fontFace": [],
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFace": [
{
"fontFamily": "Overused Grotesk",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/overused-grotesk_italic_400.woff2"
]
},
{
"fontFamily": "Overused Grotesk",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/overused-grotesk_normal_400.woff2"
]
},
{
"fontFamily": "Overused Grotesk",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/overused-grotesk_normal_600.woff2"
]
},
{
"fontFamily": "Overused Grotesk",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/overused-grotesk_italic_600.woff2"
]
}
],
"fontFamily": "Overused Grotesk",
"slug": "overused-grotesk"
},
{
"fontFace": [
{
"fontFamily": "Inter Display",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/inter-display_normal_600.ttf"
]
},
{
"fontFamily": "Inter Display",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/inter-display_italic_600.ttf"
]
}
],
"fontFamily": "Inter Display",
"slug": "inter-display"
}
],
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "0.8125rem",
"slug": "small"
},
{
"fluid": {
"max": "0.9375rem",
"min": "0.8125rem"
},
"name": "Medium",
"size": "0.9375rem",
"slug": "medium"
},
{
"fluid": {
"max": "4.5rem",
"min": "4rem"
},
"name": "Large",
"size": "4.5rem",
"slug": "large"
}
],
"fontStyle": true,
"fontWeight": true,
"letterSpacing": true,
"textDecoration": true,
"textTransform": true
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/archives": {
"spacing": {
"padding": {
"bottom": "0rem",
"left": "0",
"right": "0",
"top": "0rem"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/button": {
"border": {
"bottom": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "2px"
},
"left": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "2px"
},
"radius": "4px",
"right": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "2px"
},
"top": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "2px"
}
},
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--40)",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--40)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"core/categories": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--60)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/code": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"radius": "0.25rem",
"style": "solid",
"width": "2px"
},
"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"
}
},
"core/comment-author-name": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-content": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/comment-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-edit-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"core/comments": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--60)",
"top": "var(--wp--preset--spacing--60)"
}
}
},
"core/comments-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/comments-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.5"
}
},
"core/list": {
"spacing": {
"padding": {
"left": "1rem"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.5"
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "0"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "700",
"lineHeight": "1.3",
"textTransform": "none"
}
},
"core/paragraph": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.5"
}
},
"core/post-author-name": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
}
},
"core/post-comments-form": {
"spacing": {
"margin": {
"top": "var(--wp--preset--spacing--70)"
}
}
},
"core/post-content": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)"
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/post-excerpt": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
}
},
"core/post-terms": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px 0"
},
"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": "italic"
}
},
"core/query-no-results": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"core/query-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"core/query-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"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--contrast)"
}
},
"core/site-tagline": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.5"
}
},
"core/site-title": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "700",
"letterSpacing": "-0.11rem",
"lineHeight": "0.75",
"textTransform": "lowercase"
}
}
},
"color": {
"background": "var(--wp--preset--color--tertiary)",
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
"outline": {
"color": "var(--wp--preset--color--primary)",
"offset": "2px",
"style": "dotted",
"width": "1px"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--base)"
}
},
"border": {
"radius": "0.25rem"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
}
},
"caption": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.125",
"textTransform": "uppercase"
}
},
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "1rem",
"padding": {
"bottom": "0rem",
"left": "1rem",
"right": "1rem",
"top": "0rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--overused-grotesk)",
"fontSize": "var(--wp--preset--font-size--medium)",
"letterSpacing": "0.02rem",
"lineHeight": "1.5"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}