themes-wordpress/lynx/theme.json

267 lines
5.3 KiB
JSON
Raw Permalink Normal View History

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 10:44:24 +00:00
{
"version": 2,
"customTemplates": [
{
"name": "blank",
"title": "Blank",
"postTypes": [
"page",
"post"
]
}
],
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{
"slug": "primary",
"color": "#113AF5",
"name": "Primary"
},
{
"slug": "tertiary",
"color": "#D9D9D9",
"name": "Tertiary"
},
{
"slug": "foreground",
"color": "#1E1E1E",
"name": "Foreground"
},
{
"slug": "background",
"color": "#FFFFFF",
"name": "Background"
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 10:44:24 +00:00
}
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 10:44:24 +00:00
]
},
"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": {
"fluid": true,
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 10:44:24 +00:00
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
}
],
"fontSizes": [
{
"fluid": {
"max": "1.125rem",
"min": ".875rem"
},
"name": "Extra Small",
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 10:44:24 +00:00
"size": "1rem",
"slug": "x-small"
},
{
"fluid": {
"max": "1.25rem",
"min": "1rem"
},
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 10:44:24 +00:00
"size": "1.125rem",
"slug": "small"
},
{
"fluid": {
"max": "1.5rem",
"min": "1.125rem"
},
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 10:44:24 +00:00
"size": "1.3rem",
"slug": "medium"
},
{
"fluid": {
"max": "2rem",
"min": "1.5rem"
},
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 10:44:24 +00:00
"size": "1.75rem",
"slug": "large"
},
{
"fluid": {
"max": "2.75rem",
"min": "2rem"
},
"size": "2.5rem",
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 10:44:24 +00:00
"slug": "x-large"
},
{
"fluid": {
"max": "4rem",
"min": "2.875rem"
},
"name": "Huge",
"size": "3rem",
"slug": "xx-large"
},
{
"fluid": {
"max": "10rem",
"min": "6rem"
},
"name": "Gigantic",
"size": "8rem",
"slug": "xxx-large"
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 10:44:24 +00:00
}
]
},
"layout": {
"contentSize": "650px",
"wideSize": "1000px"
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "2px",
"width": "2px"
},
"color": {
"background": "var(--wp--preset--color--foreground)",
"text": "var(--wp--preset--color--background)"
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 10:44:24 +00:00
},
"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": "var(--wp--preset--color--background)",
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 10:44:24 +00:00
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--xx-large)"
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 10:44:24 +00:00
}
},
"h2": {
"typography": {
"lineHeight": "var(--wp--custom--typography--line-height--small)",
"fontSize": "var(--wp--preset--font-size--x-large)"
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 10:44:24 +00:00
}
},
"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"
}
]
}