diff --git a/beep/assets/fonts/roboto-mono_italic_100.ttf b/beep/assets/fonts/roboto-mono_italic_100.ttf new file mode 100644 index 000000000..b33bd28e4 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_100.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_200.ttf b/beep/assets/fonts/roboto-mono_italic_200.ttf new file mode 100644 index 000000000..142bb800b Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_200.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_300.ttf b/beep/assets/fonts/roboto-mono_italic_300.ttf new file mode 100644 index 000000000..acda3b80f Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_300.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_400.ttf b/beep/assets/fonts/roboto-mono_italic_400.ttf new file mode 100644 index 000000000..cf2b5b39c Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_400.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_500.ttf b/beep/assets/fonts/roboto-mono_italic_500.ttf new file mode 100644 index 000000000..03c2f693e Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_500.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_600.ttf b/beep/assets/fonts/roboto-mono_italic_600.ttf new file mode 100644 index 000000000..72b0fc6d9 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_600.ttf differ diff --git a/beep/assets/fonts/roboto-mono_italic_700.ttf b/beep/assets/fonts/roboto-mono_italic_700.ttf new file mode 100644 index 000000000..99299640b Binary files /dev/null and b/beep/assets/fonts/roboto-mono_italic_700.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_100.ttf b/beep/assets/fonts/roboto-mono_normal_100.ttf new file mode 100644 index 000000000..388700f23 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_100.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_200.ttf b/beep/assets/fonts/roboto-mono_normal_200.ttf new file mode 100644 index 000000000..e788efeaf Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_200.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_300.ttf b/beep/assets/fonts/roboto-mono_normal_300.ttf new file mode 100644 index 000000000..f03a2b9e4 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_300.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_400.ttf b/beep/assets/fonts/roboto-mono_normal_400.ttf new file mode 100644 index 000000000..d9371a1bd Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_400.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_500.ttf b/beep/assets/fonts/roboto-mono_normal_500.ttf new file mode 100644 index 000000000..752d0fab7 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_500.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_600.ttf b/beep/assets/fonts/roboto-mono_normal_600.ttf new file mode 100644 index 000000000..06aea97f3 Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_600.ttf differ diff --git a/beep/assets/fonts/roboto-mono_normal_700.ttf b/beep/assets/fonts/roboto-mono_normal_700.ttf new file mode 100644 index 000000000..8eff26c1e Binary files /dev/null and b/beep/assets/fonts/roboto-mono_normal_700.ttf differ diff --git a/beep/functions.php b/beep/functions.php new file mode 100644 index 000000000..abb86fe55 --- /dev/null +++ b/beep/functions.php @@ -0,0 +1,60 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'beep-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'beep_styles' ); diff --git a/beep/parts/footer-page.html b/beep/parts/footer-page.html new file mode 100644 index 000000000..61b3e6e90 --- /dev/null +++ b/beep/parts/footer-page.html @@ -0,0 +1 @@ + diff --git a/beep/parts/footer-post.html b/beep/parts/footer-post.html new file mode 100644 index 000000000..95b2fd0d0 --- /dev/null +++ b/beep/parts/footer-post.html @@ -0,0 +1 @@ + diff --git a/beep/parts/footer.html b/beep/parts/footer.html new file mode 100644 index 000000000..c312906d9 --- /dev/null +++ b/beep/parts/footer.html @@ -0,0 +1 @@ + diff --git a/beep/parts/header.html b/beep/parts/header.html new file mode 100644 index 000000000..218d6e155 --- /dev/null +++ b/beep/parts/header.html @@ -0,0 +1 @@ + diff --git a/beep/parts/navigation.html b/beep/parts/navigation.html new file mode 100644 index 000000000..7fee5d711 --- /dev/null +++ b/beep/parts/navigation.html @@ -0,0 +1 @@ + diff --git a/beep/patterns/404.php b/beep/patterns/404.php new file mode 100644 index 000000000..d18250996 --- /dev/null +++ b/beep/patterns/404.php @@ -0,0 +1,11 @@ + + + +

