1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "settings": {
- "appearanceTools": true,
- "color": {
- "palette": [
- {
- "color": "#4342f4",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#4342f4",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#4342f4",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#f7f0ff",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#f7f0ff",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "useRootPaddingAwareAlignments": true
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|