light.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "custom": true,
  6. "customGradient": true,
  7. "palette": [
  8. {
  9. "color": "#131020",
  10. "name": "Primary",
  11. "slug": "primary"
  12. },
  13. {
  14. "color": "#f4f4f3",
  15. "name": "Secondary",
  16. "slug": "secondary"
  17. },
  18. {
  19. "color": "#131020",
  20. "name": "Foreground",
  21. "slug": "foreground"
  22. },
  23. {
  24. "color": "#f4f4f3",
  25. "name": "Background",
  26. "slug": "background"
  27. },
  28. {
  29. "color": "#f4f4f3",
  30. "name": "Tertiary",
  31. "slug": "tertiary"
  32. }
  33. ]
  34. }
  35. },
  36. "styles": {
  37. "blocks": {
  38. "core/post-date": {
  39. "color": {
  40. "text": "var(--wp--preset--color--foreground)"
  41. }
  42. }
  43. },
  44. "color": {
  45. "background": "var:preset|color|secondary",
  46. "text": "var:preset|color|primary"
  47. },
  48. "elements": {
  49. "button": {
  50. ":active": {
  51. "color": {
  52. "background": "var(--wp--preset--color--primary)",
  53. "text": "var(--wp--preset--color--background)"
  54. }
  55. },
  56. ":focus": {
  57. "color": {
  58. "background": "var(--wp--preset--color--primary)",
  59. "text": "var(--wp--preset--color--background)"
  60. }
  61. },
  62. ":hover": {
  63. "color": {
  64. "background": "var(--wp--preset--color--primary)",
  65. "text": "var(--wp--preset--color--background)"
  66. }
  67. },
  68. "color": {
  69. "background": "var:preset|color|primary",
  70. "text": "var:preset|color|secondary"
  71. }
  72. },
  73. "heading": {
  74. "color": {
  75. "text": "var:preset|color|foreground"
  76. }
  77. },
  78. "link": {
  79. "color": {
  80. "text": "var:preset|color|primary"
  81. },
  82. ":hover": {
  83. "color": {
  84. "text": "var:preset|color|primary"
  85. }
  86. }
  87. }
  88. }
  89. },
  90. "title": "Light",
  91. "version": 2,
  92. "$schema": "https://schemas.wp.org/wp/6.1/theme.json"
  93. }