lightyear.json 656 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#4342f4",
  8. "name": "Primary",
  9. "slug": "primary"
  10. },
  11. {
  12. "color": "#4342f4",
  13. "name": "Secondary",
  14. "slug": "secondary"
  15. },
  16. {
  17. "color": "#4342f4",
  18. "name": "Foreground",
  19. "slug": "foreground"
  20. },
  21. {
  22. "color": "#f7f0ff",
  23. "name": "Background",
  24. "slug": "background"
  25. },
  26. {
  27. "color": "#f7f0ff",
  28. "name": "Tertiary",
  29. "slug": "tertiary"
  30. }
  31. ],
  32. "text": true
  33. },
  34. "useRootPaddingAwareAlignments": true
  35. },
  36. "version": 2,
  37. "$schema": "https://schemas.wp.org/trunk/theme.json"
  38. }