themes-wordpress/lynx/theme.json
alaczek ca302c8e2a
Lynx: Initial commit. (#6392)
* Lynx: Initial commit.

* Update the cloud pattern - specify overlay color.

* Lynx: Update default button style.

* Lunx: Add a Link in Bio pattern with subtle background and related assets.

* Lynx: Add a Link in Bio pattern with colorful buttons and associated assets.

* Lynx: Add a Link in Bio pattern with media on the right, and associated assets.

* Lynx: Add a Link in Bio pattern with background image, and associated assets.

* Lynx: Add a Link in Bio pattern with fixed background image, and associated assets.

* Lynx: Add a Link in Bio pattern with dark background, and associated assets.

* Lynx: Add a Link in Bio pattern with a large heading.

* Lynx: Add a Link in Bio pattern with mesh gradient background, and associated assets.

* Lynx: Add a Link in Bio pattern split horizontally with image on the bottom, and associated assets.

* Lynx: Update link in bio pattern with image on the bottom - remove untranslated text.

* Lynx: Add a Link in Bio pattern with content on the left, and associated assets.

* Lynx: Add a centred Link in Bio pattern with purple background.

* Lynx: Add a Link in Bio pattern with column layout and dark background.

* Lynx: Add a Link in Bio pattern with large heading and column layout, and associated assets.

* Lynx: Add a Link in Bio pattern with media embed block, and associated assets.

* Lynx: Add readme file with all the image sources.

* Update lynx/readme.txt

Co-authored-by: Jeff Ong <jonger4@gmail.com>

* Lynx: Correct file name of the link in bio with audio embed pattern.

* Lynx: Remove index.php as it's not needed in a block theme.

* Lynx: Remove tech specs, since they are no longer meaningful in the context of block themes.

* Lynx: Remove the "Link in Bio with purple background" pattern (for now) because the setup is too complex.

* Lynx: Update theme description.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2022-08-24 20:44:24 +10:00

229 lines
No EOL
4.7 KiB
JSON

{
"version": 2,
"customTemplates": [
{
"name": "blank",
"title": "Blank",
"postTypes": [
"page",
"post"
]
}
],
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{
"slug": "primary",
"color": "#113AF5",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#FFFFFF",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#D9D9D9",
"name": "Tertiary"
},
{
"slug": "foreground",
"color": "#1E1E1E",
"name": "Foreground"
}
]
},
"custom": {
"spacing": {
"small": "max(1.25rem, 2vw)",
"medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
"large": "clamp(4rem, 12vw, 10rem)",
"outer": "var(--wp--custom--spacing--small, 1.25rem)"
},
"typography": {
"line-height": {
"tiny": 1.15,
"small": 1.2,
"medium": 1.4,
"normal": 1.6
}
}
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
}
],
"fontSizes": [
{
"size": "1rem",
"slug": "x-small"
},
{
"size": "1.125rem",
"slug": "small"
},
{
"size": "1.3rem",
"slug": "medium"
},
{
"size": "1.75rem",
"slug": "large"
},
{
"size": "clamp(2.25rem, 6vw, 2.75rem)",
"slug": "x-large"
}
]
},
"layout": {
"contentSize": "650px",
"wideSize": "1000px"
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "2px",
"width": "2px"
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--background)"
},
"spacing": {
"padding": "1.25em 1.15em 1.15em 1.15em"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/post-comments": {
"spacing": {
"padding": {
"top": "var(--wp--custom--spacing--small)"
}
}
},
"core/pullquote": {
"border": {
"width": "1px 0"
}
},
"core/query-title": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"core/quote": {
"border": {
"width": "0 0 0 1px"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)",
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontWeight": "normal"
}
}
},
"color": {
"background": "#fff",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h2": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"h3": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "italic"
}
},
"h4": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--medium)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "italic"
}
},
"h5": {
"typography": {
"textTransform": "uppercase",
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h6": {
"typography": {
"textTransform": "uppercase",
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--foreground)"
}
}
},
"spacing": {
"blockGap": "1.5rem"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)",
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"templateParts": [
{
"name": "header",
"title": "Header",
"area": "header"
},
{
"name": "footer",
"title": "Footer",
"area": "footer"
}
]
}