theme.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "version": 1,
  3. "styles": {
  4. "elements": {
  5. "link": {
  6. "color": {
  7. "text": "var:preset|color|custom-superdark"
  8. }
  9. }
  10. },
  11. "blocks": {
  12. "core/heading": {
  13. "typography": {
  14. "fontStyle": "normal",
  15. "lineHeight": "1.4",
  16. "fontWeight": "300"
  17. }
  18. },
  19. "core/post-title": {
  20. "typography": {
  21. "lineHeight": "1.4"
  22. }
  23. },
  24. "core/site-tagline": {
  25. "typography": {
  26. "letterSpacing": "4px"
  27. }
  28. }
  29. },
  30. "typography": {
  31. "fontFamily": "var:preset|font-family|inter",
  32. "fontStyle": "normal",
  33. "fontWeight": "400",
  34. "fontSize": "var:preset|font-size|small"
  35. },
  36. "spacing": {
  37. "blockGap": "1.5rem"
  38. }
  39. },
  40. "settings": {
  41. "layout": {
  42. "contentSize": "840px",
  43. "wideSize": "1200px"
  44. },
  45. "color": {
  46. "palette": [
  47. {
  48. "color": "#111111",
  49. "name": "Superdark",
  50. "slug": "custom-superdark"
  51. },
  52. {
  53. "slug": "primary",
  54. "color": "#007cba",
  55. "name": "Primary"
  56. },
  57. {
  58. "slug": "secondary",
  59. "color": "#006ba1",
  60. "name": "Secondary"
  61. },
  62. {
  63. "slug": "foreground",
  64. "color": "#444444",
  65. "name": "Foreground"
  66. },
  67. {
  68. "slug": "background",
  69. "color": "#ffffff",
  70. "name": "Background"
  71. },
  72. {
  73. "slug": "tertiary",
  74. "color": "#F0F0F0",
  75. "name": "Tertiary"
  76. }
  77. ]
  78. }
  79. }
  80. }