You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

326 lines
7.1 KiB

1 year ago
  1. {
  2. "version": 2,
  3. "settings": {
  4. "appearanceTools": false,
  5. "useRootPaddingAwareAlignments": false,
  6. "border": {
  7. "color": false,
  8. "radius": false,
  9. "style": false,
  10. "width": false
  11. },
  12. "color": {
  13. "background": true,
  14. "button": true,
  15. "caption": true,
  16. "custom": true,
  17. "customDuotone": true,
  18. "customGradient": true,
  19. "defaultDuotone": true,
  20. "defaultGradients": true,
  21. "defaultPalette": true,
  22. "duotone": [
  23. {
  24. "name": "Dark grayscale",
  25. "colors": [ "#000000", "#7f7f7f" ],
  26. "slug": "dark-grayscale"
  27. },
  28. {
  29. "name": "Grayscale",
  30. "colors": [ "#000000", "#ffffff" ],
  31. "slug": "grayscale"
  32. },
  33. {
  34. "name": "Purple and yellow",
  35. "colors": [ "#8c00b7", "#fcff41" ],
  36. "slug": "purple-yellow"
  37. },
  38. {
  39. "name": "Blue and red",
  40. "colors": [ "#000097", "#ff4747" ],
  41. "slug": "blue-red"
  42. },
  43. {
  44. "name": "Midnight",
  45. "colors": [ "#000000", "#00a5ff" ],
  46. "slug": "midnight"
  47. },
  48. {
  49. "name": "Magenta and yellow",
  50. "colors": [ "#c7005a", "#fff278" ],
  51. "slug": "magenta-yellow"
  52. },
  53. {
  54. "name": "Purple and green",
  55. "colors": [ "#a60072", "#67ff66" ],
  56. "slug": "purple-green"
  57. },
  58. {
  59. "name": "Blue and orange",
  60. "colors": [ "#1900d8", "#ffa96b" ],
  61. "slug": "blue-orange"
  62. }
  63. ],
  64. "gradients": [
  65. {
  66. "name": "Vivid cyan blue to vivid purple",
  67. "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
  68. "slug": "vivid-cyan-blue-to-vivid-purple"
  69. },
  70. {
  71. "name": "Light green cyan to vivid green cyan",
  72. "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
  73. "slug": "light-green-cyan-to-vivid-green-cyan"
  74. },
  75. {
  76. "name": "Luminous vivid amber to luminous vivid orange",
  77. "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
  78. "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
  79. },
  80. {
  81. "name": "Luminous vivid orange to vivid red",
  82. "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
  83. "slug": "luminous-vivid-orange-to-vivid-red"
  84. },
  85. {
  86. "name": "Very light gray to cyan bluish gray",
  87. "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
  88. "slug": "very-light-gray-to-cyan-bluish-gray"
  89. },
  90. {
  91. "name": "Cool to warm spectrum",
  92. "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%)",
  93. "slug": "cool-to-warm-spectrum"
  94. },
  95. {
  96. "name": "Blush light purple",
  97. "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
  98. "slug": "blush-light-purple"
  99. },
  100. {
  101. "name": "Blush bordeaux",
  102. "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
  103. "slug": "blush-bordeaux"
  104. },
  105. {
  106. "name": "Luminous dusk",
  107. "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
  108. "slug": "luminous-dusk"
  109. },
  110. {
  111. "name": "Pale ocean",
  112. "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
  113. "slug": "pale-ocean"
  114. },
  115. {
  116. "name": "Electric grass",
  117. "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
  118. "slug": "electric-grass"
  119. },
  120. {
  121. "name": "Midnight",
  122. "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
  123. "slug": "midnight"
  124. }
  125. ],
  126. "heading": true,
  127. "link": false,
  128. "palette": [
  129. {
  130. "name": "Black",
  131. "slug": "black",
  132. "color": "#000000"
  133. },
  134. {
  135. "name": "Cyan bluish gray",
  136. "slug": "cyan-bluish-gray",
  137. "color": "#abb8c3"
  138. },
  139. {
  140. "name": "White",
  141. "slug": "white",
  142. "color": "#ffffff"
  143. },
  144. {
  145. "name": "Pale pink",
  146. "slug": "pale-pink",
  147. "color": "#f78da7"
  148. },
  149. {
  150. "name": "Vivid red",
  151. "slug": "vivid-red",
  152. "color": "#cf2e2e"
  153. },
  154. {
  155. "name": "Luminous vivid orange",
  156. "slug": "luminous-vivid-orange",
  157. "color": "#ff6900"
  158. },
  159. {
  160. "name": "Luminous vivid amber",
  161. "slug": "luminous-vivid-amber",
  162. "color": "#fcb900"
  163. },
  164. {
  165. "name": "Light green cyan",
  166. "slug": "light-green-cyan",
  167. "color": "#7bdcb5"
  168. },
  169. {
  170. "name": "Vivid green cyan",
  171. "slug": "vivid-green-cyan",
  172. "color": "#00d084"
  173. },
  174. {
  175. "name": "Pale cyan blue",
  176. "slug": "pale-cyan-blue",
  177. "color": "#8ed1fc"
  178. },
  179. {
  180. "name": "Vivid cyan blue",
  181. "slug": "vivid-cyan-blue",
  182. "color": "#0693e3"
  183. },
  184. {
  185. "name": "Vivid purple",
  186. "slug": "vivid-purple",
  187. "color": "#9b51e0"
  188. }
  189. ],
  190. "text": true
  191. },
  192. "shadow": {
  193. "defaultPresets": true,
  194. "presets": [
  195. {
  196. "name": "Natural",
  197. "slug": "natural",
  198. "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
  199. },
  200. {
  201. "name": "Deep",
  202. "slug": "deep",
  203. "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
  204. },
  205. {
  206. "name": "Sharp",
  207. "slug": "sharp",
  208. "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
  209. },
  210. {
  211. "name": "Outlined",
  212. "slug": "outlined",
  213. "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
  214. },
  215. {
  216. "name": "Crisp",
  217. "slug": "crisp",
  218. "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
  219. }
  220. ]
  221. },
  222. "spacing": {
  223. "blockGap": null,
  224. "margin": false,
  225. "padding": false,
  226. "customSpacingSize": true,
  227. "units": [ "px", "em", "rem", "vh", "vw", "%" ],
  228. "spacingScale": {
  229. "operator": "*",
  230. "increment": 1.5,
  231. "steps": 7,
  232. "mediumStep": 1.5,
  233. "unit": "rem"
  234. }
  235. },
  236. "typography": {
  237. "customFontSize": true,
  238. "dropCap": true,
  239. "fontSizes": [
  240. {
  241. "name": "Small",
  242. "slug": "small",
  243. "size": "13px"
  244. },
  245. {
  246. "name": "Medium",
  247. "slug": "medium",
  248. "size": "20px"
  249. },
  250. {
  251. "name": "Large",
  252. "slug": "large",
  253. "size": "36px"
  254. },
  255. {
  256. "name": "Extra Large",
  257. "slug": "x-large",
  258. "size": "42px"
  259. }
  260. ],
  261. "fontStyle": true,
  262. "fontWeight": true,
  263. "letterSpacing": true,
  264. "lineHeight": false,
  265. "textDecoration": true,
  266. "textTransform": true,
  267. "writingMode": false
  268. },
  269. "blocks": {
  270. "core/button": {
  271. "border": {
  272. "radius": true
  273. }
  274. },
  275. "core/image": {
  276. "lightbox": {
  277. "allowEditing": true
  278. }
  279. },
  280. "core/pullquote": {
  281. "border": {
  282. "color": true,
  283. "radius": true,
  284. "style": true,
  285. "width": true
  286. }
  287. }
  288. }
  289. },
  290. "styles": {
  291. "elements": {
  292. "button": {
  293. "color": {
  294. "text": "#fff",
  295. "background": "#32373c"
  296. },
  297. "spacing": {
  298. "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
  299. },
  300. "typography": {
  301. "fontSize": "inherit",
  302. "fontFamily": "inherit",
  303. "lineHeight": "inherit",
  304. "textDecoration": "none"
  305. },
  306. "border": {
  307. "width": "0"
  308. }
  309. },
  310. "link": {
  311. "typography": {
  312. "textDecoration": "underline"
  313. }
  314. }
  315. },
  316. "spacing": {
  317. "blockGap": "24px",
  318. "padding": {
  319. "top": "0px",
  320. "right": "0px",
  321. "bottom": "0px",
  322. "left": "0px"
  323. }
  324. }
  325. }
  326. }