fall.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "title": "Fall",
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#252525",
  8. "name": "Primary",
  9. "slug": "primary"
  10. },
  11. {
  12. "color": "#FFEBE1",
  13. "name": "Secondary",
  14. "slug": "secondary"
  15. },
  16. {
  17. "color": "#252525",
  18. "name": "Foreground",
  19. "slug": "foreground"
  20. },
  21. {
  22. "color": "#a27f5b",
  23. "name": "Background",
  24. "slug": "background"
  25. },
  26. {
  27. "color": "#442E16",
  28. "name": "Tertiary",
  29. "slug": "tertiary"
  30. }
  31. ]
  32. }
  33. },
  34. "styles": {
  35. "blocks": {
  36. "core/site-title": {
  37. "color": {
  38. "text": "var(--wp--preset--color--secondary)"
  39. }
  40. },
  41. "core/site-tagline": {
  42. "color": {
  43. "text": "var(--wp--preset--color--secondary)"
  44. }
  45. },
  46. "core/navigation": {
  47. "color": {
  48. "text": "var(--wp--preset--color--secondary)"
  49. }
  50. },
  51. "core/search": {
  52. "color": {
  53. "text": "var(--wp--preset--color--secondary)"
  54. }
  55. }
  56. },
  57. "elements": {
  58. "button": {
  59. "color": {
  60. "text": "var(--wp--preset--color--secondary)"
  61. }
  62. }
  63. }
  64. },
  65. "version": 2,
  66. "$schema": "https://schemas.wp.org/trunk/theme.json"
  67. }