theme.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404
  1. {
  2. "__generated__": "⚠️ This file is generated. Do not edit.",
  3. "$schema": "https://schemas.wp.org/trunk/theme.json",
  4. "version": 2,
  5. "settings": {
  6. "color": {
  7. "custom": false,
  8. "customGradient": false,
  9. "customDuotone": false,
  10. "defaultDuotone": false,
  11. "defaultGradients": false,
  12. "defaultPalette": false,
  13. "duotone": [],
  14. "palette": [
  15. {
  16. "name": "Inherit",
  17. "slug": "inherit",
  18. "color": "inherit"
  19. },
  20. {
  21. "name": "Current",
  22. "slug": "current",
  23. "color": "currentcolor"
  24. },
  25. {
  26. "name": "Transparent",
  27. "slug": "transparent",
  28. "color": "transparent"
  29. },
  30. {
  31. "name": "Black",
  32. "slug": "black",
  33. "color": "#000"
  34. },
  35. {
  36. "name": "White",
  37. "slug": "white",
  38. "color": "#fff"
  39. },
  40. {
  41. "name": "Slate 50",
  42. "slug": "slate-50",
  43. "color": "#f8fafc"
  44. },
  45. {
  46. "name": "Slate 100",
  47. "slug": "slate-100",
  48. "color": "#f1f5f9"
  49. },
  50. {
  51. "name": "Slate 200",
  52. "slug": "slate-200",
  53. "color": "#e2e8f0"
  54. },
  55. {
  56. "name": "Slate 300",
  57. "slug": "slate-300",
  58. "color": "#cbd5e1"
  59. },
  60. {
  61. "name": "Slate 400",
  62. "slug": "slate-400",
  63. "color": "#94a3b8"
  64. },
  65. {
  66. "name": "Slate 500",
  67. "slug": "slate-500",
  68. "color": "#64748b"
  69. },
  70. {
  71. "name": "Slate 600",
  72. "slug": "slate-600",
  73. "color": "#475569"
  74. },
  75. {
  76. "name": "Slate 700",
  77. "slug": "slate-700",
  78. "color": "#334155"
  79. },
  80. {
  81. "name": "Slate 800",
  82. "slug": "slate-800",
  83. "color": "#1e293b"
  84. },
  85. {
  86. "name": "Slate 900",
  87. "slug": "slate-900",
  88. "color": "#0f172a"
  89. },
  90. {
  91. "name": "Slate 950",
  92. "slug": "slate-950",
  93. "color": "#020617"
  94. },
  95. {
  96. "name": "Gray 50",
  97. "slug": "gray-50",
  98. "color": "#f9fafb"
  99. },
  100. {
  101. "name": "Gray 100",
  102. "slug": "gray-100",
  103. "color": "#f3f4f6"
  104. },
  105. {
  106. "name": "Gray 200",
  107. "slug": "gray-200",
  108. "color": "#e5e7eb"
  109. },
  110. {
  111. "name": "Gray 300",
  112. "slug": "gray-300",
  113. "color": "#d1d5db"
  114. },
  115. {
  116. "name": "Gray 400",
  117. "slug": "gray-400",
  118. "color": "#9ca3af"
  119. },
  120. {
  121. "name": "Gray 500",
  122. "slug": "gray-500",
  123. "color": "#6b7280"
  124. },
  125. {
  126. "name": "Gray 600",
  127. "slug": "gray-600",
  128. "color": "#4b5563"
  129. },
  130. {
  131. "name": "Gray 700",
  132. "slug": "gray-700",
  133. "color": "#374151"
  134. },
  135. {
  136. "name": "Gray 800",
  137. "slug": "gray-800",
  138. "color": "#1f2937"
  139. },
  140. {
  141. "name": "Gray 900",
  142. "slug": "gray-900",
  143. "color": "#111827"
  144. },
  145. {
  146. "name": "Gray 950",
  147. "slug": "gray-950",
  148. "color": "#030712"
  149. },
  150. {
  151. "name": "Zinc 50",
  152. "slug": "zinc-50",
  153. "color": "#fafafa"
  154. },
  155. {
  156. "name": "Zinc 100",
  157. "slug": "zinc-100",
  158. "color": "#f4f4f5"
  159. },
  160. {
  161. "name": "Zinc 200",
  162. "slug": "zinc-200",
  163. "color": "#e4e4e7"
  164. },
  165. {
  166. "name": "Zinc 300",
  167. "slug": "zinc-300",
  168. "color": "#d4d4d8"
  169. },
  170. {
  171. "name": "Zinc 400",
  172. "slug": "zinc-400",
  173. "color": "#a1a1aa"
  174. },
  175. {
  176. "name": "Zinc 500",
  177. "slug": "zinc-500",
  178. "color": "#71717a"
  179. },
  180. {
  181. "name": "Zinc 600",
  182. "slug": "zinc-600",
  183. "color": "#52525b"
  184. },
  185. {
  186. "name": "Zinc 700",
  187. "slug": "zinc-700",
  188. "color": "#3f3f46"
  189. },
  190. {
  191. "name": "Zinc 800",
  192. "slug": "zinc-800",
  193. "color": "#27272a"
  194. },
  195. {
  196. "name": "Zinc 900",
  197. "slug": "zinc-900",
  198. "color": "#18181b"
  199. },
  200. {
  201. "name": "Zinc 950",
  202. "slug": "zinc-950",
  203. "color": "#09090b"
  204. },
  205. {
  206. "name": "Neutral 50",
  207. "slug": "neutral-50",
  208. "color": "#fafafa"
  209. },
  210. {
  211. "name": "Neutral 100",
  212. "slug": "neutral-100",
  213. "color": "#f5f5f5"
  214. },
  215. {
  216. "name": "Neutral 200",
  217. "slug": "neutral-200",
  218. "color": "#e5e5e5"
  219. },
  220. {
  221. "name": "Neutral 300",
  222. "slug": "neutral-300",
  223. "color": "#d4d4d4"
  224. },
  225. {
  226. "name": "Neutral 400",
  227. "slug": "neutral-400",
  228. "color": "#a3a3a3"
  229. },
  230. {
  231. "name": "Neutral 500",
  232. "slug": "neutral-500",
  233. "color": "#737373"
  234. },
  235. {
  236. "name": "Neutral 600",
  237. "slug": "neutral-600",
  238. "color": "#525252"
  239. },
  240. {
  241. "name": "Neutral 700",
  242. "slug": "neutral-700",
  243. "color": "#404040"
  244. },
  245. {
  246. "name": "Neutral 800",
  247. "slug": "neutral-800",
  248. "color": "#262626"
  249. },
  250. {
  251. "name": "Neutral 900",
  252. "slug": "neutral-900",
  253. "color": "#171717"
  254. },
  255. {
  256. "name": "Neutral 950",
  257. "slug": "neutral-950",
  258. "color": "#0a0a0a"
  259. },
  260. {
  261. "name": "Stone 50",
  262. "slug": "stone-50",
  263. "color": "#fafaf9"
  264. },
  265. {
  266. "name": "Stone 100",
  267. "slug": "stone-100",
  268. "color": "#f5f5f4"
  269. },
  270. {
  271. "name": "Stone 200",
  272. "slug": "stone-200",
  273. "color": "#e7e5e4"
  274. },
  275. {
  276. "name": "Stone 300",
  277. "slug": "stone-300",
  278. "color": "#d6d3d1"
  279. },
  280. {
  281. "name": "Stone 400",
  282. "slug": "stone-400",
  283. "color": "#a8a29e"
  284. },
  285. {
  286. "name": "Stone 500",
  287. "slug": "stone-500",
  288. "color": "#78716c"
  289. },
  290. {
  291. "name": "Stone 600",
  292. "slug": "stone-600",
  293. "color": "#57534e"
  294. },
  295. {
  296. "name": "Stone 700",
  297. "slug": "stone-700",
  298. "color": "#44403c"
  299. },
  300. {
  301. "name": "Stone 800",
  302. "slug": "stone-800",
  303. "color": "#292524"
  304. },
  305. {
  306. "name": "Stone 900",
  307. "slug": "stone-900",
  308. "color": "#1c1917"
  309. },
  310. {
  311. "name": "Stone 950",
  312. "slug": "stone-950",
  313. "color": "#0c0a09"
  314. },
  315. {
  316. "name": "Red 50",
  317. "slug": "red-50",
  318. "color": "#fef2f2"
  319. },
  320. {
  321. "name": "Red 100",
  322. "slug": "red-100",
  323. "color": "#fee2e2"
  324. },
  325. {
  326. "name": "Red 200",
  327. "slug": "red-200",
  328. "color": "#fecaca"
  329. },
  330. {
  331. "name": "Red 300",
  332. "slug": "red-300",
  333. "color": "#fca5a5"
  334. },
  335. {
  336. "name": "Red 400",
  337. "slug": "red-400",
  338. "color": "#f87171"
  339. },
  340. {
  341. "name": "Red 500",
  342. "slug": "red-500",
  343. "color": "#ef4444"
  344. },
  345. {
  346. "name": "Red 600",
  347. "slug": "red-600",
  348. "color": "#dc2626"
  349. },
  350. {
  351. "name": "Red 700",
  352. "slug": "red-700",
  353. "color": "#b91c1c"
  354. },
  355. {
  356. "name": "Red 800",
  357. "slug": "red-800",
  358. "color": "#991b1b"
  359. },
  360. {
  361. "name": "Red 900",
  362. "slug": "red-900",
  363. "color": "#7f1d1d"
  364. },
  365. {
  366. "name": "Red 950",
  367. "slug": "red-950",
  368. "color": "#450a0a"
  369. },
  370. {
  371. "name": "Orange 50",
  372. "slug": "orange-50",
  373. "color": "#fff7ed"
  374. },
  375. {
  376. "name": "Orange 100",
  377. "slug": "orange-100",
  378. "color": "#ffedd5"
  379. },
  380. {
  381. "name": "Orange 200",
  382. "slug": "orange-200",
  383. "color": "#fed7aa"
  384. },
  385. {
  386. "name": "Orange 300",
  387. "slug": "orange-300",
  388. "color": "#fdba74"
  389. },
  390. {
  391. "name": "Orange 400",
  392. "slug": "orange-400",
  393. "color": "#fb923c"
  394. },
  395. {
  396. "name": "Orange 500",
  397. "slug": "orange-500",
  398. "color": "#f97316"
  399. },
  400. {
  401. "name": "Orange 600",
  402. "slug": "orange-600",
  403. "color": "#ea580c"
  404. },
  405. {
  406. "name": "Orange 700",
  407. "slug": "orange-700",
  408. "color": "#c2410c"
  409. },
  410. {
  411. "name": "Orange 800",
  412. "slug": "orange-800",
  413. "color": "#9a3412"
  414. },
  415. {
  416. "name": "Orange 900",
  417. "slug": "orange-900",
  418. "color": "#7c2d12"
  419. },
  420. {
  421. "name": "Orange 950",
  422. "slug": "orange-950",
  423. "color": "#431407"
  424. },
  425. {
  426. "name": "Amber 50",
  427. "slug": "amber-50",
  428. "color": "#fffbeb"
  429. },
  430. {
  431. "name": "Amber 100",
  432. "slug": "amber-100",
  433. "color": "#fef3c7"
  434. },
  435. {
  436. "name": "Amber 200",
  437. "slug": "amber-200",
  438. "color": "#fde68a"
  439. },
  440. {
  441. "name": "Amber 300",
  442. "slug": "amber-300",
  443. "color": "#fcd34d"
  444. },
  445. {
  446. "name": "Amber 400",
  447. "slug": "amber-400",
  448. "color": "#fbbf24"
  449. },
  450. {
  451. "name": "Amber 500",
  452. "slug": "amber-500",
  453. "color": "#f59e0b"
  454. },
  455. {
  456. "name": "Amber 600",
  457. "slug": "amber-600",
  458. "color": "#d97706"
  459. },
  460. {
  461. "name": "Amber 700",
  462. "slug": "amber-700",
  463. "color": "#b45309"
  464. },
  465. {
  466. "name": "Amber 800",
  467. "slug": "amber-800",
  468. "color": "#92400e"
  469. },
  470. {
  471. "name": "Amber 900",
  472. "slug": "amber-900",
  473. "color": "#78350f"
  474. },
  475. {
  476. "name": "Amber 950",
  477. "slug": "amber-950",
  478. "color": "#451a03"
  479. },
  480. {
  481. "name": "Yellow 50",
  482. "slug": "yellow-50",
  483. "color": "#fefce8"
  484. },
  485. {
  486. "name": "Yellow 100",
  487. "slug": "yellow-100",
  488. "color": "#fef9c3"
  489. },
  490. {
  491. "name": "Yellow 200",
  492. "slug": "yellow-200",
  493. "color": "#fef08a"
  494. },
  495. {
  496. "name": "Yellow 300",
  497. "slug": "yellow-300",
  498. "color": "#fde047"
  499. },
  500. {
  501. "name": "Yellow 400",
  502. "slug": "yellow-400",
  503. "color": "#facc15"
  504. },
  505. {
  506. "name": "Yellow 500",
  507. "slug": "yellow-500",
  508. "color": "#eab308"
  509. },
  510. {
  511. "name": "Yellow 600",
  512. "slug": "yellow-600",
  513. "color": "#ca8a04"
  514. },
  515. {
  516. "name": "Yellow 700",
  517. "slug": "yellow-700",
  518. "color": "#a16207"
  519. },
  520. {
  521. "name": "Yellow 800",
  522. "slug": "yellow-800",
  523. "color": "#854d0e"
  524. },
  525. {
  526. "name": "Yellow 900",
  527. "slug": "yellow-900",
  528. "color": "#713f12"
  529. },
  530. {
  531. "name": "Yellow 950",
  532. "slug": "yellow-950",
  533. "color": "#422006"
  534. },
  535. {
  536. "name": "Lime 50",
  537. "slug": "lime-50",
  538. "color": "#f7fee7"
  539. },
  540. {
  541. "name": "Lime 100",
  542. "slug": "lime-100",
  543. "color": "#ecfccb"
  544. },
  545. {
  546. "name": "Lime 200",
  547. "slug": "lime-200",
  548. "color": "#d9f99d"
  549. },
  550. {
  551. "name": "Lime 300",
  552. "slug": "lime-300",
  553. "color": "#bef264"
  554. },
  555. {
  556. "name": "Lime 400",
  557. "slug": "lime-400",
  558. "color": "#a3e635"
  559. },
  560. {
  561. "name": "Lime 500",
  562. "slug": "lime-500",
  563. "color": "#84cc16"
  564. },
  565. {
  566. "name": "Lime 600",
  567. "slug": "lime-600",
  568. "color": "#65a30d"
  569. },
  570. {
  571. "name": "Lime 700",
  572. "slug": "lime-700",
  573. "color": "#4d7c0f"
  574. },
  575. {
  576. "name": "Lime 800",
  577. "slug": "lime-800",
  578. "color": "#3f6212"
  579. },
  580. {
  581. "name": "Lime 900",
  582. "slug": "lime-900",
  583. "color": "#365314"
  584. },
  585. {
  586. "name": "Lime 950",
  587. "slug": "lime-950",
  588. "color": "#1a2e05"
  589. },
  590. {
  591. "name": "Green 50",
  592. "slug": "green-50",
  593. "color": "#f0fdf4"
  594. },
  595. {
  596. "name": "Green 100",
  597. "slug": "green-100",
  598. "color": "#dcfce7"
  599. },
  600. {
  601. "name": "Green 200",
  602. "slug": "green-200",
  603. "color": "#bbf7d0"
  604. },
  605. {
  606. "name": "Green 300",
  607. "slug": "green-300",
  608. "color": "#86efac"
  609. },
  610. {
  611. "name": "Green 400",
  612. "slug": "green-400",
  613. "color": "#4ade80"
  614. },
  615. {
  616. "name": "Green 500",
  617. "slug": "green-500",
  618. "color": "#22c55e"
  619. },
  620. {
  621. "name": "Green 600",
  622. "slug": "green-600",
  623. "color": "#16a34a"
  624. },
  625. {
  626. "name": "Green 700",
  627. "slug": "green-700",
  628. "color": "#15803d"
  629. },
  630. {
  631. "name": "Green 800",
  632. "slug": "green-800",
  633. "color": "#166534"
  634. },
  635. {
  636. "name": "Green 900",
  637. "slug": "green-900",
  638. "color": "#14532d"
  639. },
  640. {
  641. "name": "Green 950",
  642. "slug": "green-950",
  643. "color": "#052e16"
  644. },
  645. {
  646. "name": "Emerald 50",
  647. "slug": "emerald-50",
  648. "color": "#ecfdf5"
  649. },
  650. {
  651. "name": "Emerald 100",
  652. "slug": "emerald-100",
  653. "color": "#d1fae5"
  654. },
  655. {
  656. "name": "Emerald 200",
  657. "slug": "emerald-200",
  658. "color": "#a7f3d0"
  659. },
  660. {
  661. "name": "Emerald 300",
  662. "slug": "emerald-300",
  663. "color": "#6ee7b7"
  664. },
  665. {
  666. "name": "Emerald 400",
  667. "slug": "emerald-400",
  668. "color": "#34d399"
  669. },
  670. {
  671. "name": "Emerald 500",
  672. "slug": "emerald-500",
  673. "color": "#10b981"
  674. },
  675. {
  676. "name": "Emerald 600",
  677. "slug": "emerald-600",
  678. "color": "#059669"
  679. },
  680. {
  681. "name": "Emerald 700",
  682. "slug": "emerald-700",
  683. "color": "#047857"
  684. },
  685. {
  686. "name": "Emerald 800",
  687. "slug": "emerald-800",
  688. "color": "#065f46"
  689. },
  690. {
  691. "name": "Emerald 900",
  692. "slug": "emerald-900",
  693. "color": "#064e3b"
  694. },
  695. {
  696. "name": "Emerald 950",
  697. "slug": "emerald-950",
  698. "color": "#022c22"
  699. },
  700. {
  701. "name": "Teal 50",
  702. "slug": "teal-50",
  703. "color": "#f0fdfa"
  704. },
  705. {
  706. "name": "Teal 100",
  707. "slug": "teal-100",
  708. "color": "#ccfbf1"
  709. },
  710. {
  711. "name": "Teal 200",
  712. "slug": "teal-200",
  713. "color": "#99f6e4"
  714. },
  715. {
  716. "name": "Teal 300",
  717. "slug": "teal-300",
  718. "color": "#5eead4"
  719. },
  720. {
  721. "name": "Teal 400",
  722. "slug": "teal-400",
  723. "color": "#2dd4bf"
  724. },
  725. {
  726. "name": "Teal 500",
  727. "slug": "teal-500",
  728. "color": "#14b8a6"
  729. },
  730. {
  731. "name": "Teal 600",
  732. "slug": "teal-600",
  733. "color": "#0d9488"
  734. },
  735. {
  736. "name": "Teal 700",
  737. "slug": "teal-700",
  738. "color": "#0f766e"
  739. },
  740. {
  741. "name": "Teal 800",
  742. "slug": "teal-800",
  743. "color": "#115e59"
  744. },
  745. {
  746. "name": "Teal 900",
  747. "slug": "teal-900",
  748. "color": "#134e4a"
  749. },
  750. {
  751. "name": "Teal 950",
  752. "slug": "teal-950",
  753. "color": "#042f2e"
  754. },
  755. {
  756. "name": "Cyan 50",
  757. "slug": "cyan-50",
  758. "color": "#ecfeff"
  759. },
  760. {
  761. "name": "Cyan 100",
  762. "slug": "cyan-100",
  763. "color": "#cffafe"
  764. },
  765. {
  766. "name": "Cyan 200",
  767. "slug": "cyan-200",
  768. "color": "#a5f3fc"
  769. },
  770. {
  771. "name": "Cyan 300",
  772. "slug": "cyan-300",
  773. "color": "#67e8f9"
  774. },
  775. {
  776. "name": "Cyan 400",
  777. "slug": "cyan-400",
  778. "color": "#22d3ee"
  779. },
  780. {
  781. "name": "Cyan 500",
  782. "slug": "cyan-500",
  783. "color": "#06b6d4"
  784. },
  785. {
  786. "name": "Cyan 600",
  787. "slug": "cyan-600",
  788. "color": "#0891b2"
  789. },
  790. {
  791. "name": "Cyan 700",
  792. "slug": "cyan-700",
  793. "color": "#0e7490"
  794. },
  795. {
  796. "name": "Cyan 800",
  797. "slug": "cyan-800",
  798. "color": "#155e75"
  799. },
  800. {
  801. "name": "Cyan 900",
  802. "slug": "cyan-900",
  803. "color": "#164e63"
  804. },
  805. {
  806. "name": "Cyan 950",
  807. "slug": "cyan-950",
  808. "color": "#083344"
  809. },
  810. {
  811. "name": "Sky 50",
  812. "slug": "sky-50",
  813. "color": "#f0f9ff"
  814. },
  815. {
  816. "name": "Sky 100",
  817. "slug": "sky-100",
  818. "color": "#e0f2fe"
  819. },
  820. {
  821. "name": "Sky 200",
  822. "slug": "sky-200",
  823. "color": "#bae6fd"
  824. },
  825. {
  826. "name": "Sky 300",
  827. "slug": "sky-300",
  828. "color": "#7dd3fc"
  829. },
  830. {
  831. "name": "Sky 400",
  832. "slug": "sky-400",
  833. "color": "#38bdf8"
  834. },
  835. {
  836. "name": "Sky 500",
  837. "slug": "sky-500",
  838. "color": "#0ea5e9"
  839. },
  840. {
  841. "name": "Sky 600",
  842. "slug": "sky-600",
  843. "color": "#0284c7"
  844. },
  845. {
  846. "name": "Sky 700",
  847. "slug": "sky-700",
  848. "color": "#0369a1"
  849. },
  850. {
  851. "name": "Sky 800",
  852. "slug": "sky-800",
  853. "color": "#075985"
  854. },
  855. {
  856. "name": "Sky 900",
  857. "slug": "sky-900",
  858. "color": "#0c4a6e"
  859. },
  860. {
  861. "name": "Sky 950",
  862. "slug": "sky-950",
  863. "color": "#082f49"
  864. },
  865. {
  866. "name": "Blue 50",
  867. "slug": "blue-50",
  868. "color": "#eff6ff"
  869. },
  870. {
  871. "name": "Blue 100",
  872. "slug": "blue-100",
  873. "color": "#dbeafe"
  874. },
  875. {
  876. "name": "Blue 200",
  877. "slug": "blue-200",
  878. "color": "#bfdbfe"
  879. },
  880. {
  881. "name": "Blue 300",
  882. "slug": "blue-300",
  883. "color": "#93c5fd"
  884. },
  885. {
  886. "name": "Blue 400",
  887. "slug": "blue-400",
  888. "color": "#60a5fa"
  889. },
  890. {
  891. "name": "Blue 500",
  892. "slug": "blue-500",
  893. "color": "#3b82f6"
  894. },
  895. {
  896. "name": "Blue 600",
  897. "slug": "blue-600",
  898. "color": "#2563eb"
  899. },
  900. {
  901. "name": "Blue 700",
  902. "slug": "blue-700",
  903. "color": "#1d4ed8"
  904. },
  905. {
  906. "name": "Blue 800",
  907. "slug": "blue-800",
  908. "color": "#1e40af"
  909. },
  910. {
  911. "name": "Blue 900",
  912. "slug": "blue-900",
  913. "color": "#1e3a8a"
  914. },
  915. {
  916. "name": "Blue 950",
  917. "slug": "blue-950",
  918. "color": "#172554"
  919. },
  920. {
  921. "name": "Indigo 50",
  922. "slug": "indigo-50",
  923. "color": "#eef2ff"
  924. },
  925. {
  926. "name": "Indigo 100",
  927. "slug": "indigo-100",
  928. "color": "#e0e7ff"
  929. },
  930. {
  931. "name": "Indigo 200",
  932. "slug": "indigo-200",
  933. "color": "#c7d2fe"
  934. },
  935. {
  936. "name": "Indigo 300",
  937. "slug": "indigo-300",
  938. "color": "#a5b4fc"
  939. },
  940. {
  941. "name": "Indigo 400",
  942. "slug": "indigo-400",
  943. "color": "#818cf8"
  944. },
  945. {
  946. "name": "Indigo 500",
  947. "slug": "indigo-500",
  948. "color": "#6366f1"
  949. },
  950. {
  951. "name": "Indigo 600",
  952. "slug": "indigo-600",
  953. "color": "#4f46e5"
  954. },
  955. {
  956. "name": "Indigo 700",
  957. "slug": "indigo-700",
  958. "color": "#4338ca"
  959. },
  960. {
  961. "name": "Indigo 800",
  962. "slug": "indigo-800",
  963. "color": "#3730a3"
  964. },
  965. {
  966. "name": "Indigo 900",
  967. "slug": "indigo-900",
  968. "color": "#312e81"
  969. },
  970. {
  971. "name": "Indigo 950",
  972. "slug": "indigo-950",
  973. "color": "#1e1b4b"
  974. },
  975. {
  976. "name": "Violet 50",
  977. "slug": "violet-50",
  978. "color": "#f5f3ff"
  979. },
  980. {
  981. "name": "Violet 100",
  982. "slug": "violet-100",
  983. "color": "#ede9fe"
  984. },
  985. {
  986. "name": "Violet 200",
  987. "slug": "violet-200",
  988. "color": "#ddd6fe"
  989. },
  990. {
  991. "name": "Violet 300",
  992. "slug": "violet-300",
  993. "color": "#c4b5fd"
  994. },
  995. {
  996. "name": "Violet 400",
  997. "slug": "violet-400",
  998. "color": "#a78bfa"
  999. },
  1000. {
  1001. "name": "Violet 500",
  1002. "slug": "violet-500",
  1003. "color": "#8b5cf6"
  1004. },
  1005. {
  1006. "name": "Violet 600",
  1007. "slug": "violet-600",
  1008. "color": "#7c3aed"
  1009. },
  1010. {
  1011. "name": "Violet 700",
  1012. "slug": "violet-700",
  1013. "color": "#6d28d9"
  1014. },
  1015. {
  1016. "name": "Violet 800",
  1017. "slug": "violet-800",
  1018. "color": "#5b21b6"
  1019. },
  1020. {
  1021. "name": "Violet 900",
  1022. "slug": "violet-900",
  1023. "color": "#4c1d95"
  1024. },
  1025. {
  1026. "name": "Violet 950",
  1027. "slug": "violet-950",
  1028. "color": "#2e1065"
  1029. },
  1030. {
  1031. "name": "Purple 50",
  1032. "slug": "purple-50",
  1033. "color": "#faf5ff"
  1034. },
  1035. {
  1036. "name": "Purple 100",
  1037. "slug": "purple-100",
  1038. "color": "#f3e8ff"
  1039. },
  1040. {
  1041. "name": "Purple 200",
  1042. "slug": "purple-200",
  1043. "color": "#e9d5ff"
  1044. },
  1045. {
  1046. "name": "Purple 300",
  1047. "slug": "purple-300",
  1048. "color": "#d8b4fe"
  1049. },
  1050. {
  1051. "name": "Purple 400",
  1052. "slug": "purple-400",
  1053. "color": "#c084fc"
  1054. },
  1055. {
  1056. "name": "Purple 500",
  1057. "slug": "purple-500",
  1058. "color": "#a855f7"
  1059. },
  1060. {
  1061. "name": "Purple 600",
  1062. "slug": "purple-600",
  1063. "color": "#9333ea"
  1064. },
  1065. {
  1066. "name": "Purple 700",
  1067. "slug": "purple-700",
  1068. "color": "#7e22ce"
  1069. },
  1070. {
  1071. "name": "Purple 800",
  1072. "slug": "purple-800",
  1073. "color": "#6b21a8"
  1074. },
  1075. {
  1076. "name": "Purple 900",
  1077. "slug": "purple-900",
  1078. "color": "#581c87"
  1079. },
  1080. {
  1081. "name": "Purple 950",
  1082. "slug": "purple-950",
  1083. "color": "#3b0764"
  1084. },
  1085. {
  1086. "name": "Fuchsia 50",
  1087. "slug": "fuchsia-50",
  1088. "color": "#fdf4ff"
  1089. },
  1090. {
  1091. "name": "Fuchsia 100",
  1092. "slug": "fuchsia-100",
  1093. "color": "#fae8ff"
  1094. },
  1095. {
  1096. "name": "Fuchsia 200",
  1097. "slug": "fuchsia-200",
  1098. "color": "#f5d0fe"
  1099. },
  1100. {
  1101. "name": "Fuchsia 300",
  1102. "slug": "fuchsia-300",
  1103. "color": "#f0abfc"
  1104. },
  1105. {
  1106. "name": "Fuchsia 400",
  1107. "slug": "fuchsia-400",
  1108. "color": "#e879f9"
  1109. },
  1110. {
  1111. "name": "Fuchsia 500",
  1112. "slug": "fuchsia-500",
  1113. "color": "#d946ef"
  1114. },
  1115. {
  1116. "name": "Fuchsia 600",
  1117. "slug": "fuchsia-600",
  1118. "color": "#c026d3"
  1119. },
  1120. {
  1121. "name": "Fuchsia 700",
  1122. "slug": "fuchsia-700",
  1123. "color": "#a21caf"
  1124. },
  1125. {
  1126. "name": "Fuchsia 800",
  1127. "slug": "fuchsia-800",
  1128. "color": "#86198f"
  1129. },
  1130. {
  1131. "name": "Fuchsia 900",
  1132. "slug": "fuchsia-900",
  1133. "color": "#701a75"
  1134. },
  1135. {
  1136. "name": "Fuchsia 950",
  1137. "slug": "fuchsia-950",
  1138. "color": "#4a044e"
  1139. },
  1140. {
  1141. "name": "Pink 50",
  1142. "slug": "pink-50",
  1143. "color": "#fdf2f8"
  1144. },
  1145. {
  1146. "name": "Pink 100",
  1147. "slug": "pink-100",
  1148. "color": "#fce7f3"
  1149. },
  1150. {
  1151. "name": "Pink 200",
  1152. "slug": "pink-200",
  1153. "color": "#fbcfe8"
  1154. },
  1155. {
  1156. "name": "Pink 300",
  1157. "slug": "pink-300",
  1158. "color": "#f9a8d4"
  1159. },
  1160. {
  1161. "name": "Pink 400",
  1162. "slug": "pink-400",
  1163. "color": "#f472b6"
  1164. },
  1165. {
  1166. "name": "Pink 500",
  1167. "slug": "pink-500",
  1168. "color": "#ec4899"
  1169. },
  1170. {
  1171. "name": "Pink 600",
  1172. "slug": "pink-600",
  1173. "color": "#db2777"
  1174. },
  1175. {
  1176. "name": "Pink 700",
  1177. "slug": "pink-700",
  1178. "color": "#be185d"
  1179. },
  1180. {
  1181. "name": "Pink 800",
  1182. "slug": "pink-800",
  1183. "color": "#9d174d"
  1184. },
  1185. {
  1186. "name": "Pink 900",
  1187. "slug": "pink-900",
  1188. "color": "#831843"
  1189. },
  1190. {
  1191. "name": "Pink 950",
  1192. "slug": "pink-950",
  1193. "color": "#500724"
  1194. },
  1195. {
  1196. "name": "Rose 50",
  1197. "slug": "rose-50",
  1198. "color": "#fff1f2"
  1199. },
  1200. {
  1201. "name": "Rose 100",
  1202. "slug": "rose-100",
  1203. "color": "#ffe4e6"
  1204. },
  1205. {
  1206. "name": "Rose 200",
  1207. "slug": "rose-200",
  1208. "color": "#fecdd3"
  1209. },
  1210. {
  1211. "name": "Rose 300",
  1212. "slug": "rose-300",
  1213. "color": "#fda4af"
  1214. },
  1215. {
  1216. "name": "Rose 400",
  1217. "slug": "rose-400",
  1218. "color": "#fb7185"
  1219. },
  1220. {
  1221. "name": "Rose 500",
  1222. "slug": "rose-500",
  1223. "color": "#f43f5e"
  1224. },
  1225. {
  1226. "name": "Rose 600",
  1227. "slug": "rose-600",
  1228. "color": "#e11d48"
  1229. },
  1230. {
  1231. "name": "Rose 700",
  1232. "slug": "rose-700",
  1233. "color": "#be123c"
  1234. },
  1235. {
  1236. "name": "Rose 800",
  1237. "slug": "rose-800",
  1238. "color": "#9f1239"
  1239. },
  1240. {
  1241. "name": "Rose 900",
  1242. "slug": "rose-900",
  1243. "color": "#881337"
  1244. },
  1245. {
  1246. "name": "Rose 950",
  1247. "slug": "rose-950",
  1248. "color": "#4c0519"
  1249. },
  1250. {
  1251. "name": "Jlg Dark-blue",
  1252. "slug": "jlg-dark-blue",
  1253. "color": "#010d19"
  1254. },
  1255. {
  1256. "name": "Jlg White",
  1257. "slug": "jlg-white",
  1258. "color": "#f5fefe"
  1259. },
  1260. {
  1261. "name": "Jlg Light-white",
  1262. "slug": "jlg-light-white",
  1263. "color": "#f5fefeaa"
  1264. },
  1265. {
  1266. "name": "Jlg Xlight-white",
  1267. "slug": "jlg-xlight-white",
  1268. "color": "rgba(245, 254, 254, 0.15)"
  1269. },
  1270. {
  1271. "name": "Jlg Hxlight-white",
  1272. "slug": "jlg-hxlight-white",
  1273. "color": "rgba(245, 254, 254, 0.35)"
  1274. },
  1275. {
  1276. "name": "Jlg Axlight-white",
  1277. "slug": "jlg-axlight-white",
  1278. "color": "rgba(245, 254, 254, 0.20)"
  1279. }
  1280. ]
  1281. },
  1282. "custom": {
  1283. "spacing": {},
  1284. "typography": {
  1285. "font-size": {},
  1286. "line-height": {}
  1287. }
  1288. },
  1289. "spacing": {
  1290. "padding": true,
  1291. "units": [
  1292. "px",
  1293. "%",
  1294. "em",
  1295. "rem",
  1296. "vw",
  1297. "vh"
  1298. ]
  1299. },
  1300. "typography": {
  1301. "customFontSize": false,
  1302. "dropCap": false,
  1303. "fontFamilies": [
  1304. {
  1305. "name": "Ui-sans-serif",
  1306. "slug": "sans",
  1307. "fontFamily": "ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\""
  1308. },
  1309. {
  1310. "name": "Ui-serif",
  1311. "slug": "serif",
  1312. "fontFamily": "ui-serif,Georgia,Cambria,\"Times New Roman\",Times,serif"
  1313. },
  1314. {
  1315. "name": "Ui-monospace",
  1316. "slug": "mono",
  1317. "fontFamily": "ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace"
  1318. },
  1319. {
  1320. "name": "Authentic_Sans",
  1321. "slug": "authentic",
  1322. "fontFamily": "Authentic_Sans,sans-serif"
  1323. },
  1324. {
  1325. "name": "Authentic_Sans_60",
  1326. "slug": "authentic-60",
  1327. "fontFamily": "Authentic_Sans_60,sans-serif"
  1328. },
  1329. {
  1330. "name": "Libre_Caslon",
  1331. "slug": "caslon",
  1332. "fontFamily": "Libre_Caslon,serif"
  1333. }
  1334. ],
  1335. "fontSizes": [
  1336. {
  1337. "name": "xs",
  1338. "slug": "xs",
  1339. "size": "0.75rem"
  1340. },
  1341. {
  1342. "name": "sm",
  1343. "slug": "sm",
  1344. "size": "13px"
  1345. },
  1346. {
  1347. "name": "base",
  1348. "slug": "base",
  1349. "size": "15px"
  1350. },
  1351. {
  1352. "name": "lg",
  1353. "slug": "lg",
  1354. "size": "18px"
  1355. },
  1356. {
  1357. "name": "xl",
  1358. "slug": "xl",
  1359. "size": "21px"
  1360. },
  1361. {
  1362. "name": "2xl",
  1363. "slug": "2xl",
  1364. "size": "25px"
  1365. },
  1366. {
  1367. "name": "3xl",
  1368. "slug": "3xl",
  1369. "size": "35px"
  1370. },
  1371. {
  1372. "name": "4xl",
  1373. "slug": "4xl",
  1374. "size": "2.25rem"
  1375. },
  1376. {
  1377. "name": "5xl",
  1378. "slug": "5xl",
  1379. "size": "3rem"
  1380. },
  1381. {
  1382. "name": "6xl",
  1383. "slug": "6xl",
  1384. "size": "3.75rem"
  1385. },
  1386. {
  1387. "name": "7xl",
  1388. "slug": "7xl",
  1389. "size": "4.5rem"
  1390. },
  1391. {
  1392. "name": "8xl",
  1393. "slug": "8xl",
  1394. "size": "6rem"
  1395. },
  1396. {
  1397. "name": "9xl",
  1398. "slug": "9xl",
  1399. "size": "8rem"
  1400. }
  1401. ]
  1402. }
  1403. }
  1404. }