> Not Found.', 'beep' ); ?>

+ diff --git a/beep/patterns/archive-title.php b/beep/patterns/archive-title.php new file mode 100644 index 000000000..fb269ef1c --- /dev/null +++ b/beep/patterns/archive-title.php @@ -0,0 +1,21 @@ + + + +
+ +

$ =

+ + + + + +

;

+ +
+ diff --git a/beep/patterns/footer-page.php b/beep/patterns/footer-page.php new file mode 100644 index 000000000..baae7d619 --- /dev/null +++ b/beep/patterns/footer-page.php @@ -0,0 +1,38 @@ + + + + + + + + + diff --git a/beep/patterns/footer-post.php b/beep/patterns/footer-post.php new file mode 100644 index 000000000..36d1f8b19 --- /dev/null +++ b/beep/patterns/footer-post.php @@ -0,0 +1,40 @@ + + + + + + + + + + + diff --git a/beep/patterns/footer.php b/beep/patterns/footer.php new file mode 100644 index 000000000..6fc6ae43d --- /dev/null +++ b/beep/patterns/footer.php @@ -0,0 +1,38 @@ + + + + + + + +
+ +
+ + + + + +

WordPress'; + echo sprintf( + esc_html__( 'Designed with %1$s', 'beep' ), + $wordpress_link + );?>

+ + + + + +
+ +
+ diff --git a/beep/patterns/header.php b/beep/patterns/header.php new file mode 100644 index 000000000..f13149748 --- /dev/null +++ b/beep/patterns/header.php @@ -0,0 +1,18 @@ + + + +
+ +

>

+ + + +
+ diff --git a/beep/patterns/navigation.php b/beep/patterns/navigation.php new file mode 100644 index 000000000..703e1f702 --- /dev/null +++ b/beep/patterns/navigation.php @@ -0,0 +1,21 @@ + + + +
+ +

