@tenstorrent/vesper 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (815) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +167 -0
  3. package/dist/components/accordion/accordion.css +1 -0
  4. package/dist/components/accordion/accordion.d.ts +33 -0
  5. package/dist/components/accordion/accordion.d.ts.map +1 -0
  6. package/dist/components/accordion/accordion.js +30 -0
  7. package/dist/components/accordion/accordion.js.map +1 -0
  8. package/dist/components/admonition/admonition.css +1 -0
  9. package/dist/components/admonition/admonition.d.ts +49 -0
  10. package/dist/components/admonition/admonition.d.ts.map +1 -0
  11. package/dist/components/admonition/admonition.js +47 -0
  12. package/dist/components/admonition/admonition.js.map +1 -0
  13. package/dist/components/avatar/avatar.css +1 -0
  14. package/dist/components/avatar/avatar.d.ts +30 -0
  15. package/dist/components/avatar/avatar.d.ts.map +1 -0
  16. package/dist/components/avatar/avatar.js +24 -0
  17. package/dist/components/avatar/avatar.js.map +1 -0
  18. package/dist/components/avatar-group/avatar-group.css +1 -0
  19. package/dist/components/avatar-group/avatar-group.d.ts +36 -0
  20. package/dist/components/avatar-group/avatar-group.d.ts.map +1 -0
  21. package/dist/components/avatar-group/avatar-group.js +30 -0
  22. package/dist/components/avatar-group/avatar-group.js.map +1 -0
  23. package/dist/components/badge/badge.css +1 -0
  24. package/dist/components/badge/badge.d.ts +42 -0
  25. package/dist/components/badge/badge.d.ts.map +1 -0
  26. package/dist/components/badge/badge.js +49 -0
  27. package/dist/components/badge/badge.js.map +1 -0
  28. package/dist/components/button/button.css +1 -0
  29. package/dist/components/button/button.d.ts +51 -0
  30. package/dist/components/button/button.d.ts.map +1 -0
  31. package/dist/components/button/button.js +49 -0
  32. package/dist/components/button/button.js.map +1 -0
  33. package/dist/components/checkbox/checkbox.css +1 -0
  34. package/dist/components/checkbox/checkbox.d.ts +53 -0
  35. package/dist/components/checkbox/checkbox.d.ts.map +1 -0
  36. package/dist/components/checkbox/checkbox.js +65 -0
  37. package/dist/components/checkbox/checkbox.js.map +1 -0
  38. package/dist/components/chip/chip.css +1 -0
  39. package/dist/components/chip/chip.d.ts +53 -0
  40. package/dist/components/chip/chip.d.ts.map +1 -0
  41. package/dist/components/chip/chip.js +51 -0
  42. package/dist/components/chip/chip.js.map +1 -0
  43. package/dist/components/choicebox/choicebox.css +1 -0
  44. package/dist/components/choicebox/choicebox.d.ts +90 -0
  45. package/dist/components/choicebox/choicebox.d.ts.map +1 -0
  46. package/dist/components/choicebox/choicebox.js +131 -0
  47. package/dist/components/choicebox/choicebox.js.map +1 -0
  48. package/dist/components/code/code.css +1 -0
  49. package/dist/components/code/code.d.ts +23 -0
  50. package/dist/components/code/code.d.ts.map +1 -0
  51. package/dist/components/code/code.js +23 -0
  52. package/dist/components/code/code.js.map +1 -0
  53. package/dist/components/code-block/code-block.css +1 -0
  54. package/dist/components/code-block/code-block.d.ts +48 -0
  55. package/dist/components/code-block/code-block.d.ts.map +1 -0
  56. package/dist/components/code-block/code-block.js +36 -0
  57. package/dist/components/code-block/code-block.js.map +1 -0
  58. package/dist/components/code-block/components.d.ts +4 -0
  59. package/dist/components/code-block/components.d.ts.map +1 -0
  60. package/dist/components/code-block/components.js +27 -0
  61. package/dist/components/code-block/components.js.map +1 -0
  62. package/dist/components/code-block/fixtures.d.ts +12 -0
  63. package/dist/components/code-block/fixtures.d.ts.map +1 -0
  64. package/dist/components/code-block/fixtures.js +491 -0
  65. package/dist/components/code-block/fixtures.js.map +1 -0
  66. package/dist/components/code-block/streaming-code-block.d.ts +5 -0
  67. package/dist/components/code-block/streaming-code-block.d.ts.map +1 -0
  68. package/dist/components/code-block/streaming-code-block.js +92 -0
  69. package/dist/components/code-block/streaming-code-block.js.map +1 -0
  70. package/dist/components/code-block/themes.d.ts +16 -0
  71. package/dist/components/code-block/themes.d.ts.map +1 -0
  72. package/dist/components/code-block/themes.js +2836 -0
  73. package/dist/components/code-block/themes.js.map +1 -0
  74. package/dist/components/code-block/utils.d.ts +7 -0
  75. package/dist/components/code-block/utils.d.ts.map +1 -0
  76. package/dist/components/code-block/utils.js +42 -0
  77. package/dist/components/code-block/utils.js.map +1 -0
  78. package/dist/components/combobox/combobox.css +1 -0
  79. package/dist/components/combobox/combobox.d.ts +106 -0
  80. package/dist/components/combobox/combobox.d.ts.map +1 -0
  81. package/dist/components/combobox/combobox.js +93 -0
  82. package/dist/components/combobox/combobox.js.map +1 -0
  83. package/dist/components/form-input-message/form-input-message.css +1 -0
  84. package/dist/components/form-input-message/form-input-message.d.ts +35 -0
  85. package/dist/components/form-input-message/form-input-message.d.ts.map +1 -0
  86. package/dist/components/form-input-message/form-input-message.js +38 -0
  87. package/dist/components/form-input-message/form-input-message.js.map +1 -0
  88. package/dist/components/icon-button/icon-button.css +1 -0
  89. package/dist/components/icon-button/icon-button.d.ts +38 -0
  90. package/dist/components/icon-button/icon-button.d.ts.map +1 -0
  91. package/dist/components/icon-button/icon-button.js +31 -0
  92. package/dist/components/icon-button/icon-button.js.map +1 -0
  93. package/dist/components/icons/add.d.ts +3 -0
  94. package/dist/components/icons/add.d.ts.map +1 -0
  95. package/dist/components/icons/add.js +5 -0
  96. package/dist/components/icons/add.js.map +1 -0
  97. package/dist/components/icons/ai-agent-solid.d.ts +3 -0
  98. package/dist/components/icons/ai-agent-solid.d.ts.map +1 -0
  99. package/dist/components/icons/ai-agent-solid.js +5 -0
  100. package/dist/components/icons/ai-agent-solid.js.map +1 -0
  101. package/dist/components/icons/ai-agent.d.ts +3 -0
  102. package/dist/components/icons/ai-agent.d.ts.map +1 -0
  103. package/dist/components/icons/ai-agent.js +5 -0
  104. package/dist/components/icons/ai-agent.js.map +1 -0
  105. package/dist/components/icons/ai-data.d.ts +3 -0
  106. package/dist/components/icons/ai-data.d.ts.map +1 -0
  107. package/dist/components/icons/ai-data.js +5 -0
  108. package/dist/components/icons/ai-data.js.map +1 -0
  109. package/dist/components/icons/ai-model.d.ts +3 -0
  110. package/dist/components/icons/ai-model.d.ts.map +1 -0
  111. package/dist/components/icons/ai-model.js +5 -0
  112. package/dist/components/icons/ai-model.js.map +1 -0
  113. package/dist/components/icons/ai-task.d.ts +3 -0
  114. package/dist/components/icons/ai-task.d.ts.map +1 -0
  115. package/dist/components/icons/ai-task.js +5 -0
  116. package/dist/components/icons/ai-task.js.map +1 -0
  117. package/dist/components/icons/ai-video-gen.d.ts +3 -0
  118. package/dist/components/icons/ai-video-gen.d.ts.map +1 -0
  119. package/dist/components/icons/ai-video-gen.js +5 -0
  120. package/dist/components/icons/ai-video-gen.js.map +1 -0
  121. package/dist/components/icons/ai.d.ts +3 -0
  122. package/dist/components/icons/ai.d.ts.map +1 -0
  123. package/dist/components/icons/ai.js +5 -0
  124. package/dist/components/icons/ai.js.map +1 -0
  125. package/dist/components/icons/arrow-down.d.ts +3 -0
  126. package/dist/components/icons/arrow-down.d.ts.map +1 -0
  127. package/dist/components/icons/arrow-down.js +5 -0
  128. package/dist/components/icons/arrow-down.js.map +1 -0
  129. package/dist/components/icons/arrow-left.d.ts +3 -0
  130. package/dist/components/icons/arrow-left.d.ts.map +1 -0
  131. package/dist/components/icons/arrow-left.js +5 -0
  132. package/dist/components/icons/arrow-left.js.map +1 -0
  133. package/dist/components/icons/arrow-right.d.ts +3 -0
  134. package/dist/components/icons/arrow-right.d.ts.map +1 -0
  135. package/dist/components/icons/arrow-right.js +5 -0
  136. package/dist/components/icons/arrow-right.js.map +1 -0
  137. package/dist/components/icons/arrow-up-left.d.ts +3 -0
  138. package/dist/components/icons/arrow-up-left.d.ts.map +1 -0
  139. package/dist/components/icons/arrow-up-left.js +5 -0
  140. package/dist/components/icons/arrow-up-left.js.map +1 -0
  141. package/dist/components/icons/arrow-up-right.d.ts +3 -0
  142. package/dist/components/icons/arrow-up-right.d.ts.map +1 -0
  143. package/dist/components/icons/arrow-up-right.js +5 -0
  144. package/dist/components/icons/arrow-up-right.js.map +1 -0
  145. package/dist/components/icons/arrow-up.d.ts +3 -0
  146. package/dist/components/icons/arrow-up.d.ts.map +1 -0
  147. package/dist/components/icons/arrow-up.js +5 -0
  148. package/dist/components/icons/arrow-up.js.map +1 -0
  149. package/dist/components/icons/auto.d.ts +3 -0
  150. package/dist/components/icons/auto.d.ts.map +1 -0
  151. package/dist/components/icons/auto.js +5 -0
  152. package/dist/components/icons/auto.js.map +1 -0
  153. package/dist/components/icons/blackhole.d.ts +3 -0
  154. package/dist/components/icons/blackhole.d.ts.map +1 -0
  155. package/dist/components/icons/blackhole.js +5 -0
  156. package/dist/components/icons/blackhole.js.map +1 -0
  157. package/dist/components/icons/board.d.ts +3 -0
  158. package/dist/components/icons/board.d.ts.map +1 -0
  159. package/dist/components/icons/board.js +5 -0
  160. package/dist/components/icons/board.js.map +1 -0
  161. package/dist/components/icons/bolt.d.ts +3 -0
  162. package/dist/components/icons/bolt.d.ts.map +1 -0
  163. package/dist/components/icons/bolt.js +5 -0
  164. package/dist/components/icons/bolt.js.map +1 -0
  165. package/dist/components/icons/bug.d.ts +3 -0
  166. package/dist/components/icons/bug.d.ts.map +1 -0
  167. package/dist/components/icons/bug.js +5 -0
  168. package/dist/components/icons/bug.js.map +1 -0
  169. package/dist/components/icons/caret-down.d.ts +3 -0
  170. package/dist/components/icons/caret-down.d.ts.map +1 -0
  171. package/dist/components/icons/caret-down.js +5 -0
  172. package/dist/components/icons/caret-down.js.map +1 -0
  173. package/dist/components/icons/caret-left.d.ts +3 -0
  174. package/dist/components/icons/caret-left.d.ts.map +1 -0
  175. package/dist/components/icons/caret-left.js +5 -0
  176. package/dist/components/icons/caret-left.js.map +1 -0
  177. package/dist/components/icons/caret-right.d.ts +3 -0
  178. package/dist/components/icons/caret-right.d.ts.map +1 -0
  179. package/dist/components/icons/caret-right.js +5 -0
  180. package/dist/components/icons/caret-right.js.map +1 -0
  181. package/dist/components/icons/caret-up.d.ts +3 -0
  182. package/dist/components/icons/caret-up.d.ts.map +1 -0
  183. package/dist/components/icons/caret-up.js +5 -0
  184. package/dist/components/icons/caret-up.js.map +1 -0
  185. package/dist/components/icons/cart.d.ts +3 -0
  186. package/dist/components/icons/cart.d.ts.map +1 -0
  187. package/dist/components/icons/cart.js +5 -0
  188. package/dist/components/icons/cart.js.map +1 -0
  189. package/dist/components/icons/chat-solid.d.ts +3 -0
  190. package/dist/components/icons/chat-solid.d.ts.map +1 -0
  191. package/dist/components/icons/chat-solid.js +5 -0
  192. package/dist/components/icons/chat-solid.js.map +1 -0
  193. package/dist/components/icons/chat.d.ts +3 -0
  194. package/dist/components/icons/chat.d.ts.map +1 -0
  195. package/dist/components/icons/chat.js +5 -0
  196. package/dist/components/icons/chat.js.map +1 -0
  197. package/dist/components/icons/checkmark.d.ts +3 -0
  198. package/dist/components/icons/checkmark.d.ts.map +1 -0
  199. package/dist/components/icons/checkmark.js +5 -0
  200. package/dist/components/icons/checkmark.js.map +1 -0
  201. package/dist/components/icons/chip.d.ts +3 -0
  202. package/dist/components/icons/chip.d.ts.map +1 -0
  203. package/dist/components/icons/chip.js +5 -0
  204. package/dist/components/icons/chip.js.map +1 -0
  205. package/dist/components/icons/circle-add-solid.d.ts +3 -0
  206. package/dist/components/icons/circle-add-solid.d.ts.map +1 -0
  207. package/dist/components/icons/circle-add-solid.js +5 -0
  208. package/dist/components/icons/circle-add-solid.js.map +1 -0
  209. package/dist/components/icons/circle-add.d.ts +3 -0
  210. package/dist/components/icons/circle-add.d.ts.map +1 -0
  211. package/dist/components/icons/circle-add.js +5 -0
  212. package/dist/components/icons/circle-add.js.map +1 -0
  213. package/dist/components/icons/circle-x-solid.d.ts +3 -0
  214. package/dist/components/icons/circle-x-solid.d.ts.map +1 -0
  215. package/dist/components/icons/circle-x-solid.js +5 -0
  216. package/dist/components/icons/circle-x-solid.js.map +1 -0
  217. package/dist/components/icons/circle-x.d.ts +3 -0
  218. package/dist/components/icons/circle-x.d.ts.map +1 -0
  219. package/dist/components/icons/circle-x.js +5 -0
  220. package/dist/components/icons/circle-x.js.map +1 -0
  221. package/dist/components/icons/clock-countdown.d.ts +3 -0
  222. package/dist/components/icons/clock-countdown.d.ts.map +1 -0
  223. package/dist/components/icons/clock-countdown.js +5 -0
  224. package/dist/components/icons/clock-countdown.js.map +1 -0
  225. package/dist/components/icons/clock-counter-clockwise.d.ts +3 -0
  226. package/dist/components/icons/clock-counter-clockwise.d.ts.map +1 -0
  227. package/dist/components/icons/clock-counter-clockwise.js +5 -0
  228. package/dist/components/icons/clock-counter-clockwise.js.map +1 -0
  229. package/dist/components/icons/clock.d.ts +3 -0
  230. package/dist/components/icons/clock.d.ts.map +1 -0
  231. package/dist/components/icons/clock.js +5 -0
  232. package/dist/components/icons/clock.js.map +1 -0
  233. package/dist/components/icons/close-panel.d.ts +3 -0
  234. package/dist/components/icons/close-panel.d.ts.map +1 -0
  235. package/dist/components/icons/close-panel.js +5 -0
  236. package/dist/components/icons/close-panel.js.map +1 -0
  237. package/dist/components/icons/close.d.ts +3 -0
  238. package/dist/components/icons/close.d.ts.map +1 -0
  239. package/dist/components/icons/close.js +5 -0
  240. package/dist/components/icons/close.js.map +1 -0
  241. package/dist/components/icons/cloud-server-solid.d.ts +3 -0
  242. package/dist/components/icons/cloud-server-solid.d.ts.map +1 -0
  243. package/dist/components/icons/cloud-server-solid.js +5 -0
  244. package/dist/components/icons/cloud-server-solid.js.map +1 -0
  245. package/dist/components/icons/cloud-server.d.ts +3 -0
  246. package/dist/components/icons/cloud-server.d.ts.map +1 -0
  247. package/dist/components/icons/cloud-server.js +5 -0
  248. package/dist/components/icons/cloud-server.js.map +1 -0
  249. package/dist/components/icons/constants.d.ts +3 -0
  250. package/dist/components/icons/constants.d.ts.map +1 -0
  251. package/dist/components/icons/constants.js +137 -0
  252. package/dist/components/icons/constants.js.map +1 -0
  253. package/dist/components/icons/copy.d.ts +3 -0
  254. package/dist/components/icons/copy.d.ts.map +1 -0
  255. package/dist/components/icons/copy.js +5 -0
  256. package/dist/components/icons/copy.js.map +1 -0
  257. package/dist/components/icons/document-solid.d.ts +3 -0
  258. package/dist/components/icons/document-solid.d.ts.map +1 -0
  259. package/dist/components/icons/document-solid.js +5 -0
  260. package/dist/components/icons/document-solid.js.map +1 -0
  261. package/dist/components/icons/document.d.ts +3 -0
  262. package/dist/components/icons/document.d.ts.map +1 -0
  263. package/dist/components/icons/document.js +5 -0
  264. package/dist/components/icons/document.js.map +1 -0
  265. package/dist/components/icons/download.d.ts +3 -0
  266. package/dist/components/icons/download.d.ts.map +1 -0
  267. package/dist/components/icons/download.js +5 -0
  268. package/dist/components/icons/download.js.map +1 -0
  269. package/dist/components/icons/ellipses.d.ts +3 -0
  270. package/dist/components/icons/ellipses.d.ts.map +1 -0
  271. package/dist/components/icons/ellipses.js +5 -0
  272. package/dist/components/icons/ellipses.js.map +1 -0
  273. package/dist/components/icons/error-solid.d.ts +3 -0
  274. package/dist/components/icons/error-solid.d.ts.map +1 -0
  275. package/dist/components/icons/error-solid.js +5 -0
  276. package/dist/components/icons/error-solid.js.map +1 -0
  277. package/dist/components/icons/error.d.ts +3 -0
  278. package/dist/components/icons/error.d.ts.map +1 -0
  279. package/dist/components/icons/error.js +5 -0
  280. package/dist/components/icons/error.js.map +1 -0
  281. package/dist/components/icons/eye-slash.d.ts +3 -0
  282. package/dist/components/icons/eye-slash.d.ts.map +1 -0
  283. package/dist/components/icons/eye-slash.js +5 -0
  284. package/dist/components/icons/eye-slash.js.map +1 -0
  285. package/dist/components/icons/eye.d.ts +3 -0
  286. package/dist/components/icons/eye.d.ts.map +1 -0
  287. package/dist/components/icons/eye.js +5 -0
  288. package/dist/components/icons/eye.js.map +1 -0
  289. package/dist/components/icons/folder.d.ts +3 -0
  290. package/dist/components/icons/folder.d.ts.map +1 -0
  291. package/dist/components/icons/folder.js +5 -0
  292. package/dist/components/icons/folder.js.map +1 -0
  293. package/dist/components/icons/galaxy-rack.d.ts +3 -0
  294. package/dist/components/icons/galaxy-rack.d.ts.map +1 -0
  295. package/dist/components/icons/galaxy-rack.js +5 -0
  296. package/dist/components/icons/galaxy-rack.js.map +1 -0
  297. package/dist/components/icons/galaxy.d.ts +3 -0
  298. package/dist/components/icons/galaxy.d.ts.map +1 -0
  299. package/dist/components/icons/galaxy.js +5 -0
  300. package/dist/components/icons/galaxy.js.map +1 -0
  301. package/dist/components/icons/gear-solid.d.ts +3 -0
  302. package/dist/components/icons/gear-solid.d.ts.map +1 -0
  303. package/dist/components/icons/gear-solid.js +5 -0
  304. package/dist/components/icons/gear-solid.js.map +1 -0
  305. package/dist/components/icons/gear.d.ts +3 -0
  306. package/dist/components/icons/gear.d.ts.map +1 -0
  307. package/dist/components/icons/gear.js +5 -0
  308. package/dist/components/icons/gear.js.map +1 -0
  309. package/dist/components/icons/globe.d.ts +3 -0
  310. package/dist/components/icons/globe.d.ts.map +1 -0
  311. package/dist/components/icons/globe.js +5 -0
  312. package/dist/components/icons/globe.js.map +1 -0
  313. package/dist/components/icons/grid.d.ts +3 -0
  314. package/dist/components/icons/grid.d.ts.map +1 -0
  315. package/dist/components/icons/grid.js +5 -0
  316. package/dist/components/icons/grid.js.map +1 -0
  317. package/dist/components/icons/icon.d.ts +7 -0
  318. package/dist/components/icons/icon.d.ts.map +1 -0
  319. package/dist/components/icons/icon.js +9 -0
  320. package/dist/components/icons/icon.js.map +1 -0
  321. package/dist/components/icons/icons.d.ts +131 -0
  322. package/dist/components/icons/icons.d.ts.map +1 -0
  323. package/dist/components/icons/icons.js +137 -0
  324. package/dist/components/icons/icons.js.map +1 -0
  325. package/dist/components/icons/info-solid.d.ts +3 -0
  326. package/dist/components/icons/info-solid.d.ts.map +1 -0
  327. package/dist/components/icons/info-solid.js +5 -0
  328. package/dist/components/icons/info-solid.js.map +1 -0
  329. package/dist/components/icons/info.d.ts +3 -0
  330. package/dist/components/icons/info.d.ts.map +1 -0
  331. package/dist/components/icons/info.js +5 -0
  332. package/dist/components/icons/info.js.map +1 -0
  333. package/dist/components/icons/link.d.ts +3 -0
  334. package/dist/components/icons/link.d.ts.map +1 -0
  335. package/dist/components/icons/link.js +5 -0
  336. package/dist/components/icons/link.js.map +1 -0
  337. package/dist/components/icons/list.d.ts +3 -0
  338. package/dist/components/icons/list.d.ts.map +1 -0
  339. package/dist/components/icons/list.js +5 -0
  340. package/dist/components/icons/list.js.map +1 -0
  341. package/dist/components/icons/location.d.ts +3 -0
  342. package/dist/components/icons/location.d.ts.map +1 -0
  343. package/dist/components/icons/location.js +5 -0
  344. package/dist/components/icons/location.js.map +1 -0
  345. package/dist/components/icons/lock-fill.d.ts +3 -0
  346. package/dist/components/icons/lock-fill.d.ts.map +1 -0
  347. package/dist/components/icons/lock-fill.js +5 -0
  348. package/dist/components/icons/lock-fill.js.map +1 -0
  349. package/dist/components/icons/lock.d.ts +3 -0
  350. package/dist/components/icons/lock.d.ts.map +1 -0
  351. package/dist/components/icons/lock.js +5 -0
  352. package/dist/components/icons/lock.js.map +1 -0
  353. package/dist/components/icons/loudbox.d.ts +3 -0
  354. package/dist/components/icons/loudbox.d.ts.map +1 -0
  355. package/dist/components/icons/loudbox.js +5 -0
  356. package/dist/components/icons/loudbox.js.map +1 -0
  357. package/dist/components/icons/menu.d.ts +3 -0
  358. package/dist/components/icons/menu.d.ts.map +1 -0
  359. package/dist/components/icons/menu.js +5 -0
  360. package/dist/components/icons/menu.js.map +1 -0
  361. package/dist/components/icons/microphone.d.ts +3 -0
  362. package/dist/components/icons/microphone.d.ts.map +1 -0
  363. package/dist/components/icons/microphone.js +5 -0
  364. package/dist/components/icons/microphone.js.map +1 -0
  365. package/dist/components/icons/minus.d.ts +3 -0
  366. package/dist/components/icons/minus.d.ts.map +1 -0
  367. package/dist/components/icons/minus.js +5 -0
  368. package/dist/components/icons/minus.js.map +1 -0
  369. package/dist/components/icons/mode-dark.d.ts +3 -0
  370. package/dist/components/icons/mode-dark.d.ts.map +1 -0
  371. package/dist/components/icons/mode-dark.js +5 -0
  372. package/dist/components/icons/mode-dark.js.map +1 -0
  373. package/dist/components/icons/mode-light.d.ts +3 -0
  374. package/dist/components/icons/mode-light.d.ts.map +1 -0
  375. package/dist/components/icons/mode-light.js +5 -0
  376. package/dist/components/icons/mode-light.js.map +1 -0
  377. package/dist/components/icons/mode-system.d.ts +3 -0
  378. package/dist/components/icons/mode-system.d.ts.map +1 -0
  379. package/dist/components/icons/mode-system.js +5 -0
  380. package/dist/components/icons/mode-system.js.map +1 -0
  381. package/dist/components/icons/model-deepseek-color.d.ts +3 -0
  382. package/dist/components/icons/model-deepseek-color.d.ts.map +1 -0
  383. package/dist/components/icons/model-deepseek-color.js +5 -0
  384. package/dist/components/icons/model-deepseek-color.js.map +1 -0
  385. package/dist/components/icons/model-deepseek.d.ts +3 -0
  386. package/dist/components/icons/model-deepseek.d.ts.map +1 -0
  387. package/dist/components/icons/model-deepseek.js +5 -0
  388. package/dist/components/icons/model-deepseek.js.map +1 -0
  389. package/dist/components/icons/model-falcon-color.d.ts +3 -0
  390. package/dist/components/icons/model-falcon-color.d.ts.map +1 -0
  391. package/dist/components/icons/model-falcon-color.js +5 -0
  392. package/dist/components/icons/model-falcon-color.js.map +1 -0
  393. package/dist/components/icons/model-falcon.d.ts +3 -0
  394. package/dist/components/icons/model-falcon.d.ts.map +1 -0
  395. package/dist/components/icons/model-falcon.js +5 -0
  396. package/dist/components/icons/model-falcon.js.map +1 -0
  397. package/dist/components/icons/model-google-color.d.ts +3 -0
  398. package/dist/components/icons/model-google-color.d.ts.map +1 -0
  399. package/dist/components/icons/model-google-color.js +5 -0
  400. package/dist/components/icons/model-google-color.js.map +1 -0
  401. package/dist/components/icons/model-google.d.ts +3 -0
  402. package/dist/components/icons/model-google.d.ts.map +1 -0
  403. package/dist/components/icons/model-google.js +5 -0
  404. package/dist/components/icons/model-google.js.map +1 -0
  405. package/dist/components/icons/model-llama-color.d.ts +3 -0
  406. package/dist/components/icons/model-llama-color.d.ts.map +1 -0
  407. package/dist/components/icons/model-llama-color.js +5 -0
  408. package/dist/components/icons/model-llama-color.js.map +1 -0
  409. package/dist/components/icons/model-llama.d.ts +3 -0
  410. package/dist/components/icons/model-llama.d.ts.map +1 -0
  411. package/dist/components/icons/model-llama.js +5 -0
  412. package/dist/components/icons/model-llama.js.map +1 -0
  413. package/dist/components/icons/model-openai.d.ts +3 -0
  414. package/dist/components/icons/model-openai.d.ts.map +1 -0
  415. package/dist/components/icons/model-openai.js +5 -0
  416. package/dist/components/icons/model-openai.js.map +1 -0
  417. package/dist/components/icons/model-qwen-color.d.ts +3 -0
  418. package/dist/components/icons/model-qwen-color.d.ts.map +1 -0
  419. package/dist/components/icons/model-qwen-color.js +5 -0
  420. package/dist/components/icons/model-qwen-color.js.map +1 -0
  421. package/dist/components/icons/model-qwen.d.ts +3 -0
  422. package/dist/components/icons/model-qwen.d.ts.map +1 -0
  423. package/dist/components/icons/model-qwen.js +5 -0
  424. package/dist/components/icons/model-qwen.js.map +1 -0
  425. package/dist/components/icons/monitor.d.ts +3 -0
  426. package/dist/components/icons/monitor.d.ts.map +1 -0
  427. package/dist/components/icons/monitor.js +5 -0
  428. package/dist/components/icons/monitor.js.map +1 -0
  429. package/dist/components/icons/open-panel.d.ts +3 -0
  430. package/dist/components/icons/open-panel.d.ts.map +1 -0
  431. package/dist/components/icons/open-panel.js +5 -0
  432. package/dist/components/icons/open-panel.js.map +1 -0
  433. package/dist/components/icons/org-developer.d.ts +3 -0
  434. package/dist/components/icons/org-developer.d.ts.map +1 -0
  435. package/dist/components/icons/org-developer.js +5 -0
  436. package/dist/components/icons/org-developer.js.map +1 -0
  437. package/dist/components/icons/org-experience.d.ts +3 -0
  438. package/dist/components/icons/org-experience.d.ts.map +1 -0
  439. package/dist/components/icons/org-experience.js +5 -0
  440. package/dist/components/icons/org-experience.js.map +1 -0
  441. package/dist/components/icons/org-operations.d.ts +3 -0
  442. package/dist/components/icons/org-operations.d.ts.map +1 -0
  443. package/dist/components/icons/org-operations.js +5 -0
  444. package/dist/components/icons/org-operations.js.map +1 -0
  445. package/dist/components/icons/org-systems.d.ts +3 -0
  446. package/dist/components/icons/org-systems.d.ts.map +1 -0
  447. package/dist/components/icons/org-systems.js +5 -0
  448. package/dist/components/icons/org-systems.js.map +1 -0
  449. package/dist/components/icons/org-university.d.ts +3 -0
  450. package/dist/components/icons/org-university.d.ts.map +1 -0
  451. package/dist/components/icons/org-university.js +5 -0
  452. package/dist/components/icons/org-university.js.map +1 -0
  453. package/dist/components/icons/phone.d.ts +3 -0
  454. package/dist/components/icons/phone.d.ts.map +1 -0
  455. package/dist/components/icons/phone.js +5 -0
  456. package/dist/components/icons/phone.js.map +1 -0
  457. package/dist/components/icons/quasar.d.ts +3 -0
  458. package/dist/components/icons/quasar.d.ts.map +1 -0
  459. package/dist/components/icons/quasar.js +5 -0
  460. package/dist/components/icons/quasar.js.map +1 -0
  461. package/dist/components/icons/quietbox.d.ts +3 -0
  462. package/dist/components/icons/quietbox.d.ts.map +1 -0
  463. package/dist/components/icons/quietbox.js +5 -0
  464. package/dist/components/icons/quietbox.js.map +1 -0
  465. package/dist/components/icons/registry.d.ts +6 -0
  466. package/dist/components/icons/registry.d.ts.map +1 -0
  467. package/dist/components/icons/registry.js +264 -0
  468. package/dist/components/icons/registry.js.map +1 -0
  469. package/dist/components/icons/reset.d.ts +3 -0
  470. package/dist/components/icons/reset.d.ts.map +1 -0
  471. package/dist/components/icons/reset.js +5 -0
  472. package/dist/components/icons/reset.js.map +1 -0
  473. package/dist/components/icons/search.d.ts +3 -0
  474. package/dist/components/icons/search.d.ts.map +1 -0
  475. package/dist/components/icons/search.js +5 -0
  476. package/dist/components/icons/search.js.map +1 -0
  477. package/dist/components/icons/server-solid.d.ts +3 -0
  478. package/dist/components/icons/server-solid.d.ts.map +1 -0
  479. package/dist/components/icons/server-solid.js +5 -0
  480. package/dist/components/icons/server-solid.js.map +1 -0
  481. package/dist/components/icons/server.d.ts +3 -0
  482. package/dist/components/icons/server.d.ts.map +1 -0
  483. package/dist/components/icons/server.js +5 -0
  484. package/dist/components/icons/server.js.map +1 -0
  485. package/dist/components/icons/shield-solid.d.ts +3 -0
  486. package/dist/components/icons/shield-solid.d.ts.map +1 -0
  487. package/dist/components/icons/shield-solid.js +5 -0
  488. package/dist/components/icons/shield-solid.js.map +1 -0
  489. package/dist/components/icons/shield.d.ts +3 -0
  490. package/dist/components/icons/shield.d.ts.map +1 -0
  491. package/dist/components/icons/shield.js +5 -0
  492. package/dist/components/icons/shield.js.map +1 -0
  493. package/dist/components/icons/sidebar.d.ts +3 -0
  494. package/dist/components/icons/sidebar.d.ts.map +1 -0
  495. package/dist/components/icons/sidebar.js +5 -0
  496. package/dist/components/icons/sidebar.js.map +1 -0
  497. package/dist/components/icons/size.d.ts +3 -0
  498. package/dist/components/icons/size.d.ts.map +1 -0
  499. package/dist/components/icons/size.js +5 -0
  500. package/dist/components/icons/size.js.map +1 -0
  501. package/dist/components/icons/social-discord.d.ts +3 -0
  502. package/dist/components/icons/social-discord.d.ts.map +1 -0
  503. package/dist/components/icons/social-discord.js +5 -0
  504. package/dist/components/icons/social-discord.js.map +1 -0
  505. package/dist/components/icons/social-facebook.d.ts +3 -0
  506. package/dist/components/icons/social-facebook.d.ts.map +1 -0
  507. package/dist/components/icons/social-facebook.js +5 -0
  508. package/dist/components/icons/social-facebook.js.map +1 -0
  509. package/dist/components/icons/social-github.d.ts +3 -0
  510. package/dist/components/icons/social-github.d.ts.map +1 -0
  511. package/dist/components/icons/social-github.js +5 -0
  512. package/dist/components/icons/social-github.js.map +1 -0
  513. package/dist/components/icons/social-linkedin.d.ts +3 -0
  514. package/dist/components/icons/social-linkedin.d.ts.map +1 -0
  515. package/dist/components/icons/social-linkedin.js +5 -0
  516. package/dist/components/icons/social-linkedin.js.map +1 -0
  517. package/dist/components/icons/social-x.d.ts +3 -0
  518. package/dist/components/icons/social-x.d.ts.map +1 -0
  519. package/dist/components/icons/social-x.js +5 -0
  520. package/dist/components/icons/social-x.js.map +1 -0
  521. package/dist/components/icons/social-youtube.d.ts +3 -0
  522. package/dist/components/icons/social-youtube.d.ts.map +1 -0
  523. package/dist/components/icons/social-youtube.js +5 -0
  524. package/dist/components/icons/social-youtube.js.map +1 -0
  525. package/dist/components/icons/spinner.d.ts +3 -0
  526. package/dist/components/icons/spinner.d.ts.map +1 -0
  527. package/dist/components/icons/spinner.js +5 -0
  528. package/dist/components/icons/spinner.js.map +1 -0
  529. package/dist/components/icons/success-solid.d.ts +3 -0
  530. package/dist/components/icons/success-solid.d.ts.map +1 -0
  531. package/dist/components/icons/success-solid.js +5 -0
  532. package/dist/components/icons/success-solid.js.map +1 -0
  533. package/dist/components/icons/success.d.ts +3 -0
  534. package/dist/components/icons/success.d.ts.map +1 -0
  535. package/dist/components/icons/success.js +5 -0
  536. package/dist/components/icons/success.js.map +1 -0
  537. package/dist/components/icons/tensix.d.ts +3 -0
  538. package/dist/components/icons/tensix.d.ts.map +1 -0
  539. package/dist/components/icons/tensix.js +5 -0
  540. package/dist/components/icons/tensix.js.map +1 -0
  541. package/dist/components/icons/tenstorrent.d.ts +3 -0
  542. package/dist/components/icons/tenstorrent.d.ts.map +1 -0
  543. package/dist/components/icons/tenstorrent.js +5 -0
  544. package/dist/components/icons/tenstorrent.js.map +1 -0
  545. package/dist/components/icons/trash-solid.d.ts +3 -0
  546. package/dist/components/icons/trash-solid.d.ts.map +1 -0
  547. package/dist/components/icons/trash-solid.js +5 -0
  548. package/dist/components/icons/trash-solid.js.map +1 -0
  549. package/dist/components/icons/trash.d.ts +3 -0
  550. package/dist/components/icons/trash.d.ts.map +1 -0
  551. package/dist/components/icons/trash.js +5 -0
  552. package/dist/components/icons/trash.js.map +1 -0
  553. package/dist/components/icons/tt-forge-fe.d.ts +3 -0
  554. package/dist/components/icons/tt-forge-fe.d.ts.map +1 -0
  555. package/dist/components/icons/tt-forge-fe.js +5 -0
  556. package/dist/components/icons/tt-forge-fe.js.map +1 -0
  557. package/dist/components/icons/tt-forge.d.ts +3 -0
  558. package/dist/components/icons/tt-forge.d.ts.map +1 -0
  559. package/dist/components/icons/tt-forge.js +5 -0
  560. package/dist/components/icons/tt-forge.js.map +1 -0
  561. package/dist/components/icons/tt-lang.d.ts +3 -0
  562. package/dist/components/icons/tt-lang.d.ts.map +1 -0
  563. package/dist/components/icons/tt-lang.js +5 -0
  564. package/dist/components/icons/tt-lang.js.map +1 -0
  565. package/dist/components/icons/tt-llk.d.ts +3 -0
  566. package/dist/components/icons/tt-llk.d.ts.map +1 -0
  567. package/dist/components/icons/tt-llk.js +5 -0
  568. package/dist/components/icons/tt-llk.js.map +1 -0
  569. package/dist/components/icons/tt-metalium.d.ts +3 -0
  570. package/dist/components/icons/tt-metalium.d.ts.map +1 -0
  571. package/dist/components/icons/tt-metalium.js +5 -0
  572. package/dist/components/icons/tt-metalium.js.map +1 -0
  573. package/dist/components/icons/tt-nn.d.ts +3 -0
  574. package/dist/components/icons/tt-nn.d.ts.map +1 -0
  575. package/dist/components/icons/tt-nn.js +5 -0
  576. package/dist/components/icons/tt-nn.js.map +1 -0
  577. package/dist/components/icons/tt-torch.d.ts +3 -0
  578. package/dist/components/icons/tt-torch.d.ts.map +1 -0
  579. package/dist/components/icons/tt-torch.js +5 -0
  580. package/dist/components/icons/tt-torch.js.map +1 -0
  581. package/dist/components/icons/tt-xla.d.ts +3 -0
  582. package/dist/components/icons/tt-xla.d.ts.map +1 -0
  583. package/dist/components/icons/tt-xla.js +5 -0
  584. package/dist/components/icons/tt-xla.js.map +1 -0
  585. package/dist/components/icons/types.d.ts +2 -0
  586. package/dist/components/icons/types.d.ts.map +1 -0
  587. package/dist/components/icons/types.js +9 -0
  588. package/dist/components/icons/types.js.map +1 -0
  589. package/dist/components/icons/upload.d.ts +3 -0
  590. package/dist/components/icons/upload.d.ts.map +1 -0
  591. package/dist/components/icons/upload.js +5 -0
  592. package/dist/components/icons/upload.js.map +1 -0
  593. package/dist/components/icons/user-multiple-solid.d.ts +3 -0
  594. package/dist/components/icons/user-multiple-solid.d.ts.map +1 -0
  595. package/dist/components/icons/user-multiple-solid.js +5 -0
  596. package/dist/components/icons/user-multiple-solid.js.map +1 -0
  597. package/dist/components/icons/user-multiple.d.ts +3 -0
  598. package/dist/components/icons/user-multiple.d.ts.map +1 -0
  599. package/dist/components/icons/user-multiple.js +5 -0
  600. package/dist/components/icons/user-multiple.js.map +1 -0
  601. package/dist/components/icons/user-solid.d.ts +3 -0
  602. package/dist/components/icons/user-solid.d.ts.map +1 -0
  603. package/dist/components/icons/user-solid.js +5 -0
  604. package/dist/components/icons/user-solid.js.map +1 -0
  605. package/dist/components/icons/user.d.ts +3 -0
  606. package/dist/components/icons/user.d.ts.map +1 -0
  607. package/dist/components/icons/user.js +5 -0
  608. package/dist/components/icons/user.js.map +1 -0
  609. package/dist/components/icons/warning-solid.d.ts +3 -0
  610. package/dist/components/icons/warning-solid.d.ts.map +1 -0
  611. package/dist/components/icons/warning-solid.js +5 -0
  612. package/dist/components/icons/warning-solid.js.map +1 -0
  613. package/dist/components/icons/warning.d.ts +3 -0
  614. package/dist/components/icons/warning.d.ts.map +1 -0
  615. package/dist/components/icons/warning.js +5 -0
  616. package/dist/components/icons/warning.js.map +1 -0
  617. package/dist/components/icons/wormhole.d.ts +3 -0
  618. package/dist/components/icons/wormhole.d.ts.map +1 -0
  619. package/dist/components/icons/wormhole.js +5 -0
  620. package/dist/components/icons/wormhole.js.map +1 -0
  621. package/dist/components/masked-input/getMaskitoOptions.d.ts +4 -0
  622. package/dist/components/masked-input/getMaskitoOptions.d.ts.map +1 -0
  623. package/dist/components/masked-input/getMaskitoOptions.js +27 -0
  624. package/dist/components/masked-input/getMaskitoOptions.js.map +1 -0
  625. package/dist/components/masked-input/masked-input.d.ts +68 -0
  626. package/dist/components/masked-input/masked-input.d.ts.map +1 -0
  627. package/dist/components/masked-input/masked-input.js +68 -0
  628. package/dist/components/masked-input/masked-input.js.map +1 -0
  629. package/dist/components/material/material.css +1 -0
  630. package/dist/components/material/material.d.ts +43 -0
  631. package/dist/components/material/material.d.ts.map +1 -0
  632. package/dist/components/material/material.js +43 -0
  633. package/dist/components/material/material.js.map +1 -0
  634. package/dist/components/menu/menu.css +1 -0
  635. package/dist/components/menu/menu.d.ts +75 -0
  636. package/dist/components/menu/menu.d.ts.map +1 -0
  637. package/dist/components/menu/menu.js +56 -0
  638. package/dist/components/menu/menu.js.map +1 -0
  639. package/dist/components/modal/modal.css +1 -0
  640. package/dist/components/modal/modal.d.ts +83 -0
  641. package/dist/components/modal/modal.d.ts.map +1 -0
  642. package/dist/components/modal/modal.js +118 -0
  643. package/dist/components/modal/modal.js.map +1 -0
  644. package/dist/components/progress-bar/progress-bar.css +1 -0
  645. package/dist/components/progress-bar/progress-bar.d.ts +38 -0
  646. package/dist/components/progress-bar/progress-bar.d.ts.map +1 -0
  647. package/dist/components/progress-bar/progress-bar.js +39 -0
  648. package/dist/components/progress-bar/progress-bar.js.map +1 -0
  649. package/dist/components/radio-group/radio-group.css +1 -0
  650. package/dist/components/radio-group/radio-group.d.ts +70 -0
  651. package/dist/components/radio-group/radio-group.d.ts.map +1 -0
  652. package/dist/components/radio-group/radio-group.js +61 -0
  653. package/dist/components/radio-group/radio-group.js.map +1 -0
  654. package/dist/components/range/range.css +1 -0
  655. package/dist/components/range/range.d.ts +86 -0
  656. package/dist/components/range/range.d.ts.map +1 -0
  657. package/dist/components/range/range.js +87 -0
  658. package/dist/components/range/range.js.map +1 -0
  659. package/dist/components/select/select.css +1 -0
  660. package/dist/components/select/select.d.ts +82 -0
  661. package/dist/components/select/select.d.ts.map +1 -0
  662. package/dist/components/select/select.js +79 -0
  663. package/dist/components/select/select.js.map +1 -0
  664. package/dist/components/sheet/sheet.css +1 -0
  665. package/dist/components/sheet/sheet.d.ts +71 -0
  666. package/dist/components/sheet/sheet.d.ts.map +1 -0
  667. package/dist/components/sheet/sheet.js +116 -0
  668. package/dist/components/sheet/sheet.js.map +1 -0
  669. package/dist/components/show-more/show-more.css +1 -0
  670. package/dist/components/show-more/show-more.d.ts +28 -0
  671. package/dist/components/show-more/show-more.d.ts.map +1 -0
  672. package/dist/components/show-more/show-more.js +26 -0
  673. package/dist/components/show-more/show-more.js.map +1 -0
  674. package/dist/components/skeleton/skeleton.css +1 -0
  675. package/dist/components/skeleton/skeleton.d.ts +39 -0
  676. package/dist/components/skeleton/skeleton.d.ts.map +1 -0
  677. package/dist/components/skeleton/skeleton.js +36 -0
  678. package/dist/components/skeleton/skeleton.js.map +1 -0
  679. package/dist/components/slider/slider.d.ts +69 -0
  680. package/dist/components/slider/slider.d.ts.map +1 -0
  681. package/dist/components/slider/slider.js +61 -0
  682. package/dist/components/slider/slider.js.map +1 -0
  683. package/dist/components/snippet/snippet.css +1 -0
  684. package/dist/components/snippet/snippet.d.ts +28 -0
  685. package/dist/components/snippet/snippet.d.ts.map +1 -0
  686. package/dist/components/snippet/snippet.js +44 -0
  687. package/dist/components/snippet/snippet.js.map +1 -0
  688. package/dist/components/split-button/split-button.css +1 -0
  689. package/dist/components/split-button/split-button.d.ts +78 -0
  690. package/dist/components/split-button/split-button.d.ts.map +1 -0
  691. package/dist/components/split-button/split-button.js +65 -0
  692. package/dist/components/split-button/split-button.js.map +1 -0
  693. package/dist/components/status-indicator/status-indicator.css +1 -0
  694. package/dist/components/status-indicator/status-indicator.d.ts +35 -0
  695. package/dist/components/status-indicator/status-indicator.d.ts.map +1 -0
  696. package/dist/components/status-indicator/status-indicator.js +33 -0
  697. package/dist/components/status-indicator/status-indicator.js.map +1 -0
  698. package/dist/components/switch/switch.css +1 -0
  699. package/dist/components/switch/switch.d.ts +41 -0
  700. package/dist/components/switch/switch.d.ts.map +1 -0
  701. package/dist/components/switch/switch.js +46 -0
  702. package/dist/components/switch/switch.js.map +1 -0
  703. package/dist/components/tabs/tabs.css +1 -0
  704. package/dist/components/tabs/tabs.d.ts +60 -0
  705. package/dist/components/tabs/tabs.d.ts.map +1 -0
  706. package/dist/components/tabs/tabs.js +51 -0
  707. package/dist/components/tabs/tabs.js.map +1 -0
  708. package/dist/components/tag/tag.css +1 -0
  709. package/dist/components/tag/tag.d.ts +42 -0
  710. package/dist/components/tag/tag.d.ts.map +1 -0
  711. package/dist/components/tag/tag.js +48 -0
  712. package/dist/components/tag/tag.js.map +1 -0
  713. package/dist/components/text-area/text-area.css +1 -0
  714. package/dist/components/text-area/text-area.d.ts +35 -0
  715. package/dist/components/text-area/text-area.d.ts.map +1 -0
  716. package/dist/components/text-area/text-area.js +47 -0
  717. package/dist/components/text-area/text-area.js.map +1 -0
  718. package/dist/components/text-button/text-button.css +1 -0
  719. package/dist/components/text-button/text-button.d.ts +46 -0
  720. package/dist/components/text-button/text-button.d.ts.map +1 -0
  721. package/dist/components/text-button/text-button.js +46 -0
  722. package/dist/components/text-button/text-button.js.map +1 -0
  723. package/dist/components/text-input/text-input.css +1 -0
  724. package/dist/components/text-input/text-input.d.ts +57 -0
  725. package/dist/components/text-input/text-input.d.ts.map +1 -0
  726. package/dist/components/text-input/text-input.js +54 -0
  727. package/dist/components/text-input/text-input.js.map +1 -0
  728. package/dist/components/theme-switcher/theme-switcher.css +1 -0
  729. package/dist/components/theme-switcher/theme-switcher.d.ts +23 -0
  730. package/dist/components/theme-switcher/theme-switcher.d.ts.map +1 -0
  731. package/dist/components/theme-switcher/theme-switcher.js +24 -0
  732. package/dist/components/theme-switcher/theme-switcher.js.map +1 -0
  733. package/dist/components/toast/animations.d.ts +3 -0
  734. package/dist/components/toast/animations.d.ts.map +1 -0
  735. package/dist/components/toast/animations.js +28 -0
  736. package/dist/components/toast/animations.js.map +1 -0
  737. package/dist/components/toast/store.d.ts +77 -0
  738. package/dist/components/toast/store.d.ts.map +1 -0
  739. package/dist/components/toast/store.js +94 -0
  740. package/dist/components/toast/store.js.map +1 -0
  741. package/dist/components/toast/toast.css +1 -0
  742. package/dist/components/toast/toast.d.ts +32 -0
  743. package/dist/components/toast/toast.d.ts.map +1 -0
  744. package/dist/components/toast/toast.js +202 -0
  745. package/dist/components/toast/toast.js.map +1 -0
  746. package/dist/components/toast/utils.d.ts +10 -0
  747. package/dist/components/toast/utils.d.ts.map +1 -0
  748. package/dist/components/toast/utils.js +26 -0
  749. package/dist/components/toast/utils.js.map +1 -0
  750. package/dist/components/toggle/toggle.css +1 -0
  751. package/dist/components/toggle/toggle.d.ts +82 -0
  752. package/dist/components/toggle/toggle.d.ts.map +1 -0
  753. package/dist/components/toggle/toggle.js +129 -0
  754. package/dist/components/toggle/toggle.js.map +1 -0
  755. package/dist/components/tooltip/tooltip.css +1 -0
  756. package/dist/components/tooltip/tooltip.d.ts +58 -0
  757. package/dist/components/tooltip/tooltip.d.ts.map +1 -0
  758. package/dist/components/tooltip/tooltip.js +52 -0
  759. package/dist/components/tooltip/tooltip.js.map +1 -0
  760. package/dist/components/typography/typography.css +1 -0
  761. package/dist/components/typography/typography.d.ts +33 -0
  762. package/dist/components/typography/typography.d.ts.map +1 -0
  763. package/dist/components/typography/typography.js +63 -0
  764. package/dist/components/typography/typography.js.map +1 -0
  765. package/dist/styles/animation.css +1 -0
  766. package/dist/styles/backgrounds.css +1 -0
  767. package/dist/styles/colors.css +1 -0
  768. package/dist/styles/fonts.css +1 -0
  769. package/dist/styles/globals.css +1 -0
  770. package/dist/styles/leading.css +1 -0
  771. package/dist/styles/radius.css +1 -0
  772. package/dist/styles/shadows.css +1 -0
  773. package/dist/styles/spacing.css +1 -0
  774. package/dist/styles/strokes.css +1 -0
  775. package/dist/styles/styles.css +1 -0
  776. package/dist/styles/tailwind-utilities.css +1 -0
  777. package/dist/styles/tailwind.css +1 -0
  778. package/dist/styles/tracking.css +1 -0
  779. package/dist/utils/cn.d.ts +2 -0
  780. package/dist/utils/cn.d.ts.map +1 -0
  781. package/dist/utils/cn.js +2 -0
  782. package/dist/utils/cn.js.map +1 -0
  783. package/dist/utils/generateId.d.ts +5 -0
  784. package/dist/utils/generateId.d.ts.map +1 -0
  785. package/dist/utils/generateId.js +21 -0
  786. package/dist/utils/generateId.js.map +1 -0
  787. package/dist/utils/getDisabledProps.d.ts +42 -0
  788. package/dist/utils/getDisabledProps.d.ts.map +1 -0
  789. package/dist/utils/getDisabledProps.js +36 -0
  790. package/dist/utils/getDisabledProps.js.map +1 -0
  791. package/dist/utils/getPortalContainer.d.ts +27 -0
  792. package/dist/utils/getPortalContainer.d.ts.map +1 -0
  793. package/dist/utils/getPortalContainer.js +21 -0
  794. package/dist/utils/getPortalContainer.js.map +1 -0
  795. package/dist/utils/hooks/useBaseRemSize.d.ts +9 -0
  796. package/dist/utils/hooks/useBaseRemSize.d.ts.map +1 -0
  797. package/dist/utils/hooks/useBaseRemSize.js +55 -0
  798. package/dist/utils/hooks/useBaseRemSize.js.map +1 -0
  799. package/dist/utils/hooks/useMergedRefs.d.ts +11 -0
  800. package/dist/utils/hooks/useMergedRefs.d.ts.map +1 -0
  801. package/dist/utils/hooks/useMergedRefs.js +96 -0
  802. package/dist/utils/hooks/useMergedRefs.js.map +1 -0
  803. package/dist/utils/isSingleReactElement.d.ts +3 -0
  804. package/dist/utils/isSingleReactElement.d.ts.map +1 -0
  805. package/dist/utils/isSingleReactElement.js +5 -0
  806. package/dist/utils/isSingleReactElement.js.map +1 -0
  807. package/dist/utils/polymorphic.d.ts +43 -0
  808. package/dist/utils/polymorphic.d.ts.map +1 -0
  809. package/dist/utils/polymorphic.js +2 -0
  810. package/dist/utils/polymorphic.js.map +1 -0
  811. package/dist/utils/splitFormInputProps.d.ts +119 -0
  812. package/dist/utils/splitFormInputProps.d.ts.map +1 -0
  813. package/dist/utils/splitFormInputProps.js +277 -0
  814. package/dist/utils/splitFormInputProps.js.map +1 -0
  815. package/package.json +266 -0
