red.json 895 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Red",
  5. "settings": {
  6. "border": {
  7. "color": true,
  8. "radius": true,
  9. "style": true,
  10. "width": true
  11. },
  12. "color": {
  13. "custom": true,
  14. "customGradient": true,
  15. "link": true,
  16. "duotone": [
  17. {
  18. "colors": [
  19. "#212121",
  20. "#E1C7C8"
  21. ],
  22. "name": "Default filter",
  23. "slug": "default-filter"
  24. }
  25. ],
  26. "palette": [
  27. {
  28. "color": "#212121",
  29. "name": "Primary",
  30. "slug": "primary"
  31. },
  32. {
  33. "color": "#ffffff",
  34. "name": "Secondary",
  35. "slug": "secondary"
  36. },
  37. {
  38. "color": "#212121",
  39. "name": "Foreground",
  40. "slug": "foreground"
  41. },
  42. {
  43. "color": "#E1C7C8",
  44. "name": "Background",
  45. "slug": "background"
  46. },
  47. {
  48. "color": "#743D3F",
  49. "name": "Tertiary",
  50. "slug": "tertiary"
  51. }
  52. ]
  53. }
  54. }
  55. }