$ = [

+ + + + + + + +
+ diff --git a/beep/patterns/no-results.php b/beep/patterns/no-results.php new file mode 100644 index 000000000..eed1e6f5f --- /dev/null +++ b/beep/patterns/no-results.php @@ -0,0 +1,10 @@ + + +

+ diff --git a/beep/patterns/post-content.php b/beep/patterns/post-content.php new file mode 100644 index 000000000..023b96905 --- /dev/null +++ b/beep/patterns/post-content.php @@ -0,0 +1,21 @@ + + + +

$ = [

+ + + +
+ +
+ + + +

];

+ diff --git a/beep/patterns/post-meta.php b/beep/patterns/post-meta.php new file mode 100644 index 000000000..7f8631cd7 --- /dev/null +++ b/beep/patterns/post-meta.php @@ -0,0 +1,49 @@ + + + +
+ +

$ =

+ + + + + +

;

+ +
+ + + +
+ +

$ =

+ + + + + +

;

+ +
+ + + +
+ +

$ =

+ + + + + +

;

+ +
+ diff --git a/beep/patterns/post-nav.php b/beep/patterns/post-nav.php new file mode 100644 index 000000000..4164b2125 --- /dev/null +++ b/beep/patterns/post-nav.php @@ -0,0 +1,35 @@ + + + +
+ +

$ =

+ + + + + +

;

+ +
+ + + +
+ +

$ =

+ + + + + +

;

+ +
+ diff --git a/beep/patterns/post-title.php b/beep/patterns/post-title.php new file mode 100644 index 000000000..ed2038aa2 --- /dev/null +++ b/beep/patterns/post-title.php @@ -0,0 +1,21 @@ + + + +
+ +

$ =

+ + + + + +

;

+ +
+ diff --git a/beep/patterns/query-title.php b/beep/patterns/query-title.php new file mode 100644 index 000000000..2d89f7462 --- /dev/null +++ b/beep/patterns/query-title.php @@ -0,0 +1,21 @@ + + + +
+ +

$ =

+ + + + + +

;

+ +
+ diff --git a/beep/readme.txt b/beep/readme.txt new file mode 100644 index 000000000..572d788b4 --- /dev/null +++ b/beep/readme.txt @@ -0,0 +1,35 @@ +=== Beep === +Contributors: Automattic +Requires at least: 6.0 +Tested up to: 6.4 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +== Description == + +Inspired by the phrase “code is poetry”, this is a geeky theme designed for those who appreciate the beauty of code. It is a text-heavy theme with a dark palette that plays with the idea of emulating a terminal prompt or code editor. + +== Changelog == + += 1.0.0 = +* Initial release + +== Copyright == + +Beep WordPress Theme, (C) 2023 +Beep is distributed under the terms of the GNU GPL. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +Roboto Mono Font +Licensed under the Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0) +Source: https://fonts.google.com/specimen/Roboto+Mono diff --git a/beep/screenshot.png b/beep/screenshot.png new file mode 100644 index 000000000..c12e9f22d Binary files /dev/null and b/beep/screenshot.png differ diff --git a/beep/style.css b/beep/style.css new file mode 100644 index 000000000..eb9521af4 --- /dev/null +++ b/beep/style.css @@ -0,0 +1,26 @@ +/* +Theme Name: Beep +Theme URI: https://wordpress.com/theme/beep +Author: Automattic +Author URI: https://automattic.com/ +Description: Inspired by the phrase “code is poetry”, this is a geeky theme designed for those who appreciate the beauty of code. It is a text-heavy theme with a dark palette that plays with the idea of emulating a terminal prompt or code editor. +Requires at least: 6.0 +Tested up to: 6.4 +Requires PHP: 5.7 +Version: 1.0.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: beep +Tags: blog, one-column, wide-blocks, block-styles, full-site-editing, rtl-language-support, style-variations, threaded-comments, translation-ready +*/ + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ +.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover { + background-color: var(--wp--preset--color--primary); + border-color: var(--wp--preset--color--primary); + color: var(--wp--preset--color--white); +} diff --git a/beep/styles/condensed.json b/beep/styles/condensed.json new file mode 100644 index 000000000..1b1f7fd27 --- /dev/null +++ b/beep/styles/condensed.json @@ -0,0 +1,39 @@ +{ + "styles": { + "elements": { + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + } +} diff --git a/beep/templates/404.html b/beep/templates/404.html new file mode 100644 index 000000000..cb764beb1 --- /dev/null +++ b/beep/templates/404.html @@ -0,0 +1,11 @@ + + + + + +
+ +
+ + + diff --git a/beep/templates/archive.html b/beep/templates/archive.html new file mode 100644 index 000000000..1608676d4 --- /dev/null +++ b/beep/templates/archive.html @@ -0,0 +1,25 @@ + + + + + + + +
+ +
+ + +
+ + + +
+ + +
+ +
+ + + diff --git a/beep/templates/index.html b/beep/templates/index.html new file mode 100644 index 000000000..64392a487 --- /dev/null +++ b/beep/templates/index.html @@ -0,0 +1,23 @@ + + + + + +
+ +
+ + +
+ + + +
+ + +
+ +
+ + + diff --git a/beep/templates/page.html b/beep/templates/page.html new file mode 100644 index 000000000..b99600860 --- /dev/null +++ b/beep/templates/page.html @@ -0,0 +1,15 @@ + + + + + + + diff --git a/beep/templates/search.html b/beep/templates/search.html new file mode 100644 index 000000000..bebf4ea61 --- /dev/null +++ b/beep/templates/search.html @@ -0,0 +1,27 @@ + + + + + +
+ +
+ + +
+ + + +
+ + + + + + +
+ +
+ + + diff --git a/beep/templates/single.html b/beep/templates/single.html new file mode 100644 index 000000000..207527d98 --- /dev/null +++ b/beep/templates/single.html @@ -0,0 +1,23 @@ + + + + + + + diff --git a/beep/theme.json b/beep/theme.json new file mode 100644 index 000000000..95a7e7c3a --- /dev/null +++ b/beep/theme.json @@ -0,0 +1,559 @@ +{ + "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" +}