12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "title": "Fall",
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#252525",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#FFEBE1",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#252525",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#a27f5b",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#442E16",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/site-title": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/site-tagline": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/navigation": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/search": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- }
- },
- "elements": {
- "button": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- }
- }
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|