lasophielle-theme/theme.json

112 lines
2.1 KiB
JSON
Raw Normal View History

2023-02-26 03:15:43 +00:00
{
"settings": {
"color": {
"palette": [
{
"color": "#ffffff",
"name": "Base",
"slug": "base"
},
{
"color": "#1f1f1f",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#eb2b2b",
"name": "Primary",
"slug": "primary"
},
{
"color": "#485fc7",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#4a4a4a",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "4px"
},
"spacing": {
"padding": {
"bottom": "0.5em",
"left": "1em",
"right": "1em",
"top": "0.5em"
}
}
},
"core/navigation": {
"typography": {
"textTransform": "uppercase"
}
},
"core/site-tagline": {
"typography": {
"fontStyle": "normal",
"fontWeight": "200"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var:preset|font-family|ibm-plex-serif",
"fontSize": "var:preset|font-size|x-large",
"fontStyle": "italic",
"fontWeight": "300"
}
}
},
"css": ".current-menu-item {\nfont-weight: bold;\n}",
"elements": {
"button": {
"color": {
"text": "var:preset|color|base"
}
},
"h1": {
"typography": {
"fontSize": "clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem)",
"textTransform": "uppercase"
}
},
"h2": {
"typography": {
"fontSize": "clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem)"
}
},
"h3": {
"typography": {
"fontSize": "clamp(1rem, 1rem + ((1vw - 0.48rem) * 0.24), 1.125rem)"
}
},
"heading": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
}
},
"spacing": {
"padding": {
"bottom": "var(--wp--preset--spacing--40)",
"left": "var(--wp--preset--spacing--30)",
"right": "var(--wp--preset--spacing--30)",
"top": "0px"
}
},
"typography": {
"fontFamily": "var:preset|font-family|ibm-plex-sans"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}