red.json 820 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Red",
  5. "settings": {
  6. "color": {
  7. "palette": [
  8. {
  9. "color": "#E4FFF5",
  10. "name": "Primary",
  11. "slug": "primary"
  12. },
  13. {
  14. "color": "#E4FFF5",
  15. "name": "Foreground",
  16. "slug": "foreground"
  17. },
  18. {
  19. "color": "#B7253F",
  20. "name": "Background",
  21. "slug": "background"
  22. },
  23. {
  24. "color": "#dc2f4e",
  25. "name": "Tertiary",
  26. "slug": "tertiary"
  27. }
  28. ]
  29. }
  30. }
  31. }