cyan.json 762 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#004390",
  8. "name": "Primary",
  9. "slug": "primary"
  10. },
  11. {
  12. "color": "#004390",
  13. "name": "Secondary",
  14. "slug": "secondary"
  15. },
  16. {
  17. "color": "#004390",
  18. "name": "Foreground",
  19. "slug": "foreground"
  20. },
  21. {
  22. "color": "#bddfd7",
  23. "name": "Background",
  24. "slug": "background"
  25. },
  26. {
  27. "color": "#f8f8f7",
  28. "name": "Tertiary",
  29. "slug": "tertiary"
  30. }
  31. ]
  32. },
  33. "useRootPaddingAwareAlignments": true
  34. },
  35. "templateParts": [
  36. {
  37. "area": "header",
  38. "name": "header"
  39. },
  40. {
  41. "area": "footer",
  42. "name": "footer"
  43. }
  44. ],
  45. "version": 2,
  46. "$schema": "https://schemas.wp.org/trunk/theme.json"
  47. }