theme.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": 2,
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "slug": "foreground",
  8. "color": "#E2E4E8",
  9. "name": "Foreground",
  10. "default": "#ffffff"
  11. },
  12. {
  13. "slug": "background",
  14. "color": "#001844",
  15. "name": "Background",
  16. "default": "#000000"
  17. }
  18. ]
  19. },
  20. "custom": {
  21. "color": {
  22. "foreground": "var(--wp--preset--color--foreground)",
  23. "background": "var(--wp--preset--color--background)",
  24. "primary": "var(--wp--preset--color--foreground)",
  25. "secondary": "var(--wp--preset--color--foreground)",
  26. "tertiary": "var(--wp--preset--color--background)"
  27. }
  28. }
  29. },
  30. "styles": {
  31. "typography": {
  32. "fontFamily": "var:preset|font-family|roboto"
  33. }
  34. }
  35. }