themes-wordpress/perenne/theme.json

536 lines
11 KiB
JSON
Raw Permalink Normal View History

{
"settings": {
"appearanceTools": true,
"color": {
"custom": true,
"customGradient": true,
"customDuotone": true,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [
{
"colors": [
"#000000",
"#ffffff"
],
"name": "Default filter",
"slug": "default-filter"
}
],
"palette": [
{
"color": "#FAF4E2",
"name": "Base",
"slug": "base"
},
{
"color": "#2D2D2D",
"name": "Primary",
"slug": "primary"
},
{
"color": "#EDE8D4",
"name": "Secondary",
"slug": "secondary"
}
]
},
"layout": {
"contentSize": "800px",
"wideSize": "85vw"
},
"spacing": {
"customSpacingSize": true,
"spacingScale": {
"steps": 0
},
"spacingSizes": [
{
"name": "1",
"size": "0.44rem",
"slug": "20"
},
{
"name": "2",
"size": "0.67rem",
"slug": "30"
},
{
"name": "3",
"size": "1rem",
"slug": "40"
},
{
"name": "4",
"size": "1.5rem",
"slug": "50"
},
{
"name": "4",
"size": "min(2.25rem, 6.5vw)",
"slug": "60"
},
{
"name": "5",
"size": "min(3.38rem, 7vw)",
"slug": "70"
},
{
"name": "6",
"size": "min(5.06rem, 7.5vw)",
"slug": "80"
}
],
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": true,
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "IBM Plex Mono",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/ibm-plex-mono_normal_400.ttf"
]
},
{
"fontFamily": "IBM Plex Mono",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/ibm-plex-mono_italic_400.ttf"
]
}
],
"fontFamily": "IBM Plex Mono",
"slug": "ibm-plex-mono"
}
],
"fontSizes": [
{
"fluid": {
"max": "1.0625rem",
"min": "0.825rem"
},
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.25rem",
"min": "1rem"
},
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Large",
"size": "1.75rem",
"slug": "large"
},
{
"fluid": {
"max": "3rem",
"min": "2.5rem"
},
"name": "Extra Large",
"size": "3rem",
"slug": "x-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/code": {
"color": {
"background": "var(--wp--preset--color--secondary)"
},
"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": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-edit-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
}
},
"core/post-content": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.8"
}
},
"core/post-date": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/post-featured-image": {
"border": {
"radius": "2px"
}
},
"core/post-navigation-link": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/post-terms": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.4",
"textTransform": "uppercase"
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "1px"
},
"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--medium)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.3"
}
},
"core/query-pagination": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/query-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.4"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
},
"elements": {
"cite": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"textTransform": "uppercase"
}
}
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontStyle": "normal"
}
},
"core/search": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/site-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "700"
}
}
},
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--primary)"
},
"css": ".inline-posts-loop{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:space-between;} .inline-posts-loop::after{content:\"\";flex:auto;} .inline-posts-loop li{margin-block-start: 0;}",
"elements": {
"button": {
":hover": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--primary)"
}
},
"border": {
"color": "var(--wp--preset--color--primary)",
"radius": "2px",
"style": "solid",
"width": "1px"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"lineHeight": "1",
"textDecoration": "none"
}
},
"caption": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "italic",
"fontWeight": "400",
"lineHeight": "1"
}
},
"h5": {
"typography": {
"fontSize": "1rem",
"fontStyle": "italic",
"fontWeight": "400",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"h6": {
"typography": {
"fontSize": "0.8rem",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1",
"textTransform": "uppercase"
}
},
"link": {
":focus": {
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "var(--wp--preset--spacing--80)",
"left": "var(--wp--preset--spacing--80)",
"right": "var(--wp--preset--spacing--80)",
"top": "var(--wp--preset--spacing--80)"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.6"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}