123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#ffffff",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#85838a",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#f65ef9",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#161616",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#221f22",
- "name": "Tertiary",
- "slug": "tertiary"
- },
- {
- "color": "#272542",
- "name": "Cover Overlay",
- "slug": "custom-cover-overlay"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/button": {
- "color": {
- "background": "var(--wp--preset--color--foreground)",
- "text": "var(--wp--preset--color--background)"
- },
- "variations": {
- "outline": {
- "border": {
- "bottom": {
- "style": "solid",
- "width": "1px"
- },
- "left": {
- "style": "solid",
- "width": "1px"
- },
- "right": {
- "style": "solid",
- "width": "1px"
- },
- "top": {
- "style": "solid",
- "width": "1px"
- }
- }
- }
- }
- },
- "core/comments-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/paragraph": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/post-comments-form": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/post-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/query-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/site-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/term-description": {
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--background)"
- },
- "elements": {
- "button": {
- "color": {
- "text": "var(--wp--preset--color--background)"
- }
- },
- "link": {
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- }
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--manrope)"
- }
- },
- "title": "Variation 2",
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|