2026-01-07 15:51:27 +00:00

275 lines
4.8 KiB
JSON

{
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#F8F9FA",
"name": "Base",
"slug": "base"
},
{
"color": "#212529",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#007BFF",
"name": "Primary",
"slug": "primary"
},
{
"color": "#E7F3FF",
"name": "Secondary",
"slug": "secondary"
}
]
},
"layout": {
"contentSize": "800px",
"wideSize": "1600px"
},
"spacing": {
"defaultSpacingSizes": false,
"spacingSizes": [
{
"name": "Tiny",
"size": "10px",
"slug": "20"
},
{
"name": "X-Small",
"size": "20px",
"slug": "30"
},
{
"name": "Small",
"size": "30px",
"slug": "40"
},
{
"name": "Regular",
"size": "clamp(30px, 5vw, 50px)",
"slug": "50"
},
{
"name": "Large",
"size": "clamp(30px, 7vw, 70px)",
"slug": "60"
},
{
"name": "X-Large",
"size": "clamp(50px, 7vw, 90px)",
"slug": "70"
},
{
"name": "XX-Large",
"size": "clamp(70px, 10vw, 140px)",
"slug": "80"
}
],
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"writingMode": true,
"defaultFontSizes": false,
"fluid": true,
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.5rem",
"min": "1.2rem"
},
"name": "Medium",
"size": "1.2rem",
"slug": "medium"
},
{
"fluid": {
"max": "2rem",
"min": "1.5rem"
},
"name": "Large",
"size": "1.75rem",
"slug": "large"
},
{
"fluid": {
"max": "2.5rem",
"min": "2rem"
},
"name": "Extra Large",
"size": "2.25rem",
"slug": "x-large"
},
{
"fluid": {
"max": "3.5rem",
"min": "2.5rem"
},
"name": "Extra Extra Large",
"size": "3rem",
"slug": "xx-large"
}
],
"fontFamilies": [
{
"name": "Manrope",
"slug": "manrope",
"fontFamily": "Manrope, sans-serif",
"fontFace": [
{
"src": [
"file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
],
"fontWeight": "200 800",
"fontStyle": "normal",
"fontFamily": "Manrope"
}
]
},
{
"name": "Fira Code",
"slug": "fira-code",
"fontFamily": "\"Fira Code\", monospace",
"fontFace": [
{
"src": [
"file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
],
"fontWeight": "300 700",
"fontStyle": "normal",
"fontFamily": "\"Fira Code\""
}
]
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"color": {
"background": "var:preset|color|base",
"text": "var:preset|color|contrast"
},
"spacing": {
"blockGap": "1.5rem",
"padding": {
"left": "var:preset|spacing|50",
"right": "var:preset|spacing|50"
}
},
"typography": {
"fontFamily": "var:preset|font-family|manrope",
"fontSize": "var:preset|font-size|medium",
"fontWeight": "400",
"letterSpacing": "normal",
"lineHeight": "1.6"
},
"blocks": {
"core/button": {
"color": {
"background": "var:preset|color|primary",
"text": "#FFFFFF"
},
"typography": {
"fontSize": "var:preset|font-size|medium"
}
}
},
"elements": {
"link": {
"color": {
"text": "var:preset|color|primary"
},
":hover": {
"color": {
"text": "var:preset|color|contrast"
}
}
},
"h1": {
"typography": {
"fontSize": "var:preset|font-size|xx-large",
"fontWeight": "700"
}
},
"h2": {
"typography": {
"fontSize": "var:preset|font-size|x-large",
"fontWeight": "700"
}
},
"h3": {
"typography": {
"fontSize": "var:preset|font-size|large",
"fontWeight": "700"
}
}
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "header",
"name": "vertical-header",
"title": "Vertical site header"
},
{
"area": "header",
"name": "header-large-title",
"title": "Header with large title"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
},
{
"area": "footer",
"name": "footer-columns",
"title": "Footer Columns"
},
{
"area": "footer",
"name": "footer-newsletter",
"title": "Footer Newsletter"
},
{
"area": "uncategorized",
"name": "sidebar",
"title": "Sidebar"
}
],
"customTemplates": [
{
"name": "page-no-title",
"postTypes": ["page"],
"title": "Page No Title"
}
]
}