theme.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "version": 2,
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "slug": "primary",
  8. "color": "#676767",
  9. "name": "Primary",
  10. "default": "#676767"
  11. },
  12. {
  13. "slug": "foreground",
  14. "color": "#222222",
  15. "name": "Foreground",
  16. "default": "#222222"
  17. },
  18. {
  19. "slug": "background",
  20. "color": "#ffffff",
  21. "name": "Background",
  22. "default": "#ffffff"
  23. },
  24. {
  25. "slug": "tertiary",
  26. "color": "#ecf2f3",
  27. "name": "Tertiary",
  28. "default": "#F0F0F0"
  29. }
  30. ]
  31. },
  32. "custom": {
  33. "color": {
  34. "foreground": "var(--wp--preset--color--foreground)",
  35. "background": "var(--wp--preset--color--background)",
  36. "primary": "var(--wp--preset--color--foreground)",
  37. "secondary": "var(--wp--preset--color--foreground)",
  38. "tertiary": "var(--wp--preset--color--tertiary)"
  39. }
  40. },
  41. "layout": {
  42. "contentSize": "670px",
  43. "wideSize": "968px"
  44. }
  45. },
  46. "styles": {
  47. "blocks": {
  48. "core/heading": {
  49. "typography": {
  50. "fontFamily": "var:preset|font-family|libre-baskerville"
  51. }
  52. },
  53. "core/paragraph": {
  54. "color": {
  55. "text": "var(--wp--preset--color--primary)"
  56. }
  57. },
  58. "core/post-title": {
  59. "typography": {
  60. "fontFamily": "var:preset|font-family|libre-baskerville"
  61. }
  62. },
  63. "core/navigation": {
  64. "typography": {
  65. "fontSize": "var(--wp--preset--font-size--small)"
  66. }
  67. },
  68. "core/site-title": {
  69. "typography": {
  70. "fontSize": "40px"
  71. }
  72. }
  73. }
  74. }
  75. }