Ansico-WP-Theme/ansico-wp-theme/theme.json

110 lines
3 KiB
JSON
Raw Normal View History

2026-04-16 16:26:39 +00:00
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"layout": {
"contentSize": "760px",
"wideSize": "1200px"
},
"color": {
"defaultPalette": false,
"defaultGradients": false,
"palette": [
{ "slug": "primary", "name": "LinkedIn Blue", "color": "#0a66c2" },
{ "slug": "primary-dark", "name": "Primary Dark", "color": "#084b8a" },
{ "slug": "base", "name": "Base", "color": "#ffffff" },
{ "slug": "contrast", "name": "Contrast", "color": "#000000" },
{ "slug": "border", "name": "Border", "color": "#cfd6df" }
]
},
"spacing": {
"units": ["px", "em", "rem", "%", "vh", "vw"],
"blockGap": true,
"spacingSizes": [
{ "slug": "20", "size": "0.5rem", "name": "XS" },
{ "slug": "30", "size": "0.875rem", "name": "S" },
{ "slug": "40", "size": "1.25rem", "name": "M" },
{ "slug": "50", "size": "2rem", "name": "L" },
{ "slug": "60", "size": "3rem", "name": "XL" }
]
},
"typography": {
"defaultFontSizes": false,
"fontFamilies": [
{
"fontFamily": "'Source Sans 3', sans-serif",
"name": "Source Sans 3",
"slug": "source-sans-3"
}
],
"fontSizes": [
{ "slug": "small", "size": "1rem", "name": "Small" },
{ "slug": "medium", "size": "1.125rem", "name": "Medium" },
{ "slug": "large", "size": "1.5rem", "name": "Large" },
{ "slug": "x-large", "size": "2.25rem", "name": "XL" }
]
}
},
"styles": {
"color": {
"background": "#ffffff",
"text": "#000000"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "1.125rem",
"lineHeight": "1.65"
},
"elements": {
"heading": {
"color": { "text": "#0a66c2" },
"typography": {
"fontWeight": "700",
"lineHeight": "1.2"
}
},
"link": {
"color": { "text": "#0a66c2" }
},
"button": {
"color": {
"background": "#0a66c2",
"text": "#ffffff"
},
"border": { "radius": "0px" },
"spacing": {
"padding": {
"top": "0.75rem",
"bottom": "0.75rem",
"left": "1rem",
"right": "1rem"
}
},
"typography": { "fontWeight": "600" }
}
},
"blocks": {
"core/group": {
"border": { "radius": "0px" }
},
"core/navigation": {
"typography": { "fontWeight": "600" }
},
"core/search": {
"border": { "radius": "0px" }
},
"core/post-title": {
"typography": {
"fontSize": "clamp(2rem, 4vw, 2.75rem)"
}
}
}
},
"templateParts": [
{ "name": "header", "title": "Header", "area": "header" },
{ "name": "footer", "title": "Footer", "area": "footer" },
{ "name": "sidebar", "title": "Sidebar", "area": "uncategorized" }
]
}