clay.json 417 B

1234567891011121314151617181920212223242526
  1. {
  2. "title": "Clay",
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#f7f8f2",
  8. "name": "Background",
  9. "slug": "background"
  10. },
  11. {
  12. "color": "#111111",
  13. "name": "Foreground",
  14. "slug": "foreground"
  15. },
  16. {
  17. "color": "#707070",
  18. "name": "Secondary",
  19. "slug": "secondary"
  20. }
  21. ]
  22. }
  23. },
  24. "version": 2,
  25. "$schema": "https://schemas.wp.org/trunk/theme.json"
  26. }