themes-wordpress/beep/theme.json
Takashi Irie 35cb6f8e2a
Beep: Add theme (#7514)
* Beep: Add theme

* Beep: Fix the colour of footer template parts

* Beep: Cleanup style variation and improved search no result page.
2023-12-07 00:26:38 -03:00

559 lines
11 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#00E49A",
"name": "Primary",
"slug": "primary"
},
{
"color": "#FB6500",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#FBC300",
"name": "Tertiary",
"slug": "tertiary"
},
{
"color": "#3B3B3B",
"name": "Inactive",
"slug": "inactive"
},
{
"color": "#ffffff",
"name": "White",
"slug": "white"
}
]
},
"layout": {
"contentSize": "80vw",
"wideSize": "92vw"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "100",
"src": [
"file:./assets/fonts/roboto-mono_normal_100.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "200",
"src": [
"file:./assets/fonts/roboto-mono_normal_200.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/roboto-mono_normal_300.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/roboto-mono_normal_400.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/roboto-mono_normal_500.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/roboto-mono_normal_600.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/roboto-mono_normal_700.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "100",
"src": [
"file:./assets/fonts/roboto-mono_italic_100.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "200",
"src": [
"file:./assets/fonts/roboto-mono_italic_200.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/roboto-mono_italic_300.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/roboto-mono_italic_400.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/roboto-mono_italic_500.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/roboto-mono_italic_600.ttf"
]
},
{
"fontFamily": "Roboto Mono",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/roboto-mono_italic_700.ttf"
]
}
],
"fontFamily": "Roboto Mono",
"slug": "roboto-mono"
}
],
"fontSizes": [
{
"fluid": {
"max": "1rem",
"min": "0.75rem"
},
"name": "Tiny",
"size": "0.9rem",
"slug": "x-small"
},
{
"fluid": false,
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": false,
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": false,
"name": "Large",
"size": "1.37rem",
"slug": "large"
},
{
"fluid": {
"max": "2.25rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "2rem",
"slug": "x-large"
},
{
"fluid": {
"max": "3rem",
"min": "2.25rem"
},
"name": "Huge",
"size": "2.25rem",
"slug": "xx-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/code": {
"border": {
"color": "var(--wp--preset--color--white)",
"radius": "2px",
"style": "solid",
"width": "2px"
},
"color": {
"text": "var(--wp--preset--color--white)"
},
"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": "var(--wp--preset--font-family--roboto-mono)"
}
},
"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)",
"textDecoration": "underline"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--30)",
"left": "0",
"right": "0",
"top": "var(--wp--preset--spacing--70)"
}
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation-submenu": {
"color": {
"background": "#000000",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"core/post-content": {
"elements": {
"link": {
":hover": {
"color": {
"text": "#fff"
},
"typography": {
"textDecoration": "underline"
}
},
"color": {
"text": "#fff"
},
"typography": {
"textDecoration": "underline"
}
}
}
},
"core/post-date": {
"typography": {
"textTransform": "none"
}
},
"core/post-title": {
"spacing": {
"margin": {
"bottom": "0"
}
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--inactive)",
"style": "solid",
"width": "0 0 0 5px"
},
"elements": {
"cite": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"
}
}
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"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--foreground)"
}
},
"core/site-title": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontStyle": "normal",
"textDecoration": "none",
"textTransform": "none"
}
},
"core/table": {
"css": "& td, & th{padding: var(--wp--preset--spacing--30);} &+figcaption {font-size: var(--wp--preset--font-size--small);text-align: center;}"
}
},
"color": {
"background": "#000",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--foreground)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--foreground)"
},
"outline": {
"color": "var(--wp--preset--color--secondary)",
"offset": "2px",
"style": "dotted",
"width": "2px"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "#fff"
}
},
"border": {
"radius": "0"
},
"color": {
"background": "#2f2f2f",
"text": "var(--wp--preset--color--background)"
}
},
"caption": {
"color": {
"text": "#8B9399"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h6": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"heading": {
"typography": {
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.6",
"textTransform": "none"
}
},
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--background)"
},
"typography": {
"textDecoration": "none"
}
},
":focus": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"outline": {
"color": "var(--wp--preset--color--foreground)",
"offset": "2px",
"style": "dotted",
"width": "2px"
},
"typography": {
"textDecoration": "none"
}
},
":hover": {
"color": {
"text": "#fff"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "0",
"padding": {
"bottom": "0rem",
"left": "0rem",
"right": "0rem",
"top": "0rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--roboto-mono)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontStyle": "normal",
"fontWeight": "400",
"lineHeight": "1.4"
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Default Footer"
},
{
"area": "footer",
"name": "footer-page",
"title": "Footer on Page"
},
{
"area": "footer",
"name": "footer-post",
"title": "Footer on Post"
},
{
"area": "uncategorized",
"name": "navigation",
"title": "Navigation"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}