theme.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 3,
  4. "settings": {
  5. "appearanceTools": true,
  6. "color": {
  7. "defaultDuotone": false,
  8. "defaultGradients": false,
  9. "defaultPalette": false,
  10. "custom": false,
  11. "palette": [
  12. {
  13. "color": "#ffffff",
  14. "name": "Base",
  15. "slug": "base"
  16. },
  17. {
  18. "color": "#f1f1f1",
  19. "name": "Off Base",
  20. "slug": "off-base"
  21. },
  22. {
  23. "color": "#a3b2ca",
  24. "name": "Accent 1",
  25. "slug": "accent-1"
  26. },
  27. {
  28. "color": "#19458c",
  29. "name": "Accent 2",
  30. "slug": "accent-2"
  31. },
  32. {
  33. "color": "#1d3863",
  34. "name": "Accent 3",
  35. "slug": "accent-3"
  36. },
  37. {
  38. "color": "#1c2a40",
  39. "name": "Accent 4",
  40. "slug": "accent-4"
  41. },
  42. {
  43. "color": "#dbe3e2",
  44. "name": "Accent 5",
  45. "slug": "accent-5"
  46. },
  47. {
  48. "color": "#519c95",
  49. "name": "Accent 6",
  50. "slug": "accent-6"
  51. },
  52. {
  53. "color": "#008578",
  54. "name": "Accent 7",
  55. "slug": "accent-7"
  56. },
  57. {
  58. "color": "#d9b48f",
  59. "name": "Accent 8",
  60. "slug": "accent-8"
  61. },
  62. {
  63. "color": "#870000",
  64. "name": "Accent 9",
  65. "slug": "accent-9"
  66. },
  67. {
  68. "color": "#333333",
  69. "name": "Accent 10",
  70. "slug": "accent-10"
  71. },
  72. {
  73. "color": "#0a0a0a",
  74. "name": "Contrast",
  75. "slug": "contrast"
  76. },
  77. {
  78. "color": "color-mix(in srgb, currentColor 20%, transparent)",
  79. "name": "Accent 6",
  80. "slug": "accent-6"
  81. }
  82. ]
  83. },
  84. "typography": {
  85. "writingMode": true,
  86. "defaultFontSizes": false,
  87. "fluid": true,
  88. "fontSizes": [
  89. {
  90. "fluid": false,
  91. "name": "Small",
  92. "size": "0.875rem",
  93. "slug": "small"
  94. },
  95. {
  96. "fluid": {
  97. "max": "1.125rem",
  98. "min": "1rem"
  99. },
  100. "name": "Medium",
  101. "size": "1rem",
  102. "slug": "medium"
  103. },
  104. {
  105. "fluid": {
  106. "max": "1.375rem",
  107. "min": "1.125rem"
  108. },
  109. "name": "Large",
  110. "size": "1.38rem",
  111. "slug": "large"
  112. },
  113. {
  114. "fluid": {
  115. "max": "2rem",
  116. "min": "1.75rem"
  117. },
  118. "name": "Extra Large",
  119. "size": "1.75rem",
  120. "slug": "x-large"
  121. },
  122. {
  123. "fluid": {
  124. "max": "3rem",
  125. "min": "2.15rem"
  126. },
  127. "name": "Extra Extra Large",
  128. "size": "2.15rem",
  129. "slug": "xx-large"
  130. }
  131. ],
  132. "fontFamilies": [
  133. {
  134. "name": "Manrope",
  135. "slug": "manrope",
  136. "fontFamily": "Manrope, sans-serif",
  137. "fontFace": [
  138. {
  139. "src": [
  140. "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
  141. ],
  142. "fontWeight": "200 800",
  143. "fontStyle": "normal",
  144. "fontFamily": "Manrope"
  145. }
  146. ]
  147. },
  148. {
  149. "name": "Century Gothic",
  150. "slug": "century-gothic",
  151. "fontFamily": "Century Gothic, sans-serif",
  152. "fontFace": [
  153. {
  154. "src": [
  155. "file:./assets/fonts/Century-Gothic.woff2"
  156. ],
  157. "fontWeight": "400",
  158. "fontStyle": "normal",
  159. "fontFamily": "Century Gothic"
  160. },
  161. {
  162. "src": [
  163. "file:./assets/fonts/Century-Gothic-Bold.woff2"
  164. ],
  165. "fontWeight": "700",
  166. "fontStyle": "bold",
  167. "fontFamily": "Century Gothic"
  168. }
  169. ]
  170. },
  171. {
  172. "name": "Fira Code",
  173. "slug": "fira-code",
  174. "fontFamily": "\"Fira Code\", monospace",
  175. "fontFace": [
  176. {
  177. "src": [
  178. "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
  179. ],
  180. "fontWeight": "300 700",
  181. "fontStyle": "normal",
  182. "fontFamily": "\"Fira Code\""
  183. }
  184. ]
  185. }
  186. ]
  187. }
  188. }
  189. }