@@ -0,0 +1,2836 @@
1
+ /**
2
+ * Night Owl TextMate theme
3
+ * https://github.com/shikijs/textmate-grammars-themes/blob/main/packages/tm-themes/themes/night-owl.json
4
+ *
5
+ * Source colors are remapped to the closest Vesper dark mode palette tokens
6
+ */
7
+ export const dark = {
8
+ colors: {
9
+ "editor.background": "transparent",
10
+ "editor.foreground": "var(--vesper-stone-800)",
11
+ },
12
+ name: "night-owl",
13
+ tokenColors: [
14
+ {
15
+ scope: [
16
+ "markup.changed",
17
+ "meta.diff.header.git",
18
+ "meta.diff.header.from-file",
19
+ "meta.diff.header.to-file",
20
+ ],
21
+ settings: {
22
+ fontStyle: "italic",
23
+ foreground: "var(--vesper-purple-800)",
24
+ },
25
+ },
26
+ {
27
+ scope: "markup.deleted.diff",
28
+ settings: {
29
+ fontStyle: "italic",
30
+ foreground: "var(--vesper-red-400)",
31
+ },
32
+ },
33
+ {
34
+ scope: "markup.inserted.diff",
35
+ settings: {
36
+ fontStyle: "italic",
37
+ foreground: "var(--vesper-yellow-800)",
38
+ },
39
+ },
40
+ {
41
+ settings: {
42
+ background: "transparent",
43
+ foreground: "var(--vesper-stone-800)",
44
+ },
45
+ },
46
+ {
47
+ scope: ["comment", "punctuation.definition.comment"],
48
+ settings: {
49
+ fontStyle: "italic",
50
+ foreground: "var(--vesper-stone-600)",
51
+ },
52
+ },
53
+ {
54
+ scope: "string",
55
+ settings: {
56
+ foreground: "var(--vesper-amber-700)",
57
+ },
58
+ },
59
+ {
60
+ scope: ["string.quoted", "variable.other.readwrite.js"],
61
+ settings: {
62
+ foreground: "var(--vesper-amber-700)",
63
+ },
64
+ },
65
+ {
66
+ scope: "support.constant.math",
67
+ settings: {
68
+ foreground: "var(--vesper-yellow-800)",
69
+ },
70
+ },
71
+ {
72
+ scope: ["constant.numeric", "constant.character.numeric"],
73
+ settings: {
74
+ fontStyle: "",
75
+ foreground: "var(--vesper-red-700)",
76
+ },
77
+ },
78
+ {
79
+ scope: [
80
+ "constant.language",
81
+ "punctuation.definition.constant",
82
+ "variable.other.constant",
83
+ ],
84
+ settings: {
85
+ foreground: "var(--vesper-sky-800)",
86
+ },
87
+ },
88
+ {
89
+ scope: ["constant.character", "constant.other"],
90
+ settings: {
91
+ foreground: "var(--vesper-sky-800)",
92
+ },
93
+ },
94
+ {
95
+ scope: "constant.character.escape",
96
+ settings: {
97
+ foreground: "var(--vesper-red-700)",
98
+ },
99
+ },
100
+ {
101
+ scope: ["string.regexp", "string.regexp keyword.other"],
102
+ settings: {
103
+ foreground: "var(--vesper-sky-700)",
104
+ },
105
+ },
106
+ {
107
+ scope: "meta.function punctuation.separator.comma",
108
+ settings: {
109
+ foreground: "var(--vesper-stone-600)",
110
+ },
111
+ },
112
+ {
113
+ scope: "variable",
114
+ settings: {
115
+ foreground: "var(--vesper-yellow-800)",
116
+ },
117
+ },
118
+ {
119
+ scope: ["punctuation.accessor", "keyword"],
120
+ settings: {
121
+ fontStyle: "italic",
122
+ foreground: "var(--vesper-purple-700)",
123
+ },
124
+ },
125
+ {
126
+ scope: [
127
+ "storage",
128
+ "meta.var.expr",
129
+ "meta.class meta.method.declaration meta.var.expr storage.type.js",
130
+ "storage.type.property.js",
131
+ "storage.type.property.ts",
132
+ "storage.type.property.tsx",
133
+ ],
134
+ settings: {
135
+ fontStyle: "italic",
136
+ foreground: "var(--vesper-purple-700)",
137
+ },
138
+ },
139
+ {
140
+ scope: "storage.type",
141
+ settings: {
142
+ foreground: "var(--vesper-purple-700)",
143
+ },
144
+ },
145
+ {
146
+ scope: "storage.type.function.arrow.js",
147
+ settings: {
148
+ fontStyle: "",
149
+ },
150
+ },
151
+ {
152
+ scope: ["entity.name.class", "meta.class entity.name.type.class"],
153
+ settings: {
154
+ foreground: "var(--vesper-amber-800)",
155
+ },
156
+ },
157
+ {
158
+ scope: "entity.other.inherited-class",
159
+ settings: {
160
+ foreground: "var(--vesper-yellow-800)",
161
+ },
162
+ },
163
+ {
164
+ scope: "entity.name.function",
165
+ settings: {
166
+ fontStyle: "italic",
167
+ foreground: "var(--vesper-purple-700)",
168
+ },
169
+ },
170
+ {
171
+ scope: ["punctuation.definition.tag", "meta.tag"],
172
+ settings: {
173
+ foreground: "var(--vesper-mint-700)",
174
+ },
175
+ },
176
+ {
177
+ scope: [
178
+ "entity.name.tag",
179
+ "meta.tag.other.html",
180
+ "meta.tag.other.js",
181
+ "meta.tag.other.tsx",
182
+ "entity.name.tag.tsx",
183
+ "entity.name.tag.js",
184
+ "entity.name.tag",
185
+ "meta.tag.js",
186
+ "meta.tag.tsx",
187
+ "meta.tag.html",
188
+ ],
189
+ settings: {
190
+ fontStyle: "",
191
+ foreground: "var(--vesper-mint-900)",
192
+ },
193
+ },
194
+ {
195
+ scope: "entity.other.attribute-name",
196
+ settings: {
197
+ fontStyle: "italic",
198
+ foreground: "var(--vesper-yellow-800)",
199
+ },
200
+ },
201
+ {
202
+ scope: "entity.name.tag.custom",
203
+ settings: {
204
+ foreground: "var(--vesper-red-700)",
205
+ },
206
+ },
207
+ {
208
+ scope: ["support.function", "support.constant"],
209
+ settings: {
210
+ foreground: "var(--vesper-sky-800)",
211
+ },
212
+ },
213
+ {
214
+ scope: "support.constant.meta.property-value",
215
+ settings: {
216
+ foreground: "var(--vesper-mint-700)",
217
+ },
218
+ },
219
+ {
220
+ scope: ["support.type", "support.class"],
221
+ settings: {
222
+ foreground: "var(--vesper-yellow-800)",
223
+ },
224
+ },
225
+ {
226
+ scope: "support.variable.dom",
227
+ settings: {
228
+ foreground: "var(--vesper-yellow-800)",
229
+ },
230
+ },
231
+ {
232
+ scope: "invalid",
233
+ settings: {
234
+ background: "var(--vesper-pink-600)",
235
+ foreground: "var(--vesper-stone-900)",
236
+ },
237
+ },
238
+ {
239
+ scope: "invalid.deprecated",
240
+ settings: {
241
+ background: "var(--vesper-red-500)",
242
+ foreground: "var(--vesper-stone-900)",
243
+ },
244
+ },
245
+ {
246
+ scope: "keyword.operator",
247
+ settings: {
248
+ fontStyle: "",
249
+ foreground: "var(--vesper-mint-700)",
250
+ },
251
+ },
252
+ {
253
+ scope: "keyword.operator.relational",
254
+ settings: {
255
+ fontStyle: "italic",
256
+ foreground: "var(--vesper-purple-700)",
257
+ },
258
+ },
259
+ {
260
+ scope: "keyword.operator.assignment",
261
+ settings: {
262
+ foreground: "var(--vesper-purple-700)",
263
+ },
264
+ },
265
+ {
266
+ scope: "keyword.operator.arithmetic",
267
+ settings: {
268
+ foreground: "var(--vesper-purple-700)",
269
+ },
270
+ },
271
+ {
272
+ scope: "keyword.operator.bitwise",
273
+ settings: {
274
+ foreground: "var(--vesper-purple-700)",
275
+ },
276
+ },
277
+ {
278
+ scope: "keyword.operator.increment",
279
+ settings: {
280
+ foreground: "var(--vesper-purple-700)",
281
+ },
282
+ },
283
+ {
284
+ scope: "keyword.operator.ternary",
285
+ settings: {
286
+ foreground: "var(--vesper-purple-700)",
287
+ },
288
+ },
289
+ {
290
+ scope: "comment.line.double-slash",
291
+ settings: {
292
+ foreground: "var(--vesper-stone-600)",
293
+ },
294
+ },
295
+ {
296
+ scope: "object",
297
+ settings: {
298
+ foreground: "var(--vesper-teal-900)",
299
+ },
300
+ },
301
+ {
302
+ scope: "constant.language.null",
303
+ settings: {
304
+ foreground: "var(--vesper-red-600)",
305
+ },
306
+ },
307
+ {
308
+ scope: "meta.brace",
309
+ settings: {
310
+ foreground: "var(--vesper-stone-800)",
311
+ },
312
+ },
313
+ {
314
+ scope: "meta.delimiter.period",
315
+ settings: {
316
+ fontStyle: "italic",
317
+ foreground: "var(--vesper-purple-700)",
318
+ },
319
+ },
320
+ {
321
+ scope: "punctuation.definition.string",
322
+ settings: {
323
+ foreground: "var(--vesper-green-900)",
324
+ },
325
+ },
326
+ {
327
+ scope: "punctuation.definition.string.begin.markdown",
328
+ settings: {
329
+ foreground: "var(--vesper-red-600)",
330
+ },
331
+ },
332
+ {
333
+ scope: "constant.language.boolean",
334
+ settings: {
335
+ foreground: "var(--vesper-red-600)",
336
+ },
337
+ },
338
+ {
339
+ scope: "object.comma",
340
+ settings: {
341
+ foreground: "var(--vesper-stone-900)",
342
+ },
343
+ },
344
+ {
345
+ scope: "variable.parameter.function",
346
+ settings: {
347
+ fontStyle: "",
348
+ foreground: "var(--vesper-mint-700)",
349
+ },
350
+ },
351
+ {
352
+ scope: [
353
+ "support.type.vendor.property-name",
354
+ "support.constant.vendor.property-value",
355
+ "support.type.property-name",
356
+ "meta.property-list entity.name.tag",
357
+ ],
358
+ settings: {
359
+ fontStyle: "",
360
+ foreground: "var(--vesper-mint-600)",
361
+ },
362
+ },
363
+ {
364
+ scope: "meta.property-list entity.name.tag.reference",
365
+ settings: {
366
+ foreground: "var(--vesper-teal-800)",
367
+ },
368
+ },
369
+ {
370
+ scope: "constant.other.color.rgb-value punctuation.definition.constant",
371
+ settings: {
372
+ foreground: "var(--vesper-red-700)",
373
+ },
374
+ },
375
+ {
376
+ scope: "constant.other.color",
377
+ settings: {
378
+ foreground: "var(--vesper-yellow-900)",
379
+ },
380
+ },
381
+ {
382
+ scope: "keyword.other.unit",
383
+ settings: {
384
+ foreground: "var(--vesper-yellow-900)",
385
+ },
386
+ },
387
+ {
388
+ scope: "meta.selector",
389
+ settings: {
390
+ fontStyle: "italic",
391
+ foreground: "var(--vesper-purple-700)",
392
+ },
393
+ },
394
+ {
395
+ scope: "entity.other.attribute-name.id",
396
+ settings: {
397
+ foreground: "var(--vesper-yellow-700)",
398
+ },
399
+ },
400
+ {
401
+ scope: "meta.property-name",
402
+ settings: {
403
+ foreground: "var(--vesper-mint-600)",
404
+ },
405
+ },
406
+ {
407
+ scope: ["entity.name.tag.doctype", "meta.tag.sgml.doctype"],
408
+ settings: {
409
+ fontStyle: "italic",
410
+ foreground: "var(--vesper-purple-700)",
411
+ },
412
+ },
413
+ {
414
+ scope: "punctuation.definition.parameters",
415
+ settings: {
416
+ foreground: "var(--vesper-green-900)",
417
+ },
418
+ },
419
+ {
420
+ scope: "keyword.control.operator",
421
+ settings: {
422
+ foreground: "var(--vesper-mint-700)",
423
+ },
424
+ },
425
+ {
426
+ scope: "keyword.operator.logical",
427
+ settings: {
428
+ fontStyle: "",
429
+ foreground: "var(--vesper-purple-700)",
430
+ },
431
+ },
432
+ {
433
+ scope: [
434
+ "variable.instance",
435
+ "variable.other.instance",
436
+ "variable.readwrite.instance",
437
+ "variable.other.readwrite.instance",
438
+ "variable.other.property",
439
+ ],
440
+ settings: {
441
+ foreground: "var(--vesper-mint-900)",
442
+ },
443
+ },
444
+ {
445
+ scope: ["variable.other.object.property"],
446
+ settings: {
447
+ fontStyle: "italic",
448
+ foreground: "var(--vesper-yellow-900)",
449
+ },
450
+ },
451
+ {
452
+ scope: ["variable.other.object.js"],
453
+ settings: {
454
+ fontStyle: "",
455
+ },
456
+ },
457
+ {
458
+ scope: ["entity.name.function"],
459
+ settings: {
460
+ fontStyle: "italic",
461
+ foreground: "var(--vesper-sky-800)",
462
+ },
463
+ },
464
+ {
465
+ scope: ["variable.language.this.js"],
466
+ settings: {
467
+ fontStyle: "italic",
468
+ foreground: "var(--vesper-green-700)",
469
+ },
470
+ },
471
+ {
472
+ scope: [
473
+ "keyword.operator.comparison",
474
+ "keyword.control.flow.js",
475
+ "keyword.control.flow.ts",
476
+ "keyword.control.flow.tsx",
477
+ "keyword.control.ruby",
478
+ "keyword.control.module.ruby",
479
+ "keyword.control.class.ruby",
480
+ "keyword.control.def.ruby",
481
+ "keyword.control.loop.js",
482
+ "keyword.control.loop.ts",
483
+ "keyword.control.import.js",
484
+ "keyword.control.import.ts",
485
+ "keyword.control.import.tsx",
486
+ "keyword.control.from.js",
487
+ "keyword.control.from.ts",
488
+ "keyword.control.from.tsx",
489
+ "keyword.operator.instanceof.js",
490
+ "keyword.operator.expression.instanceof.ts",
491
+ "keyword.operator.expression.instanceof.tsx",
492
+ ],
493
+ settings: {
494
+ fontStyle: "italic",
495
+ foreground: "var(--vesper-purple-700)",
496
+ },
497
+ },
498
+ {
499
+ scope: [
500
+ "keyword.control.conditional.js",
501
+ "keyword.control.conditional.ts",
502
+ "keyword.control.switch.js",
503
+ "keyword.control.switch.ts",
504
+ ],
505
+ settings: {
506
+ fontStyle: "",
507
+ foreground: "var(--vesper-purple-700)",
508
+ },
509
+ },
510
+ {
511
+ scope: [
512
+ "support.constant",
513
+ "keyword.other.special-method",
514
+ "keyword.other.new",
515
+ "keyword.other.debugger",
516
+ "keyword.control",
517
+ ],
518
+ settings: {
519
+ foreground: "var(--vesper-mint-700)",
520
+ },
521
+ },
522
+ {
523
+ scope: "support.function",
524
+ settings: {
525
+ foreground: "var(--vesper-yellow-800)",
526
+ },
527
+ },
528
+ {
529
+ scope: "invalid.broken",
530
+ settings: {
531
+ background: "var(--vesper-red-700)",
532
+ foreground: "var(--vesper-stone-0)",
533
+ },
534
+ },
535
+ {
536
+ scope: "invalid.unimplemented",
537
+ settings: {
538
+ background: "var(--vesper-green-600)",
539
+ foreground: "var(--vesper-stone-900)",
540
+ },
541
+ },
542
+ {
543
+ scope: "invalid.illegal",
544
+ settings: {
545
+ background: "var(--vesper-red-600)",
546
+ foreground: "var(--vesper-stone-900)",
547
+ },
548
+ },
549
+ {
550
+ scope: "variable.language",
551
+ settings: {
552
+ foreground: "var(--vesper-mint-700)",
553
+ },
554
+ },
555
+ {
556
+ scope: "support.variable.property",
557
+ settings: {
558
+ foreground: "var(--vesper-mint-700)",
559
+ },
560
+ },
561
+ {
562
+ scope: "variable.function",
563
+ settings: {
564
+ foreground: "var(--vesper-sky-800)",
565
+ },
566
+ },
567
+ {
568
+ scope: "variable.interpolation",
569
+ settings: {
570
+ foreground: "var(--vesper-red-600)",
571
+ },
572
+ },
573
+ {
574
+ scope: "meta.function-call",
575
+ settings: {
576
+ foreground: "var(--vesper-sky-800)",
577
+ },
578
+ },
579
+ {
580
+ scope: "punctuation.section.embedded",
581
+ settings: {
582
+ foreground: "var(--vesper-red-500)",
583
+ },
584
+ },
585
+ {
586
+ scope: [
587
+ "punctuation.terminator.expression",
588
+ "punctuation.definition.arguments",
589
+ "punctuation.definition.array",
590
+ "punctuation.section.array",
591
+ "meta.array",
592
+ ],
593
+ settings: {
594
+ foreground: "var(--vesper-stone-800)",
595
+ },
596
+ },
597
+ {
598
+ scope: [
599
+ "punctuation.definition.list.begin",
600
+ "punctuation.definition.list.end",
601
+ "punctuation.separator.arguments",
602
+ "punctuation.definition.list",
603
+ ],
604
+ settings: {
605
+ foreground: "var(--vesper-green-900)",
606
+ },
607
+ },
608
+ {
609
+ scope: "string.template meta.template.expression",
610
+ settings: {
611
+ foreground: "var(--vesper-red-500)",
612
+ },
613
+ },
614
+ {
615
+ scope: "string.template punctuation.definition.string",
616
+ settings: {
617
+ foreground: "var(--vesper-stone-800)",
618
+ },
619
+ },
620
+ {
621
+ scope: "italic",
622
+ settings: {
623
+ fontStyle: "italic",
624
+ foreground: "var(--vesper-purple-700)",
625
+ },
626
+ },
627
+ {
628
+ scope: "bold",
629
+ settings: {
630
+ fontStyle: "bold",
631
+ foreground: "var(--vesper-yellow-800)",
632
+ },
633
+ },
634
+ {
635
+ scope: "quote",
636
+ settings: {
637
+ fontStyle: "italic",
638
+ foreground: "var(--vesper-stone-600)",
639
+ },
640
+ },
641
+ {
642
+ scope: "raw",
643
+ settings: {
644
+ foreground: "var(--vesper-mint-600)",
645
+ },
646
+ },
647
+ {
648
+ scope: "variable.assignment.coffee",
649
+ settings: {
650
+ foreground: "var(--vesper-teal-800)",
651
+ },
652
+ },
653
+ {
654
+ scope: "variable.parameter.function.coffee",
655
+ settings: {
656
+ foreground: "var(--vesper-stone-800)",
657
+ },
658
+ },
659
+ {
660
+ scope: "variable.assignment.coffee",
661
+ settings: {
662
+ foreground: "var(--vesper-mint-700)",
663
+ },
664
+ },
665
+ {
666
+ scope: "variable.other.readwrite.cs",
667
+ settings: {
668
+ foreground: "var(--vesper-stone-800)",
669
+ },
670
+ },
671
+ {
672
+ scope: ["entity.name.type.class.cs", "storage.type.cs"],
673
+ settings: {
674
+ foreground: "var(--vesper-amber-800)",
675
+ },
676
+ },
677
+ {
678
+ scope: "entity.name.type.namespace.cs",
679
+ settings: {
680
+ foreground: "var(--vesper-stone-800)",
681
+ },
682
+ },
683
+ {
684
+ scope: "string.unquoted.preprocessor.message.cs",
685
+ settings: {
686
+ foreground: "var(--vesper-stone-800)",
687
+ },
688
+ },
689
+ {
690
+ scope: [
691
+ "punctuation.separator.hash.cs",
692
+ "keyword.preprocessor.region.cs",
693
+ "keyword.preprocessor.endregion.cs",
694
+ ],
695
+ settings: {
696
+ fontStyle: "bold",
697
+ foreground: "var(--vesper-amber-800)",
698
+ },
699
+ },
700
+ {
701
+ scope: "variable.other.object.cs",
702
+ settings: {
703
+ foreground: "var(--vesper-stone-800)",
704
+ },
705
+ },
706
+ {
707
+ scope: "entity.name.type.enum.cs",
708
+ settings: {
709
+ foreground: "var(--vesper-yellow-800)",
710
+ },
711
+ },
712
+ {
713
+ scope: [
714
+ "string.interpolated.single.dart",
715
+ "string.interpolated.double.dart",
716
+ ],
717
+ settings: {
718
+ foreground: "var(--vesper-amber-800)",
719
+ },
720
+ },
721
+ {
722
+ scope: "support.class.dart",
723
+ settings: {
724
+ foreground: "var(--vesper-amber-800)",
725
+ },
726
+ },
727
+ {
728
+ scope: [
729
+ "entity.name.tag.css",
730
+ "entity.name.tag.less",
731
+ "entity.name.tag.custom.css",
732
+ "support.constant.property-value.css",
733
+ ],
734
+ settings: {
735
+ fontStyle: "",
736
+ foreground: "var(--vesper-red-700)",
737
+ },
738
+ },
739
+ {
740
+ scope: [
741
+ "entity.name.tag.wildcard.css",
742
+ "entity.name.tag.wildcard.less",
743
+ "entity.name.tag.wildcard.scss",
744
+ "entity.name.tag.wildcard.sass",
745
+ ],
746
+ settings: {
747
+ foreground: "var(--vesper-mint-700)",
748
+ },
749
+ },
750
+ {
751
+ scope: "keyword.other.unit.css",
752
+ settings: {
753
+ foreground: "var(--vesper-yellow-900)",
754
+ },
755
+ },
756
+ {
757
+ scope: [
758
+ "meta.attribute-selector.css entity.other.attribute-name.attribute",
759
+ "variable.other.readwrite.js",
760
+ ],
761
+ settings: {
762
+ foreground: "var(--vesper-red-700)",
763
+ },
764
+ },
765
+ {
766
+ scope: [
767
+ "source.elixir support.type.elixir",
768
+ "source.elixir meta.module.elixir entity.name.class.elixir",
769
+ ],
770
+ settings: {
771
+ foreground: "var(--vesper-sky-800)",
772
+ },
773
+ },
774
+ {
775
+ scope: "source.elixir entity.name.function",
776
+ settings: {
777
+ foreground: "var(--vesper-yellow-800)",
778
+ },
779
+ },
780
+ {
781
+ scope: [
782
+ "source.elixir constant.other.symbol.elixir",
783
+ "source.elixir constant.other.keywords.elixir",
784
+ ],
785
+ settings: {
786
+ foreground: "var(--vesper-sky-800)",
787
+ },
788
+ },
789
+ {
790
+ scope: "source.elixir punctuation.definition.string",
791
+ settings: {
792
+ foreground: "var(--vesper-yellow-800)",
793
+ },
794
+ },
795
+ {
796
+ scope: [
797
+ "source.elixir variable.other.readwrite.module.elixir",
798
+ "source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir",
799
+ ],
800
+ settings: {
801
+ foreground: "var(--vesper-yellow-800)",
802
+ },
803
+ },
804
+ {
805
+ scope: "source.elixir .punctuation.binary.elixir",
806
+ settings: {
807
+ fontStyle: "italic",
808
+ foreground: "var(--vesper-purple-700)",
809
+ },
810
+ },
811
+ {
812
+ scope: "constant.keyword.clojure",
813
+ settings: {
814
+ foreground: "var(--vesper-mint-700)",
815
+ },
816
+ },
817
+ {
818
+ scope: "source.go meta.function-call.go",
819
+ settings: {
820
+ foreground: "var(--vesper-stone-800)",
821
+ },
822
+ },
823
+ {
824
+ scope: [
825
+ "source.go keyword.package.go",
826
+ "source.go keyword.import.go",
827
+ "source.go keyword.function.go",
828
+ "source.go keyword.type.go",
829
+ "source.go keyword.struct.go",
830
+ "source.go keyword.interface.go",
831
+ "source.go keyword.const.go",
832
+ "source.go keyword.var.go",
833
+ "source.go keyword.map.go",
834
+ "source.go keyword.channel.go",
835
+ "source.go keyword.control.go",
836
+ ],
837
+ settings: {
838
+ fontStyle: "italic",
839
+ foreground: "var(--vesper-purple-700)",
840
+ },
841
+ },
842
+ {
843
+ scope: [
844
+ "source.go constant.language.go",
845
+ "source.go constant.other.placeholder.go",
846
+ ],
847
+ settings: {
848
+ foreground: "var(--vesper-red-600)",
849
+ },
850
+ },
851
+ {
852
+ scope: ["entity.name.function.preprocessor.cpp", "entity.scope.name.cpp"],
853
+ settings: {
854
+ foreground: "var(--vesper-mint-700)",
855
+ },
856
+ },
857
+ {
858
+ scope: ["meta.namespace-block.cpp"],
859
+ settings: {
860
+ foreground: "var(--vesper-amber-900)",
861
+ },
862
+ },
863
+ {
864
+ scope: ["storage.type.language.primitive.cpp"],
865
+ settings: {
866
+ foreground: "var(--vesper-red-600)",
867
+ },
868
+ },
869
+ {
870
+ scope: ["meta.preprocessor.macro.cpp"],
871
+ settings: {
872
+ foreground: "var(--vesper-stone-800)",
873
+ },
874
+ },
875
+ {
876
+ scope: ["variable.parameter"],
877
+ settings: {
878
+ foreground: "var(--vesper-amber-800)",
879
+ },
880
+ },
881
+ {
882
+ scope: ["variable.other.readwrite.powershell"],
883
+ settings: {
884
+ foreground: "var(--vesper-sky-800)",
885
+ },
886
+ },
887
+ {
888
+ scope: ["support.function.powershell"],
889
+ settings: {
890
+ foreground: "var(--vesper-mint-700)",
891
+ },
892
+ },
893
+ {
894
+ scope: "entity.other.attribute-name.id.html",
895
+ settings: {
896
+ foreground: "var(--vesper-yellow-800)",
897
+ },
898
+ },
899
+ {
900
+ scope: "punctuation.definition.tag.html",
901
+ settings: {
902
+ foreground: "var(--vesper-teal-800)",
903
+ },
904
+ },
905
+ {
906
+ scope: "meta.tag.sgml.doctype.html",
907
+ settings: {
908
+ fontStyle: "italic",
909
+ foreground: "var(--vesper-purple-700)",
910
+ },
911
+ },
912
+ {
913
+ scope: "meta.class entity.name.type.class.js",
914
+ settings: {
915
+ foreground: "var(--vesper-amber-800)",
916
+ },
917
+ },
918
+ {
919
+ scope: "meta.method.declaration storage.type.js",
920
+ settings: {
921
+ foreground: "var(--vesper-sky-800)",
922
+ },
923
+ },
924
+ {
925
+ scope: "terminator.js",
926
+ settings: {
927
+ foreground: "var(--vesper-stone-800)",
928
+ },
929
+ },
930
+ {
931
+ scope: "meta.js punctuation.definition.js",
932
+ settings: {
933
+ foreground: "var(--vesper-stone-800)",
934
+ },
935
+ },
936
+ {
937
+ scope: [
938
+ "entity.name.type.instance.jsdoc",
939
+ "entity.name.type.instance.phpdoc",
940
+ ],
941
+ settings: {
942
+ foreground: "var(--vesper-stone-600)",
943
+ },
944
+ },
945
+ {
946
+ scope: ["variable.other.jsdoc", "variable.other.phpdoc"],
947
+ settings: {
948
+ foreground: "var(--vesper-teal-700)",
949
+ },
950
+ },
951
+ {
952
+ scope: [
953
+ "variable.other.meta.import.js",
954
+ "meta.import.js variable.other",
955
+ "variable.other.meta.export.js",
956
+ "meta.export.js variable.other",
957
+ ],
958
+ settings: {
959
+ foreground: "var(--vesper-stone-800)",
960
+ },
961
+ },
962
+ {
963
+ scope: "variable.parameter.function.js",
964
+ settings: {
965
+ foreground: "var(--vesper-purple-600)",
966
+ },
967
+ },
968
+ {
969
+ scope: [
970
+ "variable.other.object.js",
971
+ "variable.other.object.jsx",
972
+ "variable.object.property.js",
973
+ "variable.object.property.jsx",
974
+ ],
975
+ settings: {
976
+ foreground: "var(--vesper-stone-800)",
977
+ },
978
+ },
979
+ {
980
+ scope: ["variable.js", "variable.other.js"],
981
+ settings: {
982
+ foreground: "var(--vesper-stone-800)",
983
+ },
984
+ },
985
+ {
986
+ scope: ["entity.name.type.js", "entity.name.type.module.js"],
987
+ settings: {
988
+ fontStyle: "",
989
+ foreground: "var(--vesper-amber-800)",
990
+ },
991
+ },
992
+ {
993
+ scope: "support.class.js",
994
+ settings: {
995
+ foreground: "var(--vesper-stone-800)",
996
+ },
997
+ },
998
+ {
999
+ scope: "support.type.property-name.json",
1000
+ settings: {
1001
+ foreground: "var(--vesper-mint-700)",
1002
+ },
1003
+ },
1004
+ {
1005
+ scope: "support.constant.json",
1006
+ settings: {
1007
+ foreground: "var(--vesper-yellow-800)",
1008
+ },
1009
+ },
1010
+ {
1011
+ scope: "meta.structure.dictionary.value.json string.quoted.double",
1012
+ settings: {
1013
+ foreground: "var(--vesper-purple-700)",
1014
+ },
1015
+ },
1016
+ {
1017
+ scope: "string.quoted.double.json punctuation.definition.string.json",
1018
+ settings: {
1019
+ foreground: "var(--vesper-mint-600)",
1020
+ },
1021
+ },
1022
+ {
1023
+ scope: "meta.structure.dictionary.json meta.structure.dictionary.value constant.language",
1024
+ settings: {
1025
+ foreground: "var(--vesper-red-600)",
1026
+ },
1027
+ },
1028
+ {
1029
+ scope: "variable.other.object.js",
1030
+ settings: {
1031
+ fontStyle: "italic",
1032
+ foreground: "var(--vesper-mint-700)",
1033
+ },
1034
+ },
1035
+ {
1036
+ scope: ["variable.other.ruby"],
1037
+ settings: {
1038
+ foreground: "var(--vesper-stone-800)",
1039
+ },
1040
+ },
1041
+ {
1042
+ scope: ["entity.name.type.class.ruby"],
1043
+ settings: {
1044
+ foreground: "var(--vesper-amber-700)",
1045
+ },
1046
+ },
1047
+ {
1048
+ scope: "constant.language.symbol.hashkey.ruby",
1049
+ settings: {
1050
+ foreground: "var(--vesper-mint-700)",
1051
+ },
1052
+ },
1053
+ {
1054
+ scope: "constant.language.symbol.ruby",
1055
+ settings: {
1056
+ foreground: "var(--vesper-mint-700)",
1057
+ },
1058
+ },
1059
+ {
1060
+ scope: "entity.name.tag.less",
1061
+ settings: {
1062
+ foreground: "var(--vesper-mint-700)",
1063
+ },
1064
+ },
1065
+ {
1066
+ scope: "keyword.other.unit.css",
1067
+ settings: {
1068
+ foreground: "var(--vesper-yellow-900)",
1069
+ },
1070
+ },
1071
+ {
1072
+ scope: "meta.attribute-selector.less entity.other.attribute-name.attribute",
1073
+ settings: {
1074
+ foreground: "var(--vesper-red-700)",
1075
+ },
1076
+ },
1077
+ {
1078
+ scope: [
1079
+ "markup.heading",
1080
+ "markup.heading.setext.1",
1081
+ "markup.heading.setext.2",
1082
+ ],
1083
+ settings: {
1084
+ foreground: "var(--vesper-sky-800)",
1085
+ },
1086
+ },
1087
+ {
1088
+ scope: "markup.italic",
1089
+ settings: {
1090
+ fontStyle: "italic",
1091
+ foreground: "var(--vesper-purple-700)",
1092
+ },
1093
+ },
1094
+ {
1095
+ scope: "markup.bold",
1096
+ settings: {
1097
+ fontStyle: "bold",
1098
+ foreground: "var(--vesper-yellow-800)",
1099
+ },
1100
+ },
1101
+ {
1102
+ scope: "markup.quote",
1103
+ settings: {
1104
+ fontStyle: "italic",
1105
+ foreground: "var(--vesper-stone-600)",
1106
+ },
1107
+ },
1108
+ {
1109
+ scope: "markup.inline.raw",
1110
+ settings: {
1111
+ foreground: "var(--vesper-mint-600)",
1112
+ },
1113
+ },
1114
+ {
1115
+ scope: ["markup.underline.link", "markup.underline.link.image"],
1116
+ settings: {
1117
+ foreground: "var(--vesper-pink-700)",
1118
+ },
1119
+ },
1120
+ {
1121
+ scope: [
1122
+ "string.other.link.title.markdown",
1123
+ "string.other.link.description.markdown",
1124
+ ],
1125
+ settings: {
1126
+ foreground: "var(--vesper-stone-800)",
1127
+ },
1128
+ },
1129
+ {
1130
+ scope: [
1131
+ "punctuation.definition.string.markdown",
1132
+ "punctuation.definition.string.begin.markdown",
1133
+ "punctuation.definition.string.end.markdown",
1134
+ "meta.link.inline.markdown punctuation.definition.string",
1135
+ ],
1136
+ settings: {
1137
+ foreground: "var(--vesper-sky-800)",
1138
+ },
1139
+ },
1140
+ {
1141
+ scope: ["punctuation.definition.metadata.markdown"],
1142
+ settings: {
1143
+ foreground: "var(--vesper-mint-700)",
1144
+ },
1145
+ },
1146
+ {
1147
+ scope: ["beginning.punctuation.definition.list.markdown"],
1148
+ settings: {
1149
+ foreground: "var(--vesper-sky-800)",
1150
+ },
1151
+ },
1152
+ {
1153
+ scope: "markup.inline.raw.string.markdown",
1154
+ settings: {
1155
+ foreground: "var(--vesper-yellow-800)",
1156
+ },
1157
+ },
1158
+ {
1159
+ scope: ["variable.other.php", "variable.other.property.php"],
1160
+ settings: {
1161
+ foreground: "var(--vesper-stone-800)",
1162
+ },
1163
+ },
1164
+ {
1165
+ scope: "support.class.php",
1166
+ settings: {
1167
+ foreground: "var(--vesper-amber-800)",
1168
+ },
1169
+ },
1170
+ {
1171
+ scope: "meta.function-call.php punctuation",
1172
+ settings: {
1173
+ foreground: "var(--vesper-stone-800)",
1174
+ },
1175
+ },
1176
+ {
1177
+ scope: "variable.other.global.php",
1178
+ settings: {
1179
+ foreground: "var(--vesper-yellow-800)",
1180
+ },
1181
+ },
1182
+ {
1183
+ scope: "variable.other.global.php punctuation.definition.variable",
1184
+ settings: {
1185
+ foreground: "var(--vesper-yellow-800)",
1186
+ },
1187
+ },
1188
+ {
1189
+ scope: "constant.language.python",
1190
+ settings: {
1191
+ foreground: "var(--vesper-red-600)",
1192
+ },
1193
+ },
1194
+ {
1195
+ scope: [
1196
+ "variable.parameter.function.python",
1197
+ "meta.function-call.arguments.python",
1198
+ ],
1199
+ settings: {
1200
+ foreground: "var(--vesper-sky-800)",
1201
+ },
1202
+ },
1203
+ {
1204
+ scope: ["meta.function-call.python", "meta.function-call.generic.python"],
1205
+ settings: {
1206
+ foreground: "var(--vesper-stone-800)",
1207
+ },
1208
+ },
1209
+ {
1210
+ scope: "punctuation.python",
1211
+ settings: {
1212
+ foreground: "var(--vesper-stone-800)",
1213
+ },
1214
+ },
1215
+ {
1216
+ scope: "entity.name.function.decorator.python",
1217
+ settings: {
1218
+ foreground: "var(--vesper-yellow-800)",
1219
+ },
1220
+ },
1221
+ {
1222
+ scope: "source.python variable.language.special",
1223
+ settings: {
1224
+ foreground: "var(--vesper-sky-800)",
1225
+ },
1226
+ },
1227
+ {
1228
+ scope: "keyword.control",
1229
+ settings: {
1230
+ fontStyle: "italic",
1231
+ foreground: "var(--vesper-purple-700)",
1232
+ },
1233
+ },
1234
+ {
1235
+ scope: [
1236
+ "variable.scss",
1237
+ "variable.sass",
1238
+ "variable.parameter.url.scss",
1239
+ "variable.parameter.url.sass",
1240
+ ],
1241
+ settings: {
1242
+ foreground: "var(--vesper-yellow-800)",
1243
+ },
1244
+ },
1245
+ {
1246
+ scope: [
1247
+ "source.css.scss meta.at-rule variable",
1248
+ "source.css.sass meta.at-rule variable",
1249
+ ],
1250
+ settings: {
1251
+ foreground: "var(--vesper-sky-800)",
1252
+ },
1253
+ },
1254
+ {
1255
+ scope: [
1256
+ "source.css.scss meta.at-rule variable",
1257
+ "source.css.sass meta.at-rule variable",
1258
+ ],
1259
+ settings: {
1260
+ foreground: "var(--vesper-stone-800)",
1261
+ },
1262
+ },
1263
+ {
1264
+ scope: [
1265
+ "meta.attribute-selector.scss entity.other.attribute-name.attribute",
1266
+ "meta.attribute-selector.sass entity.other.attribute-name.attribute",
1267
+ ],
1268
+ settings: {
1269
+ foreground: "var(--vesper-red-700)",
1270
+ },
1271
+ },
1272
+ {
1273
+ scope: ["entity.name.tag.scss", "entity.name.tag.sass"],
1274
+ settings: {
1275
+ foreground: "var(--vesper-mint-700)",
1276
+ },
1277
+ },
1278
+ {
1279
+ scope: ["keyword.other.unit.scss", "keyword.other.unit.sass"],
1280
+ settings: {
1281
+ foreground: "var(--vesper-yellow-900)",
1282
+ },
1283
+ },
1284
+ {
1285
+ scope: [
1286
+ "variable.other.readwrite.alias.ts",
1287
+ "variable.other.readwrite.alias.tsx",
1288
+ "variable.other.readwrite.ts",
1289
+ "variable.other.readwrite.tsx",
1290
+ "variable.other.object.ts",
1291
+ "variable.other.object.tsx",
1292
+ "variable.object.property.ts",
1293
+ "variable.object.property.tsx",
1294
+ "variable.other.ts",
1295
+ "variable.other.tsx",
1296
+ "variable.tsx",
1297
+ "variable.ts",
1298
+ ],
1299
+ settings: {
1300
+ foreground: "var(--vesper-stone-800)",
1301
+ },
1302
+ },
1303
+ {
1304
+ scope: ["entity.name.type.ts", "entity.name.type.tsx"],
1305
+ settings: {
1306
+ foreground: "var(--vesper-amber-800)",
1307
+ },
1308
+ },
1309
+ {
1310
+ scope: ["support.class.node.ts", "support.class.node.tsx"],
1311
+ settings: {
1312
+ foreground: "var(--vesper-sky-800)",
1313
+ },
1314
+ },
1315
+ {
1316
+ scope: [
1317
+ "meta.type.parameters.ts entity.name.type",
1318
+ "meta.type.parameters.tsx entity.name.type",
1319
+ ],
1320
+ settings: {
1321
+ foreground: "var(--vesper-stone-600)",
1322
+ },
1323
+ },
1324
+ {
1325
+ scope: [
1326
+ "meta.import.ts punctuation.definition.block",
1327
+ "meta.import.tsx punctuation.definition.block",
1328
+ "meta.export.ts punctuation.definition.block",
1329
+ "meta.export.tsx punctuation.definition.block",
1330
+ ],
1331
+ settings: {
1332
+ foreground: "var(--vesper-stone-800)",
1333
+ },
1334
+ },
1335
+ {
1336
+ scope: [
1337
+ "meta.decorator punctuation.decorator.ts",
1338
+ "meta.decorator punctuation.decorator.tsx",
1339
+ ],
1340
+ settings: {
1341
+ foreground: "var(--vesper-sky-800)",
1342
+ },
1343
+ },
1344
+ {
1345
+ scope: "meta.tag.js meta.jsx.children.tsx",
1346
+ settings: {
1347
+ foreground: "var(--vesper-sky-800)",
1348
+ },
1349
+ },
1350
+ {
1351
+ scope: "entity.name.tag.yaml",
1352
+ settings: {
1353
+ foreground: "var(--vesper-mint-700)",
1354
+ },
1355
+ },
1356
+ {
1357
+ scope: ["variable.other.readwrite.js", "variable.parameter"],
1358
+ settings: {
1359
+ foreground: "var(--vesper-stone-800)",
1360
+ },
1361
+ },
1362
+ {
1363
+ scope: ["support.class.component.js", "support.class.component.tsx"],
1364
+ settings: {
1365
+ fontStyle: "",
1366
+ foreground: "var(--vesper-red-700)",
1367
+ },
1368
+ },
1369
+ {
1370
+ scope: [
1371
+ "meta.jsx.children",
1372
+ "meta.jsx.children.js",
1373
+ "meta.jsx.children.tsx",
1374
+ ],
1375
+ settings: {
1376
+ foreground: "var(--vesper-stone-800)",
1377
+ },
1378
+ },
1379
+ {
1380
+ scope: "meta.class entity.name.type.class.tsx",
1381
+ settings: {
1382
+ foreground: "var(--vesper-amber-800)",
1383
+ },
1384
+ },
1385
+ {
1386
+ scope: ["entity.name.type.tsx", "entity.name.type.module.tsx"],
1387
+ settings: {
1388
+ foreground: "var(--vesper-amber-800)",
1389
+ },
1390
+ },
1391
+ {
1392
+ scope: [
1393
+ "meta.class.ts meta.var.expr.ts storage.type.ts",
1394
+ "meta.class.tsx meta.var.expr.tsx storage.type.tsx",
1395
+ ],
1396
+ settings: {
1397
+ foreground: "var(--vesper-purple-700)",
1398
+ },
1399
+ },
1400
+ {
1401
+ scope: [
1402
+ "meta.method.declaration storage.type.ts",
1403
+ "meta.method.declaration storage.type.tsx",
1404
+ ],
1405
+ settings: {
1406
+ foreground: "var(--vesper-sky-800)",
1407
+ },
1408
+ },
1409
+ {
1410
+ scope: "markup.deleted",
1411
+ settings: {
1412
+ foreground: "var(--vesper-red-600)",
1413
+ },
1414
+ },
1415
+ {
1416
+ scope: "markup.inserted",
1417
+ settings: {
1418
+ foreground: "var(--vesper-green-800)",
1419
+ },
1420
+ },
1421
+ {
1422
+ scope: "markup.underline",
1423
+ settings: {
1424
+ fontStyle: "underline",
1425
+ },
1426
+ },
1427
+ {
1428
+ scope: [
1429
+ "meta.property-list.css meta.property-value.css variable.other.less",
1430
+ "meta.property-list.scss variable.scss",
1431
+ "meta.property-list.sass variable.sass",
1432
+ "meta.brace",
1433
+ "keyword.operator.operator",
1434
+ "keyword.operator.or.regexp",
1435
+ "keyword.operator.expression.in",
1436
+ "keyword.operator.relational",
1437
+ "keyword.operator.assignment",
1438
+ "keyword.operator.comparison",
1439
+ "keyword.operator.type",
1440
+ "keyword.operator",
1441
+ "keyword",
1442
+ "punctuation.definintion.string",
1443
+ "punctuation",
1444
+ "variable.other.readwrite.js",
1445
+ "storage.type",
1446
+ "source.css",
1447
+ "string.quoted",
1448
+ ],
1449
+ settings: {
1450
+ fontStyle: "",
1451
+ },
1452
+ },
1453
+ ],
1454
+ type: "dark",
1455
+ };
1456
+ /**
1457
+ * Night Owl Light TextMate theme
1458
+ * https://github.com/shikijs/textmate-grammars-themes/blob/main/packages/tm-themes/themes/night-owl-light.json
1459
+ *
1460
+ * Source colors are remapped to the closest Vesper light mode palette tokens:
1461
+ */
1462
+ export const light = {
1463
+ colors: {
1464
+ "editor.background": "transparent",
1465
+ "editor.foreground": "var(--vesper-stone-800)",
1466
+ },
1467
+ name: "night-owl-light",
1468
+ tokenColors: [
1469
+ {
1470
+ scope: [
1471
+ "markup.changed",
1472
+ "meta.diff.header.git",
1473
+ "meta.diff.header.from-file",
1474
+ "meta.diff.header.to-file",
1475
+ ],
1476
+ settings: {
1477
+ fontStyle: "italic",
1478
+ foreground: "var(--vesper-purple-200)",
1479
+ },
1480
+ },
1481
+ {
1482
+ scope: "markup.deleted.diff",
1483
+ settings: {
1484
+ fontStyle: "italic",
1485
+ foreground: "var(--vesper-red-300)",
1486
+ },
1487
+ },
1488
+ {
1489
+ scope: "markup.inserted.diff",
1490
+ settings: {
1491
+ fontStyle: "italic",
1492
+ foreground: "var(--vesper-sky-500)",
1493
+ },
1494
+ },
1495
+ {
1496
+ settings: {
1497
+ foreground: "var(--vesper-stone-800)",
1498
+ },
1499
+ },
1500
+ {
1501
+ scope: ["comment", "punctuation.definition.comment"],
1502
+ settings: {
1503
+ fontStyle: "italic",
1504
+ foreground: "var(--vesper-stone-500)",
1505
+ },
1506
+ },
1507
+ {
1508
+ scope: "string",
1509
+ settings: {
1510
+ foreground: "var(--vesper-sky-500)",
1511
+ },
1512
+ },
1513
+ {
1514
+ scope: ["string.quoted", "variable.other.readwrite.js"],
1515
+ settings: {
1516
+ foreground: "var(--vesper-red-500)",
1517
+ },
1518
+ },
1519
+ {
1520
+ scope: "support.constant.math",
1521
+ settings: {
1522
+ foreground: "var(--vesper-sky-500)",
1523
+ },
1524
+ },
1525
+ {
1526
+ scope: ["constant.numeric", "constant.character.numeric"],
1527
+ settings: {
1528
+ fontStyle: "",
1529
+ foreground: "var(--vesper-pink-600)",
1530
+ },
1531
+ },
1532
+ {
1533
+ scope: [
1534
+ "constant.language",
1535
+ "punctuation.definition.constant",
1536
+ "variable.other.constant",
1537
+ ],
1538
+ settings: {
1539
+ foreground: "var(--vesper-sky-500)",
1540
+ },
1541
+ },
1542
+ {
1543
+ scope: ["constant.character", "constant.other"],
1544
+ settings: {
1545
+ foreground: "var(--vesper-sky-500)",
1546
+ },
1547
+ },
1548
+ {
1549
+ scope: "constant.character.escape",
1550
+ settings: {
1551
+ foreground: "var(--vesper-pink-600)",
1552
+ },
1553
+ },
1554
+ {
1555
+ scope: ["string.regexp", "string.regexp keyword.other"],
1556
+ settings: {
1557
+ foreground: "var(--vesper-sky-400)",
1558
+ },
1559
+ },
1560
+ {
1561
+ scope: "meta.function punctuation.separator.comma",
1562
+ settings: {
1563
+ foreground: "var(--vesper-stone-600)",
1564
+ },
1565
+ },
1566
+ {
1567
+ scope: "variable",
1568
+ settings: {
1569
+ foreground: "var(--vesper-sky-500)",
1570
+ },
1571
+ },
1572
+ {
1573
+ scope: ["punctuation.accessor", "keyword"],
1574
+ settings: {
1575
+ fontStyle: "italic",
1576
+ foreground: "var(--vesper-purple-500)",
1577
+ },
1578
+ },
1579
+ {
1580
+ scope: [
1581
+ "storage",
1582
+ "meta.var.expr",
1583
+ "meta.class meta.method.declaration meta.var.expr storage.type.js",
1584
+ "storage.type.property.js",
1585
+ "storage.type.property.ts",
1586
+ "storage.type.property.tsx",
1587
+ ],
1588
+ settings: {
1589
+ fontStyle: "italic",
1590
+ foreground: "var(--vesper-purple-500)",
1591
+ },
1592
+ },
1593
+ {
1594
+ scope: "storage.type",
1595
+ settings: {
1596
+ foreground: "var(--vesper-purple-500)",
1597
+ },
1598
+ },
1599
+ {
1600
+ scope: "storage.type.function.arrow.js",
1601
+ settings: {
1602
+ fontStyle: "",
1603
+ },
1604
+ },
1605
+ {
1606
+ scope: ["entity.name.class", "meta.class entity.name.type.class"],
1607
+ settings: {
1608
+ foreground: "var(--vesper-stone-900)",
1609
+ },
1610
+ },
1611
+ {
1612
+ scope: "entity.other.inherited-class",
1613
+ settings: {
1614
+ foreground: "var(--vesper-sky-500)",
1615
+ },
1616
+ },
1617
+ {
1618
+ scope: "entity.name.function",
1619
+ settings: {
1620
+ fontStyle: "italic",
1621
+ foreground: "var(--vesper-purple-500)",
1622
+ },
1623
+ },
1624
+ {
1625
+ scope: ["punctuation.definition.tag", "meta.tag"],
1626
+ settings: {
1627
+ foreground: "var(--vesper-purple-500)",
1628
+ },
1629
+ },
1630
+ {
1631
+ scope: [
1632
+ "entity.name.tag",
1633
+ "meta.tag.other.html",
1634
+ "meta.tag.other.js",
1635
+ "meta.tag.other.tsx",
1636
+ "entity.name.tag.tsx",
1637
+ "entity.name.tag.js",
1638
+ "entity.name.tag",
1639
+ "meta.tag.js",
1640
+ "meta.tag.tsx",
1641
+ "meta.tag.html",
1642
+ ],
1643
+ settings: {
1644
+ fontStyle: "",
1645
+ foreground: "var(--vesper-purple-500)",
1646
+ },
1647
+ },
1648
+ {
1649
+ scope: "entity.other.attribute-name",
1650
+ settings: {
1651
+ fontStyle: "italic",
1652
+ foreground: "var(--vesper-sky-500)",
1653
+ },
1654
+ },
1655
+ {
1656
+ scope: "entity.name.tag.custom",
1657
+ settings: {
1658
+ foreground: "var(--vesper-sky-500)",
1659
+ },
1660
+ },
1661
+ {
1662
+ scope: ["support.function", "support.constant"],
1663
+ settings: {
1664
+ foreground: "var(--vesper-sky-500)",
1665
+ },
1666
+ },
1667
+ {
1668
+ scope: "support.constant.meta.property-value",
1669
+ settings: {
1670
+ foreground: "var(--vesper-teal-600)",
1671
+ },
1672
+ },
1673
+ {
1674
+ scope: ["support.type", "support.class"],
1675
+ settings: {
1676
+ foreground: "var(--vesper-sky-500)",
1677
+ },
1678
+ },
1679
+ {
1680
+ scope: "support.variable.dom",
1681
+ settings: {
1682
+ foreground: "var(--vesper-sky-500)",
1683
+ },
1684
+ },
1685
+ {
1686
+ scope: "invalid",
1687
+ settings: {
1688
+ foreground: "var(--vesper-pink-400)",
1689
+ },
1690
+ },
1691
+ {
1692
+ scope: "invalid.deprecated",
1693
+ settings: {
1694
+ foreground: "var(--vesper-red-500)",
1695
+ },
1696
+ },
1697
+ {
1698
+ scope: "keyword.operator",
1699
+ settings: {
1700
+ fontStyle: "",
1701
+ foreground: "var(--vesper-teal-600)",
1702
+ },
1703
+ },
1704
+ {
1705
+ scope: "keyword.operator.relational",
1706
+ settings: {
1707
+ fontStyle: "italic",
1708
+ foreground: "var(--vesper-purple-500)",
1709
+ },
1710
+ },
1711
+ {
1712
+ scope: "keyword.operator.assignment",
1713
+ settings: {
1714
+ foreground: "var(--vesper-purple-500)",
1715
+ },
1716
+ },
1717
+ {
1718
+ scope: "keyword.operator.arithmetic",
1719
+ settings: {
1720
+ foreground: "var(--vesper-purple-500)",
1721
+ },
1722
+ },
1723
+ {
1724
+ scope: "keyword.operator.bitwise",
1725
+ settings: {
1726
+ foreground: "var(--vesper-purple-500)",
1727
+ },
1728
+ },
1729
+ {
1730
+ scope: "keyword.operator.increment",
1731
+ settings: {
1732
+ foreground: "var(--vesper-purple-500)",
1733
+ },
1734
+ },
1735
+ {
1736
+ scope: "keyword.operator.ternary",
1737
+ settings: {
1738
+ foreground: "var(--vesper-purple-500)",
1739
+ },
1740
+ },
1741
+ {
1742
+ scope: "comment.line.double-slash",
1743
+ settings: {
1744
+ foreground: "var(--vesper-stone-500)",
1745
+ },
1746
+ },
1747
+ {
1748
+ scope: "object",
1749
+ settings: {
1750
+ foreground: "var(--vesper-sky-500)",
1751
+ },
1752
+ },
1753
+ {
1754
+ scope: "constant.language.null",
1755
+ settings: {
1756
+ foreground: "var(--vesper-red-600)",
1757
+ },
1758
+ },
1759
+ {
1760
+ scope: "meta.brace",
1761
+ settings: {
1762
+ foreground: "var(--vesper-stone-800)",
1763
+ },
1764
+ },
1765
+ {
1766
+ scope: "meta.delimiter.period",
1767
+ settings: {
1768
+ fontStyle: "italic",
1769
+ foreground: "var(--vesper-purple-500)",
1770
+ },
1771
+ },
1772
+ {
1773
+ scope: "punctuation.definition.string",
1774
+ settings: {
1775
+ foreground: "var(--vesper-stone-900)",
1776
+ },
1777
+ },
1778
+ {
1779
+ scope: "punctuation.definition.string.begin.markdown",
1780
+ settings: {
1781
+ foreground: "var(--vesper-red-600)",
1782
+ },
1783
+ },
1784
+ {
1785
+ scope: "constant.language.boolean",
1786
+ settings: {
1787
+ foreground: "var(--vesper-red-600)",
1788
+ },
1789
+ },
1790
+ {
1791
+ scope: "object.comma",
1792
+ settings: {
1793
+ foreground: "var(--vesper-stone-800)",
1794
+ },
1795
+ },
1796
+ {
1797
+ scope: "variable.parameter.function",
1798
+ settings: {
1799
+ fontStyle: "",
1800
+ foreground: "var(--vesper-teal-600)",
1801
+ },
1802
+ },
1803
+ {
1804
+ scope: [
1805
+ "support.type.vendor.property-name",
1806
+ "support.constant.vendor.property-value",
1807
+ "support.type.property-name",
1808
+ "meta.property-list entity.name.tag",
1809
+ ],
1810
+ settings: {
1811
+ fontStyle: "",
1812
+ foreground: "var(--vesper-teal-600)",
1813
+ },
1814
+ },
1815
+ {
1816
+ scope: "meta.property-list entity.name.tag.reference",
1817
+ settings: {
1818
+ foreground: "var(--vesper-teal-300)",
1819
+ },
1820
+ },
1821
+ {
1822
+ scope: "constant.other.color.rgb-value punctuation.definition.constant",
1823
+ settings: {
1824
+ foreground: "var(--vesper-pink-600)",
1825
+ },
1826
+ },
1827
+ {
1828
+ scope: "constant.other.color",
1829
+ settings: {
1830
+ foreground: "var(--vesper-pink-600)",
1831
+ },
1832
+ },
1833
+ {
1834
+ scope: "keyword.other.unit",
1835
+ settings: {
1836
+ foreground: "var(--vesper-pink-600)",
1837
+ },
1838
+ },
1839
+ {
1840
+ scope: "meta.selector",
1841
+ settings: {
1842
+ fontStyle: "italic",
1843
+ foreground: "var(--vesper-purple-500)",
1844
+ },
1845
+ },
1846
+ {
1847
+ scope: "entity.other.attribute-name.id",
1848
+ settings: {
1849
+ foreground: "var(--vesper-pink-600)",
1850
+ },
1851
+ },
1852
+ {
1853
+ scope: "meta.property-name",
1854
+ settings: {
1855
+ foreground: "var(--vesper-teal-600)",
1856
+ },
1857
+ },
1858
+ {
1859
+ scope: ["entity.name.tag.doctype", "meta.tag.sgml.doctype"],
1860
+ settings: {
1861
+ fontStyle: "italic",
1862
+ foreground: "var(--vesper-purple-500)",
1863
+ },
1864
+ },
1865
+ {
1866
+ scope: "punctuation.definition.parameters",
1867
+ settings: {
1868
+ foreground: "var(--vesper-stone-900)",
1869
+ },
1870
+ },
1871
+ {
1872
+ scope: "keyword.control.operator",
1873
+ settings: {
1874
+ foreground: "var(--vesper-teal-600)",
1875
+ },
1876
+ },
1877
+ {
1878
+ scope: "keyword.operator.logical",
1879
+ settings: {
1880
+ fontStyle: "",
1881
+ foreground: "var(--vesper-purple-500)",
1882
+ },
1883
+ },
1884
+ {
1885
+ scope: [
1886
+ "variable.instance",
1887
+ "variable.other.instance",
1888
+ "variable.readwrite.instance",
1889
+ "variable.other.readwrite.instance",
1890
+ "variable.other.property",
1891
+ ],
1892
+ settings: {
1893
+ foreground: "var(--vesper-teal-600)",
1894
+ },
1895
+ },
1896
+ {
1897
+ scope: ["variable.other.object.property"],
1898
+ settings: {
1899
+ fontStyle: "italic",
1900
+ foreground: "var(--vesper-stone-900)",
1901
+ },
1902
+ },
1903
+ {
1904
+ scope: ["variable.other.object.js"],
1905
+ settings: {
1906
+ fontStyle: "",
1907
+ },
1908
+ },
1909
+ {
1910
+ scope: ["entity.name.function"],
1911
+ settings: {
1912
+ fontStyle: "italic",
1913
+ foreground: "var(--vesper-sky-500)",
1914
+ },
1915
+ },
1916
+ {
1917
+ scope: [
1918
+ "keyword.operator.comparison",
1919
+ "keyword.control.flow.js",
1920
+ "keyword.control.flow.ts",
1921
+ "keyword.control.flow.tsx",
1922
+ "keyword.control.ruby",
1923
+ "keyword.control.module.ruby",
1924
+ "keyword.control.class.ruby",
1925
+ "keyword.control.def.ruby",
1926
+ "keyword.control.loop.js",
1927
+ "keyword.control.loop.ts",
1928
+ "keyword.control.import.js",
1929
+ "keyword.control.import.ts",
1930
+ "keyword.control.import.tsx",
1931
+ "keyword.control.from.js",
1932
+ "keyword.control.from.ts",
1933
+ "keyword.control.from.tsx",
1934
+ "keyword.operator.instanceof.js",
1935
+ "keyword.operator.expression.instanceof.ts",
1936
+ "keyword.operator.expression.instanceof.tsx",
1937
+ ],
1938
+ settings: {
1939
+ fontStyle: "italic",
1940
+ foreground: "var(--vesper-purple-500)",
1941
+ },
1942
+ },
1943
+ {
1944
+ scope: [
1945
+ "keyword.control.conditional.js",
1946
+ "keyword.control.conditional.ts",
1947
+ "keyword.control.switch.js",
1948
+ "keyword.control.switch.ts",
1949
+ ],
1950
+ settings: {
1951
+ fontStyle: "",
1952
+ foreground: "var(--vesper-purple-500)",
1953
+ },
1954
+ },
1955
+ {
1956
+ scope: [
1957
+ "support.constant",
1958
+ "keyword.other.special-method",
1959
+ "keyword.other.new",
1960
+ "keyword.other.debugger",
1961
+ "keyword.control",
1962
+ ],
1963
+ settings: {
1964
+ foreground: "var(--vesper-teal-600)",
1965
+ },
1966
+ },
1967
+ {
1968
+ scope: "support.function",
1969
+ settings: {
1970
+ foreground: "var(--vesper-sky-500)",
1971
+ },
1972
+ },
1973
+ {
1974
+ scope: "invalid.broken",
1975
+ settings: {
1976
+ foreground: "var(--vesper-pink-600)",
1977
+ },
1978
+ },
1979
+ {
1980
+ scope: "invalid.unimplemented",
1981
+ settings: {
1982
+ foreground: "var(--vesper-green-300)",
1983
+ },
1984
+ },
1985
+ {
1986
+ scope: "invalid.illegal",
1987
+ settings: {
1988
+ foreground: "var(--vesper-red-500)",
1989
+ },
1990
+ },
1991
+ {
1992
+ scope: "variable.language",
1993
+ settings: {
1994
+ foreground: "var(--vesper-teal-600)",
1995
+ },
1996
+ },
1997
+ {
1998
+ scope: "support.variable.property",
1999
+ settings: {
2000
+ foreground: "var(--vesper-teal-600)",
2001
+ },
2002
+ },
2003
+ {
2004
+ scope: "variable.function",
2005
+ settings: {
2006
+ foreground: "var(--vesper-sky-500)",
2007
+ },
2008
+ },
2009
+ {
2010
+ scope: "variable.interpolation",
2011
+ settings: {
2012
+ foreground: "var(--vesper-red-500)",
2013
+ },
2014
+ },
2015
+ {
2016
+ scope: "meta.function-call",
2017
+ settings: {
2018
+ foreground: "var(--vesper-sky-500)",
2019
+ },
2020
+ },
2021
+ {
2022
+ scope: "punctuation.section.embedded",
2023
+ settings: {
2024
+ foreground: "var(--vesper-red-500)",
2025
+ },
2026
+ },
2027
+ {
2028
+ scope: [
2029
+ "punctuation.terminator.expression",
2030
+ "punctuation.definition.arguments",
2031
+ "punctuation.definition.array",
2032
+ "punctuation.section.array",
2033
+ "meta.array",
2034
+ ],
2035
+ settings: {
2036
+ foreground: "var(--vesper-stone-800)",
2037
+ },
2038
+ },
2039
+ {
2040
+ scope: [
2041
+ "punctuation.definition.list.begin",
2042
+ "punctuation.definition.list.end",
2043
+ "punctuation.separator.arguments",
2044
+ "punctuation.definition.list",
2045
+ ],
2046
+ settings: {
2047
+ foreground: "var(--vesper-stone-900)",
2048
+ },
2049
+ },
2050
+ {
2051
+ scope: "string.template meta.template.expression",
2052
+ settings: {
2053
+ foreground: "var(--vesper-red-500)",
2054
+ },
2055
+ },
2056
+ {
2057
+ scope: "string.template punctuation.definition.string",
2058
+ settings: {
2059
+ foreground: "var(--vesper-stone-800)",
2060
+ },
2061
+ },
2062
+ {
2063
+ scope: "italic",
2064
+ settings: {
2065
+ fontStyle: "italic",
2066
+ foreground: "var(--vesper-purple-500)",
2067
+ },
2068
+ },
2069
+ {
2070
+ scope: "bold",
2071
+ settings: {
2072
+ fontStyle: "bold",
2073
+ foreground: "var(--vesper-sky-500)",
2074
+ },
2075
+ },
2076
+ {
2077
+ scope: "quote",
2078
+ settings: {
2079
+ fontStyle: "italic",
2080
+ foreground: "var(--vesper-stone-600)",
2081
+ },
2082
+ },
2083
+ {
2084
+ scope: "raw",
2085
+ settings: {
2086
+ foreground: "var(--vesper-teal-600)",
2087
+ },
2088
+ },
2089
+ {
2090
+ scope: "variable.assignment.coffee",
2091
+ settings: {
2092
+ foreground: "var(--vesper-teal-300)",
2093
+ },
2094
+ },
2095
+ {
2096
+ scope: "variable.parameter.function.coffee",
2097
+ settings: {
2098
+ foreground: "var(--vesper-stone-800)",
2099
+ },
2100
+ },
2101
+ {
2102
+ scope: "variable.assignment.coffee",
2103
+ settings: {
2104
+ foreground: "var(--vesper-teal-600)",
2105
+ },
2106
+ },
2107
+ {
2108
+ scope: "variable.other.readwrite.cs",
2109
+ settings: {
2110
+ foreground: "var(--vesper-stone-800)",
2111
+ },
2112
+ },
2113
+ {
2114
+ scope: ["entity.name.type.class.cs", "storage.type.cs"],
2115
+ settings: {
2116
+ foreground: "var(--vesper-sky-500)",
2117
+ },
2118
+ },
2119
+ {
2120
+ scope: "entity.name.type.namespace.cs",
2121
+ settings: {
2122
+ foreground: "var(--vesper-teal-600)",
2123
+ },
2124
+ },
2125
+ {
2126
+ scope: [
2127
+ "entity.name.tag.css",
2128
+ "entity.name.tag.less",
2129
+ "entity.name.tag.custom.css",
2130
+ "support.constant.property-value.css",
2131
+ ],
2132
+ settings: {
2133
+ fontStyle: "",
2134
+ foreground: "var(--vesper-red-500)",
2135
+ },
2136
+ },
2137
+ {
2138
+ scope: [
2139
+ "entity.name.tag.wildcard.css",
2140
+ "entity.name.tag.wildcard.less",
2141
+ "entity.name.tag.wildcard.scss",
2142
+ "entity.name.tag.wildcard.sass",
2143
+ ],
2144
+ settings: {
2145
+ foreground: "var(--vesper-teal-600)",
2146
+ },
2147
+ },
2148
+ {
2149
+ scope: "keyword.other.unit.css",
2150
+ settings: {
2151
+ foreground: "var(--vesper-sky-500)",
2152
+ },
2153
+ },
2154
+ {
2155
+ scope: [
2156
+ "meta.attribute-selector.css entity.other.attribute-name.attribute",
2157
+ "variable.other.readwrite.js",
2158
+ ],
2159
+ settings: {
2160
+ foreground: "var(--vesper-pink-600)",
2161
+ },
2162
+ },
2163
+ {
2164
+ scope: [
2165
+ "source.elixir support.type.elixir",
2166
+ "source.elixir meta.module.elixir entity.name.class.elixir",
2167
+ ],
2168
+ settings: {
2169
+ foreground: "var(--vesper-sky-500)",
2170
+ },
2171
+ },
2172
+ {
2173
+ scope: "source.elixir entity.name.function",
2174
+ settings: {
2175
+ foreground: "var(--vesper-sky-500)",
2176
+ },
2177
+ },
2178
+ {
2179
+ scope: [
2180
+ "source.elixir constant.other.symbol.elixir",
2181
+ "source.elixir constant.other.keywords.elixir",
2182
+ ],
2183
+ settings: {
2184
+ foreground: "var(--vesper-sky-500)",
2185
+ },
2186
+ },
2187
+ {
2188
+ scope: "source.elixir punctuation.definition.string",
2189
+ settings: {
2190
+ foreground: "var(--vesper-sky-500)",
2191
+ },
2192
+ },
2193
+ {
2194
+ scope: [
2195
+ "source.elixir variable.other.readwrite.module.elixir",
2196
+ "source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir",
2197
+ ],
2198
+ settings: {
2199
+ foreground: "var(--vesper-sky-500)",
2200
+ },
2201
+ },
2202
+ {
2203
+ scope: "source.elixir .punctuation.binary.elixir",
2204
+ settings: {
2205
+ fontStyle: "italic",
2206
+ foreground: "var(--vesper-purple-500)",
2207
+ },
2208
+ },
2209
+ {
2210
+ scope: "constant.keyword.clojure",
2211
+ settings: {
2212
+ foreground: "var(--vesper-teal-600)",
2213
+ },
2214
+ },
2215
+ {
2216
+ scope: "source.go meta.function-call.go",
2217
+ settings: {
2218
+ foreground: "var(--vesper-teal-600)",
2219
+ },
2220
+ },
2221
+ {
2222
+ scope: [
2223
+ "source.go keyword.package.go",
2224
+ "source.go keyword.import.go",
2225
+ "source.go keyword.function.go",
2226
+ "source.go keyword.type.go",
2227
+ "source.go keyword.struct.go",
2228
+ "source.go keyword.interface.go",
2229
+ "source.go keyword.const.go",
2230
+ "source.go keyword.var.go",
2231
+ "source.go keyword.map.go",
2232
+ "source.go keyword.channel.go",
2233
+ "source.go keyword.control.go",
2234
+ ],
2235
+ settings: {
2236
+ fontStyle: "italic",
2237
+ foreground: "var(--vesper-purple-500)",
2238
+ },
2239
+ },
2240
+ {
2241
+ scope: [
2242
+ "source.go constant.language.go",
2243
+ "source.go constant.other.placeholder.go",
2244
+ ],
2245
+ settings: {
2246
+ foreground: "var(--vesper-red-600)",
2247
+ },
2248
+ },
2249
+ {
2250
+ scope: ["entity.name.function.preprocessor.cpp", "entity.scope.name.cpp"],
2251
+ settings: {
2252
+ foreground: "var(--vesper-teal-600)",
2253
+ },
2254
+ },
2255
+ {
2256
+ scope: ["meta.namespace-block.cpp"],
2257
+ settings: {
2258
+ foreground: "var(--vesper-stone-900)",
2259
+ },
2260
+ },
2261
+ {
2262
+ scope: ["storage.type.language.primitive.cpp"],
2263
+ settings: {
2264
+ foreground: "var(--vesper-red-600)",
2265
+ },
2266
+ },
2267
+ {
2268
+ scope: ["meta.preprocessor.macro.cpp"],
2269
+ settings: {
2270
+ foreground: "var(--vesper-stone-800)",
2271
+ },
2272
+ },
2273
+ {
2274
+ scope: ["variable.parameter"],
2275
+ settings: {
2276
+ foreground: "var(--vesper-stone-900)",
2277
+ },
2278
+ },
2279
+ {
2280
+ scope: ["variable.other.readwrite.powershell"],
2281
+ settings: {
2282
+ foreground: "var(--vesper-sky-500)",
2283
+ },
2284
+ },
2285
+ {
2286
+ scope: ["support.function.powershell"],
2287
+ settings: {
2288
+ foreground: "var(--vesper-teal-600)",
2289
+ },
2290
+ },
2291
+ {
2292
+ scope: "entity.other.attribute-name.id.html",
2293
+ settings: {
2294
+ foreground: "var(--vesper-sky-500)",
2295
+ },
2296
+ },
2297
+ {
2298
+ scope: "punctuation.definition.tag.html",
2299
+ settings: {
2300
+ foreground: "var(--vesper-purple-500)",
2301
+ },
2302
+ },
2303
+ {
2304
+ scope: "meta.tag.sgml.doctype.html",
2305
+ settings: {
2306
+ fontStyle: "italic",
2307
+ foreground: "var(--vesper-purple-500)",
2308
+ },
2309
+ },
2310
+ {
2311
+ scope: "meta.class entity.name.type.class.js",
2312
+ settings: {
2313
+ foreground: "var(--vesper-stone-900)",
2314
+ },
2315
+ },
2316
+ {
2317
+ scope: "meta.method.declaration storage.type.js",
2318
+ settings: {
2319
+ foreground: "var(--vesper-sky-500)",
2320
+ },
2321
+ },
2322
+ {
2323
+ scope: "terminator.js",
2324
+ settings: {
2325
+ foreground: "var(--vesper-stone-800)",
2326
+ },
2327
+ },
2328
+ {
2329
+ scope: "meta.js punctuation.definition.js",
2330
+ settings: {
2331
+ foreground: "var(--vesper-stone-800)",
2332
+ },
2333
+ },
2334
+ {
2335
+ scope: [
2336
+ "entity.name.type.instance.jsdoc",
2337
+ "entity.name.type.instance.phpdoc",
2338
+ ],
2339
+ settings: {
2340
+ foreground: "var(--vesper-stone-600)",
2341
+ },
2342
+ },
2343
+ {
2344
+ scope: ["variable.other.jsdoc", "variable.other.phpdoc"],
2345
+ settings: {
2346
+ foreground: "var(--vesper-teal-300)",
2347
+ },
2348
+ },
2349
+ {
2350
+ scope: [
2351
+ "variable.other.meta.import.js",
2352
+ "meta.import.js variable.other",
2353
+ "variable.other.meta.export.js",
2354
+ "meta.export.js variable.other",
2355
+ ],
2356
+ settings: {
2357
+ foreground: "var(--vesper-stone-800)",
2358
+ },
2359
+ },
2360
+ {
2361
+ scope: "variable.parameter.function.js",
2362
+ settings: {
2363
+ foreground: "var(--vesper-purple-400)",
2364
+ },
2365
+ },
2366
+ {
2367
+ scope: [
2368
+ "variable.other.object.js",
2369
+ "variable.other.object.jsx",
2370
+ "variable.object.property.js",
2371
+ "variable.object.property.jsx",
2372
+ ],
2373
+ settings: {
2374
+ foreground: "var(--vesper-stone-800)",
2375
+ },
2376
+ },
2377
+ {
2378
+ scope: ["variable.js", "variable.other.js"],
2379
+ settings: {
2380
+ foreground: "var(--vesper-stone-800)",
2381
+ },
2382
+ },
2383
+ {
2384
+ scope: ["entity.name.type.js", "entity.name.type.module.js"],
2385
+ settings: {
2386
+ fontStyle: "",
2387
+ foreground: "var(--vesper-stone-900)",
2388
+ },
2389
+ },
2390
+ {
2391
+ scope: "support.class.js",
2392
+ settings: {
2393
+ foreground: "var(--vesper-stone-800)",
2394
+ },
2395
+ },
2396
+ {
2397
+ scope: "support.type.property-name.json",
2398
+ settings: {
2399
+ foreground: "var(--vesper-teal-600)",
2400
+ },
2401
+ },
2402
+ {
2403
+ scope: "support.constant.json",
2404
+ settings: {
2405
+ foreground: "var(--vesper-sky-500)",
2406
+ },
2407
+ },
2408
+ {
2409
+ scope: "meta.structure.dictionary.value.json string.quoted.double",
2410
+ settings: {
2411
+ foreground: "var(--vesper-purple-300)",
2412
+ },
2413
+ },
2414
+ {
2415
+ scope: "string.quoted.double.json punctuation.definition.string.json",
2416
+ settings: {
2417
+ foreground: "var(--vesper-teal-600)",
2418
+ },
2419
+ },
2420
+ {
2421
+ scope: "meta.structure.dictionary.json meta.structure.dictionary.value constant.language",
2422
+ settings: {
2423
+ foreground: "var(--vesper-red-600)",
2424
+ },
2425
+ },
2426
+ {
2427
+ scope: "variable.other.object.js",
2428
+ settings: {
2429
+ fontStyle: "italic",
2430
+ foreground: "var(--vesper-teal-600)",
2431
+ },
2432
+ },
2433
+ {
2434
+ scope: ["variable.other.ruby"],
2435
+ settings: {
2436
+ foreground: "var(--vesper-stone-800)",
2437
+ },
2438
+ },
2439
+ {
2440
+ scope: ["entity.name.type.class.ruby"],
2441
+ settings: {
2442
+ foreground: "var(--vesper-red-500)",
2443
+ },
2444
+ },
2445
+ {
2446
+ scope: "constant.language.symbol.hashkey.ruby",
2447
+ settings: {
2448
+ foreground: "var(--vesper-teal-600)",
2449
+ },
2450
+ },
2451
+ {
2452
+ scope: "constant.language.symbol.ruby",
2453
+ settings: {
2454
+ foreground: "var(--vesper-teal-600)",
2455
+ },
2456
+ },
2457
+ {
2458
+ scope: "entity.name.tag.less",
2459
+ settings: {
2460
+ foreground: "var(--vesper-purple-500)",
2461
+ },
2462
+ },
2463
+ {
2464
+ scope: "keyword.other.unit.css",
2465
+ settings: {
2466
+ foreground: "var(--vesper-teal-600)",
2467
+ },
2468
+ },
2469
+ {
2470
+ scope: "meta.attribute-selector.less entity.other.attribute-name.attribute",
2471
+ settings: {
2472
+ foreground: "var(--vesper-pink-600)",
2473
+ },
2474
+ },
2475
+ {
2476
+ scope: [
2477
+ "markup.heading",
2478
+ "markup.heading.setext.1",
2479
+ "markup.heading.setext.2",
2480
+ ],
2481
+ settings: {
2482
+ foreground: "var(--vesper-sky-500)",
2483
+ },
2484
+ },
2485
+ {
2486
+ scope: "markup.italic",
2487
+ settings: {
2488
+ fontStyle: "italic",
2489
+ foreground: "var(--vesper-purple-500)",
2490
+ },
2491
+ },
2492
+ {
2493
+ scope: "markup.bold",
2494
+ settings: {
2495
+ fontStyle: "bold",
2496
+ foreground: "var(--vesper-sky-500)",
2497
+ },
2498
+ },
2499
+ {
2500
+ scope: "markup.quote",
2501
+ settings: {
2502
+ fontStyle: "italic",
2503
+ foreground: "var(--vesper-stone-600)",
2504
+ },
2505
+ },
2506
+ {
2507
+ scope: "markup.inline.raw",
2508
+ settings: {
2509
+ foreground: "var(--vesper-teal-600)",
2510
+ },
2511
+ },
2512
+ {
2513
+ scope: ["markup.underline.link", "markup.underline.link.image"],
2514
+ settings: {
2515
+ foreground: "var(--vesper-pink-300)",
2516
+ },
2517
+ },
2518
+ {
2519
+ scope: [
2520
+ "string.other.link.title.markdown",
2521
+ "string.other.link.description.markdown",
2522
+ ],
2523
+ settings: {
2524
+ foreground: "var(--vesper-stone-800)",
2525
+ },
2526
+ },
2527
+ {
2528
+ scope: [
2529
+ "punctuation.definition.string.markdown",
2530
+ "punctuation.definition.string.begin.markdown",
2531
+ "punctuation.definition.string.end.markdown",
2532
+ "meta.link.inline.markdown punctuation.definition.string",
2533
+ ],
2534
+ settings: {
2535
+ foreground: "var(--vesper-sky-500)",
2536
+ },
2537
+ },
2538
+ {
2539
+ scope: ["punctuation.definition.metadata.markdown"],
2540
+ settings: {
2541
+ foreground: "var(--vesper-teal-600)",
2542
+ },
2543
+ },
2544
+ {
2545
+ scope: ["beginning.punctuation.definition.list.markdown"],
2546
+ settings: {
2547
+ foreground: "var(--vesper-sky-500)",
2548
+ },
2549
+ },
2550
+ {
2551
+ scope: "markup.inline.raw.string.markdown",
2552
+ settings: {
2553
+ foreground: "var(--vesper-sky-500)",
2554
+ },
2555
+ },
2556
+ {
2557
+ scope: ["variable.other.php", "variable.other.property.php"],
2558
+ settings: {
2559
+ foreground: "var(--vesper-stone-900)",
2560
+ },
2561
+ },
2562
+ {
2563
+ scope: "support.class.php",
2564
+ settings: {
2565
+ foreground: "var(--vesper-stone-900)",
2566
+ },
2567
+ },
2568
+ {
2569
+ scope: "meta.function-call.php punctuation",
2570
+ settings: {
2571
+ foreground: "var(--vesper-stone-800)",
2572
+ },
2573
+ },
2574
+ {
2575
+ scope: "variable.other.global.php",
2576
+ settings: {
2577
+ foreground: "var(--vesper-sky-500)",
2578
+ },
2579
+ },
2580
+ {
2581
+ scope: "variable.other.global.php punctuation.definition.variable",
2582
+ settings: {
2583
+ foreground: "var(--vesper-sky-500)",
2584
+ },
2585
+ },
2586
+ {
2587
+ scope: "constant.language.python",
2588
+ settings: {
2589
+ foreground: "var(--vesper-red-600)",
2590
+ },
2591
+ },
2592
+ {
2593
+ scope: [
2594
+ "variable.parameter.function.python",
2595
+ "meta.function-call.arguments.python",
2596
+ ],
2597
+ settings: {
2598
+ foreground: "var(--vesper-sky-500)",
2599
+ },
2600
+ },
2601
+ {
2602
+ scope: ["meta.function-call.python", "meta.function-call.generic.python"],
2603
+ settings: {
2604
+ foreground: "var(--vesper-teal-600)",
2605
+ },
2606
+ },
2607
+ {
2608
+ scope: "punctuation.python",
2609
+ settings: {
2610
+ foreground: "var(--vesper-stone-800)",
2611
+ },
2612
+ },
2613
+ {
2614
+ scope: "entity.name.function.decorator.python",
2615
+ settings: {
2616
+ foreground: "var(--vesper-sky-500)",
2617
+ },
2618
+ },
2619
+ {
2620
+ scope: "source.python variable.language.special",
2621
+ settings: {
2622
+ foreground: "var(--vesper-pink-600)",
2623
+ },
2624
+ },
2625
+ {
2626
+ scope: "keyword.control",
2627
+ settings: {
2628
+ fontStyle: "italic",
2629
+ foreground: "var(--vesper-purple-500)",
2630
+ },
2631
+ },
2632
+ {
2633
+ scope: [
2634
+ "variable.scss",
2635
+ "variable.sass",
2636
+ "variable.parameter.url.scss",
2637
+ "variable.parameter.url.sass",
2638
+ ],
2639
+ settings: {
2640
+ foreground: "var(--vesper-sky-500)",
2641
+ },
2642
+ },
2643
+ {
2644
+ scope: [
2645
+ "source.css.scss meta.at-rule variable",
2646
+ "source.css.sass meta.at-rule variable",
2647
+ ],
2648
+ settings: {
2649
+ foreground: "var(--vesper-sky-500)",
2650
+ },
2651
+ },
2652
+ {
2653
+ scope: [
2654
+ "source.css.scss meta.at-rule variable",
2655
+ "source.css.sass meta.at-rule variable",
2656
+ ],
2657
+ settings: {
2658
+ foreground: "var(--vesper-stone-900)",
2659
+ },
2660
+ },
2661
+ {
2662
+ scope: [
2663
+ "meta.attribute-selector.scss entity.other.attribute-name.attribute",
2664
+ "meta.attribute-selector.sass entity.other.attribute-name.attribute",
2665
+ ],
2666
+ settings: {
2667
+ foreground: "var(--vesper-pink-600)",
2668
+ },
2669
+ },
2670
+ {
2671
+ scope: ["entity.name.tag.scss", "entity.name.tag.sass"],
2672
+ settings: {
2673
+ foreground: "var(--vesper-teal-600)",
2674
+ },
2675
+ },
2676
+ {
2677
+ scope: ["keyword.other.unit.scss", "keyword.other.unit.sass"],
2678
+ settings: {
2679
+ foreground: "var(--vesper-purple-500)",
2680
+ },
2681
+ },
2682
+ {
2683
+ scope: [
2684
+ "variable.other.readwrite.alias.ts",
2685
+ "variable.other.readwrite.alias.tsx",
2686
+ "variable.other.readwrite.ts",
2687
+ "variable.other.readwrite.tsx",
2688
+ "variable.other.object.ts",
2689
+ "variable.other.object.tsx",
2690
+ "variable.object.property.ts",
2691
+ "variable.object.property.tsx",
2692
+ "variable.other.ts",
2693
+ "variable.other.tsx",
2694
+ "variable.tsx",
2695
+ "variable.ts",
2696
+ ],
2697
+ settings: {
2698
+ foreground: "var(--vesper-stone-800)",
2699
+ },
2700
+ },
2701
+ {
2702
+ scope: ["entity.name.type.ts", "entity.name.type.tsx"],
2703
+ settings: {
2704
+ foreground: "var(--vesper-stone-900)",
2705
+ },
2706
+ },
2707
+ {
2708
+ scope: ["support.class.node.ts", "support.class.node.tsx"],
2709
+ settings: {
2710
+ foreground: "var(--vesper-sky-500)",
2711
+ },
2712
+ },
2713
+ {
2714
+ scope: [
2715
+ "meta.type.parameters.ts entity.name.type",
2716
+ "meta.type.parameters.tsx entity.name.type",
2717
+ ],
2718
+ settings: {
2719
+ foreground: "var(--vesper-stone-600)",
2720
+ },
2721
+ },
2722
+ {
2723
+ scope: [
2724
+ "meta.import.ts punctuation.definition.block",
2725
+ "meta.import.tsx punctuation.definition.block",
2726
+ "meta.export.ts punctuation.definition.block",
2727
+ "meta.export.tsx punctuation.definition.block",
2728
+ ],
2729
+ settings: {
2730
+ foreground: "var(--vesper-stone-800)",
2731
+ },
2732
+ },
2733
+ {
2734
+ scope: [
2735
+ "meta.decorator punctuation.decorator.ts",
2736
+ "meta.decorator punctuation.decorator.tsx",
2737
+ ],
2738
+ settings: {
2739
+ foreground: "var(--vesper-sky-500)",
2740
+ },
2741
+ },
2742
+ {
2743
+ scope: "meta.tag.js meta.jsx.children.tsx",
2744
+ settings: {
2745
+ foreground: "var(--vesper-sky-500)",
2746
+ },
2747
+ },
2748
+ {
2749
+ scope: "entity.name.tag.yaml",
2750
+ settings: {
2751
+ foreground: "var(--vesper-stone-900)",
2752
+ },
2753
+ },
2754
+ {
2755
+ scope: ["variable.other.readwrite.js", "variable.parameter"],
2756
+ settings: {
2757
+ foreground: "var(--vesper-stone-800)",
2758
+ },
2759
+ },
2760
+ {
2761
+ scope: ["support.class.component.js", "support.class.component.tsx"],
2762
+ settings: {
2763
+ fontStyle: "",
2764
+ foreground: "var(--vesper-pink-600)",
2765
+ },
2766
+ },
2767
+ {
2768
+ scope: [
2769
+ "meta.jsx.children",
2770
+ "meta.jsx.children.js",
2771
+ "meta.jsx.children.tsx",
2772
+ ],
2773
+ settings: {
2774
+ foreground: "var(--vesper-stone-800)",
2775
+ },
2776
+ },
2777
+ {
2778
+ scope: "meta.class entity.name.type.class.tsx",
2779
+ settings: {
2780
+ foreground: "var(--vesper-stone-900)",
2781
+ },
2782
+ },
2783
+ {
2784
+ scope: ["entity.name.type.tsx", "entity.name.type.module.tsx"],
2785
+ settings: {
2786
+ foreground: "var(--vesper-stone-900)",
2787
+ },
2788
+ },
2789
+ {
2790
+ scope: [
2791
+ "meta.class.ts meta.var.expr.ts storage.type.ts",
2792
+ "meta.class.tsx meta.var.expr.tsx storage.type.tsx",
2793
+ ],
2794
+ settings: {
2795
+ foreground: "var(--vesper-purple-500)",
2796
+ },
2797
+ },
2798
+ {
2799
+ scope: [
2800
+ "meta.method.declaration storage.type.ts",
2801
+ "meta.method.declaration storage.type.tsx",
2802
+ ],
2803
+ settings: {
2804
+ foreground: "var(--vesper-sky-500)",
2805
+ },
2806
+ },
2807
+ {
2808
+ scope: [
2809
+ "meta.property-list.css meta.property-value.css variable.other.less",
2810
+ "meta.property-list.scss variable.scss",
2811
+ "meta.property-list.sass variable.sass",
2812
+ "meta.brace",
2813
+ "keyword.operator.operator",
2814
+ "keyword.operator.or.regexp",
2815
+ "keyword.operator.expression.in",
2816
+ "keyword.operator.relational",
2817
+ "keyword.operator.assignment",
2818
+ "keyword.operator.comparison",
2819
+ "keyword.operator.type",
2820
+ "keyword.operator",
2821
+ "keyword",
2822
+ "punctuation.definintion.string",
2823
+ "punctuation",
2824
+ "variable.other.readwrite.js",
2825
+ "storage.type",
2826
+ "source.css",
2827
+ "string.quoted",
2828
+ ],
2829
+ settings: {
2830
+ fontStyle: "",
2831
+ },
2832
+ },
2833
+ ],
2834
+ type: "light",
2835
+ };
2836
+ //# sourceMappingURL=themes.js.map