123456789101112131415161718192021222324252627282930313233343536 |
- {
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#daffc3",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#a0a79f",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#a0a79f",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#202c1e",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#fffdf8",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- }
- },
- "title": "Jungle",
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|