theme.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. {
  2. "version": 2,
  3. "settings": {
  4. "appearanceTools": false,
  5. "border": {
  6. "color": false,
  7. "radius": false,
  8. "style": false,
  9. "width": false
  10. },
  11. "color": {
  12. "background": true,
  13. "custom": true,
  14. "customDuotone": true,
  15. "customGradient": true,
  16. "defaultDuotone": true,
  17. "defaultGradients": true,
  18. "defaultPalette": true,
  19. "duotone": [
  20. {
  21. "name": "Dark grayscale",
  22. "colors": [ "#000000", "#7f7f7f" ],
  23. "slug": "dark-grayscale"
  24. },
  25. {
  26. "name": "Grayscale",
  27. "colors": [ "#000000", "#ffffff" ],
  28. "slug": "grayscale"
  29. },
  30. {
  31. "name": "Purple and yellow",
  32. "colors": [ "#8c00b7", "#fcff41" ],
  33. "slug": "purple-yellow"
  34. },
  35. {
  36. "name": "Blue and red",
  37. "colors": [ "#000097", "#ff4747" ],
  38. "slug": "blue-red"
  39. },
  40. {
  41. "name": "Midnight",
  42. "colors": [ "#000000", "#00a5ff" ],
  43. "slug": "midnight"
  44. },
  45. {
  46. "name": "Magenta and yellow",
  47. "colors": [ "#c7005a", "#fff278" ],
  48. "slug": "magenta-yellow"
  49. },
  50. {
  51. "name": "Purple and green",
  52. "colors": [ "#a60072", "#67ff66" ],
  53. "slug": "purple-green"
  54. },
  55. {
  56. "name": "Blue and orange",
  57. "colors": [ "#1900d8", "#ffa96b" ],
  58. "slug": "blue-orange"
  59. }
  60. ],
  61. "gradients": [
  62. {
  63. "name": "Vivid cyan blue to vivid purple",
  64. "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
  65. "slug": "vivid-cyan-blue-to-vivid-purple"
  66. },
  67. {
  68. "name": "Light green cyan to vivid green cyan",
  69. "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
  70. "slug": "light-green-cyan-to-vivid-green-cyan"
  71. },
  72. {
  73. "name": "Luminous vivid amber to luminous vivid orange",
  74. "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
  75. "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
  76. },
  77. {
  78. "name": "Luminous vivid orange to vivid red",
  79. "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
  80. "slug": "luminous-vivid-orange-to-vivid-red"
  81. },
  82. {
  83. "name": "Very light gray to cyan bluish gray",
  84. "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
  85. "slug": "very-light-gray-to-cyan-bluish-gray"
  86. },
  87. {
  88. "name": "Cool to warm spectrum",
  89. "gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",
  90. "slug": "cool-to-warm-spectrum"
  91. },
  92. {
  93. "name": "Blush light purple",
  94. "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
  95. "slug": "blush-light-purple"
  96. },
  97. {
  98. "name": "Blush bordeaux",
  99. "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
  100. "slug": "blush-bordeaux"
  101. },
  102. {
  103. "name": "Luminous dusk",
  104. "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
  105. "slug": "luminous-dusk"
  106. },
  107. {
  108. "name": "Pale ocean",
  109. "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
  110. "slug": "pale-ocean"
  111. },
  112. {
  113. "name": "Electric grass",
  114. "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
  115. "slug": "electric-grass"
  116. },
  117. {
  118. "name": "Midnight",
  119. "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
  120. "slug": "midnight"
  121. }
  122. ],
  123. "link": false,
  124. "palette": [
  125. {
  126. "name": "Black",
  127. "slug": "black",
  128. "color": "#000000"
  129. },
  130. {
  131. "name": "Cyan bluish gray",
  132. "slug": "cyan-bluish-gray",
  133. "color": "#abb8c3"
  134. },
  135. {
  136. "name": "White",
  137. "slug": "white",
  138. "color": "#ffffff"
  139. },
  140. {
  141. "name": "Pale pink",
  142. "slug": "pale-pink",
  143. "color": "#f78da7"
  144. },
  145. {
  146. "name": "Vivid red",
  147. "slug": "vivid-red",
  148. "color": "#cf2e2e"
  149. },
  150. {
  151. "name": "Luminous vivid orange",
  152. "slug": "luminous-vivid-orange",
  153. "color": "#ff6900"
  154. },
  155. {
  156. "name": "Luminous vivid amber",
  157. "slug": "luminous-vivid-amber",
  158. "color": "#fcb900"
  159. },
  160. {
  161. "name": "Light green cyan",
  162. "slug": "light-green-cyan",
  163. "color": "#7bdcb5"
  164. },
  165. {
  166. "name": "Vivid green cyan",
  167. "slug": "vivid-green-cyan",
  168. "color": "#00d084"
  169. },
  170. {
  171. "name": "Pale cyan blue",
  172. "slug": "pale-cyan-blue",
  173. "color": "#8ed1fc"
  174. },
  175. {
  176. "name": "Vivid cyan blue",
  177. "slug": "vivid-cyan-blue",
  178. "color": "#0693e3"
  179. },
  180. {
  181. "name": "Vivid purple",
  182. "slug": "vivid-purple",
  183. "color": "#9b51e0"
  184. }
  185. ],
  186. "text": true
  187. },
  188. "spacing": {
  189. "blockGap": null,
  190. "margin": false,
  191. "padding": false,
  192. "units": [ "px", "em", "rem", "vh", "vw", "%" ]
  193. },
  194. "typography": {
  195. "customFontSize": true,
  196. "dropCap": true,
  197. "fontSizes": [
  198. {
  199. "name": "Small",
  200. "slug": "small",
  201. "size": "13px"
  202. },
  203. {
  204. "name": "Medium",
  205. "slug": "medium",
  206. "size": "20px"
  207. },
  208. {
  209. "name": "Large",
  210. "slug": "large",
  211. "size": "36px"
  212. },
  213. {
  214. "name": "Extra Large",
  215. "slug": "x-large",
  216. "size": "42px"
  217. }
  218. ],
  219. "fontStyle": true,
  220. "fontWeight": true,
  221. "letterSpacing": true,
  222. "lineHeight": false,
  223. "textDecoration": true,
  224. "textTransform": true
  225. },
  226. "blocks": {
  227. "core/button": {
  228. "border": {
  229. "radius": true
  230. }
  231. },
  232. "core/pullquote": {
  233. "border": {
  234. "color": true,
  235. "radius": true,
  236. "style": true,
  237. "width": true
  238. }
  239. }
  240. }
  241. },
  242. "styles": {
  243. "spacing": { "blockGap": "24px" }
  244. }
  245. }