custard.json 401 B

1234567891011121314151617181920212223242526
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Custard",
  5. "settings": {
  6. "color": {
  7. "palette": [
  8. {
  9. "color": "#ebd29a",
  10. "name": "Base",
  11. "slug": "base"
  12. },
  13. {
  14. "color": "#000000",
  15. "name": "Contrast",
  16. "slug": "contrast"
  17. },
  18. {
  19. "color": "#0000ee",
  20. "name": "Primary",
  21. "slug": "primary"
  22. }
  23. ]
  24. }
  25. }
  26. }