@lumis-sh/themes 0.0.1

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 (592) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/dist/index.cjs +2 -0
  4. package/dist/index.d.cts +18 -0
  5. package/dist/index.d.ts +18 -0
  6. package/dist/index.js +1 -0
  7. package/dist/themes/aura_dark.cjs +7 -0
  8. package/dist/themes/aura_dark.d.cts +5 -0
  9. package/dist/themes/aura_dark.d.ts +5 -0
  10. package/dist/themes/aura_dark.js +5 -0
  11. package/dist/themes/aura_dark_soft_text.cjs +7 -0
  12. package/dist/themes/aura_dark_soft_text.d.cts +5 -0
  13. package/dist/themes/aura_dark_soft_text.d.ts +5 -0
  14. package/dist/themes/aura_dark_soft_text.js +5 -0
  15. package/dist/themes/aura_soft_dark.cjs +7 -0
  16. package/dist/themes/aura_soft_dark.d.cts +5 -0
  17. package/dist/themes/aura_soft_dark.d.ts +5 -0
  18. package/dist/themes/aura_soft_dark.js +5 -0
  19. package/dist/themes/aura_soft_dark_soft_text.cjs +7 -0
  20. package/dist/themes/aura_soft_dark_soft_text.d.cts +5 -0
  21. package/dist/themes/aura_soft_dark_soft_text.d.ts +5 -0
  22. package/dist/themes/aura_soft_dark_soft_text.js +5 -0
  23. package/dist/themes/ayu_dark.cjs +7 -0
  24. package/dist/themes/ayu_dark.d.cts +5 -0
  25. package/dist/themes/ayu_dark.d.ts +5 -0
  26. package/dist/themes/ayu_dark.js +5 -0
  27. package/dist/themes/ayu_light.cjs +7 -0
  28. package/dist/themes/ayu_light.d.cts +5 -0
  29. package/dist/themes/ayu_light.d.ts +5 -0
  30. package/dist/themes/ayu_light.js +5 -0
  31. package/dist/themes/ayu_mirage.cjs +7 -0
  32. package/dist/themes/ayu_mirage.d.cts +5 -0
  33. package/dist/themes/ayu_mirage.d.ts +5 -0
  34. package/dist/themes/ayu_mirage.js +5 -0
  35. package/dist/themes/bamboo_light.cjs +7 -0
  36. package/dist/themes/bamboo_light.d.cts +5 -0
  37. package/dist/themes/bamboo_light.d.ts +5 -0
  38. package/dist/themes/bamboo_light.js +5 -0
  39. package/dist/themes/bamboo_multiplex.cjs +7 -0
  40. package/dist/themes/bamboo_multiplex.d.cts +5 -0
  41. package/dist/themes/bamboo_multiplex.d.ts +5 -0
  42. package/dist/themes/bamboo_multiplex.js +5 -0
  43. package/dist/themes/bamboo_vulgaris.cjs +7 -0
  44. package/dist/themes/bamboo_vulgaris.d.cts +5 -0
  45. package/dist/themes/bamboo_vulgaris.d.ts +5 -0
  46. package/dist/themes/bamboo_vulgaris.js +5 -0
  47. package/dist/themes/bluloco_dark.cjs +7 -0
  48. package/dist/themes/bluloco_dark.d.cts +5 -0
  49. package/dist/themes/bluloco_dark.d.ts +5 -0
  50. package/dist/themes/bluloco_dark.js +5 -0
  51. package/dist/themes/bluloco_light.cjs +7 -0
  52. package/dist/themes/bluloco_light.d.cts +5 -0
  53. package/dist/themes/bluloco_light.d.ts +5 -0
  54. package/dist/themes/bluloco_light.js +5 -0
  55. package/dist/themes/carbonfox.cjs +7 -0
  56. package/dist/themes/carbonfox.d.cts +5 -0
  57. package/dist/themes/carbonfox.d.ts +5 -0
  58. package/dist/themes/carbonfox.js +5 -0
  59. package/dist/themes/catppuccin_frappe.cjs +7 -0
  60. package/dist/themes/catppuccin_frappe.d.cts +5 -0
  61. package/dist/themes/catppuccin_frappe.d.ts +5 -0
  62. package/dist/themes/catppuccin_frappe.js +5 -0
  63. package/dist/themes/catppuccin_latte.cjs +7 -0
  64. package/dist/themes/catppuccin_latte.d.cts +5 -0
  65. package/dist/themes/catppuccin_latte.d.ts +5 -0
  66. package/dist/themes/catppuccin_latte.js +5 -0
  67. package/dist/themes/catppuccin_macchiato.cjs +7 -0
  68. package/dist/themes/catppuccin_macchiato.d.cts +5 -0
  69. package/dist/themes/catppuccin_macchiato.d.ts +5 -0
  70. package/dist/themes/catppuccin_macchiato.js +5 -0
  71. package/dist/themes/catppuccin_mocha.cjs +7 -0
  72. package/dist/themes/catppuccin_mocha.d.cts +5 -0
  73. package/dist/themes/catppuccin_mocha.d.ts +5 -0
  74. package/dist/themes/catppuccin_mocha.js +5 -0
  75. package/dist/themes/cyberdream_dark.cjs +7 -0
  76. package/dist/themes/cyberdream_dark.d.cts +5 -0
  77. package/dist/themes/cyberdream_dark.d.ts +5 -0
  78. package/dist/themes/cyberdream_dark.js +5 -0
  79. package/dist/themes/cyberdream_light.cjs +7 -0
  80. package/dist/themes/cyberdream_light.d.cts +5 -0
  81. package/dist/themes/cyberdream_light.d.ts +5 -0
  82. package/dist/themes/cyberdream_light.js +5 -0
  83. package/dist/themes/darkplus.cjs +7 -0
  84. package/dist/themes/darkplus.d.cts +5 -0
  85. package/dist/themes/darkplus.d.ts +5 -0
  86. package/dist/themes/darkplus.js +5 -0
  87. package/dist/themes/dawnfox.cjs +7 -0
  88. package/dist/themes/dawnfox.d.cts +5 -0
  89. package/dist/themes/dawnfox.d.ts +5 -0
  90. package/dist/themes/dawnfox.js +5 -0
  91. package/dist/themes/dayfox.cjs +7 -0
  92. package/dist/themes/dayfox.d.cts +5 -0
  93. package/dist/themes/dayfox.d.ts +5 -0
  94. package/dist/themes/dayfox.js +5 -0
  95. package/dist/themes/dracula.cjs +7 -0
  96. package/dist/themes/dracula.d.cts +5 -0
  97. package/dist/themes/dracula.d.ts +5 -0
  98. package/dist/themes/dracula.js +5 -0
  99. package/dist/themes/dracula_soft.cjs +7 -0
  100. package/dist/themes/dracula_soft.d.cts +5 -0
  101. package/dist/themes/dracula_soft.d.ts +5 -0
  102. package/dist/themes/dracula_soft.js +5 -0
  103. package/dist/themes/duskfox.cjs +7 -0
  104. package/dist/themes/duskfox.d.cts +5 -0
  105. package/dist/themes/duskfox.d.ts +5 -0
  106. package/dist/themes/duskfox.js +5 -0
  107. package/dist/themes/edge_aura.cjs +7 -0
  108. package/dist/themes/edge_aura.d.cts +5 -0
  109. package/dist/themes/edge_aura.d.ts +5 -0
  110. package/dist/themes/edge_aura.js +5 -0
  111. package/dist/themes/edge_dark.cjs +7 -0
  112. package/dist/themes/edge_dark.d.cts +5 -0
  113. package/dist/themes/edge_dark.d.ts +5 -0
  114. package/dist/themes/edge_dark.js +5 -0
  115. package/dist/themes/edge_light.cjs +7 -0
  116. package/dist/themes/edge_light.d.cts +5 -0
  117. package/dist/themes/edge_light.d.ts +5 -0
  118. package/dist/themes/edge_light.js +5 -0
  119. package/dist/themes/edge_neon.cjs +7 -0
  120. package/dist/themes/edge_neon.d.cts +5 -0
  121. package/dist/themes/edge_neon.d.ts +5 -0
  122. package/dist/themes/edge_neon.js +5 -0
  123. package/dist/themes/everforest_dark.cjs +7 -0
  124. package/dist/themes/everforest_dark.d.cts +5 -0
  125. package/dist/themes/everforest_dark.d.ts +5 -0
  126. package/dist/themes/everforest_dark.js +5 -0
  127. package/dist/themes/everforest_light.cjs +7 -0
  128. package/dist/themes/everforest_light.d.cts +5 -0
  129. package/dist/themes/everforest_light.d.ts +5 -0
  130. package/dist/themes/everforest_light.js +5 -0
  131. package/dist/themes/flexoki_dark.cjs +7 -0
  132. package/dist/themes/flexoki_dark.d.cts +5 -0
  133. package/dist/themes/flexoki_dark.d.ts +5 -0
  134. package/dist/themes/flexoki_dark.js +5 -0
  135. package/dist/themes/flexoki_light.cjs +7 -0
  136. package/dist/themes/flexoki_light.d.cts +5 -0
  137. package/dist/themes/flexoki_light.d.ts +5 -0
  138. package/dist/themes/flexoki_light.js +5 -0
  139. package/dist/themes/github_dark.cjs +7 -0
  140. package/dist/themes/github_dark.d.cts +5 -0
  141. package/dist/themes/github_dark.d.ts +5 -0
  142. package/dist/themes/github_dark.js +5 -0
  143. package/dist/themes/github_dark_colorblind.cjs +7 -0
  144. package/dist/themes/github_dark_colorblind.d.cts +5 -0
  145. package/dist/themes/github_dark_colorblind.d.ts +5 -0
  146. package/dist/themes/github_dark_colorblind.js +5 -0
  147. package/dist/themes/github_dark_dimmed.cjs +7 -0
  148. package/dist/themes/github_dark_dimmed.d.cts +5 -0
  149. package/dist/themes/github_dark_dimmed.d.ts +5 -0
  150. package/dist/themes/github_dark_dimmed.js +5 -0
  151. package/dist/themes/github_dark_high_contrast.cjs +7 -0
  152. package/dist/themes/github_dark_high_contrast.d.cts +5 -0
  153. package/dist/themes/github_dark_high_contrast.d.ts +5 -0
  154. package/dist/themes/github_dark_high_contrast.js +5 -0
  155. package/dist/themes/github_dark_tritanopia.cjs +7 -0
  156. package/dist/themes/github_dark_tritanopia.d.cts +5 -0
  157. package/dist/themes/github_dark_tritanopia.d.ts +5 -0
  158. package/dist/themes/github_dark_tritanopia.js +5 -0
  159. package/dist/themes/github_light.cjs +7 -0
  160. package/dist/themes/github_light.d.cts +5 -0
  161. package/dist/themes/github_light.d.ts +5 -0
  162. package/dist/themes/github_light.js +5 -0
  163. package/dist/themes/github_light_colorblind.cjs +7 -0
  164. package/dist/themes/github_light_colorblind.d.cts +5 -0
  165. package/dist/themes/github_light_colorblind.d.ts +5 -0
  166. package/dist/themes/github_light_colorblind.js +5 -0
  167. package/dist/themes/github_light_high_contrast.cjs +7 -0
  168. package/dist/themes/github_light_high_contrast.d.cts +5 -0
  169. package/dist/themes/github_light_high_contrast.d.ts +5 -0
  170. package/dist/themes/github_light_high_contrast.js +5 -0
  171. package/dist/themes/github_light_tritanopia.cjs +7 -0
  172. package/dist/themes/github_light_tritanopia.d.cts +5 -0
  173. package/dist/themes/github_light_tritanopia.d.ts +5 -0
  174. package/dist/themes/github_light_tritanopia.js +5 -0
  175. package/dist/themes/gruvbox_dark.cjs +7 -0
  176. package/dist/themes/gruvbox_dark.d.cts +5 -0
  177. package/dist/themes/gruvbox_dark.d.ts +5 -0
  178. package/dist/themes/gruvbox_dark.js +5 -0
  179. package/dist/themes/gruvbox_dark_hard.cjs +7 -0
  180. package/dist/themes/gruvbox_dark_hard.d.cts +5 -0
  181. package/dist/themes/gruvbox_dark_hard.d.ts +5 -0
  182. package/dist/themes/gruvbox_dark_hard.js +5 -0
  183. package/dist/themes/gruvbox_dark_soft.cjs +7 -0
  184. package/dist/themes/gruvbox_dark_soft.d.cts +5 -0
  185. package/dist/themes/gruvbox_dark_soft.d.ts +5 -0
  186. package/dist/themes/gruvbox_dark_soft.js +5 -0
  187. package/dist/themes/gruvbox_light.cjs +7 -0
  188. package/dist/themes/gruvbox_light.d.cts +5 -0
  189. package/dist/themes/gruvbox_light.d.ts +5 -0
  190. package/dist/themes/gruvbox_light.js +5 -0
  191. package/dist/themes/gruvbox_light_hard.cjs +7 -0
  192. package/dist/themes/gruvbox_light_hard.d.cts +5 -0
  193. package/dist/themes/gruvbox_light_hard.d.ts +5 -0
  194. package/dist/themes/gruvbox_light_hard.js +5 -0
  195. package/dist/themes/gruvbox_light_soft.cjs +7 -0
  196. package/dist/themes/gruvbox_light_soft.d.cts +5 -0
  197. package/dist/themes/gruvbox_light_soft.d.ts +5 -0
  198. package/dist/themes/gruvbox_light_soft.js +5 -0
  199. package/dist/themes/horizon_dark.cjs +7 -0
  200. package/dist/themes/horizon_dark.d.cts +5 -0
  201. package/dist/themes/horizon_dark.d.ts +5 -0
  202. package/dist/themes/horizon_dark.js +5 -0
  203. package/dist/themes/iceberg.cjs +7 -0
  204. package/dist/themes/iceberg.d.cts +5 -0
  205. package/dist/themes/iceberg.d.ts +5 -0
  206. package/dist/themes/iceberg.js +5 -0
  207. package/dist/themes/kanagawa_dragon.cjs +7 -0
  208. package/dist/themes/kanagawa_dragon.d.cts +5 -0
  209. package/dist/themes/kanagawa_dragon.d.ts +5 -0
  210. package/dist/themes/kanagawa_dragon.js +5 -0
  211. package/dist/themes/kanagawa_lotus.cjs +7 -0
  212. package/dist/themes/kanagawa_lotus.d.cts +5 -0
  213. package/dist/themes/kanagawa_lotus.d.ts +5 -0
  214. package/dist/themes/kanagawa_lotus.js +5 -0
  215. package/dist/themes/kanagawa_wave.cjs +7 -0
  216. package/dist/themes/kanagawa_wave.d.cts +5 -0
  217. package/dist/themes/kanagawa_wave.d.ts +5 -0
  218. package/dist/themes/kanagawa_wave.js +5 -0
  219. package/dist/themes/material_darker.cjs +7 -0
  220. package/dist/themes/material_darker.d.cts +5 -0
  221. package/dist/themes/material_darker.d.ts +5 -0
  222. package/dist/themes/material_darker.js +5 -0
  223. package/dist/themes/material_deep_ocean.cjs +7 -0
  224. package/dist/themes/material_deep_ocean.d.cts +5 -0
  225. package/dist/themes/material_deep_ocean.d.ts +5 -0
  226. package/dist/themes/material_deep_ocean.js +5 -0
  227. package/dist/themes/material_lighter.cjs +7 -0
  228. package/dist/themes/material_lighter.d.cts +5 -0
  229. package/dist/themes/material_lighter.d.ts +5 -0
  230. package/dist/themes/material_lighter.js +5 -0
  231. package/dist/themes/material_oceanic.cjs +7 -0
  232. package/dist/themes/material_oceanic.d.cts +5 -0
  233. package/dist/themes/material_oceanic.d.ts +5 -0
  234. package/dist/themes/material_oceanic.js +5 -0
  235. package/dist/themes/material_palenight.cjs +7 -0
  236. package/dist/themes/material_palenight.d.cts +5 -0
  237. package/dist/themes/material_palenight.d.ts +5 -0
  238. package/dist/themes/material_palenight.js +5 -0
  239. package/dist/themes/matte_black.cjs +7 -0
  240. package/dist/themes/matte_black.d.cts +5 -0
  241. package/dist/themes/matte_black.d.ts +5 -0
  242. package/dist/themes/matte_black.js +5 -0
  243. package/dist/themes/melange_dark.cjs +7 -0
  244. package/dist/themes/melange_dark.d.cts +5 -0
  245. package/dist/themes/melange_dark.d.ts +5 -0
  246. package/dist/themes/melange_dark.js +5 -0
  247. package/dist/themes/melange_light.cjs +7 -0
  248. package/dist/themes/melange_light.d.cts +5 -0
  249. package/dist/themes/melange_light.d.ts +5 -0
  250. package/dist/themes/melange_light.js +5 -0
  251. package/dist/themes/modus_operandi.cjs +7 -0
  252. package/dist/themes/modus_operandi.d.cts +5 -0
  253. package/dist/themes/modus_operandi.d.ts +5 -0
  254. package/dist/themes/modus_operandi.js +5 -0
  255. package/dist/themes/modus_vivendi.cjs +7 -0
  256. package/dist/themes/modus_vivendi.d.cts +5 -0
  257. package/dist/themes/modus_vivendi.d.ts +5 -0
  258. package/dist/themes/modus_vivendi.js +5 -0
  259. package/dist/themes/molokai.cjs +7 -0
  260. package/dist/themes/molokai.d.cts +5 -0
  261. package/dist/themes/molokai.d.ts +5 -0
  262. package/dist/themes/molokai.js +5 -0
  263. package/dist/themes/monokai_pro_dark.cjs +7 -0
  264. package/dist/themes/monokai_pro_dark.d.cts +5 -0
  265. package/dist/themes/monokai_pro_dark.d.ts +5 -0
  266. package/dist/themes/monokai_pro_dark.js +5 -0
  267. package/dist/themes/monokai_pro_machine.cjs +7 -0
  268. package/dist/themes/monokai_pro_machine.d.cts +5 -0
  269. package/dist/themes/monokai_pro_machine.d.ts +5 -0
  270. package/dist/themes/monokai_pro_machine.js +5 -0
  271. package/dist/themes/monokai_pro_ristretto.cjs +7 -0
  272. package/dist/themes/monokai_pro_ristretto.d.cts +5 -0
  273. package/dist/themes/monokai_pro_ristretto.d.ts +5 -0
  274. package/dist/themes/monokai_pro_ristretto.js +5 -0
  275. package/dist/themes/monokai_pro_spectrum.cjs +7 -0
  276. package/dist/themes/monokai_pro_spectrum.d.cts +5 -0
  277. package/dist/themes/monokai_pro_spectrum.d.ts +5 -0
  278. package/dist/themes/monokai_pro_spectrum.js +5 -0
  279. package/dist/themes/moonfly.cjs +7 -0
  280. package/dist/themes/moonfly.d.cts +5 -0
  281. package/dist/themes/moonfly.d.ts +5 -0
  282. package/dist/themes/moonfly.js +5 -0
  283. package/dist/themes/moonlight.cjs +7 -0
  284. package/dist/themes/moonlight.d.cts +5 -0
  285. package/dist/themes/moonlight.d.ts +5 -0
  286. package/dist/themes/moonlight.js +5 -0
  287. package/dist/themes/neosolarized_dark.cjs +7 -0
  288. package/dist/themes/neosolarized_dark.d.cts +5 -0
  289. package/dist/themes/neosolarized_dark.d.ts +5 -0
  290. package/dist/themes/neosolarized_dark.js +5 -0
  291. package/dist/themes/neosolarized_light.cjs +7 -0
  292. package/dist/themes/neosolarized_light.d.cts +5 -0
  293. package/dist/themes/neosolarized_light.d.ts +5 -0
  294. package/dist/themes/neosolarized_light.js +5 -0
  295. package/dist/themes/neovim_dark.cjs +7 -0
  296. package/dist/themes/neovim_dark.d.cts +5 -0
  297. package/dist/themes/neovim_dark.d.ts +5 -0
  298. package/dist/themes/neovim_dark.js +5 -0
  299. package/dist/themes/neovim_light.cjs +7 -0
  300. package/dist/themes/neovim_light.d.cts +5 -0
  301. package/dist/themes/neovim_light.d.ts +5 -0
  302. package/dist/themes/neovim_light.js +5 -0
  303. package/dist/themes/nightfly.cjs +7 -0
  304. package/dist/themes/nightfly.d.cts +5 -0
  305. package/dist/themes/nightfly.d.ts +5 -0
  306. package/dist/themes/nightfly.js +5 -0
  307. package/dist/themes/nightfox.cjs +7 -0
  308. package/dist/themes/nightfox.d.cts +5 -0
  309. package/dist/themes/nightfox.d.ts +5 -0
  310. package/dist/themes/nightfox.js +5 -0
  311. package/dist/themes/nord.cjs +7 -0
  312. package/dist/themes/nord.d.cts +5 -0
  313. package/dist/themes/nord.d.ts +5 -0
  314. package/dist/themes/nord.js +5 -0
  315. package/dist/themes/nordfox.cjs +7 -0
  316. package/dist/themes/nordfox.d.cts +5 -0
  317. package/dist/themes/nordfox.d.ts +5 -0
  318. package/dist/themes/nordfox.js +5 -0
  319. package/dist/themes/nordic.cjs +7 -0
  320. package/dist/themes/nordic.d.cts +5 -0
  321. package/dist/themes/nordic.d.ts +5 -0
  322. package/dist/themes/nordic.js +5 -0
  323. package/dist/themes/onedark.cjs +7 -0
  324. package/dist/themes/onedark.d.cts +5 -0
  325. package/dist/themes/onedark.d.ts +5 -0
  326. package/dist/themes/onedark.js +5 -0
  327. package/dist/themes/onedark_cool.cjs +7 -0
  328. package/dist/themes/onedark_cool.d.cts +5 -0
  329. package/dist/themes/onedark_cool.d.ts +5 -0
  330. package/dist/themes/onedark_cool.js +5 -0
  331. package/dist/themes/onedark_darker.cjs +7 -0
  332. package/dist/themes/onedark_darker.d.cts +5 -0
  333. package/dist/themes/onedark_darker.d.ts +5 -0
  334. package/dist/themes/onedark_darker.js +5 -0
  335. package/dist/themes/onedark_deep.cjs +7 -0
  336. package/dist/themes/onedark_deep.d.cts +5 -0
  337. package/dist/themes/onedark_deep.d.ts +5 -0
  338. package/dist/themes/onedark_deep.js +5 -0
  339. package/dist/themes/onedark_light.cjs +7 -0
  340. package/dist/themes/onedark_light.d.cts +5 -0
  341. package/dist/themes/onedark_light.d.ts +5 -0
  342. package/dist/themes/onedark_light.js +5 -0
  343. package/dist/themes/onedark_warm.cjs +7 -0
  344. package/dist/themes/onedark_warm.d.cts +5 -0
  345. package/dist/themes/onedark_warm.d.ts +5 -0
  346. package/dist/themes/onedark_warm.js +5 -0
  347. package/dist/themes/onedark_warmer.cjs +7 -0
  348. package/dist/themes/onedark_warmer.d.cts +5 -0
  349. package/dist/themes/onedark_warmer.d.ts +5 -0
  350. package/dist/themes/onedark_warmer.js +5 -0
  351. package/dist/themes/onedarkpro_dark.cjs +7 -0
  352. package/dist/themes/onedarkpro_dark.d.cts +5 -0
  353. package/dist/themes/onedarkpro_dark.d.ts +5 -0
  354. package/dist/themes/onedarkpro_dark.js +5 -0
  355. package/dist/themes/onedarkpro_vivid.cjs +7 -0
  356. package/dist/themes/onedarkpro_vivid.d.cts +5 -0
  357. package/dist/themes/onedarkpro_vivid.d.ts +5 -0
  358. package/dist/themes/onedarkpro_vivid.js +5 -0
  359. package/dist/themes/onelight.cjs +7 -0
  360. package/dist/themes/onelight.d.cts +5 -0
  361. package/dist/themes/onelight.d.ts +5 -0
  362. package/dist/themes/onelight.js +5 -0
  363. package/dist/themes/papercolor_dark.cjs +7 -0
  364. package/dist/themes/papercolor_dark.d.cts +5 -0
  365. package/dist/themes/papercolor_dark.d.ts +5 -0
  366. package/dist/themes/papercolor_dark.js +5 -0
  367. package/dist/themes/papercolor_light.cjs +7 -0
  368. package/dist/themes/papercolor_light.d.cts +5 -0
  369. package/dist/themes/papercolor_light.d.ts +5 -0
  370. package/dist/themes/papercolor_light.js +5 -0
  371. package/dist/themes/rosepine_dark.cjs +7 -0
  372. package/dist/themes/rosepine_dark.d.cts +5 -0
  373. package/dist/themes/rosepine_dark.d.ts +5 -0
  374. package/dist/themes/rosepine_dark.js +5 -0
  375. package/dist/themes/rosepine_dawn.cjs +7 -0
  376. package/dist/themes/rosepine_dawn.d.cts +5 -0
  377. package/dist/themes/rosepine_dawn.d.ts +5 -0
  378. package/dist/themes/rosepine_dawn.js +5 -0
  379. package/dist/themes/rosepine_moon.cjs +7 -0
  380. package/dist/themes/rosepine_moon.d.cts +5 -0
  381. package/dist/themes/rosepine_moon.d.ts +5 -0
  382. package/dist/themes/rosepine_moon.js +5 -0
  383. package/dist/themes/solarized_autumn_dark.cjs +7 -0
  384. package/dist/themes/solarized_autumn_dark.d.cts +5 -0
  385. package/dist/themes/solarized_autumn_dark.d.ts +5 -0
  386. package/dist/themes/solarized_autumn_dark.js +5 -0
  387. package/dist/themes/solarized_autumn_light.cjs +7 -0
  388. package/dist/themes/solarized_autumn_light.d.cts +5 -0
  389. package/dist/themes/solarized_autumn_light.d.ts +5 -0
  390. package/dist/themes/solarized_autumn_light.js +5 -0
  391. package/dist/themes/solarized_spring_dark.cjs +7 -0
  392. package/dist/themes/solarized_spring_dark.d.cts +5 -0
  393. package/dist/themes/solarized_spring_dark.d.ts +5 -0
  394. package/dist/themes/solarized_spring_dark.js +5 -0
  395. package/dist/themes/solarized_spring_light.cjs +7 -0
  396. package/dist/themes/solarized_spring_light.d.cts +5 -0
  397. package/dist/themes/solarized_spring_light.d.ts +5 -0
  398. package/dist/themes/solarized_spring_light.js +5 -0
  399. package/dist/themes/solarized_summer_dark.cjs +7 -0
  400. package/dist/themes/solarized_summer_dark.d.cts +5 -0
  401. package/dist/themes/solarized_summer_dark.d.ts +5 -0
  402. package/dist/themes/solarized_summer_dark.js +5 -0
  403. package/dist/themes/solarized_summer_light.cjs +7 -0
  404. package/dist/themes/solarized_summer_light.d.cts +5 -0
  405. package/dist/themes/solarized_summer_light.d.ts +5 -0
  406. package/dist/themes/solarized_summer_light.js +5 -0
  407. package/dist/themes/solarized_winter_dark.cjs +7 -0
  408. package/dist/themes/solarized_winter_dark.d.cts +5 -0
  409. package/dist/themes/solarized_winter_dark.d.ts +5 -0
  410. package/dist/themes/solarized_winter_dark.js +5 -0
  411. package/dist/themes/solarized_winter_light.cjs +7 -0
  412. package/dist/themes/solarized_winter_light.d.cts +5 -0
  413. package/dist/themes/solarized_winter_light.d.ts +5 -0
  414. package/dist/themes/solarized_winter_light.js +5 -0
  415. package/dist/themes/srcery.cjs +7 -0
  416. package/dist/themes/srcery.d.cts +5 -0
  417. package/dist/themes/srcery.d.ts +5 -0
  418. package/dist/themes/srcery.js +5 -0
  419. package/dist/themes/terafox.cjs +7 -0
  420. package/dist/themes/terafox.d.cts +5 -0
  421. package/dist/themes/terafox.d.ts +5 -0
  422. package/dist/themes/terafox.js +5 -0
  423. package/dist/themes/tokyonight_day.cjs +7 -0
  424. package/dist/themes/tokyonight_day.d.cts +5 -0
  425. package/dist/themes/tokyonight_day.d.ts +5 -0
  426. package/dist/themes/tokyonight_day.js +5 -0
  427. package/dist/themes/tokyonight_moon.cjs +7 -0
  428. package/dist/themes/tokyonight_moon.d.cts +5 -0
  429. package/dist/themes/tokyonight_moon.d.ts +5 -0
  430. package/dist/themes/tokyonight_moon.js +5 -0
  431. package/dist/themes/tokyonight_night.cjs +7 -0
  432. package/dist/themes/tokyonight_night.d.cts +5 -0
  433. package/dist/themes/tokyonight_night.d.ts +5 -0
  434. package/dist/themes/tokyonight_night.js +5 -0
  435. package/dist/themes/tokyonight_storm.cjs +7 -0
  436. package/dist/themes/tokyonight_storm.d.cts +5 -0
  437. package/dist/themes/tokyonight_storm.d.ts +5 -0
  438. package/dist/themes/tokyonight_storm.js +5 -0
  439. package/dist/themes/vscode_dark.cjs +7 -0
  440. package/dist/themes/vscode_dark.d.cts +5 -0
  441. package/dist/themes/vscode_dark.d.ts +5 -0
  442. package/dist/themes/vscode_dark.js +5 -0
  443. package/dist/themes/vscode_light.cjs +7 -0
  444. package/dist/themes/vscode_light.d.cts +5 -0
  445. package/dist/themes/vscode_light.d.ts +5 -0
  446. package/dist/themes/vscode_light.js +5 -0
  447. package/dist/themes/xcode_dark.cjs +7 -0
  448. package/dist/themes/xcode_dark.d.cts +5 -0
  449. package/dist/themes/xcode_dark.d.ts +5 -0
  450. package/dist/themes/xcode_dark.js +5 -0
  451. package/dist/themes/xcode_dark_hc.cjs +7 -0
  452. package/dist/themes/xcode_dark_hc.d.cts +5 -0
  453. package/dist/themes/xcode_dark_hc.d.ts +5 -0
  454. package/dist/themes/xcode_dark_hc.js +5 -0
  455. package/dist/themes/xcode_light.cjs +7 -0
  456. package/dist/themes/xcode_light.d.cts +5 -0
  457. package/dist/themes/xcode_light.d.ts +5 -0
  458. package/dist/themes/xcode_light.js +5 -0
  459. package/dist/themes/xcode_light_hc.cjs +7 -0
  460. package/dist/themes/xcode_light_hc.d.cts +5 -0
  461. package/dist/themes/xcode_light_hc.d.ts +5 -0
  462. package/dist/themes/xcode_light_hc.js +5 -0
  463. package/dist/themes/xcode_wwdc.cjs +7 -0
  464. package/dist/themes/xcode_wwdc.d.cts +5 -0
  465. package/dist/themes/xcode_wwdc.d.ts +5 -0
  466. package/dist/themes/xcode_wwdc.js +5 -0
  467. package/dist/themes/zenburn.cjs +7 -0
  468. package/dist/themes/zenburn.d.cts +5 -0
  469. package/dist/themes/zenburn.d.ts +5 -0
  470. package/dist/themes/zenburn.js +5 -0
  471. package/dist/themes/zephyr_dark.cjs +7 -0
  472. package/dist/themes/zephyr_dark.d.cts +5 -0
  473. package/dist/themes/zephyr_dark.d.ts +5 -0
  474. package/dist/themes/zephyr_dark.js +5 -0
  475. package/json/aura_dark.json +1 -0
  476. package/json/aura_dark_soft_text.json +1 -0
  477. package/json/aura_soft_dark.json +1 -0
  478. package/json/aura_soft_dark_soft_text.json +1 -0
  479. package/json/ayu_dark.json +1 -0
  480. package/json/ayu_light.json +1 -0
  481. package/json/ayu_mirage.json +1 -0
  482. package/json/bamboo_light.json +1 -0
  483. package/json/bamboo_multiplex.json +1 -0
  484. package/json/bamboo_vulgaris.json +1 -0
  485. package/json/bluloco_dark.json +1 -0
  486. package/json/bluloco_light.json +1 -0
  487. package/json/carbonfox.json +1 -0
  488. package/json/catppuccin_frappe.json +1 -0
  489. package/json/catppuccin_latte.json +1 -0
  490. package/json/catppuccin_macchiato.json +1 -0
  491. package/json/catppuccin_mocha.json +1 -0
  492. package/json/cyberdream_dark.json +1 -0
  493. package/json/cyberdream_light.json +1 -0
  494. package/json/darkplus.json +1 -0
  495. package/json/dawnfox.json +1 -0
  496. package/json/dayfox.json +1 -0
  497. package/json/dracula.json +1 -0
  498. package/json/dracula_soft.json +1 -0
  499. package/json/duskfox.json +1 -0
  500. package/json/edge_aura.json +1 -0
  501. package/json/edge_dark.json +1 -0
  502. package/json/edge_light.json +1 -0
  503. package/json/edge_neon.json +1 -0
  504. package/json/everforest_dark.json +1 -0
  505. package/json/everforest_light.json +1 -0
  506. package/json/flexoki_dark.json +1 -0
  507. package/json/flexoki_light.json +1 -0
  508. package/json/github_dark.json +1 -0
  509. package/json/github_dark_colorblind.json +1 -0
  510. package/json/github_dark_dimmed.json +1 -0
  511. package/json/github_dark_high_contrast.json +1 -0
  512. package/json/github_dark_tritanopia.json +1 -0
  513. package/json/github_light.json +1 -0
  514. package/json/github_light_colorblind.json +1 -0
  515. package/json/github_light_high_contrast.json +1 -0
  516. package/json/github_light_tritanopia.json +1 -0
  517. package/json/gruvbox_dark.json +1 -0
  518. package/json/gruvbox_dark_hard.json +1 -0
  519. package/json/gruvbox_dark_soft.json +1 -0
  520. package/json/gruvbox_light.json +1 -0
  521. package/json/gruvbox_light_hard.json +1 -0
  522. package/json/gruvbox_light_soft.json +1 -0
  523. package/json/horizon_dark.json +1 -0
  524. package/json/iceberg.json +1 -0
  525. package/json/kanagawa_dragon.json +1 -0
  526. package/json/kanagawa_lotus.json +1 -0
  527. package/json/kanagawa_wave.json +1 -0
  528. package/json/material_darker.json +1 -0
  529. package/json/material_deep_ocean.json +1 -0
  530. package/json/material_lighter.json +1 -0
  531. package/json/material_oceanic.json +1 -0
  532. package/json/material_palenight.json +1 -0
  533. package/json/matte_black.json +1 -0
  534. package/json/melange_dark.json +1 -0
  535. package/json/melange_light.json +1 -0
  536. package/json/modus_operandi.json +1 -0
  537. package/json/modus_vivendi.json +1 -0
  538. package/json/molokai.json +1 -0
  539. package/json/monokai_pro_dark.json +1 -0
  540. package/json/monokai_pro_machine.json +1 -0
  541. package/json/monokai_pro_ristretto.json +1 -0
  542. package/json/monokai_pro_spectrum.json +1 -0
  543. package/json/moonfly.json +1 -0
  544. package/json/moonlight.json +1 -0
  545. package/json/neosolarized_dark.json +1 -0
  546. package/json/neosolarized_light.json +1 -0
  547. package/json/neovim_dark.json +1 -0
  548. package/json/neovim_light.json +1 -0
  549. package/json/nightfly.json +1 -0
  550. package/json/nightfox.json +1 -0
  551. package/json/nord.json +1 -0
  552. package/json/nordfox.json +1 -0
  553. package/json/nordic.json +1 -0
  554. package/json/onedark.json +1 -0
  555. package/json/onedark_cool.json +1 -0
  556. package/json/onedark_darker.json +1 -0
  557. package/json/onedark_deep.json +1 -0
  558. package/json/onedark_light.json +1 -0
  559. package/json/onedark_warm.json +1 -0
  560. package/json/onedark_warmer.json +1 -0
  561. package/json/onedarkpro_dark.json +1 -0
  562. package/json/onedarkpro_vivid.json +1 -0
  563. package/json/onelight.json +1 -0
  564. package/json/papercolor_dark.json +1 -0
  565. package/json/papercolor_light.json +1 -0
  566. package/json/rosepine_dark.json +1 -0
  567. package/json/rosepine_dawn.json +1 -0
  568. package/json/rosepine_moon.json +1 -0
  569. package/json/solarized_autumn_dark.json +1 -0
  570. package/json/solarized_autumn_light.json +1 -0
  571. package/json/solarized_spring_dark.json +1 -0
  572. package/json/solarized_spring_light.json +1 -0
  573. package/json/solarized_summer_dark.json +1 -0
  574. package/json/solarized_summer_light.json +1 -0
  575. package/json/solarized_winter_dark.json +1 -0
  576. package/json/solarized_winter_light.json +1 -0
  577. package/json/srcery.json +1 -0
  578. package/json/terafox.json +1 -0
  579. package/json/tokyonight_day.json +1 -0
  580. package/json/tokyonight_moon.json +1 -0
  581. package/json/tokyonight_night.json +1 -0
  582. package/json/tokyonight_storm.json +1 -0
  583. package/json/vscode_dark.json +1 -0
  584. package/json/vscode_light.json +1 -0
  585. package/json/xcode_dark.json +1 -0
  586. package/json/xcode_dark_hc.json +1 -0
  587. package/json/xcode_light.json +1 -0
  588. package/json/xcode_light_hc.json +1 -0
  589. package/json/xcode_wwdc.json +1 -0
  590. package/json/zenburn.json +1 -0
  591. package/json/zephyr_dark.json +1 -0
  592. package/package.json +43 -0
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/gruvbox_dark_hard.ts
4
+ var theme = { "name": "gruvbox_dark_hard", "appearance": "dark", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#8ec07c" }, "attribute.builtin": { "fg": "#fe8019" }, "boolean": { "fg": "#d3869b" }, "character": { "fg": "#d3869b" }, "character.special": { "fg": "#fe8019" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#1d2021", "bg": "#fb4934", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#fe8019" }, "comment.todo": { "fg": "#1d2021", "bg": "#fabd2f", "bold": true, "italic": true }, "comment.warning": { "fg": "#fb4934", "bold": true }, "constant": { "fg": "#d3869b" }, "constant.builtin": { "fg": "#fe8019" }, "constant.macro": { "fg": "#8ec07c" }, "constructor": { "fg": "#fe8019" }, "diff.delta": { "bg": "#3e4934" }, "diff.minus": { "bg": "#792329" }, "diff.plus": { "bg": "#5a633a" }, "function": { "fg": "#b8bb26", "bold": true }, "function.builtin": { "fg": "#fe8019" }, "function.call": { "fg": "#b8bb26", "bold": true }, "function.macro": { "fg": "#8ec07c" }, "function.method": { "fg": "#b8bb26", "bold": true }, "function.method.call": { "fg": "#b8bb26", "bold": true }, "highlighted": { "bg": "#3c3836" }, "keyword": { "fg": "#fb4934" }, "keyword.conditional": { "fg": "#fb4934" }, "keyword.conditional.ternary": { "fg": "#fb4934" }, "keyword.coroutine": { "fg": "#fb4934" }, "keyword.debug": { "fg": "#fe8019" }, "keyword.directive": { "fg": "#8ec07c" }, "keyword.directive.define": { "fg": "#8ec07c" }, "keyword.exception": { "fg": "#fb4934" }, "keyword.export": { "fg": "#fb4934" }, "keyword.function": { "fg": "#fb4934" }, "keyword.import": { "fg": "#8ec07c" }, "keyword.modifier": { "fg": "#fb4934" }, "keyword.operator": { "fg": "#fb4934" }, "keyword.repeat": { "fg": "#fb4934" }, "keyword.return": { "fg": "#fb4934" }, "keyword.type": { "fg": "#fb4934" }, "label": { "fg": "#fb4934" }, "markup": { "fg": "#ebdbb2" }, "markup.environment": { "fg": "#8ec07c" }, "markup.environment.name": { "fg": "#fabd2f" }, "markup.heading": { "fg": "#b8bb26", "bold": true }, "markup.heading.1": { "fg": "#b8bb26", "bold": true }, "markup.heading.2": { "fg": "#b8bb26", "bold": true }, "markup.heading.3": { "fg": "#b8bb26", "bold": true }, "markup.heading.4": { "fg": "#b8bb26", "bold": true }, "markup.heading.5": { "fg": "#b8bb26", "bold": true }, "markup.heading.6": { "fg": "#b8bb26", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#83a598", "underline": "solid" }, "markup.link.label": { "fg": "#fe8019" }, "markup.link.url": { "fg": "#83a598", "underline": "solid" }, "markup.list": { "fg": "#fe8019" }, "markup.list.checked": { "fg": "#b8bb26" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#fe8019" }, "markup.quote": { "fg": "#ebdbb2" }, "markup.raw": { "fg": "#b8bb26", "italic": true }, "markup.raw.block": { "fg": "#b8bb26", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebdbb2" }, "module.builtin": { "fg": "#fe8019" }, "namespace": { "fg": "#ebdbb2" }, "normal": { "fg": "#ebdbb2", "bg": "#1d2021" }, "number": { "fg": "#d3869b" }, "number.float": { "fg": "#d3869b" }, "operator": { "fg": "#fe8019" }, "property": { "fg": "#83a598" }, "punctuation.bracket": { "fg": "#fe8019" }, "punctuation.delimiter": { "fg": "#fe8019" }, "punctuation.special": { "fg": "#fe8019" }, "string": { "fg": "#b8bb26", "italic": true }, "string.documentation": { "fg": "#b8bb26", "italic": true }, "string.escape": { "fg": "#fe8019" }, "string.regexp": { "fg": "#b8bb26", "italic": true }, "string.special": { "fg": "#fe8019" }, "string.special.path": { "fg": "#83a598", "underline": "solid" }, "string.special.symbol": { "fg": "#83a598" }, "string.special.url": { "fg": "#83a598", "underline": "solid" }, "tag": { "fg": "#fe8019" }, "tag.attribute": { "fg": "#83a598" }, "tag.builtin": { "fg": "#fe8019" }, "tag.delimiter": { "fg": "#fe8019" }, "type": { "fg": "#fabd2f" }, "type.builtin": { "fg": "#fabd2f" }, "type.definition": { "fg": "#fabd2f" }, "variable": { "fg": "#ebdbb2" }, "variable.builtin": { "fg": "#fe8019" }, "variable.member": { "fg": "#83a598" }, "variable.parameter": { "fg": "#83a598" }, "variable.parameter.builtin": { "fg": "#fe8019" } } };
5
+ var gruvbox_dark_hard_default = theme;
6
+
7
+ module.exports = gruvbox_dark_hard_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/gruvbox_dark_hard.ts
2
+ var theme = { "name": "gruvbox_dark_hard", "appearance": "dark", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#8ec07c" }, "attribute.builtin": { "fg": "#fe8019" }, "boolean": { "fg": "#d3869b" }, "character": { "fg": "#d3869b" }, "character.special": { "fg": "#fe8019" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#1d2021", "bg": "#fb4934", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#fe8019" }, "comment.todo": { "fg": "#1d2021", "bg": "#fabd2f", "bold": true, "italic": true }, "comment.warning": { "fg": "#fb4934", "bold": true }, "constant": { "fg": "#d3869b" }, "constant.builtin": { "fg": "#fe8019" }, "constant.macro": { "fg": "#8ec07c" }, "constructor": { "fg": "#fe8019" }, "diff.delta": { "bg": "#3e4934" }, "diff.minus": { "bg": "#792329" }, "diff.plus": { "bg": "#5a633a" }, "function": { "fg": "#b8bb26", "bold": true }, "function.builtin": { "fg": "#fe8019" }, "function.call": { "fg": "#b8bb26", "bold": true }, "function.macro": { "fg": "#8ec07c" }, "function.method": { "fg": "#b8bb26", "bold": true }, "function.method.call": { "fg": "#b8bb26", "bold": true }, "highlighted": { "bg": "#3c3836" }, "keyword": { "fg": "#fb4934" }, "keyword.conditional": { "fg": "#fb4934" }, "keyword.conditional.ternary": { "fg": "#fb4934" }, "keyword.coroutine": { "fg": "#fb4934" }, "keyword.debug": { "fg": "#fe8019" }, "keyword.directive": { "fg": "#8ec07c" }, "keyword.directive.define": { "fg": "#8ec07c" }, "keyword.exception": { "fg": "#fb4934" }, "keyword.export": { "fg": "#fb4934" }, "keyword.function": { "fg": "#fb4934" }, "keyword.import": { "fg": "#8ec07c" }, "keyword.modifier": { "fg": "#fb4934" }, "keyword.operator": { "fg": "#fb4934" }, "keyword.repeat": { "fg": "#fb4934" }, "keyword.return": { "fg": "#fb4934" }, "keyword.type": { "fg": "#fb4934" }, "label": { "fg": "#fb4934" }, "markup": { "fg": "#ebdbb2" }, "markup.environment": { "fg": "#8ec07c" }, "markup.environment.name": { "fg": "#fabd2f" }, "markup.heading": { "fg": "#b8bb26", "bold": true }, "markup.heading.1": { "fg": "#b8bb26", "bold": true }, "markup.heading.2": { "fg": "#b8bb26", "bold": true }, "markup.heading.3": { "fg": "#b8bb26", "bold": true }, "markup.heading.4": { "fg": "#b8bb26", "bold": true }, "markup.heading.5": { "fg": "#b8bb26", "bold": true }, "markup.heading.6": { "fg": "#b8bb26", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#83a598", "underline": "solid" }, "markup.link.label": { "fg": "#fe8019" }, "markup.link.url": { "fg": "#83a598", "underline": "solid" }, "markup.list": { "fg": "#fe8019" }, "markup.list.checked": { "fg": "#b8bb26" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#fe8019" }, "markup.quote": { "fg": "#ebdbb2" }, "markup.raw": { "fg": "#b8bb26", "italic": true }, "markup.raw.block": { "fg": "#b8bb26", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebdbb2" }, "module.builtin": { "fg": "#fe8019" }, "namespace": { "fg": "#ebdbb2" }, "normal": { "fg": "#ebdbb2", "bg": "#1d2021" }, "number": { "fg": "#d3869b" }, "number.float": { "fg": "#d3869b" }, "operator": { "fg": "#fe8019" }, "property": { "fg": "#83a598" }, "punctuation.bracket": { "fg": "#fe8019" }, "punctuation.delimiter": { "fg": "#fe8019" }, "punctuation.special": { "fg": "#fe8019" }, "string": { "fg": "#b8bb26", "italic": true }, "string.documentation": { "fg": "#b8bb26", "italic": true }, "string.escape": { "fg": "#fe8019" }, "string.regexp": { "fg": "#b8bb26", "italic": true }, "string.special": { "fg": "#fe8019" }, "string.special.path": { "fg": "#83a598", "underline": "solid" }, "string.special.symbol": { "fg": "#83a598" }, "string.special.url": { "fg": "#83a598", "underline": "solid" }, "tag": { "fg": "#fe8019" }, "tag.attribute": { "fg": "#83a598" }, "tag.builtin": { "fg": "#fe8019" }, "tag.delimiter": { "fg": "#fe8019" }, "type": { "fg": "#fabd2f" }, "type.builtin": { "fg": "#fabd2f" }, "type.definition": { "fg": "#fabd2f" }, "variable": { "fg": "#ebdbb2" }, "variable.builtin": { "fg": "#fe8019" }, "variable.member": { "fg": "#83a598" }, "variable.parameter": { "fg": "#83a598" }, "variable.parameter.builtin": { "fg": "#fe8019" } } };
3
+ var gruvbox_dark_hard_default = theme;
4
+
5
+ export { gruvbox_dark_hard_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/gruvbox_dark_soft.ts
4
+ var theme = { "name": "gruvbox_dark_soft", "appearance": "dark", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#8ec07c" }, "attribute.builtin": { "fg": "#fe8019" }, "boolean": { "fg": "#d3869b" }, "character": { "fg": "#d3869b" }, "character.special": { "fg": "#fe8019" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#32302f", "bg": "#fb4934", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#fe8019" }, "comment.todo": { "fg": "#32302f", "bg": "#fabd2f", "bold": true, "italic": true }, "comment.warning": { "fg": "#fb4934", "bold": true }, "constant": { "fg": "#d3869b" }, "constant.builtin": { "fg": "#fe8019" }, "constant.macro": { "fg": "#8ec07c" }, "constructor": { "fg": "#fe8019" }, "diff.delta": { "bg": "#525742" }, "diff.minus": { "bg": "#7b2c2f" }, "diff.plus": { "bg": "#686d43" }, "function": { "fg": "#b8bb26", "bold": true }, "function.builtin": { "fg": "#fe8019" }, "function.call": { "fg": "#b8bb26", "bold": true }, "function.macro": { "fg": "#8ec07c" }, "function.method": { "fg": "#b8bb26", "bold": true }, "function.method.call": { "fg": "#b8bb26", "bold": true }, "highlighted": { "bg": "#3c3836" }, "keyword": { "fg": "#fb4934" }, "keyword.conditional": { "fg": "#fb4934" }, "keyword.conditional.ternary": { "fg": "#fb4934" }, "keyword.coroutine": { "fg": "#fb4934" }, "keyword.debug": { "fg": "#fe8019" }, "keyword.directive": { "fg": "#8ec07c" }, "keyword.directive.define": { "fg": "#8ec07c" }, "keyword.exception": { "fg": "#fb4934" }, "keyword.export": { "fg": "#fb4934" }, "keyword.function": { "fg": "#fb4934" }, "keyword.import": { "fg": "#8ec07c" }, "keyword.modifier": { "fg": "#fb4934" }, "keyword.operator": { "fg": "#fb4934" }, "keyword.repeat": { "fg": "#fb4934" }, "keyword.return": { "fg": "#fb4934" }, "keyword.type": { "fg": "#fb4934" }, "label": { "fg": "#fb4934" }, "markup": { "fg": "#ebdbb2" }, "markup.environment": { "fg": "#8ec07c" }, "markup.environment.name": { "fg": "#fabd2f" }, "markup.heading": { "fg": "#b8bb26", "bold": true }, "markup.heading.1": { "fg": "#b8bb26", "bold": true }, "markup.heading.2": { "fg": "#b8bb26", "bold": true }, "markup.heading.3": { "fg": "#b8bb26", "bold": true }, "markup.heading.4": { "fg": "#b8bb26", "bold": true }, "markup.heading.5": { "fg": "#b8bb26", "bold": true }, "markup.heading.6": { "fg": "#b8bb26", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#83a598", "underline": "solid" }, "markup.link.label": { "fg": "#fe8019" }, "markup.link.url": { "fg": "#83a598", "underline": "solid" }, "markup.list": { "fg": "#fe8019" }, "markup.list.checked": { "fg": "#b8bb26" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#fe8019" }, "markup.quote": { "fg": "#ebdbb2" }, "markup.raw": { "fg": "#b8bb26", "italic": true }, "markup.raw.block": { "fg": "#b8bb26", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebdbb2" }, "module.builtin": { "fg": "#fe8019" }, "namespace": { "fg": "#ebdbb2" }, "normal": { "fg": "#ebdbb2", "bg": "#32302f" }, "number": { "fg": "#d3869b" }, "number.float": { "fg": "#d3869b" }, "operator": { "fg": "#fe8019" }, "property": { "fg": "#83a598" }, "punctuation.bracket": { "fg": "#fe8019" }, "punctuation.delimiter": { "fg": "#fe8019" }, "punctuation.special": { "fg": "#fe8019" }, "string": { "fg": "#b8bb26", "italic": true }, "string.documentation": { "fg": "#b8bb26", "italic": true }, "string.escape": { "fg": "#fe8019" }, "string.regexp": { "fg": "#b8bb26", "italic": true }, "string.special": { "fg": "#fe8019" }, "string.special.path": { "fg": "#83a598", "underline": "solid" }, "string.special.symbol": { "fg": "#83a598" }, "string.special.url": { "fg": "#83a598", "underline": "solid" }, "tag": { "fg": "#fe8019" }, "tag.attribute": { "fg": "#83a598" }, "tag.builtin": { "fg": "#fe8019" }, "tag.delimiter": { "fg": "#fe8019" }, "type": { "fg": "#fabd2f" }, "type.builtin": { "fg": "#fabd2f" }, "type.definition": { "fg": "#fabd2f" }, "variable": { "fg": "#ebdbb2" }, "variable.builtin": { "fg": "#fe8019" }, "variable.member": { "fg": "#83a598" }, "variable.parameter": { "fg": "#83a598" }, "variable.parameter.builtin": { "fg": "#fe8019" } } };
5
+ var gruvbox_dark_soft_default = theme;
6
+
7
+ module.exports = gruvbox_dark_soft_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/gruvbox_dark_soft.ts
2
+ var theme = { "name": "gruvbox_dark_soft", "appearance": "dark", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#8ec07c" }, "attribute.builtin": { "fg": "#fe8019" }, "boolean": { "fg": "#d3869b" }, "character": { "fg": "#d3869b" }, "character.special": { "fg": "#fe8019" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#32302f", "bg": "#fb4934", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#fe8019" }, "comment.todo": { "fg": "#32302f", "bg": "#fabd2f", "bold": true, "italic": true }, "comment.warning": { "fg": "#fb4934", "bold": true }, "constant": { "fg": "#d3869b" }, "constant.builtin": { "fg": "#fe8019" }, "constant.macro": { "fg": "#8ec07c" }, "constructor": { "fg": "#fe8019" }, "diff.delta": { "bg": "#525742" }, "diff.minus": { "bg": "#7b2c2f" }, "diff.plus": { "bg": "#686d43" }, "function": { "fg": "#b8bb26", "bold": true }, "function.builtin": { "fg": "#fe8019" }, "function.call": { "fg": "#b8bb26", "bold": true }, "function.macro": { "fg": "#8ec07c" }, "function.method": { "fg": "#b8bb26", "bold": true }, "function.method.call": { "fg": "#b8bb26", "bold": true }, "highlighted": { "bg": "#3c3836" }, "keyword": { "fg": "#fb4934" }, "keyword.conditional": { "fg": "#fb4934" }, "keyword.conditional.ternary": { "fg": "#fb4934" }, "keyword.coroutine": { "fg": "#fb4934" }, "keyword.debug": { "fg": "#fe8019" }, "keyword.directive": { "fg": "#8ec07c" }, "keyword.directive.define": { "fg": "#8ec07c" }, "keyword.exception": { "fg": "#fb4934" }, "keyword.export": { "fg": "#fb4934" }, "keyword.function": { "fg": "#fb4934" }, "keyword.import": { "fg": "#8ec07c" }, "keyword.modifier": { "fg": "#fb4934" }, "keyword.operator": { "fg": "#fb4934" }, "keyword.repeat": { "fg": "#fb4934" }, "keyword.return": { "fg": "#fb4934" }, "keyword.type": { "fg": "#fb4934" }, "label": { "fg": "#fb4934" }, "markup": { "fg": "#ebdbb2" }, "markup.environment": { "fg": "#8ec07c" }, "markup.environment.name": { "fg": "#fabd2f" }, "markup.heading": { "fg": "#b8bb26", "bold": true }, "markup.heading.1": { "fg": "#b8bb26", "bold": true }, "markup.heading.2": { "fg": "#b8bb26", "bold": true }, "markup.heading.3": { "fg": "#b8bb26", "bold": true }, "markup.heading.4": { "fg": "#b8bb26", "bold": true }, "markup.heading.5": { "fg": "#b8bb26", "bold": true }, "markup.heading.6": { "fg": "#b8bb26", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#83a598", "underline": "solid" }, "markup.link.label": { "fg": "#fe8019" }, "markup.link.url": { "fg": "#83a598", "underline": "solid" }, "markup.list": { "fg": "#fe8019" }, "markup.list.checked": { "fg": "#b8bb26" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#fe8019" }, "markup.quote": { "fg": "#ebdbb2" }, "markup.raw": { "fg": "#b8bb26", "italic": true }, "markup.raw.block": { "fg": "#b8bb26", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebdbb2" }, "module.builtin": { "fg": "#fe8019" }, "namespace": { "fg": "#ebdbb2" }, "normal": { "fg": "#ebdbb2", "bg": "#32302f" }, "number": { "fg": "#d3869b" }, "number.float": { "fg": "#d3869b" }, "operator": { "fg": "#fe8019" }, "property": { "fg": "#83a598" }, "punctuation.bracket": { "fg": "#fe8019" }, "punctuation.delimiter": { "fg": "#fe8019" }, "punctuation.special": { "fg": "#fe8019" }, "string": { "fg": "#b8bb26", "italic": true }, "string.documentation": { "fg": "#b8bb26", "italic": true }, "string.escape": { "fg": "#fe8019" }, "string.regexp": { "fg": "#b8bb26", "italic": true }, "string.special": { "fg": "#fe8019" }, "string.special.path": { "fg": "#83a598", "underline": "solid" }, "string.special.symbol": { "fg": "#83a598" }, "string.special.url": { "fg": "#83a598", "underline": "solid" }, "tag": { "fg": "#fe8019" }, "tag.attribute": { "fg": "#83a598" }, "tag.builtin": { "fg": "#fe8019" }, "tag.delimiter": { "fg": "#fe8019" }, "type": { "fg": "#fabd2f" }, "type.builtin": { "fg": "#fabd2f" }, "type.definition": { "fg": "#fabd2f" }, "variable": { "fg": "#ebdbb2" }, "variable.builtin": { "fg": "#fe8019" }, "variable.member": { "fg": "#83a598" }, "variable.parameter": { "fg": "#83a598" }, "variable.parameter.builtin": { "fg": "#fe8019" } } };
3
+ var gruvbox_dark_soft_default = theme;
4
+
5
+ export { gruvbox_dark_soft_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/gruvbox_light.ts
4
+ var theme = { "name": "gruvbox_light", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#fbf1c7", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#fbf1c7", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e8e5b5" }, "diff.minus": { "bg": "#fc9487" }, "diff.plus": { "bg": "#d5d39b" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#fbf1c7" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
5
+ var gruvbox_light_default = theme;
6
+
7
+ module.exports = gruvbox_light_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/gruvbox_light.ts
2
+ var theme = { "name": "gruvbox_light", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#fbf1c7", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#fbf1c7", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e8e5b5" }, "diff.minus": { "bg": "#fc9487" }, "diff.plus": { "bg": "#d5d39b" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#fbf1c7" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
3
+ var gruvbox_light_default = theme;
4
+
5
+ export { gruvbox_light_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/gruvbox_light_hard.ts
4
+ var theme = { "name": "gruvbox_light_hard", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#f9f5d7", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#f9f5d7", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e6e9c1" }, "diff.minus": { "bg": "#fc9690" }, "diff.plus": { "bg": "#d3d6a5" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#f9f5d7" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
5
+ var gruvbox_light_hard_default = theme;
6
+
7
+ module.exports = gruvbox_light_hard_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/gruvbox_light_hard.ts
2
+ var theme = { "name": "gruvbox_light_hard", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#f9f5d7", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#f9f5d7", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e6e9c1" }, "diff.minus": { "bg": "#fc9690" }, "diff.plus": { "bg": "#d3d6a5" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#f9f5d7" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
3
+ var gruvbox_light_hard_default = theme;
4
+
5
+ export { gruvbox_light_hard_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/gruvbox_light_soft.ts
4
+ var theme = { "name": "gruvbox_light_soft", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#f2e5bc", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#f2e5bc", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e1dbac" }, "diff.minus": { "bg": "#f78b7f" }, "diff.plus": { "bg": "#cecb94" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#f2e5bc" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
5
+ var gruvbox_light_soft_default = theme;
6
+
7
+ module.exports = gruvbox_light_soft_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/gruvbox_light_soft.ts
2
+ var theme = { "name": "gruvbox_light_soft", "appearance": "light", "revision": "a472496e1a4465a2dd574389dcf6cdb29af9bf1b", "highlights": { "attribute": { "fg": "#427b58" }, "attribute.builtin": { "fg": "#af3a03" }, "boolean": { "fg": "#8f3f71" }, "character": { "fg": "#8f3f71" }, "character.special": { "fg": "#af3a03" }, "comment": { "fg": "#928374", "italic": true }, "comment.documentation": { "fg": "#928374", "italic": true }, "comment.error": { "fg": "#f2e5bc", "bg": "#9d0006", "bold": true }, "comment.hint": { "fg": "#928374", "italic": true }, "comment.note": { "fg": "#af3a03" }, "comment.todo": { "fg": "#f2e5bc", "bg": "#b57614", "bold": true, "italic": true }, "comment.warning": { "fg": "#9d0006", "bold": true }, "constant": { "fg": "#8f3f71" }, "constant.builtin": { "fg": "#af3a03" }, "constant.macro": { "fg": "#427b58" }, "constructor": { "fg": "#af3a03" }, "diff.delta": { "bg": "#e1dbac" }, "diff.minus": { "bg": "#f78b7f" }, "diff.plus": { "bg": "#cecb94" }, "function": { "fg": "#79740e", "bold": true }, "function.builtin": { "fg": "#af3a03" }, "function.call": { "fg": "#79740e", "bold": true }, "function.macro": { "fg": "#427b58" }, "function.method": { "fg": "#79740e", "bold": true }, "function.method.call": { "fg": "#79740e", "bold": true }, "highlighted": { "bg": "#ebdbb2" }, "keyword": { "fg": "#9d0006" }, "keyword.conditional": { "fg": "#9d0006" }, "keyword.conditional.ternary": { "fg": "#9d0006" }, "keyword.coroutine": { "fg": "#9d0006" }, "keyword.debug": { "fg": "#af3a03" }, "keyword.directive": { "fg": "#427b58" }, "keyword.directive.define": { "fg": "#427b58" }, "keyword.exception": { "fg": "#9d0006" }, "keyword.export": { "fg": "#9d0006" }, "keyword.function": { "fg": "#9d0006" }, "keyword.import": { "fg": "#427b58" }, "keyword.modifier": { "fg": "#9d0006" }, "keyword.operator": { "fg": "#9d0006" }, "keyword.repeat": { "fg": "#9d0006" }, "keyword.return": { "fg": "#9d0006" }, "keyword.type": { "fg": "#9d0006" }, "label": { "fg": "#9d0006" }, "markup": { "fg": "#3c3836" }, "markup.environment": { "fg": "#427b58" }, "markup.environment.name": { "fg": "#b57614" }, "markup.heading": { "fg": "#79740e", "bold": true }, "markup.heading.1": { "fg": "#79740e", "bold": true }, "markup.heading.2": { "fg": "#79740e", "bold": true }, "markup.heading.3": { "fg": "#79740e", "bold": true }, "markup.heading.4": { "fg": "#79740e", "bold": true }, "markup.heading.5": { "fg": "#79740e", "bold": true }, "markup.heading.6": { "fg": "#79740e", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#076678", "underline": "solid" }, "markup.link.label": { "fg": "#af3a03" }, "markup.link.url": { "fg": "#076678", "underline": "solid" }, "markup.list": { "fg": "#af3a03" }, "markup.list.checked": { "fg": "#79740e" }, "markup.list.unchecked": { "fg": "#928374" }, "markup.math": { "fg": "#af3a03" }, "markup.quote": { "fg": "#3c3836" }, "markup.raw": { "fg": "#79740e", "italic": true }, "markup.raw.block": { "fg": "#79740e", "italic": true }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#3c3836" }, "module.builtin": { "fg": "#af3a03" }, "namespace": { "fg": "#3c3836" }, "normal": { "fg": "#3c3836", "bg": "#f2e5bc" }, "number": { "fg": "#8f3f71" }, "number.float": { "fg": "#8f3f71" }, "operator": { "fg": "#af3a03" }, "property": { "fg": "#076678" }, "punctuation.bracket": { "fg": "#af3a03" }, "punctuation.delimiter": { "fg": "#af3a03" }, "punctuation.special": { "fg": "#af3a03" }, "string": { "fg": "#79740e", "italic": true }, "string.documentation": { "fg": "#79740e", "italic": true }, "string.escape": { "fg": "#af3a03" }, "string.regexp": { "fg": "#79740e", "italic": true }, "string.special": { "fg": "#af3a03" }, "string.special.path": { "fg": "#076678", "underline": "solid" }, "string.special.symbol": { "fg": "#076678" }, "string.special.url": { "fg": "#076678", "underline": "solid" }, "tag": { "fg": "#af3a03" }, "tag.attribute": { "fg": "#076678" }, "tag.builtin": { "fg": "#af3a03" }, "tag.delimiter": { "fg": "#af3a03" }, "type": { "fg": "#b57614" }, "type.builtin": { "fg": "#b57614" }, "type.definition": { "fg": "#b57614" }, "variable": { "fg": "#3c3836" }, "variable.builtin": { "fg": "#af3a03" }, "variable.member": { "fg": "#076678" }, "variable.parameter": { "fg": "#076678" }, "variable.parameter.builtin": { "fg": "#af3a03" } } };
3
+ var gruvbox_light_soft_default = theme;
4
+
5
+ export { gruvbox_light_soft_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/horizon_dark.ts
4
+ var theme = { "name": "horizon_dark", "appearance": "dark", "revision": "b4d7b1e7c3aa77aea31b9ced8960e49fd8682c47", "highlights": { "attribute": { "fg": "#e95678" }, "attribute.builtin": { "fg": "#f09483" }, "boolean": { "fg": "#f09483" }, "character": { "fg": "#e4a88a" }, "character.special": { "fg": "#fab795" }, "comment": { "fg": "#4c4d53", "italic": true }, "comment.documentation": { "fg": "#4c4d53", "italic": true }, "comment.error": { "fg": "#f43e5c" }, "comment.hint": { "fg": "#4c4d53", "italic": true }, "comment.note": { "fg": "#25b0bc" }, "comment.todo": { "fg": "#27d797", "bold": true }, "comment.warning": { "fg": "#f09483" }, "constant": { "fg": "#db887a" }, "constant.builtin": { "fg": "#db887a" }, "constant.macro": { "fg": "#db887a" }, "constructor": { "fg": "#fac29a" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#ffc0b9" }, "diff.plus": { "fg": "#b3f6c0" }, "error": { "fg": "#f43e5c" }, "function": { "fg": "#24a1ad" }, "function.builtin": { "fg": "#24a1ad" }, "function.call": { "fg": "#24a1ad" }, "function.macro": { "fg": "#24a1ad" }, "function.method": { "fg": "#24a1ad" }, "function.method.call": { "fg": "#24a1ad" }, "highlighted": { "bg": "#21232d" }, "keyword": { "fg": "#a86ec9" }, "keyword.conditional": { "fg": "#a86ec9" }, "keyword.conditional.ternary": { "fg": "#a86ec9" }, "keyword.coroutine": { "fg": "#a86ec9" }, "keyword.debug": { "fg": "#a86ec9" }, "keyword.directive": { "fg": "#a86ec9" }, "keyword.directive.define": { "fg": "#a86ec9" }, "keyword.exception": { "fg": "#a86ec9" }, "keyword.export": { "fg": "#a86ec9" }, "keyword.function": { "fg": "#a86ec9" }, "keyword.import": { "fg": "#a86ec9" }, "keyword.modifier": { "fg": "#a86ec9" }, "keyword.operator": { "fg": "#a86ec9" }, "keyword.repeat": { "fg": "#a86ec9" }, "keyword.return": { "fg": "#a86ec9" }, "keyword.type": { "fg": "#a86ec9" }, "label": { "fg": "#e95678" }, "markup": { "fg": "#f09483" }, "markup.environment": { "fg": "#f09483" }, "markup.environment.name": { "fg": "#f09483" }, "markup.heading": { "fg": "#fac29a", "bold": true }, "markup.heading.1": { "fg": "#fac29a", "bold": true }, "markup.heading.2": { "fg": "#fac29a", "bold": true }, "markup.heading.3": { "fg": "#fac29a", "bold": true }, "markup.heading.4": { "fg": "#fac29a", "bold": true }, "markup.heading.5": { "fg": "#fac29a", "bold": true }, "markup.heading.6": { "fg": "#fac29a", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "underline": "solid" }, "markup.link.label": { "underline": "solid" }, "markup.link.url": { "underline": "solid" }, "markup.list": { "fg": "#f09483" }, "markup.list.checked": { "fg": "#f09483" }, "markup.list.unchecked": { "fg": "#f09483" }, "markup.math": { "fg": "#f09483" }, "markup.quote": { "fg": "#f09483" }, "markup.raw": { "fg": "#f09483" }, "markup.raw.block": { "fg": "#f09483" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#fac29a" }, "module.builtin": { "fg": "#f09483" }, "namespace": { "fg": "#25b0bc" }, "normal": { "fg": "#bbbbbb", "bg": "#1c1e26" }, "number": { "fg": "#f09483" }, "number.float": { "fg": "#f09483" }, "operator": { "fg": "#6c6d71" }, "property": { "fg": "#e95678" }, "punctuation.bracket": { "fg": "#6c6d71" }, "punctuation.delimiter": { "fg": "#6c6d71" }, "punctuation.special": { "fg": "#6c6d71" }, "string": { "fg": "#e4a88a" }, "string.documentation": { "fg": "#e4a88a" }, "string.escape": { "fg": "#e4a88a" }, "string.regexp": { "fg": "#bbbbbb" }, "string.special": { "fg": "#bbbbbb" }, "string.special.path": { "fg": "#bbbbbb" }, "string.special.symbol": { "fg": "#bbbbbb" }, "string.special.url": { "underline": "solid" }, "tag": { "fg": "#e95678" }, "tag.attribute": { "fg": "#f09483", "italic": true }, "tag.builtin": { "fg": "#f09483" }, "tag.delimiter": { "fg": "#e95678" }, "type": { "fg": "#fac29a" }, "type.builtin": { "fg": "#f09483" }, "type.definition": { "fg": "#fac29a" }, "variable": { "fg": "#e95678" }, "variable.builtin": { "fg": "#fac29a" }, "variable.member": { "fg": "#e95678" }, "variable.parameter": { "fg": "#e95678" }, "variable.parameter.builtin": { "fg": "#f09483" } } };
5
+ var horizon_dark_default = theme;
6
+
7
+ module.exports = horizon_dark_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/horizon_dark.ts
2
+ var theme = { "name": "horizon_dark", "appearance": "dark", "revision": "b4d7b1e7c3aa77aea31b9ced8960e49fd8682c47", "highlights": { "attribute": { "fg": "#e95678" }, "attribute.builtin": { "fg": "#f09483" }, "boolean": { "fg": "#f09483" }, "character": { "fg": "#e4a88a" }, "character.special": { "fg": "#fab795" }, "comment": { "fg": "#4c4d53", "italic": true }, "comment.documentation": { "fg": "#4c4d53", "italic": true }, "comment.error": { "fg": "#f43e5c" }, "comment.hint": { "fg": "#4c4d53", "italic": true }, "comment.note": { "fg": "#25b0bc" }, "comment.todo": { "fg": "#27d797", "bold": true }, "comment.warning": { "fg": "#f09483" }, "constant": { "fg": "#db887a" }, "constant.builtin": { "fg": "#db887a" }, "constant.macro": { "fg": "#db887a" }, "constructor": { "fg": "#fac29a" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#ffc0b9" }, "diff.plus": { "fg": "#b3f6c0" }, "error": { "fg": "#f43e5c" }, "function": { "fg": "#24a1ad" }, "function.builtin": { "fg": "#24a1ad" }, "function.call": { "fg": "#24a1ad" }, "function.macro": { "fg": "#24a1ad" }, "function.method": { "fg": "#24a1ad" }, "function.method.call": { "fg": "#24a1ad" }, "highlighted": { "bg": "#21232d" }, "keyword": { "fg": "#a86ec9" }, "keyword.conditional": { "fg": "#a86ec9" }, "keyword.conditional.ternary": { "fg": "#a86ec9" }, "keyword.coroutine": { "fg": "#a86ec9" }, "keyword.debug": { "fg": "#a86ec9" }, "keyword.directive": { "fg": "#a86ec9" }, "keyword.directive.define": { "fg": "#a86ec9" }, "keyword.exception": { "fg": "#a86ec9" }, "keyword.export": { "fg": "#a86ec9" }, "keyword.function": { "fg": "#a86ec9" }, "keyword.import": { "fg": "#a86ec9" }, "keyword.modifier": { "fg": "#a86ec9" }, "keyword.operator": { "fg": "#a86ec9" }, "keyword.repeat": { "fg": "#a86ec9" }, "keyword.return": { "fg": "#a86ec9" }, "keyword.type": { "fg": "#a86ec9" }, "label": { "fg": "#e95678" }, "markup": { "fg": "#f09483" }, "markup.environment": { "fg": "#f09483" }, "markup.environment.name": { "fg": "#f09483" }, "markup.heading": { "fg": "#fac29a", "bold": true }, "markup.heading.1": { "fg": "#fac29a", "bold": true }, "markup.heading.2": { "fg": "#fac29a", "bold": true }, "markup.heading.3": { "fg": "#fac29a", "bold": true }, "markup.heading.4": { "fg": "#fac29a", "bold": true }, "markup.heading.5": { "fg": "#fac29a", "bold": true }, "markup.heading.6": { "fg": "#fac29a", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "underline": "solid" }, "markup.link.label": { "underline": "solid" }, "markup.link.url": { "underline": "solid" }, "markup.list": { "fg": "#f09483" }, "markup.list.checked": { "fg": "#f09483" }, "markup.list.unchecked": { "fg": "#f09483" }, "markup.math": { "fg": "#f09483" }, "markup.quote": { "fg": "#f09483" }, "markup.raw": { "fg": "#f09483" }, "markup.raw.block": { "fg": "#f09483" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#fac29a" }, "module.builtin": { "fg": "#f09483" }, "namespace": { "fg": "#25b0bc" }, "normal": { "fg": "#bbbbbb", "bg": "#1c1e26" }, "number": { "fg": "#f09483" }, "number.float": { "fg": "#f09483" }, "operator": { "fg": "#6c6d71" }, "property": { "fg": "#e95678" }, "punctuation.bracket": { "fg": "#6c6d71" }, "punctuation.delimiter": { "fg": "#6c6d71" }, "punctuation.special": { "fg": "#6c6d71" }, "string": { "fg": "#e4a88a" }, "string.documentation": { "fg": "#e4a88a" }, "string.escape": { "fg": "#e4a88a" }, "string.regexp": { "fg": "#bbbbbb" }, "string.special": { "fg": "#bbbbbb" }, "string.special.path": { "fg": "#bbbbbb" }, "string.special.symbol": { "fg": "#bbbbbb" }, "string.special.url": { "underline": "solid" }, "tag": { "fg": "#e95678" }, "tag.attribute": { "fg": "#f09483", "italic": true }, "tag.builtin": { "fg": "#f09483" }, "tag.delimiter": { "fg": "#e95678" }, "type": { "fg": "#fac29a" }, "type.builtin": { "fg": "#f09483" }, "type.definition": { "fg": "#fac29a" }, "variable": { "fg": "#e95678" }, "variable.builtin": { "fg": "#fac29a" }, "variable.member": { "fg": "#e95678" }, "variable.parameter": { "fg": "#e95678" }, "variable.parameter.builtin": { "fg": "#f09483" } } };
3
+ var horizon_dark_default = theme;
4
+
5
+ export { horizon_dark_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/iceberg.ts
4
+ var theme = { "name": "iceberg", "appearance": "dark", "revision": "23835d5ed696436f716cbfdb56a93a7850fe3b18", "highlights": { "attribute": { "fg": "#b4be82" }, "attribute.builtin": { "fg": "#b4be82" }, "boolean": { "fg": "#a093c7" }, "character": { "fg": "#a093c7" }, "character.special": { "fg": "#b4be82" }, "comment": { "fg": "#6b7089" }, "comment.documentation": { "fg": "#6b7089" }, "comment.error": { "fg": "#e27878" }, "comment.hint": { "fg": "#6b7089" }, "comment.note": { "fg": "#89b8c2" }, "comment.todo": { "fg": "#b4be82", "bg": "#45493e", "bold": true }, "comment.warning": { "fg": "#e2a478" }, "constant": { "fg": "#a093c7" }, "constant.builtin": { "fg": "#a093c7" }, "constant.macro": { "fg": "#a093c7" }, "constructor": { "fg": "#c6c8d1" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#ffc0b9" }, "diff.plus": { "fg": "#b3f6c0" }, "error": { "fg": "#e27878", "bg": "#161821" }, "function": { "fg": "#a3adcb" }, "function.builtin": { "fg": "#a3adcb" }, "function.call": { "fg": "#a3adcb" }, "function.macro": { "fg": "#a3adcb" }, "function.method": { "fg": "#a3adcb" }, "function.method.call": { "fg": "#a3adcb" }, "highlighted": { "bg": "#1e2132" }, "keyword": { "fg": "#84a0c6" }, "keyword.conditional": { "fg": "#84a0c6" }, "keyword.conditional.ternary": { "fg": "#84a0c6" }, "keyword.coroutine": { "fg": "#84a0c6" }, "keyword.debug": { "fg": "#84a0c6" }, "keyword.directive": { "fg": "#84a0c6" }, "keyword.directive.define": { "fg": "#84a0c6" }, "keyword.exception": { "fg": "#84a0c6" }, "keyword.export": { "fg": "#84a0c6" }, "keyword.function": { "fg": "#84a0c6" }, "keyword.import": { "fg": "#84a0c6" }, "keyword.modifier": { "fg": "#84a0c6" }, "keyword.operator": { "fg": "#84a0c6" }, "keyword.repeat": { "fg": "#84a0c6" }, "keyword.return": { "fg": "#84a0c6" }, "keyword.type": { "fg": "#84a0c6" }, "label": { "fg": "#b4be82" }, "markup": { "fg": "#b4be82" }, "markup.environment": { "fg": "#b4be82" }, "markup.environment.name": { "fg": "#b4be82" }, "markup.heading": { "fg": "#e2a478" }, "markup.heading.1": { "fg": "#e2a478" }, "markup.heading.2": { "fg": "#e2a478" }, "markup.heading.3": { "fg": "#e2a478" }, "markup.heading.4": { "fg": "#e2a478" }, "markup.heading.5": { "fg": "#e2a478" }, "markup.heading.6": { "fg": "#e2a478" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#84a0c6", "underline": "solid" }, "markup.link.label": { "fg": "#84a0c6", "underline": "solid" }, "markup.link.url": { "fg": "#84a0c6", "underline": "solid" }, "markup.list": { "fg": "#b4be82" }, "markup.list.checked": { "fg": "#b4be82" }, "markup.list.unchecked": { "fg": "#b4be82" }, "markup.math": { "fg": "#b4be82" }, "markup.quote": { "fg": "#b4be82" }, "markup.raw": { "fg": "#b4be82" }, "markup.raw.block": { "fg": "#b4be82" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#84a0c6" }, "module.builtin": { "fg": "#b4be82" }, "namespace": { "fg": "#84a0c6" }, "normal": { "fg": "#c6c8d1", "bg": "#161821" }, "number": { "fg": "#a093c7" }, "number.float": { "fg": "#a093c7" }, "operator": { "fg": "#c6c8d1" }, "property": { "fg": "#c6c8d1" }, "punctuation.bracket": { "fg": "#c6c8d1" }, "punctuation.delimiter": { "fg": "#c6c8d1" }, "punctuation.special": { "fg": "#b4be82" }, "string": { "fg": "#89b8c2" }, "string.documentation": { "fg": "#89b8c2" }, "string.escape": { "fg": "#b4be82" }, "string.regexp": { "fg": "#b4be82" }, "string.special": { "fg": "#b4be82" }, "string.special.path": { "fg": "#b4be82" }, "string.special.symbol": { "fg": "#b4be82" }, "string.special.url": { "fg": "#84a0c6", "underline": "solid" }, "tag.attribute": { "fg": "#a093c7" }, "tag.builtin": { "fg": "#b4be82" }, "type": { "fg": "#84a0c6" }, "type.builtin": { "fg": "#84a0c6" }, "type.definition": { "fg": "#84a0c6" }, "variable": { "fg": "#c6c8d1" }, "variable.builtin": { "fg": "#84a0c6" }, "variable.member": { "fg": "#c6c8d1" }, "variable.parameter": { "fg": "#c6c8d1" }, "variable.parameter.builtin": { "fg": "#b4be82" } } };
5
+ var iceberg_default = theme;
6
+
7
+ module.exports = iceberg_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/iceberg.ts
2
+ var theme = { "name": "iceberg", "appearance": "dark", "revision": "23835d5ed696436f716cbfdb56a93a7850fe3b18", "highlights": { "attribute": { "fg": "#b4be82" }, "attribute.builtin": { "fg": "#b4be82" }, "boolean": { "fg": "#a093c7" }, "character": { "fg": "#a093c7" }, "character.special": { "fg": "#b4be82" }, "comment": { "fg": "#6b7089" }, "comment.documentation": { "fg": "#6b7089" }, "comment.error": { "fg": "#e27878" }, "comment.hint": { "fg": "#6b7089" }, "comment.note": { "fg": "#89b8c2" }, "comment.todo": { "fg": "#b4be82", "bg": "#45493e", "bold": true }, "comment.warning": { "fg": "#e2a478" }, "constant": { "fg": "#a093c7" }, "constant.builtin": { "fg": "#a093c7" }, "constant.macro": { "fg": "#a093c7" }, "constructor": { "fg": "#c6c8d1" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#ffc0b9" }, "diff.plus": { "fg": "#b3f6c0" }, "error": { "fg": "#e27878", "bg": "#161821" }, "function": { "fg": "#a3adcb" }, "function.builtin": { "fg": "#a3adcb" }, "function.call": { "fg": "#a3adcb" }, "function.macro": { "fg": "#a3adcb" }, "function.method": { "fg": "#a3adcb" }, "function.method.call": { "fg": "#a3adcb" }, "highlighted": { "bg": "#1e2132" }, "keyword": { "fg": "#84a0c6" }, "keyword.conditional": { "fg": "#84a0c6" }, "keyword.conditional.ternary": { "fg": "#84a0c6" }, "keyword.coroutine": { "fg": "#84a0c6" }, "keyword.debug": { "fg": "#84a0c6" }, "keyword.directive": { "fg": "#84a0c6" }, "keyword.directive.define": { "fg": "#84a0c6" }, "keyword.exception": { "fg": "#84a0c6" }, "keyword.export": { "fg": "#84a0c6" }, "keyword.function": { "fg": "#84a0c6" }, "keyword.import": { "fg": "#84a0c6" }, "keyword.modifier": { "fg": "#84a0c6" }, "keyword.operator": { "fg": "#84a0c6" }, "keyword.repeat": { "fg": "#84a0c6" }, "keyword.return": { "fg": "#84a0c6" }, "keyword.type": { "fg": "#84a0c6" }, "label": { "fg": "#b4be82" }, "markup": { "fg": "#b4be82" }, "markup.environment": { "fg": "#b4be82" }, "markup.environment.name": { "fg": "#b4be82" }, "markup.heading": { "fg": "#e2a478" }, "markup.heading.1": { "fg": "#e2a478" }, "markup.heading.2": { "fg": "#e2a478" }, "markup.heading.3": { "fg": "#e2a478" }, "markup.heading.4": { "fg": "#e2a478" }, "markup.heading.5": { "fg": "#e2a478" }, "markup.heading.6": { "fg": "#e2a478" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#84a0c6", "underline": "solid" }, "markup.link.label": { "fg": "#84a0c6", "underline": "solid" }, "markup.link.url": { "fg": "#84a0c6", "underline": "solid" }, "markup.list": { "fg": "#b4be82" }, "markup.list.checked": { "fg": "#b4be82" }, "markup.list.unchecked": { "fg": "#b4be82" }, "markup.math": { "fg": "#b4be82" }, "markup.quote": { "fg": "#b4be82" }, "markup.raw": { "fg": "#b4be82" }, "markup.raw.block": { "fg": "#b4be82" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#84a0c6" }, "module.builtin": { "fg": "#b4be82" }, "namespace": { "fg": "#84a0c6" }, "normal": { "fg": "#c6c8d1", "bg": "#161821" }, "number": { "fg": "#a093c7" }, "number.float": { "fg": "#a093c7" }, "operator": { "fg": "#c6c8d1" }, "property": { "fg": "#c6c8d1" }, "punctuation.bracket": { "fg": "#c6c8d1" }, "punctuation.delimiter": { "fg": "#c6c8d1" }, "punctuation.special": { "fg": "#b4be82" }, "string": { "fg": "#89b8c2" }, "string.documentation": { "fg": "#89b8c2" }, "string.escape": { "fg": "#b4be82" }, "string.regexp": { "fg": "#b4be82" }, "string.special": { "fg": "#b4be82" }, "string.special.path": { "fg": "#b4be82" }, "string.special.symbol": { "fg": "#b4be82" }, "string.special.url": { "fg": "#84a0c6", "underline": "solid" }, "tag.attribute": { "fg": "#a093c7" }, "tag.builtin": { "fg": "#b4be82" }, "type": { "fg": "#84a0c6" }, "type.builtin": { "fg": "#84a0c6" }, "type.definition": { "fg": "#84a0c6" }, "variable": { "fg": "#c6c8d1" }, "variable.builtin": { "fg": "#84a0c6" }, "variable.member": { "fg": "#c6c8d1" }, "variable.parameter": { "fg": "#c6c8d1" }, "variable.parameter.builtin": { "fg": "#b4be82" } } };
3
+ var iceberg_default = theme;
4
+
5
+ export { iceberg_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/kanagawa_dragon.ts
4
+ var theme = { "name": "kanagawa_dragon", "appearance": "dark", "revision": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "highlights": { "attribute": { "fg": "#b6927b" }, "attribute.builtin": { "fg": "#949fb5" }, "boolean": { "fg": "#b6927b", "bold": true }, "character": { "fg": "#8a9a7b" }, "character.special": { "fg": "#949fb5" }, "comment": { "fg": "#737c73", "italic": true }, "comment.documentation": { "fg": "#737c73", "italic": true }, "comment.error": { "fg": "#c5c9c5", "bg": "#e82424", "bold": true }, "comment.hint": { "fg": "#737c73", "italic": true }, "comment.note": { "fg": "#223249", "bg": "#6a9589", "bold": true }, "comment.todo": { "fg": "#223249", "bg": "#658594", "bold": true }, "comment.warning": { "fg": "#223249", "bg": "#ff9e3b", "bold": true }, "constant": { "fg": "#b6927b" }, "constant.builtin": { "fg": "#949fb5" }, "constant.macro": { "fg": "#b6927b" }, "constructor": { "fg": "#949fb5" }, "constructor.lua": { "fg": "#8992a7" }, "diff.delta": { "fg": "#dca561" }, "diff.minus": { "fg": "#c34043" }, "diff.plus": { "fg": "#76946a" }, "function": { "fg": "#8ba4b0" }, "function.builtin": { "fg": "#949fb5" }, "function.call": { "fg": "#8ba4b0" }, "function.macro": { "fg": "#8ba4b0" }, "function.method": { "fg": "#8ba4b0" }, "function.method.call": { "fg": "#8ba4b0" }, "highlighted": { "bg": "#393836" }, "keyword": { "fg": "#8992a7", "italic": true }, "keyword.conditional": { "fg": "#8992a7", "italic": true }, "keyword.conditional.ternary": { "fg": "#8992a7", "italic": true }, "keyword.coroutine": { "fg": "#8992a7", "italic": true }, "keyword.debug": { "fg": "#8992a7", "italic": true }, "keyword.directive": { "fg": "#8992a7", "italic": true }, "keyword.directive.define": { "fg": "#8992a7", "italic": true }, "keyword.exception": { "fg": "#c4746e", "bold": true }, "keyword.export": { "fg": "#8992a7", "italic": true }, "keyword.function": { "fg": "#8992a7", "italic": true }, "keyword.import": { "fg": "#c4746e" }, "keyword.modifier": { "fg": "#8992a7", "italic": true }, "keyword.operator": { "fg": "#c4746e", "bold": true }, "keyword.repeat": { "fg": "#8992a7", "italic": true }, "keyword.return": { "fg": "#c4746e", "italic": true }, "keyword.type": { "fg": "#8992a7", "italic": true }, "label": { "fg": "#8992a7", "bold": true }, "markup": { "fg": "#949fb5" }, "markup.environment": { "fg": "#8992a7", "italic": true }, "markup.environment.name": { "fg": "#8992a7", "italic": true }, "markup.heading": { "fg": "#8ba4b0" }, "markup.heading.1": { "fg": "#8ba4b0" }, "markup.heading.2": { "fg": "#8ba4b0" }, "markup.heading.3": { "fg": "#8ba4b0" }, "markup.heading.4": { "fg": "#8ba4b0" }, "markup.heading.5": { "fg": "#8ba4b0" }, "markup.heading.6": { "fg": "#8ba4b0" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#949fb5", "underline": "solid" }, "markup.link.label": { "fg": "#949fb5", "underline": "solid" }, "markup.link.url": { "fg": "#949fb5", "underline": "undercurl" }, "markup.list": { "fg": "#949fb5" }, "markup.list.checked": { "fg": "#949fb5" }, "markup.list.unchecked": { "fg": "#949fb5" }, "markup.math": { "fg": "#b6927b" }, "markup.quote": { "fg": "#a6a69c" }, "markup.raw": { "fg": "#8a9a7b" }, "markup.raw.block": { "fg": "#8a9a7b" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8ea4a2" }, "module.builtin": { "fg": "#949fb5" }, "normal": { "fg": "#c5c9c5", "bg": "#181616" }, "number": { "fg": "#a292a3" }, "number.float": { "fg": "#a292a3" }, "operator": { "fg": "#c4746e" }, "property": { "fg": "#c4b28a" }, "punctuation.bracket": { "fg": "#9e9b93" }, "punctuation.delimiter": { "fg": "#9e9b93" }, "punctuation.special": { "fg": "#949fb5" }, "string": { "fg": "#8a9a7b" }, "string.documentation": { "fg": "#8a9a7b" }, "string.escape": { "fg": "#c4746e", "bold": true }, "string.regexp": { "fg": "#c4746e" }, "string.special": { "fg": "#949fb5" }, "string.special.path": { "fg": "#949fb5" }, "string.special.symbol": { "fg": "#c4b28a" }, "string.special.url": { "fg": "#949fb5", "underline": "undercurl" }, "tag": { "fg": "#949fb5" }, "tag.attribute": { "fg": "#c4b28a" }, "tag.builtin": { "fg": "#949fb5" }, "tag.delimiter": { "fg": "#9e9b93" }, "type": { "fg": "#8ea4a2" }, "type.builtin": { "fg": "#949fb5" }, "type.definition": { "fg": "#8ea4a2" }, "variable": { "fg": "#c5c9c5" }, "variable.builtin": { "fg": "#c4746e", "italic": true }, "variable.member": { "fg": "#c4b28a" }, "variable.parameter": { "fg": "#a6a69c" }, "variable.parameter.builtin": { "fg": "#949fb5" } } };
5
+ var kanagawa_dragon_default = theme;
6
+
7
+ module.exports = kanagawa_dragon_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/kanagawa_dragon.ts
2
+ var theme = { "name": "kanagawa_dragon", "appearance": "dark", "revision": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "highlights": { "attribute": { "fg": "#b6927b" }, "attribute.builtin": { "fg": "#949fb5" }, "boolean": { "fg": "#b6927b", "bold": true }, "character": { "fg": "#8a9a7b" }, "character.special": { "fg": "#949fb5" }, "comment": { "fg": "#737c73", "italic": true }, "comment.documentation": { "fg": "#737c73", "italic": true }, "comment.error": { "fg": "#c5c9c5", "bg": "#e82424", "bold": true }, "comment.hint": { "fg": "#737c73", "italic": true }, "comment.note": { "fg": "#223249", "bg": "#6a9589", "bold": true }, "comment.todo": { "fg": "#223249", "bg": "#658594", "bold": true }, "comment.warning": { "fg": "#223249", "bg": "#ff9e3b", "bold": true }, "constant": { "fg": "#b6927b" }, "constant.builtin": { "fg": "#949fb5" }, "constant.macro": { "fg": "#b6927b" }, "constructor": { "fg": "#949fb5" }, "constructor.lua": { "fg": "#8992a7" }, "diff.delta": { "fg": "#dca561" }, "diff.minus": { "fg": "#c34043" }, "diff.plus": { "fg": "#76946a" }, "function": { "fg": "#8ba4b0" }, "function.builtin": { "fg": "#949fb5" }, "function.call": { "fg": "#8ba4b0" }, "function.macro": { "fg": "#8ba4b0" }, "function.method": { "fg": "#8ba4b0" }, "function.method.call": { "fg": "#8ba4b0" }, "highlighted": { "bg": "#393836" }, "keyword": { "fg": "#8992a7", "italic": true }, "keyword.conditional": { "fg": "#8992a7", "italic": true }, "keyword.conditional.ternary": { "fg": "#8992a7", "italic": true }, "keyword.coroutine": { "fg": "#8992a7", "italic": true }, "keyword.debug": { "fg": "#8992a7", "italic": true }, "keyword.directive": { "fg": "#8992a7", "italic": true }, "keyword.directive.define": { "fg": "#8992a7", "italic": true }, "keyword.exception": { "fg": "#c4746e", "bold": true }, "keyword.export": { "fg": "#8992a7", "italic": true }, "keyword.function": { "fg": "#8992a7", "italic": true }, "keyword.import": { "fg": "#c4746e" }, "keyword.modifier": { "fg": "#8992a7", "italic": true }, "keyword.operator": { "fg": "#c4746e", "bold": true }, "keyword.repeat": { "fg": "#8992a7", "italic": true }, "keyword.return": { "fg": "#c4746e", "italic": true }, "keyword.type": { "fg": "#8992a7", "italic": true }, "label": { "fg": "#8992a7", "bold": true }, "markup": { "fg": "#949fb5" }, "markup.environment": { "fg": "#8992a7", "italic": true }, "markup.environment.name": { "fg": "#8992a7", "italic": true }, "markup.heading": { "fg": "#8ba4b0" }, "markup.heading.1": { "fg": "#8ba4b0" }, "markup.heading.2": { "fg": "#8ba4b0" }, "markup.heading.3": { "fg": "#8ba4b0" }, "markup.heading.4": { "fg": "#8ba4b0" }, "markup.heading.5": { "fg": "#8ba4b0" }, "markup.heading.6": { "fg": "#8ba4b0" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#949fb5", "underline": "solid" }, "markup.link.label": { "fg": "#949fb5", "underline": "solid" }, "markup.link.url": { "fg": "#949fb5", "underline": "undercurl" }, "markup.list": { "fg": "#949fb5" }, "markup.list.checked": { "fg": "#949fb5" }, "markup.list.unchecked": { "fg": "#949fb5" }, "markup.math": { "fg": "#b6927b" }, "markup.quote": { "fg": "#a6a69c" }, "markup.raw": { "fg": "#8a9a7b" }, "markup.raw.block": { "fg": "#8a9a7b" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8ea4a2" }, "module.builtin": { "fg": "#949fb5" }, "normal": { "fg": "#c5c9c5", "bg": "#181616" }, "number": { "fg": "#a292a3" }, "number.float": { "fg": "#a292a3" }, "operator": { "fg": "#c4746e" }, "property": { "fg": "#c4b28a" }, "punctuation.bracket": { "fg": "#9e9b93" }, "punctuation.delimiter": { "fg": "#9e9b93" }, "punctuation.special": { "fg": "#949fb5" }, "string": { "fg": "#8a9a7b" }, "string.documentation": { "fg": "#8a9a7b" }, "string.escape": { "fg": "#c4746e", "bold": true }, "string.regexp": { "fg": "#c4746e" }, "string.special": { "fg": "#949fb5" }, "string.special.path": { "fg": "#949fb5" }, "string.special.symbol": { "fg": "#c4b28a" }, "string.special.url": { "fg": "#949fb5", "underline": "undercurl" }, "tag": { "fg": "#949fb5" }, "tag.attribute": { "fg": "#c4b28a" }, "tag.builtin": { "fg": "#949fb5" }, "tag.delimiter": { "fg": "#9e9b93" }, "type": { "fg": "#8ea4a2" }, "type.builtin": { "fg": "#949fb5" }, "type.definition": { "fg": "#8ea4a2" }, "variable": { "fg": "#c5c9c5" }, "variable.builtin": { "fg": "#c4746e", "italic": true }, "variable.member": { "fg": "#c4b28a" }, "variable.parameter": { "fg": "#a6a69c" }, "variable.parameter.builtin": { "fg": "#949fb5" } } };
3
+ var kanagawa_dragon_default = theme;
4
+
5
+ export { kanagawa_dragon_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/kanagawa_lotus.ts
4
+ var theme = { "name": "kanagawa_lotus", "appearance": "light", "revision": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "highlights": { "attribute": { "fg": "#cc6d00" }, "attribute.builtin": { "fg": "#6693bf" }, "boolean": { "fg": "#cc6d00", "bold": true }, "character": { "fg": "#6f894e" }, "character.special": { "fg": "#6693bf" }, "comment": { "fg": "#8a8980", "italic": true }, "comment.documentation": { "fg": "#8a8980", "italic": true }, "comment.error": { "fg": "#545464", "bg": "#e82424", "bold": true }, "comment.hint": { "fg": "#8a8980", "italic": true }, "comment.note": { "fg": "#dcd7ba", "bg": "#5e857a", "bold": true }, "comment.todo": { "fg": "#dcd7ba", "bg": "#5a7785", "bold": true }, "comment.warning": { "fg": "#dcd7ba", "bg": "#e98a00", "bold": true }, "constant": { "fg": "#cc6d00" }, "constant.builtin": { "fg": "#6693bf" }, "constant.macro": { "fg": "#cc6d00" }, "constructor": { "fg": "#6693bf" }, "constructor.lua": { "fg": "#624c83" }, "diff.delta": { "fg": "#de9800" }, "diff.minus": { "fg": "#d7474b" }, "diff.plus": { "fg": "#6e915f" }, "function": { "fg": "#4d699b" }, "function.builtin": { "fg": "#6693bf" }, "function.call": { "fg": "#4d699b" }, "function.macro": { "fg": "#4d699b" }, "function.method": { "fg": "#4d699b" }, "function.method.call": { "fg": "#4d699b" }, "highlighted": { "bg": "#e4d794" }, "keyword": { "fg": "#624c83", "italic": true }, "keyword.conditional": { "fg": "#624c83", "italic": true }, "keyword.conditional.ternary": { "fg": "#624c83", "italic": true }, "keyword.coroutine": { "fg": "#624c83", "italic": true }, "keyword.debug": { "fg": "#624c83", "italic": true }, "keyword.directive": { "fg": "#624c83", "italic": true }, "keyword.directive.define": { "fg": "#624c83", "italic": true }, "keyword.exception": { "fg": "#c84053", "bold": true }, "keyword.export": { "fg": "#624c83", "italic": true }, "keyword.function": { "fg": "#624c83", "italic": true }, "keyword.import": { "fg": "#c84053" }, "keyword.modifier": { "fg": "#624c83", "italic": true }, "keyword.operator": { "fg": "#836f4a", "bold": true }, "keyword.repeat": { "fg": "#624c83", "italic": true }, "keyword.return": { "fg": "#c84053", "italic": true }, "keyword.type": { "fg": "#624c83", "italic": true }, "label": { "fg": "#624c83", "bold": true }, "markup": { "fg": "#6693bf" }, "markup.environment": { "fg": "#624c83", "italic": true }, "markup.environment.name": { "fg": "#624c83", "italic": true }, "markup.heading": { "fg": "#4d699b" }, "markup.heading.1": { "fg": "#4d699b" }, "markup.heading.2": { "fg": "#4d699b" }, "markup.heading.3": { "fg": "#4d699b" }, "markup.heading.4": { "fg": "#4d699b" }, "markup.heading.5": { "fg": "#4d699b" }, "markup.heading.6": { "fg": "#4d699b" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#6693bf", "underline": "solid" }, "markup.link.label": { "fg": "#6693bf", "underline": "solid" }, "markup.link.url": { "fg": "#6693bf", "underline": "undercurl" }, "markup.list": { "fg": "#6693bf" }, "markup.list.checked": { "fg": "#6693bf" }, "markup.list.unchecked": { "fg": "#6693bf" }, "markup.math": { "fg": "#cc6d00" }, "markup.quote": { "fg": "#5d57a3" }, "markup.raw": { "fg": "#6f894e" }, "markup.raw.block": { "fg": "#6f894e" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#597b75" }, "module.builtin": { "fg": "#6693bf" }, "normal": { "fg": "#545464", "bg": "#f2ecbc" }, "number": { "fg": "#b35b79" }, "number.float": { "fg": "#b35b79" }, "operator": { "fg": "#836f4a" }, "property": { "fg": "#77713f" }, "punctuation.bracket": { "fg": "#4e8ca2" }, "punctuation.delimiter": { "fg": "#4e8ca2" }, "punctuation.special": { "fg": "#6693bf" }, "string": { "fg": "#6f894e" }, "string.documentation": { "fg": "#6f894e" }, "string.escape": { "fg": "#836f4a", "bold": true }, "string.regexp": { "fg": "#836f4a" }, "string.special": { "fg": "#6693bf" }, "string.special.path": { "fg": "#6693bf" }, "string.special.symbol": { "fg": "#77713f" }, "string.special.url": { "fg": "#6693bf", "underline": "undercurl" }, "tag": { "fg": "#6693bf" }, "tag.attribute": { "fg": "#77713f" }, "tag.builtin": { "fg": "#6693bf" }, "tag.delimiter": { "fg": "#4e8ca2" }, "type": { "fg": "#597b75" }, "type.builtin": { "fg": "#6693bf" }, "type.definition": { "fg": "#597b75" }, "variable": { "fg": "#545464" }, "variable.builtin": { "fg": "#c84053", "italic": true }, "variable.member": { "fg": "#77713f" }, "variable.parameter": { "fg": "#5d57a3" }, "variable.parameter.builtin": { "fg": "#6693bf" } } };
5
+ var kanagawa_lotus_default = theme;
6
+
7
+ module.exports = kanagawa_lotus_default;
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.cjs';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ import { ThemeData } from '../index.js';
2
+
3
+ declare const theme: ThemeData;
4
+
5
+ export { theme as default };
@@ -0,0 +1,5 @@
1
+ // themes/kanagawa_lotus.ts
2
+ var theme = { "name": "kanagawa_lotus", "appearance": "light", "revision": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "highlights": { "attribute": { "fg": "#cc6d00" }, "attribute.builtin": { "fg": "#6693bf" }, "boolean": { "fg": "#cc6d00", "bold": true }, "character": { "fg": "#6f894e" }, "character.special": { "fg": "#6693bf" }, "comment": { "fg": "#8a8980", "italic": true }, "comment.documentation": { "fg": "#8a8980", "italic": true }, "comment.error": { "fg": "#545464", "bg": "#e82424", "bold": true }, "comment.hint": { "fg": "#8a8980", "italic": true }, "comment.note": { "fg": "#dcd7ba", "bg": "#5e857a", "bold": true }, "comment.todo": { "fg": "#dcd7ba", "bg": "#5a7785", "bold": true }, "comment.warning": { "fg": "#dcd7ba", "bg": "#e98a00", "bold": true }, "constant": { "fg": "#cc6d00" }, "constant.builtin": { "fg": "#6693bf" }, "constant.macro": { "fg": "#cc6d00" }, "constructor": { "fg": "#6693bf" }, "constructor.lua": { "fg": "#624c83" }, "diff.delta": { "fg": "#de9800" }, "diff.minus": { "fg": "#d7474b" }, "diff.plus": { "fg": "#6e915f" }, "function": { "fg": "#4d699b" }, "function.builtin": { "fg": "#6693bf" }, "function.call": { "fg": "#4d699b" }, "function.macro": { "fg": "#4d699b" }, "function.method": { "fg": "#4d699b" }, "function.method.call": { "fg": "#4d699b" }, "highlighted": { "bg": "#e4d794" }, "keyword": { "fg": "#624c83", "italic": true }, "keyword.conditional": { "fg": "#624c83", "italic": true }, "keyword.conditional.ternary": { "fg": "#624c83", "italic": true }, "keyword.coroutine": { "fg": "#624c83", "italic": true }, "keyword.debug": { "fg": "#624c83", "italic": true }, "keyword.directive": { "fg": "#624c83", "italic": true }, "keyword.directive.define": { "fg": "#624c83", "italic": true }, "keyword.exception": { "fg": "#c84053", "bold": true }, "keyword.export": { "fg": "#624c83", "italic": true }, "keyword.function": { "fg": "#624c83", "italic": true }, "keyword.import": { "fg": "#c84053" }, "keyword.modifier": { "fg": "#624c83", "italic": true }, "keyword.operator": { "fg": "#836f4a", "bold": true }, "keyword.repeat": { "fg": "#624c83", "italic": true }, "keyword.return": { "fg": "#c84053", "italic": true }, "keyword.type": { "fg": "#624c83", "italic": true }, "label": { "fg": "#624c83", "bold": true }, "markup": { "fg": "#6693bf" }, "markup.environment": { "fg": "#624c83", "italic": true }, "markup.environment.name": { "fg": "#624c83", "italic": true }, "markup.heading": { "fg": "#4d699b" }, "markup.heading.1": { "fg": "#4d699b" }, "markup.heading.2": { "fg": "#4d699b" }, "markup.heading.3": { "fg": "#4d699b" }, "markup.heading.4": { "fg": "#4d699b" }, "markup.heading.5": { "fg": "#4d699b" }, "markup.heading.6": { "fg": "#4d699b" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#6693bf", "underline": "solid" }, "markup.link.label": { "fg": "#6693bf", "underline": "solid" }, "markup.link.url": { "fg": "#6693bf", "underline": "undercurl" }, "markup.list": { "fg": "#6693bf" }, "markup.list.checked": { "fg": "#6693bf" }, "markup.list.unchecked": { "fg": "#6693bf" }, "markup.math": { "fg": "#cc6d00" }, "markup.quote": { "fg": "#5d57a3" }, "markup.raw": { "fg": "#6f894e" }, "markup.raw.block": { "fg": "#6f894e" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#597b75" }, "module.builtin": { "fg": "#6693bf" }, "normal": { "fg": "#545464", "bg": "#f2ecbc" }, "number": { "fg": "#b35b79" }, "number.float": { "fg": "#b35b79" }, "operator": { "fg": "#836f4a" }, "property": { "fg": "#77713f" }, "punctuation.bracket": { "fg": "#4e8ca2" }, "punctuation.delimiter": { "fg": "#4e8ca2" }, "punctuation.special": { "fg": "#6693bf" }, "string": { "fg": "#6f894e" }, "string.documentation": { "fg": "#6f894e" }, "string.escape": { "fg": "#836f4a", "bold": true }, "string.regexp": { "fg": "#836f4a" }, "string.special": { "fg": "#6693bf" }, "string.special.path": { "fg": "#6693bf" }, "string.special.symbol": { "fg": "#77713f" }, "string.special.url": { "fg": "#6693bf", "underline": "undercurl" }, "tag": { "fg": "#6693bf" }, "tag.attribute": { "fg": "#77713f" }, "tag.builtin": { "fg": "#6693bf" }, "tag.delimiter": { "fg": "#4e8ca2" }, "type": { "fg": "#597b75" }, "type.builtin": { "fg": "#6693bf" }, "type.definition": { "fg": "#597b75" }, "variable": { "fg": "#545464" }, "variable.builtin": { "fg": "#c84053", "italic": true }, "variable.member": { "fg": "#77713f" }, "variable.parameter": { "fg": "#5d57a3" }, "variable.parameter.builtin": { "fg": "#6693bf" } } };
3
+ var kanagawa_lotus_default = theme;
4
+
5
+ export { kanagawa_lotus_default as default };
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/kanagawa_wave.ts
4
+ var theme = { "name": "kanagawa_wave", "appearance": "dark", "revision": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "highlights": { "attribute": { "fg": "#ffa066" }, "attribute.builtin": { "fg": "#7fb4ca" }, "boolean": { "fg": "#ffa066", "bold": true }, "character": { "fg": "#98bb6c" }, "character.special": { "fg": "#7fb4ca" }, "comment": { "fg": "#727169", "italic": true }, "comment.documentation": { "fg": "#727169", "italic": true }, "comment.error": { "fg": "#dcd7ba", "bg": "#e82424", "bold": true }, "comment.hint": { "fg": "#727169", "italic": true }, "comment.note": { "fg": "#223249", "bg": "#6a9589", "bold": true }, "comment.todo": { "fg": "#223249", "bg": "#658594", "bold": true }, "comment.warning": { "fg": "#223249", "bg": "#ff9e3b", "bold": true }, "constant": { "fg": "#ffa066" }, "constant.builtin": { "fg": "#7fb4ca" }, "constant.macro": { "fg": "#ffa066" }, "constructor": { "fg": "#7fb4ca" }, "constructor.lua": { "fg": "#957fb8" }, "diff.delta": { "fg": "#dca561" }, "diff.minus": { "fg": "#c34043" }, "diff.plus": { "fg": "#76946a" }, "function": { "fg": "#7e9cd8" }, "function.builtin": { "fg": "#7fb4ca" }, "function.call": { "fg": "#7e9cd8" }, "function.macro": { "fg": "#7e9cd8" }, "function.method": { "fg": "#7e9cd8" }, "function.method.call": { "fg": "#7e9cd8" }, "highlighted": { "bg": "#363646" }, "keyword": { "fg": "#957fb8", "italic": true }, "keyword.conditional": { "fg": "#957fb8", "italic": true }, "keyword.conditional.ternary": { "fg": "#957fb8", "italic": true }, "keyword.coroutine": { "fg": "#957fb8", "italic": true }, "keyword.debug": { "fg": "#957fb8", "italic": true }, "keyword.directive": { "fg": "#957fb8", "italic": true }, "keyword.directive.define": { "fg": "#957fb8", "italic": true }, "keyword.exception": { "fg": "#ff5d62", "bold": true }, "keyword.export": { "fg": "#957fb8", "italic": true }, "keyword.function": { "fg": "#957fb8", "italic": true }, "keyword.import": { "fg": "#e46876" }, "keyword.modifier": { "fg": "#957fb8", "italic": true }, "keyword.operator": { "fg": "#c0a36e", "bold": true }, "keyword.repeat": { "fg": "#957fb8", "italic": true }, "keyword.return": { "fg": "#ff5d62", "italic": true }, "keyword.type": { "fg": "#957fb8", "italic": true }, "label": { "fg": "#957fb8", "bold": true }, "markup": { "fg": "#7fb4ca" }, "markup.environment": { "fg": "#957fb8", "italic": true }, "markup.environment.name": { "fg": "#957fb8", "italic": true }, "markup.heading": { "fg": "#7e9cd8" }, "markup.heading.1": { "fg": "#7e9cd8" }, "markup.heading.2": { "fg": "#7e9cd8" }, "markup.heading.3": { "fg": "#7e9cd8" }, "markup.heading.4": { "fg": "#7e9cd8" }, "markup.heading.5": { "fg": "#7e9cd8" }, "markup.heading.6": { "fg": "#7e9cd8" }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#7fb4ca", "underline": "solid" }, "markup.link.label": { "fg": "#7fb4ca", "underline": "solid" }, "markup.link.url": { "fg": "#7fb4ca", "underline": "undercurl" }, "markup.list": { "fg": "#7fb4ca" }, "markup.list.checked": { "fg": "#7fb4ca" }, "markup.list.unchecked": { "fg": "#7fb4ca" }, "markup.math": { "fg": "#ffa066" }, "markup.quote": { "fg": "#b8b4d0" }, "markup.raw": { "fg": "#98bb6c" }, "markup.raw.block": { "fg": "#98bb6c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#7aa89f" }, "module.builtin": { "fg": "#7fb4ca" }, "normal": { "fg": "#dcd7ba", "bg": "#1f1f28" }, "number": { "fg": "#d27e99" }, "number.float": { "fg": "#d27e99" }, "operator": { "fg": "#c0a36e" }, "property": { "fg": "#e6c384" }, "punctuation.bracket": { "fg": "#9cabca" }, "punctuation.delimiter": { "fg": "#9cabca" }, "punctuation.special": { "fg": "#7fb4ca" }, "string": { "fg": "#98bb6c" }, "string.documentation": { "fg": "#98bb6c" }, "string.escape": { "fg": "#c0a36e", "bold": true }, "string.regexp": { "fg": "#c0a36e" }, "string.special": { "fg": "#7fb4ca" }, "string.special.path": { "fg": "#7fb4ca" }, "string.special.symbol": { "fg": "#e6c384" }, "string.special.url": { "fg": "#7fb4ca", "underline": "undercurl" }, "tag": { "fg": "#7fb4ca" }, "tag.attribute": { "fg": "#e6c384" }, "tag.builtin": { "fg": "#7fb4ca" }, "tag.delimiter": { "fg": "#9cabca" }, "type": { "fg": "#7aa89f" }, "type.builtin": { "fg": "#7fb4ca" }, "type.definition": { "fg": "#7aa89f" }, "variable": { "fg": "#dcd7ba" }, "variable.builtin": { "fg": "#e46876", "italic": true }, "variable.member": { "fg": "#e6c384" }, "variable.parameter": { "fg": "#b8b4d0" }, "variable.parameter.builtin": { "fg": "#7fb4ca" } } };
5
+ var kanagawa_wave_default = theme;
6
+
7
+ module.exports = kanagawa_wave_default;