grapes.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Grapes",
  5. "settings": {
  6. "color": {
  7. "palette": [
  8. {
  9. "color": "#E1E1C7",
  10. "name": "Base",
  11. "slug": "base"
  12. },
  13. {
  14. "color": "#000000",
  15. "name": "Contrast",
  16. "slug": "contrast"
  17. },
  18. {
  19. "color": "#214F31",
  20. "name": "Primary",
  21. "slug": "primary"
  22. },
  23. {
  24. "color": "#000000",
  25. "name": "Secondary",
  26. "slug": "secondary"
  27. },
  28. {
  29. "color": "#F0EBD2",
  30. "name": "Tertiary",
  31. "slug": "tertiary"
  32. }
  33. ]
  34. }
  35. },
  36. "styles": {
  37. "blocks": {
  38. "core/post-comments": {
  39. "elements": {
  40. "link": {
  41. ":hover": {
  42. "typography": {
  43. "textDecoration": "underline dashed"
  44. }
  45. }
  46. }
  47. }
  48. },
  49. "core/post-date": {
  50. "typography": {
  51. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
  52. "fontStyle": "italic"
  53. }
  54. },
  55. "core/post-terms": {
  56. "typography": {
  57. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
  58. "fontStyle": "italic"
  59. }
  60. },
  61. "core/site-title": {
  62. "typography": {
  63. "textTransform": "lowercase"
  64. }
  65. }
  66. },
  67. "elements": {
  68. "button": {
  69. "border": {
  70. "radius": "9999px"
  71. },
  72. "color": {
  73. "background": "var(--wp--preset--color--primary)",
  74. "text": "var(--wp--preset--color--base)"
  75. },
  76. ":visited": {
  77. "color": {
  78. "text": "var(--wp--preset--color--base)"
  79. }
  80. }
  81. },
  82. "heading": {
  83. "typography": {
  84. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
  85. "fontWeight": "600"
  86. }
  87. },
  88. "link": {
  89. ":hover": {
  90. "typography": {
  91. "textDecoration": "underline dashed"
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }