themes-wordpress/vitrum/theme.json
2024-06-12 10:31:16 +02:00

503 lines
No EOL
10 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"custom": true,
"customGradient": true,
"duotone": [
{
"colors": [
"#063559",
"#62FF88"
],
"name": "Default",
"slug": "default"
},
{
"colors": [
"#051C2E",
"#D6D7DE"
],
"name": "Neutral",
"slug": "neutral"
},
{
"colors": [
"#39021a",
"#EDE550"
],
"name": "Lemon",
"slug": "lemon"
},
{
"colors": [
"#001472",
"#DA90BD"
],
"name": "Pink",
"slug": "pink"
}
],
"palette": [
{
"color": "#62ff88",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#063559",
"name": "Background",
"slug": "background"
}
]
},
"layout": {
"contentSize": "900px",
"wideSize": "1200px"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"defaultFontSizes": false,
"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": "Inter",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/inter_normal_400.ttf"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/inter_normal_600.ttf"
]
}
],
"fontFamily": "Inter",
"slug": "inter"
}
],
"fontSizes": [
{
"size": "1rem",
"slug": "small"
},
{
"size": "1.125rem",
"slug": "medium"
},
{
"size": "clamp(1.75rem, 3vw, 2rem)",
"slug": "large"
},
{
"size": "clamp(2.5rem, 3vw, 4rem)",
"slug": "x-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/avatar": {
"border": {
"bottom": {
"style": "solid",
"width": "1px"
},
"color": null,
"left": {
"style": "solid",
"width": "1px"
},
"radius": "48px",
"right": {
"style": "solid",
"width": "1px"
},
"style": null,
"top": {
"style": "solid",
"width": "1px"
},
"width": null
},
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/button": {
"border": {
"radius": "3px"
},
"color": {
"background": "var(--wp--preset--color--foreground)",
"text": "var(--wp--preset--color--background)"
},
"spacing": {
"padding": {
"bottom": "16px",
"left": "40px",
"right": "40px",
"top": "16px"
}
},
"typography": {
"fontSize": "0.8rem",
"letterSpacing": "0.03rem",
"textTransform": "uppercase"
},
"variations": {
"outline": {
"spacing": {
"padding": {
"bottom": "16px",
"left": "40px",
"right": "40px",
"top": "16px"
}
}
}
}
},
"core/comment-author-name": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "700"
}
},
"core/comment-content": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/comment-date": {
"typography": {
"fontSize": "0.8rem",
"letterSpacing": "0.02rem"
}
},
"core/comment-edit-link": {
"typography": {
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0.02rem"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0.02rem"
}
},
"core/comments-pagination": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/cover": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/image": {
"border": {
"radius": "4px"
},
"elements": {
"caption": {
"color": {
"text": {
"ref": "styles.color.text"
}
}
}
},
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/navigation": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--60)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/post-comments": {
"spacing": {
"padding": {
"top": "var(--wp--custom--spacing--small)"
}
}
},
"core/post-content": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/post-date": {
"typography": {
"fontSize": "0.8rem"
}
},
"core/post-featured-image": {
"border": {
"radius": "4px"
},
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/post-terms": {
"typography": {
"fontSize": "0.88rem",
"letterSpacing": "0.01rem"
}
},
"core/pullquote": {
"border": {
"width": "1px 0"
}
},
"core/query-pagination": {
"typography": {
"fontSize": "2rem",
"fontStyle": "normal",
"fontWeight": "700"
}
},
"core/query-title": {
"spacing": {
"padding": {
"top": "0"
}
}
},
"core/quote": {
"border": {
"width": "1px"
}
},
"core/search": {
"border": {
"radius": "2px"
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--foreground)"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "0.88rem",
"lineHeight": "1.3"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.03rem",
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"textTransform": "uppercase"
}
},
"core/spacer": {
"spacing": {
"margin": {
"bottom": "0",
"top": "0"
}
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
},
"color": {
"background": "var(--wp--preset--color--foreground)",
"text": "var(--wp--preset--color--background)"
},
"typography": {
"fontFamily": "Inter",
"fontSize": "1rem",
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": "1",
"textDecoration": "none"
}
},
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"letterSpacing": "-0.05rem",
"lineHeight": "1.1"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter)",
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"letterSpacing": "-0.02rem",
"lineHeight": "1.1"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"letterSpacing": "0rem",
"lineHeight": "1.5"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"letterSpacing": "0rem",
"lineHeight": "1.5"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "1rem",
"fontStyle": "normal",
"letterSpacing": "0rem",
"lineHeight": "1.5",
"textTransform": "uppercase"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontSize": "1rem",
"fontStyle": "normal",
"letterSpacing": "0.02rem",
"lineHeight": "1.5",
"textTransform": "uppercase"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"textDecoration": "none"
}
}
},
"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--inter)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.5"
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}