themes-wordpress/fixmate/theme.json
Henrique Iamarino 8b25faffe5
Fixmate: Add theme (#7992)
* Fixmate: Add theme

* Replace attr_html_e() with esc_attr_e()

---------

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2024-08-01 11:31:31 +02:00

900 lines
No EOL
19 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"customDuotone": true,
"defaultDuotone": false,
"duotone": [
{
"colors": [
"#0F0C0C",
"#FFC702"
],
"name": "Default",
"slug": "default"
},
{
"colors": [
"#0F0C0C",
"#FEACAC"
],
"name": "Rubicund",
"slug": "rubicund"
},
{
"colors": [
"#0F0C0C",
"#C4E461"
],
"name": "Emerald",
"slug": "emerald"
},
{
"colors": [
"#0F0C0C",
"#98E7F2"
],
"name": "Bruised",
"slug": "bruised"
},
{
"colors": [
"#0F0C0C",
"#ffffff"
],
"name": "B&W",
"slug": "bw"
}
],
"palette": [
{
"color": "#ededed",
"name": "Base",
"slug": "base"
},
{
"color": "#0f0c0c",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#222020",
"name": "Primary",
"slug": "primary"
},
{
"color": "#ffc702",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#ffffff",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"layout": {
"contentSize": "800px",
"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": {
"defaultFontSizes": false,
"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": "Bitter Pro",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/bitter-pro_normal_400.ttf"
]
},
{
"fontFamily": "Bitter Pro",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/bitter-pro_italic_400.ttf"
]
},
{
"fontFamily": "Bitter Pro",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/bitter-pro_normal_700.ttf"
]
},
{
"fontFamily": "Bitter Pro",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/bitter-pro_italic_700.ttf"
]
}
],
"fontFamily": "Bitter Pro",
"slug": "bitter-pro"
},
{
"fontFace": [
{
"fontFamily": "Open Runde",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/open-runde_normal_400.woff2"
]
},
{
"fontFamily": "Open Runde",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/open-runde_normal_600.woff2"
]
}
],
"fontFamily": "Open Runde",
"slug": "open-runde"
}
],
"fontSizes": [
{
"fluid": {
"max": "0.8rem",
"min": "0.785rem"
},
"name": "Extra Small",
"size": "0.8rem",
"slug": "x-small"
},
{
"fluid": {
"max": "1rem",
"min": "0.9375rem"
},
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.3125rem",
"min": "1.125rem"
},
"name": "Medium",
"size": "1.3125rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.875rem",
"min": "1.3125rem"
},
"name": "Large",
"size": "1.875rem",
"slug": "large"
},
{
"fluid": {
"max": "2.625rem",
"min": "1.875rem"
},
"name": "Extra Large",
"size": "2.625rem",
"slug": "x-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/avatar": {
"border": {
"radius": "8px"
}
},
"core/button": {
"border": {
"radius": "4px"
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"spacing": {
"padding": {
"bottom": "1rem",
"left": "2rem",
"right": "2rem",
"top": "1rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"core/buttons": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "3px",
"textTransform": "uppercase"
}
},
"core/categories": {
"spacing": {
"padding": {
"left": "1rem",
"right": "1rem"
}
}
},
"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": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem",
"textTransform": "uppercase"
}
},
"core/comment-content": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--newsreader)"
}
},
"core/comment-date": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-tight)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "0rem",
"textDecoration": "none",
"textTransform": "none"
}
},
"core/comment-edit-link": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.75rem",
"letterSpacing": "0.03rem",
"textTransform": "uppercase"
}
},
"core/comment-reply-link": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "0.03rem",
"textDecoration": "none",
"textTransform": "uppercase"
}
},
"core/cover": {
"border": {
"radius": "4px"
}
},
"core/details": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--30)",
"top": "var(--wp--preset--spacing--70)"
}
}
},
"core/image": {
"border": {
"radius": "4px"
},
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "1.5rem"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "0.03rem",
"lineHeight": "1.5"
}
},
"core/page-list": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--hezaedrus)",
"fontSize": "0.81rem",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "0.02rem",
"textTransform": "uppercase"
}
},
"core/paragraph": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"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": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--hezaedrus)",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "400",
"textTransform": "uppercase"
}
},
"core/post-excerpt": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--newsreader)"
}
},
"core/post-featured-image": {
"border": {
"radius": "4px"
}
},
"core/post-navigation-link": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)"
}
},
"core/post-terms": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "700",
"textTransform": "uppercase"
}
},
"core/post-time-to-read": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "0.03rem",
"textTransform": "uppercase"
}
},
"core/post-title": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"margin": {
"bottom": "0"
}
},
"typography": {
"lineHeight": "1.4"
}
},
"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-title": {
"spacing": {
"margin": {
"bottom": "4vh"
}
}
},
"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/read-more": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-tight)",
"fontSize": "0.75rem",
"letterSpacing": "0.05rem",
"textTransform": "uppercase"
}
},
"core/search": {
"border": {
"bottom": {
"style": "none",
"width": "0px"
},
"color": null,
"left": {
"style": "none",
"width": "0px"
},
"radius": "4px",
"right": {
"style": "none",
"width": "0px"
},
"style": null,
"top": {
"style": "none",
"width": "0px"
},
"width": null
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.5"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/site-tagline": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.8rem",
"letterSpacing": "0.03rem",
"lineHeight": "1.5"
}
},
"core/site-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem",
"lineHeight": "1.5",
"textTransform": "uppercase"
}
},
"core/table": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter)"
}
}
},
"color": {
"background": "var(--wp--preset--color--base)",
"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--secondary)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)"
}
},
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.05rem",
"lineHeight": "1.2"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.01rem",
"lineHeight": "1.4"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.4"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.2"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--open-runde)",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1.125"
}
},
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"textDecoration": "underline"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "0"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--bitter-pro)",
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.5"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}