123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#121313",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#44444a",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#2a3faa",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#f2f1f6",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#e8e6f1",
- "name": "Tertiary",
- "slug": "tertiary"
- },
- {
- "color": "#272542",
- "name": "Cover Overlay",
- "slug": "custom-cover-overlay"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "radius": "3px"
- }
- },
- "core/post-terms": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--figtree)"
- }
- },
- "core/post-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "core/query-title": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- },
- "elements": {
- "button": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--figtree)"
- }
- },
- "heading": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--figtree)",
- "fontStyle": "normal",
- "fontWeight": "700"
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--ibm-plex-serif)",
- "fontSize": "1rem"
- }
- },
- "title": "Variation 4",
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|