themes-wordpress/inversum/theme.json
Henrique Iamarino c233b04548
Inversum: add theme (#7929)
Co-authored-by: Henrique 'Foca' Iamarino <henriquefoca@gmail.com>
2024-07-04 18:03:02 +02:00

709 lines
No EOL
14 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"custom": true,
"customDuotone": true,
"defaultDuotone": false,
"duotone": [
{
"colors": [
"#030201",
"#C6C6C6"
],
"name": "Default",
"slug": "default"
},
{
"colors": [
"#591f59",
"#ccc88f"
],
"name": "Periwinkle",
"slug": "periwinkle"
},
{
"colors": [
"#283959",
"#e59b50"
],
"name": "Nautilus",
"slug": "nautilus"
},
{
"colors": [
"#660022",
"#fc5874"
],
"name": "Maroon",
"slug": "maroon"
},
{
"colors": [
"#2222e5",
"#e5e9ee"
],
"name": "Svensk",
"slug": "svensk"
},
{
"colors": [
"#010302",
"#88878e"
],
"name": "Noir",
"slug": "noir"
},
{
"colors": [
"#f8f7f5",
"#010302"
],
"name": "Noir Inverted",
"slug": "noir-inverted"
}
],
"palette": [
{
"color": "#030201",
"name": "Primary",
"slug": "primary"
},
{
"color": "#fcfcfc",
"name": "Secondary",
"slug": "secondary"
}
]
},
"layout": {
"contentSize": "800px",
"wideSize": "1200px"
},
"spacing": {
"customSpacingSize": true,
"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,
"fluid": true,
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFace": [
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/rubik_normal_300.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/rubik_normal_400.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/rubik_normal_700.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/rubik_italic_400.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/rubik_italic_700.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/rubik_italic_300.ttf"
]
}
],
"fontFamily": "Rubik",
"slug": "rubik"
}
],
"fontSizes": [
{
"fluid": {
"max": "1.0625rem",
"min": "0.825rem"
},
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.25rem",
"min": "1rem"
},
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Large",
"size": "1.75rem",
"slug": "large"
},
{
"fluid": {
"max": "4.8rem",
"min": "4.5rem"
},
"name": "Extra Large",
"size": "4.8rem",
"slug": "x-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/code": {
"border": {
"color": "var(--wp--preset--color--primary)",
"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": "0.8rem",
"textTransform": "uppercase"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "0.8rem",
"textTransform": "uppercase"
}
},
"core/comments": {
"spacing": {
"padding": {
"top": "var(--wp--preset--spacing--40)"
}
}
},
"core/comments-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "300"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--70)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "-0.01rem",
"textTransform": "none"
}
},
"core/post-author": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-content": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)"
},
"typography": {
"lineHeight": "1.6"
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
},
"spacing": {
"margin": {
"bottom": "0",
"top": "0"
},
"padding": {
"bottom": "var(--wp--preset--spacing--40)",
"left": "var(--wp--preset--spacing--40)",
"right": "var(--wp--preset--spacing--40)"
}
}
},
"core/post-terms": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"margin": {
"bottom": "0"
}
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"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-pagination": {
"typography": {
"fontSize": "4.8rem",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "-0.03rem"
}
},
"core/query-pagination-next": {
"typography": {
"lineHeight": "1"
}
},
"core/query-pagination-numbers": {
"typography": {
"lineHeight": "1"
}
},
"core/query-pagination-previous": {
"typography": {
"lineHeight": "1"
}
},
"core/query-title": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--40)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "0.01rem"
}
},
"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": {
"border": {
"bottom": {
"style": "solid",
"width": "2px"
},
"color": null,
"left": {
"style": "solid",
"width": "2px"
},
"radius": "2px",
"right": {
"style": "solid",
"width": "2px"
},
"style": null,
"top": {
"style": "solid",
"width": "2px"
},
"width": null
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--secondary)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.5"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/site-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0rem"
}
}
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--primary)"
},
"css": ".no-underline a{text-decoration: none;}",
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--secondary)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--primary)"
}
},
"border": {
"radius": "0.25rem"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"lineHeight": "1"
}
},
"caption": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "4.8rem",
"letterSpacing": "-0.06rem",
"lineHeight": "1.1"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--large)",
"lineHeight": "1.1"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.2"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "1rem",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontStyle": "normal",
"fontWeight": "300",
"lineHeight": "1"
}
},
"link": {
":focus": {
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--40)",
"padding": {
"bottom": "0px",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "0px"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontSize": "var(--wp--preset--font-size--medium)",
"letterSpacing": "-0.01rem",
"lineHeight": "1.5"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}