themes-wordpress/wp-dos/theme.json
Henrique Iamarino 8cc29719b9
WP-DOS: add theme (#7879)
* WP-DOS: add theme

* WP-DOS: adjusting background image

* WP-DOS: fixing after review

* WP-DOS: Removing failed style variation

---------

Co-authored-by: Henrique 'Foca' Iamarino <henriquefoca@gmail.com>
2024-08-22 10:38:49 +02:00

608 lines
No EOL
12 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"customDuotone": true,
"defaultDuotone": false,
"duotone": [
{
"colors": [
"#272727",
"#B4FB51"
],
"name": "Default",
"slug": "default"
},
{
"colors": [
"#2C2621",
"#FF9933"
],
"name": "Amber",
"slug": "amber"
},
{
"colors": [
"#272727",
"#A6A6A6"
],
"name": "Gray",
"slug": "gray"
},
{
"colors": [
"#FAFAFA",
"#272727"
],
"name": "White",
"slug": "white"
}
],
"palette": [
{
"color": "#272c21",
"name": "Base",
"slug": "base"
},
{
"color": "#b4fb51",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#b4fb51",
"name": "Primary",
"slug": "primary"
},
{
"color": "#b4fb5040",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#272c21",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"layout": {
"contentSize": "880px",
"wideSize": "1200px"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"defaultFontSizes": false,
"fluid": true,
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFace": [
{
"fontFamily": "\"JetBrains Mono\"",
"fontStyle": "normal",
"fontWeight": "300",
"src": "file:./assets/fonts/jetbrains-mono_normal_300.woff2"
},
{
"fontFamily": "\"JetBrains Mono\"",
"fontStyle": "italic",
"fontWeight": "300",
"src": "file:./assets/fonts/jetbrains-mono_italic_300.woff2"
}
],
"fontFamily": "\"JetBrains Mono\", monospace",
"name": "JetBrains Mono",
"slug": "jetbrains-mono"
}
],
"fontSizes": [
{
"fluid": {
"max": "1.0625rem",
"min": "1rem"
},
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.0625rem",
"min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.0625rem",
"min": "1rem"
},
"name": "Large",
"size": "1rem",
"slug": "large"
},
{
"fluid": {
"max": "1.0625rem",
"min": "1rem"
},
"name": "Extra Large",
"size": "1rem",
"slug": "x-large"
}
]
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"background": {
"backgroundImage": {
"id": 1290,
"source": "file",
"src": "file:./assets/images/dos_noise-texture.png",
"title": "dos_noise-texture",
"url": "file:./assets/images/dos_noise-texture.png"
},
"backgroundPosition": "50% 0",
"backgroundSize": ""
},
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/code": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"radius": "0.25rem",
"style": "solid",
"width": "2px"
},
"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)",
"textTransform": "uppercase"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"textTransform": "uppercase"
}
},
"core/comments": {
"spacing": {
"margin": {
"top": "10vh"
}
}
},
"core/cover": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"spacing": {
"padding": {
"top": "var(--wp--preset--spacing--40)"
}
}
},
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)"
},
"typography": {
"lineHeight": "1.5",
"textDecoration": "underline",
"textTransform": "uppercase"
}
},
"core/post-author-name": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
}
},
"core/post-comments-form": {
"spacing": {
"margin": {
"top": "5vh"
}
}
},
"core/post-content": {
"spacing": {
"blockGap": "var(--wp--preset--spacing--20)"
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-excerpt": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/post-terms": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"margin": {
"bottom": "0"
}
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--contrast)",
"style": "solid",
"width": "1px 0"
},
"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--large)",
"fontStyle": "italic"
}
},
"core/query-title": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--40)"
}
}
},
"core/quote": {
"border": {
"bottom": {
"style": "none",
"width": "0px"
},
"color": null,
"left": {
"color": "var(--wp--preset--color--contrast)",
"style": "dotted",
"width": "1px"
},
"right": {
"style": "none",
"width": "0px"
},
"style": null,
"top": {
"style": "none",
"width": "0px"
},
"width": null
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--40)"
}
},
"typography": {
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/search": {
"border": {
"bottom": {
"style": "none",
"width": "0px"
},
"left": {
"style": "none",
"width": "0px"
},
"right": {
"style": "none",
"width": "0px"
},
"top": {
"style": "none",
"width": "0px"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"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--small)",
"fontWeight": "700",
"lineHeight": "1.5"
}
}
},
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
"outline": {
"color": "var(--wp--preset--color--primary)",
"offset": "2px",
"style": "dotted",
"width": "1px"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--base)"
}
},
"border": {
"radius": "0.25rem"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"h6": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"heading": {
"typography": {
"fontWeight": "400",
"lineHeight": "1.125",
"textTransform": "uppercase"
}
},
"link": {
":hover": {
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "underline"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--40)",
"padding": {
"bottom": "0rem",
"left": "0rem",
"right": "0rem",
"top": "0rem"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--jetbrains-mono)",
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "1.5"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}