12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 2,
- "title": "Red",
- "settings": {
- "border": {
- "color": true,
- "radius": true,
- "style": true,
- "width": true
- },
- "color": {
- "custom": true,
- "customGradient": true,
- "link": true,
- "duotone": [
- {
- "colors": [
- "#212121",
- "#E1C7C8"
- ],
- "name": "Default filter",
- "slug": "default-filter"
- }
- ],
- "palette": [
- {
- "color": "#212121",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#ffffff",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#212121",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#E1C7C8",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#743D3F",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- }
- }
- }
|