jungle.json 591 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "settings": {
  3. "color": {
  4. "palette": [
  5. {
  6. "color": "#daffc3",
  7. "name": "Primary",
  8. "slug": "primary"
  9. },
  10. {
  11. "color": "#a0a79f",
  12. "name": "Secondary",
  13. "slug": "secondary"
  14. },
  15. {
  16. "color": "#a0a79f",
  17. "name": "Foreground",
  18. "slug": "foreground"
  19. },
  20. {
  21. "color": "#202c1e",
  22. "name": "Background",
  23. "slug": "background"
  24. },
  25. {
  26. "color": "#fffdf8",
  27. "name": "Tertiary",
  28. "slug": "tertiary"
  29. }
  30. ]
  31. }
  32. },
  33. "title": "Jungle",
  34. "version": 2,
  35. "$schema": "https://schemas.wp.org/trunk/theme.json"
  36. }