### Example theme.json Styles Configuration
Source: https://developer.wordpress.org/themes/global-settings-and-styles/styles
An example demonstrating how to define styles for text and background colors globally, for buttons, and for the core/code block within `theme.json`.
```json
{
"version": 2,
"styles": {
"color": {
"text": "#000000",
"background": "#ffffff"
},
"elements": {
"button": {
"color": {
"text": "#ffffff",
"background": "#000000"
}
}
},
"blocks": {
"core/code": {
"color": {
"text": "#ffffff",
"background": "#000000"
}
}
}
}
}
```
--------------------------------
### Example 404 Template File
Source: https://developer.wordpress.org/themes/templates/templates
This example shows a typical structure for a 404 error template file, including references to template parts and a block pattern.
```html
This is my little home away from home. Here, you will get to know me. I'll share my likes, hobbies, and more. Every now and then, I'll even have something interesting to say in a blog post.
' . get_the_title() . '' ); ?>
'ol', 'short_ping' => true, 'avatar_size' => 74, ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>