123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "settings": {
- "appearanceTools": true,
- "color": {
- "custom": true,
- "customGradient": true,
- "palette": [
- {
- "color": "#131020",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#f4f4f3",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#131020",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#f4f4f3",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#f4f4f3",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/post-date": {
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- }
- }
- },
- "color": {
- "background": "var:preset|color|secondary",
- "text": "var:preset|color|primary"
- },
- "elements": {
- "button": {
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- "color": {
- "background": "var:preset|color|primary",
- "text": "var:preset|color|secondary"
- }
- },
- "heading": {
- "color": {
- "text": "var:preset|color|foreground"
- }
- },
- "link": {
- "color": {
- "text": "var:preset|color|primary"
- },
- ":hover": {
- "color": {
- "text": "var:preset|color|primary"
- }
- }
- }
- }
- },
- "title": "Light",
- "version": 2,
- "$schema": "https://schemas.wp.org/wp/6.1/theme.json"
- }
|