@lumis-sh/themes 0.2.0 → 0.2.2

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 (667) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/_tsup-dts-rollup.d.cts +0 -12
  3. package/dist/_tsup-dts-rollup.d.ts +0 -12
  4. package/dist/css/astrodark.css +1 -1
  5. package/dist/css/astrojupiter.css +1 -1
  6. package/dist/css/astrolight.css +1 -1
  7. package/dist/css/astromars.css +1 -1
  8. package/dist/css/carbonfox.css +1 -1
  9. package/dist/css/catppuccin_frappe.css +1 -1
  10. package/dist/css/catppuccin_latte.css +1 -1
  11. package/dist/css/catppuccin_macchiato.css +1 -1
  12. package/dist/css/catppuccin_mocha.css +1 -1
  13. package/dist/css/cyberdream_dark.css +1 -1
  14. package/dist/css/cyberdream_light.css +1 -1
  15. package/dist/css/dawnfox.css +1 -1
  16. package/dist/css/dayfox.css +1 -1
  17. package/dist/css/{duckbones_dark.css → duckbones.css} +2 -2
  18. package/dist/css/duskfox.css +1 -1
  19. package/dist/css/flow_light.css +105 -105
  20. package/dist/css/forestbones_dark.css +1 -1
  21. package/dist/css/forestbones_light.css +1 -1
  22. package/dist/css/{kanagawabones_dark.css → kanagawabones.css} +2 -2
  23. package/dist/css/material_deep_ocean.css +3 -0
  24. package/dist/css/material_oceanic.css +3 -0
  25. package/dist/css/material_palenight.css +3 -0
  26. package/dist/css/mfd_flir_bh.css +3 -3
  27. package/dist/css/neobones_dark.css +1 -1
  28. package/dist/css/neobones_light.css +1 -1
  29. package/dist/css/{neosolarized_dark.css → neosolarized.css} +1 -1
  30. package/dist/css/nightfox.css +1 -1
  31. package/dist/css/{nordbones_dark.css → nordbones.css} +2 -2
  32. package/dist/css/nordfox.css +1 -1
  33. package/dist/css/one_monokai.css +1 -1
  34. package/dist/css/onenord_dark.css +1 -1
  35. package/dist/css/onenord_light.css +1 -1
  36. package/dist/css/rosebones_dark.css +1 -1
  37. package/dist/css/rosebones_light.css +1 -1
  38. package/dist/css/seoulbones_dark.css +1 -1
  39. package/dist/css/seoulbones_light.css +1 -1
  40. package/dist/css/srcery.css +1 -1
  41. package/dist/css/terafox.css +1 -1
  42. package/dist/css/tokyobones_dark.css +1 -1
  43. package/dist/css/tokyobones_light.css +1 -1
  44. package/dist/css/vague.css +1 -1
  45. package/dist/css/{vimbones_dark.css → vimbones.css} +2 -2
  46. package/dist/css/zenbones_dark.css +1 -1
  47. package/dist/css/zenbones_light.css +1 -1
  48. package/dist/css/zenburned.css +1 -1
  49. package/dist/css/zenwritten_dark.css +1 -1
  50. package/dist/css/zenwritten_light.css +1 -1
  51. package/dist/json/astrodark.json +1 -1
  52. package/dist/json/astrojupiter.json +1 -1
  53. package/dist/json/astrolight.json +1 -1
  54. package/dist/json/astromars.json +1 -1
  55. package/dist/json/carbonfox.json +1 -1
  56. package/dist/json/catppuccin_frappe.json +1 -1
  57. package/dist/json/catppuccin_latte.json +1 -1
  58. package/dist/json/catppuccin_macchiato.json +1 -1
  59. package/dist/json/catppuccin_mocha.json +1 -1
  60. package/dist/json/cyberdream_dark.json +1 -1
  61. package/dist/json/cyberdream_light.json +1 -1
  62. package/dist/json/dawnfox.json +1 -1
  63. package/dist/json/dayfox.json +1 -1
  64. package/dist/json/duckbones.json +1 -0
  65. package/dist/json/duskfox.json +1 -1
  66. package/dist/json/flow_light.json +1 -1
  67. package/dist/json/forestbones_dark.json +1 -1
  68. package/dist/json/forestbones_light.json +1 -1
  69. package/dist/json/kanagawabones.json +1 -0
  70. package/dist/json/material_deep_ocean.json +1 -1
  71. package/dist/json/material_oceanic.json +1 -1
  72. package/dist/json/material_palenight.json +1 -1
  73. package/dist/json/mfd_flir_bh.json +1 -1
  74. package/dist/json/neobones_dark.json +1 -1
  75. package/dist/json/neobones_light.json +1 -1
  76. package/dist/json/neosolarized.json +1 -0
  77. package/dist/json/nightfox.json +1 -1
  78. package/dist/json/nordbones.json +1 -0
  79. package/dist/json/nordfox.json +1 -1
  80. package/dist/json/one_monokai.json +1 -1
  81. package/dist/json/onenord_dark.json +1 -1
  82. package/dist/json/onenord_light.json +1 -1
  83. package/dist/json/rosebones_dark.json +1 -1
  84. package/dist/json/rosebones_light.json +1 -1
  85. package/dist/json/seoulbones_dark.json +1 -1
  86. package/dist/json/seoulbones_light.json +1 -1
  87. package/dist/json/srcery.json +1 -1
  88. package/dist/json/terafox.json +1 -1
  89. package/dist/json/tokyobones_dark.json +1 -1
  90. package/dist/json/tokyobones_light.json +1 -1
  91. package/dist/json/vague.json +1 -1
  92. package/dist/json/vimbones.json +1 -0
  93. package/dist/json/zenbones_dark.json +1 -1
  94. package/dist/json/zenbones_light.json +1 -1
  95. package/dist/json/zenburned.json +1 -1
  96. package/dist/json/zenwritten_dark.json +1 -1
  97. package/dist/json/zenwritten_light.json +1 -1
  98. package/dist/themes/astrodark.cjs +1 -1
  99. package/dist/themes/astrodark.js +1 -1
  100. package/dist/themes/astrojupiter.cjs +1 -1
  101. package/dist/themes/astrojupiter.js +1 -1
  102. package/dist/themes/astrolight.cjs +1 -1
  103. package/dist/themes/astrolight.js +1 -1
  104. package/dist/themes/astromars.cjs +1 -1
  105. package/dist/themes/astromars.js +1 -1
  106. package/dist/themes/carbonfox.cjs +1 -1
  107. package/dist/themes/carbonfox.js +1 -1
  108. package/dist/themes/catppuccin_frappe.cjs +1 -1
  109. package/dist/themes/catppuccin_frappe.js +1 -1
  110. package/dist/themes/catppuccin_latte.cjs +1 -1
  111. package/dist/themes/catppuccin_latte.js +1 -1
  112. package/dist/themes/catppuccin_macchiato.cjs +1 -1
  113. package/dist/themes/catppuccin_macchiato.js +1 -1
  114. package/dist/themes/catppuccin_mocha.cjs +1 -1
  115. package/dist/themes/catppuccin_mocha.js +1 -1
  116. package/dist/themes/cyberdream_dark.cjs +1 -1
  117. package/dist/themes/cyberdream_dark.js +1 -1
  118. package/dist/themes/cyberdream_light.cjs +1 -1
  119. package/dist/themes/cyberdream_light.js +1 -1
  120. package/dist/themes/dawnfox.cjs +1 -1
  121. package/dist/themes/dawnfox.js +1 -1
  122. package/dist/themes/dayfox.cjs +1 -1
  123. package/dist/themes/dayfox.js +1 -1
  124. package/dist/themes/duckbones.cjs +7 -0
  125. package/dist/themes/duckbones.js +5 -0
  126. package/dist/themes/duskfox.cjs +1 -1
  127. package/dist/themes/duskfox.d.cts +1 -1
  128. package/dist/themes/duskfox.d.ts +1 -1
  129. package/dist/themes/duskfox.js +1 -1
  130. package/dist/themes/edge_aura.d.cts +1 -1
  131. package/dist/themes/edge_aura.d.ts +1 -1
  132. package/dist/themes/edge_dark.d.cts +1 -1
  133. package/dist/themes/edge_dark.d.ts +1 -1
  134. package/dist/themes/edge_light.d.cts +1 -1
  135. package/dist/themes/edge_light.d.ts +1 -1
  136. package/dist/themes/edge_neon.d.cts +1 -1
  137. package/dist/themes/edge_neon.d.ts +1 -1
  138. package/dist/themes/eldritch.d.cts +1 -1
  139. package/dist/themes/eldritch.d.ts +1 -1
  140. package/dist/themes/embark.d.cts +1 -1
  141. package/dist/themes/embark.d.ts +1 -1
  142. package/dist/themes/everblush.d.cts +1 -1
  143. package/dist/themes/everblush.d.ts +1 -1
  144. package/dist/themes/everforest_dark.d.cts +1 -1
  145. package/dist/themes/everforest_dark.d.ts +1 -1
  146. package/dist/themes/everforest_light.d.cts +1 -1
  147. package/dist/themes/everforest_light.d.ts +1 -1
  148. package/dist/themes/flexoki_dark.d.cts +1 -1
  149. package/dist/themes/flexoki_dark.d.ts +1 -1
  150. package/dist/themes/flexoki_light.d.cts +1 -1
  151. package/dist/themes/flexoki_light.d.ts +1 -1
  152. package/dist/themes/flow_dark.d.cts +1 -1
  153. package/dist/themes/flow_dark.d.ts +1 -1
  154. package/dist/themes/flow_light.cjs +1 -1
  155. package/dist/themes/flow_light.d.cts +1 -1
  156. package/dist/themes/flow_light.d.ts +1 -1
  157. package/dist/themes/flow_light.js +1 -1
  158. package/dist/themes/fluoromachine_delta.d.cts +1 -1
  159. package/dist/themes/fluoromachine_delta.d.ts +1 -1
  160. package/dist/themes/fluoromachine_fluoromachine.d.cts +1 -1
  161. package/dist/themes/fluoromachine_fluoromachine.d.ts +1 -1
  162. package/dist/themes/fluoromachine_retrowave.d.cts +1 -1
  163. package/dist/themes/fluoromachine_retrowave.d.ts +1 -1
  164. package/dist/themes/forestbones_dark.cjs +1 -1
  165. package/dist/themes/forestbones_dark.d.cts +1 -1
  166. package/dist/themes/forestbones_dark.d.ts +1 -1
  167. package/dist/themes/forestbones_dark.js +1 -1
  168. package/dist/themes/forestbones_light.cjs +1 -1
  169. package/dist/themes/forestbones_light.d.cts +1 -1
  170. package/dist/themes/forestbones_light.d.ts +1 -1
  171. package/dist/themes/forestbones_light.js +1 -1
  172. package/dist/themes/github_dark.d.cts +1 -1
  173. package/dist/themes/github_dark.d.ts +1 -1
  174. package/dist/themes/github_dark_colorblind.d.cts +1 -1
  175. package/dist/themes/github_dark_colorblind.d.ts +1 -1
  176. package/dist/themes/github_dark_dimmed.d.cts +1 -1
  177. package/dist/themes/github_dark_dimmed.d.ts +1 -1
  178. package/dist/themes/github_dark_high_contrast.d.cts +1 -1
  179. package/dist/themes/github_dark_high_contrast.d.ts +1 -1
  180. package/dist/themes/github_dark_tritanopia.d.cts +1 -1
  181. package/dist/themes/github_dark_tritanopia.d.ts +1 -1
  182. package/dist/themes/github_light.d.cts +1 -1
  183. package/dist/themes/github_light.d.ts +1 -1
  184. package/dist/themes/github_light_colorblind.d.cts +1 -1
  185. package/dist/themes/github_light_colorblind.d.ts +1 -1
  186. package/dist/themes/github_light_high_contrast.d.cts +1 -1
  187. package/dist/themes/github_light_high_contrast.d.ts +1 -1
  188. package/dist/themes/github_light_tritanopia.d.cts +1 -1
  189. package/dist/themes/github_light_tritanopia.d.ts +1 -1
  190. package/dist/themes/gruber_darker.d.cts +1 -1
  191. package/dist/themes/gruber_darker.d.ts +1 -1
  192. package/dist/themes/gruvbox_baby.d.cts +1 -1
  193. package/dist/themes/gruvbox_baby.d.ts +1 -1
  194. package/dist/themes/gruvbox_dark.d.cts +1 -1
  195. package/dist/themes/gruvbox_dark.d.ts +1 -1
  196. package/dist/themes/gruvbox_dark_hard.d.cts +1 -1
  197. package/dist/themes/gruvbox_dark_hard.d.ts +1 -1
  198. package/dist/themes/gruvbox_dark_soft.d.cts +1 -1
  199. package/dist/themes/gruvbox_dark_soft.d.ts +1 -1
  200. package/dist/themes/gruvbox_light.d.cts +1 -1
  201. package/dist/themes/gruvbox_light.d.ts +1 -1
  202. package/dist/themes/gruvbox_light_hard.d.cts +1 -1
  203. package/dist/themes/gruvbox_light_hard.d.ts +1 -1
  204. package/dist/themes/gruvbox_light_soft.d.cts +1 -1
  205. package/dist/themes/gruvbox_light_soft.d.ts +1 -1
  206. package/dist/themes/gruvbox_material_dark.d.cts +1 -1
  207. package/dist/themes/gruvbox_material_dark.d.ts +1 -1
  208. package/dist/themes/gruvbox_material_light.d.cts +1 -1
  209. package/dist/themes/gruvbox_material_light.d.ts +1 -1
  210. package/dist/themes/horizon_dark.d.cts +1 -1
  211. package/dist/themes/horizon_dark.d.ts +1 -1
  212. package/dist/themes/horizon_light.d.cts +1 -1
  213. package/dist/themes/horizon_light.d.ts +1 -1
  214. package/dist/themes/hybrid.d.cts +1 -1
  215. package/dist/themes/hybrid.d.ts +1 -1
  216. package/dist/themes/iceberg.d.cts +1 -1
  217. package/dist/themes/iceberg.d.ts +1 -1
  218. package/dist/themes/jellybeans.d.cts +1 -1
  219. package/dist/themes/jellybeans.d.ts +1 -1
  220. package/dist/themes/kanagawa_dragon.d.cts +1 -1
  221. package/dist/themes/kanagawa_dragon.d.ts +1 -1
  222. package/dist/themes/kanagawa_lotus.d.cts +1 -1
  223. package/dist/themes/kanagawa_lotus.d.ts +1 -1
  224. package/dist/themes/kanagawa_paper_dark.d.cts +1 -1
  225. package/dist/themes/kanagawa_paper_dark.d.ts +1 -1
  226. package/dist/themes/kanagawa_paper_light.d.cts +1 -1
  227. package/dist/themes/kanagawa_paper_light.d.ts +1 -1
  228. package/dist/themes/kanagawa_wave.d.cts +1 -1
  229. package/dist/themes/kanagawa_wave.d.ts +1 -1
  230. package/dist/themes/kanagawabones.cjs +7 -0
  231. package/dist/themes/kanagawabones.d.cts +1 -0
  232. package/dist/themes/kanagawabones.d.ts +1 -0
  233. package/dist/themes/kanagawabones.js +5 -0
  234. package/dist/themes/lackluster.d.cts +1 -1
  235. package/dist/themes/lackluster.d.ts +1 -1
  236. package/dist/themes/lackluster_hack.d.cts +1 -1
  237. package/dist/themes/lackluster_hack.d.ts +1 -1
  238. package/dist/themes/lackluster_mint.d.cts +1 -1
  239. package/dist/themes/lackluster_mint.d.ts +1 -1
  240. package/dist/themes/material_darker.d.cts +1 -1
  241. package/dist/themes/material_darker.d.ts +1 -1
  242. package/dist/themes/material_deep_ocean.cjs +1 -1
  243. package/dist/themes/material_deep_ocean.d.cts +1 -1
  244. package/dist/themes/material_deep_ocean.d.ts +1 -1
  245. package/dist/themes/material_deep_ocean.js +1 -1
  246. package/dist/themes/material_lighter.d.cts +1 -1
  247. package/dist/themes/material_lighter.d.ts +1 -1
  248. package/dist/themes/material_oceanic.cjs +1 -1
  249. package/dist/themes/material_oceanic.d.cts +1 -1
  250. package/dist/themes/material_oceanic.d.ts +1 -1
  251. package/dist/themes/material_oceanic.js +1 -1
  252. package/dist/themes/material_palenight.cjs +1 -1
  253. package/dist/themes/material_palenight.d.cts +1 -1
  254. package/dist/themes/material_palenight.d.ts +1 -1
  255. package/dist/themes/material_palenight.js +1 -1
  256. package/dist/themes/matte_black.d.cts +1 -1
  257. package/dist/themes/matte_black.d.ts +1 -1
  258. package/dist/themes/melange_dark.d.cts +1 -1
  259. package/dist/themes/melange_dark.d.ts +1 -1
  260. package/dist/themes/melange_light.d.cts +1 -1
  261. package/dist/themes/melange_light.d.ts +1 -1
  262. package/dist/themes/mellifluous_alduin.d.cts +1 -1
  263. package/dist/themes/mellifluous_alduin.d.ts +1 -1
  264. package/dist/themes/mellifluous_dark.d.cts +1 -1
  265. package/dist/themes/mellifluous_dark.d.ts +1 -1
  266. package/dist/themes/mellifluous_kanagawa_dragon.d.cts +1 -1
  267. package/dist/themes/mellifluous_kanagawa_dragon.d.ts +1 -1
  268. package/dist/themes/mellifluous_light.d.cts +1 -1
  269. package/dist/themes/mellifluous_light.d.ts +1 -1
  270. package/dist/themes/mellifluous_mountain.d.cts +1 -1
  271. package/dist/themes/mellifluous_mountain.d.ts +1 -1
  272. package/dist/themes/mellifluous_tender.d.cts +1 -1
  273. package/dist/themes/mellifluous_tender.d.ts +1 -1
  274. package/dist/themes/mellow.d.cts +1 -1
  275. package/dist/themes/mellow.d.ts +1 -1
  276. package/dist/themes/mfd_amber.d.cts +1 -1
  277. package/dist/themes/mfd_amber.d.ts +1 -1
  278. package/dist/themes/mfd_blackout.d.cts +1 -1
  279. package/dist/themes/mfd_blackout.d.ts +1 -1
  280. package/dist/themes/mfd_dark.d.cts +1 -1
  281. package/dist/themes/mfd_dark.d.ts +1 -1
  282. package/dist/themes/mfd_default.d.cts +1 -1
  283. package/dist/themes/mfd_default.d.ts +1 -1
  284. package/dist/themes/mfd_flir.d.cts +1 -1
  285. package/dist/themes/mfd_flir.d.ts +1 -1
  286. package/dist/themes/mfd_flir_bh.cjs +1 -1
  287. package/dist/themes/mfd_flir_bh.d.cts +1 -1
  288. package/dist/themes/mfd_flir_bh.d.ts +1 -1
  289. package/dist/themes/mfd_flir_bh.js +1 -1
  290. package/dist/themes/mfd_flir_fusion.d.cts +1 -1
  291. package/dist/themes/mfd_flir_fusion.d.ts +1 -1
  292. package/dist/themes/mfd_flir_rh.d.cts +1 -1
  293. package/dist/themes/mfd_flir_rh.d.ts +1 -1
  294. package/dist/themes/mfd_gbl_dark.d.cts +1 -1
  295. package/dist/themes/mfd_gbl_dark.d.ts +1 -1
  296. package/dist/themes/mfd_gbl_light.d.cts +1 -1
  297. package/dist/themes/mfd_gbl_light.d.ts +1 -1
  298. package/dist/themes/mfd_hud.d.cts +1 -1
  299. package/dist/themes/mfd_hud.d.ts +1 -1
  300. package/dist/themes/mfd_lumon.d.cts +1 -1
  301. package/dist/themes/mfd_lumon.d.ts +1 -1
  302. package/dist/themes/mfd_mono.d.cts +1 -1
  303. package/dist/themes/mfd_mono.d.ts +1 -1
  304. package/dist/themes/mfd_nvg.d.cts +1 -1
  305. package/dist/themes/mfd_nvg.d.ts +1 -1
  306. package/dist/themes/mfd_paper.d.cts +1 -1
  307. package/dist/themes/mfd_paper.d.ts +1 -1
  308. package/dist/themes/mfd_scarlet.d.cts +1 -1
  309. package/dist/themes/mfd_scarlet.d.ts +1 -1
  310. package/dist/themes/mfd_stealth.d.cts +1 -1
  311. package/dist/themes/mfd_stealth.d.ts +1 -1
  312. package/dist/themes/miasma.d.cts +1 -1
  313. package/dist/themes/miasma.d.ts +1 -1
  314. package/dist/themes/midnight.d.cts +1 -1
  315. package/dist/themes/midnight.d.ts +1 -1
  316. package/dist/themes/modus_operandi.d.cts +1 -1
  317. package/dist/themes/modus_operandi.d.ts +1 -1
  318. package/dist/themes/modus_vivendi.d.cts +1 -1
  319. package/dist/themes/modus_vivendi.d.ts +1 -1
  320. package/dist/themes/molokai.d.cts +1 -1
  321. package/dist/themes/molokai.d.ts +1 -1
  322. package/dist/themes/monokai.d.cts +1 -1
  323. package/dist/themes/monokai.d.ts +1 -1
  324. package/dist/themes/monokai_nightasty_dark.d.cts +1 -1
  325. package/dist/themes/monokai_nightasty_dark.d.ts +1 -1
  326. package/dist/themes/monokai_nightasty_light.d.cts +1 -1
  327. package/dist/themes/monokai_nightasty_light.d.ts +1 -1
  328. package/dist/themes/monokai_pro.d.cts +1 -1
  329. package/dist/themes/monokai_pro.d.ts +1 -1
  330. package/dist/themes/monokai_pro_dark.d.cts +1 -1
  331. package/dist/themes/monokai_pro_dark.d.ts +1 -1
  332. package/dist/themes/monokai_pro_machine.d.cts +1 -1
  333. package/dist/themes/monokai_pro_machine.d.ts +1 -1
  334. package/dist/themes/monokai_pro_ristretto.d.cts +1 -1
  335. package/dist/themes/monokai_pro_ristretto.d.ts +1 -1
  336. package/dist/themes/monokai_pro_spectrum.d.cts +1 -1
  337. package/dist/themes/monokai_pro_spectrum.d.ts +1 -1
  338. package/dist/themes/monokai_soda.d.cts +1 -1
  339. package/dist/themes/monokai_soda.d.ts +1 -1
  340. package/dist/themes/moonfly.d.cts +1 -1
  341. package/dist/themes/moonfly.d.ts +1 -1
  342. package/dist/themes/moonlight.d.cts +1 -1
  343. package/dist/themes/moonlight.d.ts +1 -1
  344. package/dist/themes/neobones_dark.cjs +1 -1
  345. package/dist/themes/neobones_dark.d.cts +1 -1
  346. package/dist/themes/neobones_dark.d.ts +1 -1
  347. package/dist/themes/neobones_dark.js +1 -1
  348. package/dist/themes/neobones_light.cjs +1 -1
  349. package/dist/themes/neobones_light.d.cts +1 -1
  350. package/dist/themes/neobones_light.d.ts +1 -1
  351. package/dist/themes/neobones_light.js +1 -1
  352. package/dist/themes/neofusion.d.cts +1 -1
  353. package/dist/themes/neofusion.d.ts +1 -1
  354. package/dist/themes/neomodern_gyokuro_dark.d.cts +1 -1
  355. package/dist/themes/neomodern_gyokuro_dark.d.ts +1 -1
  356. package/dist/themes/neomodern_gyokuro_light.d.cts +1 -1
  357. package/dist/themes/neomodern_gyokuro_light.d.ts +1 -1
  358. package/dist/themes/neomodern_hojicha_dark.d.cts +1 -1
  359. package/dist/themes/neomodern_hojicha_dark.d.ts +1 -1
  360. package/dist/themes/neomodern_hojicha_light.d.cts +1 -1
  361. package/dist/themes/neomodern_hojicha_light.d.ts +1 -1
  362. package/dist/themes/neomodern_iceclimber_dark.d.cts +1 -1
  363. package/dist/themes/neomodern_iceclimber_dark.d.ts +1 -1
  364. package/dist/themes/neomodern_iceclimber_light.d.cts +1 -1
  365. package/dist/themes/neomodern_iceclimber_light.d.ts +1 -1
  366. package/dist/themes/neomodern_moon_dark.d.cts +1 -1
  367. package/dist/themes/neomodern_moon_dark.d.ts +1 -1
  368. package/dist/themes/neomodern_moon_light.d.cts +1 -1
  369. package/dist/themes/neomodern_moon_light.d.ts +1 -1
  370. package/dist/themes/neomodern_roseprime_dark.d.cts +1 -1
  371. package/dist/themes/neomodern_roseprime_dark.d.ts +1 -1
  372. package/dist/themes/neomodern_roseprime_light.d.cts +1 -1
  373. package/dist/themes/neomodern_roseprime_light.d.ts +1 -1
  374. package/dist/themes/neon_dark.d.cts +1 -1
  375. package/dist/themes/neon_dark.d.ts +1 -1
  376. package/dist/themes/neon_default.d.cts +1 -1
  377. package/dist/themes/neon_default.d.ts +1 -1
  378. package/dist/themes/neon_doom.d.cts +1 -1
  379. package/dist/themes/neon_doom.d.ts +1 -1
  380. package/dist/themes/neon_light.d.cts +1 -1
  381. package/dist/themes/neon_light.d.ts +1 -1
  382. package/dist/themes/neosolarized.cjs +7 -0
  383. package/dist/themes/neosolarized.d.cts +1 -0
  384. package/dist/themes/neosolarized.d.ts +1 -0
  385. package/dist/themes/neosolarized.js +5 -0
  386. package/dist/themes/neosolarized2_dark.d.cts +1 -1
  387. package/dist/themes/neosolarized2_dark.d.ts +1 -1
  388. package/dist/themes/neosolarized2_light.d.cts +1 -1
  389. package/dist/themes/neosolarized2_light.d.ts +1 -1
  390. package/dist/themes/neovim_dark.d.cts +1 -1
  391. package/dist/themes/neovim_dark.d.ts +1 -1
  392. package/dist/themes/neovim_light.d.cts +1 -1
  393. package/dist/themes/neovim_light.d.ts +1 -1
  394. package/dist/themes/night_owl.d.cts +1 -1
  395. package/dist/themes/night_owl.d.ts +1 -1
  396. package/dist/themes/nightfly.d.cts +1 -1
  397. package/dist/themes/nightfly.d.ts +1 -1
  398. package/dist/themes/nightfox.cjs +1 -1
  399. package/dist/themes/nightfox.d.cts +1 -1
  400. package/dist/themes/nightfox.d.ts +1 -1
  401. package/dist/themes/nightfox.js +1 -1
  402. package/dist/themes/no_clown_fiesta.d.cts +1 -1
  403. package/dist/themes/no_clown_fiesta.d.ts +1 -1
  404. package/dist/themes/nord.d.cts +1 -1
  405. package/dist/themes/nord.d.ts +1 -1
  406. package/dist/themes/nordbones.cjs +7 -0
  407. package/dist/themes/nordbones.d.cts +1 -0
  408. package/dist/themes/nordbones.d.ts +1 -0
  409. package/dist/themes/nordbones.js +5 -0
  410. package/dist/themes/nordfox.cjs +1 -1
  411. package/dist/themes/nordfox.d.cts +1 -1
  412. package/dist/themes/nordfox.d.ts +1 -1
  413. package/dist/themes/nordfox.js +1 -1
  414. package/dist/themes/nordic.d.cts +1 -1
  415. package/dist/themes/nordic.d.ts +1 -1
  416. package/dist/themes/obscure.d.cts +1 -1
  417. package/dist/themes/obscure.d.ts +1 -1
  418. package/dist/themes/oceanic_next.d.cts +1 -1
  419. package/dist/themes/oceanic_next.d.ts +1 -1
  420. package/dist/themes/ofirkai.d.cts +1 -1
  421. package/dist/themes/ofirkai.d.ts +1 -1
  422. package/dist/themes/oldworld.d.cts +1 -1
  423. package/dist/themes/oldworld.d.ts +1 -1
  424. package/dist/themes/oldworld_cooler.d.cts +1 -1
  425. package/dist/themes/oldworld_cooler.d.ts +1 -1
  426. package/dist/themes/oldworld_oled.d.cts +1 -1
  427. package/dist/themes/oldworld_oled.d.ts +1 -1
  428. package/dist/themes/one_monokai.cjs +1 -1
  429. package/dist/themes/one_monokai.d.cts +1 -1
  430. package/dist/themes/one_monokai.d.ts +1 -1
  431. package/dist/themes/one_monokai.js +1 -1
  432. package/dist/themes/onedark.d.cts +1 -1
  433. package/dist/themes/onedark.d.ts +1 -1
  434. package/dist/themes/onedark_cool.d.cts +1 -1
  435. package/dist/themes/onedark_cool.d.ts +1 -1
  436. package/dist/themes/onedark_darker.d.cts +1 -1
  437. package/dist/themes/onedark_darker.d.ts +1 -1
  438. package/dist/themes/onedark_deep.d.cts +1 -1
  439. package/dist/themes/onedark_deep.d.ts +1 -1
  440. package/dist/themes/onedark_light.d.cts +1 -1
  441. package/dist/themes/onedark_light.d.ts +1 -1
  442. package/dist/themes/onedark_warm.d.cts +1 -1
  443. package/dist/themes/onedark_warm.d.ts +1 -1
  444. package/dist/themes/onedark_warmer.d.cts +1 -1
  445. package/dist/themes/onedark_warmer.d.ts +1 -1
  446. package/dist/themes/onedarkpro_dark.d.cts +1 -1
  447. package/dist/themes/onedarkpro_dark.d.ts +1 -1
  448. package/dist/themes/onedarkpro_vivid.d.cts +1 -1
  449. package/dist/themes/onedarkpro_vivid.d.ts +1 -1
  450. package/dist/themes/onelight.d.cts +1 -1
  451. package/dist/themes/onelight.d.ts +1 -1
  452. package/dist/themes/onenord_dark.cjs +1 -1
  453. package/dist/themes/onenord_dark.d.cts +1 -1
  454. package/dist/themes/onenord_dark.d.ts +1 -1
  455. package/dist/themes/onenord_dark.js +1 -1
  456. package/dist/themes/onenord_light.cjs +1 -1
  457. package/dist/themes/onenord_light.d.cts +1 -1
  458. package/dist/themes/onenord_light.d.ts +1 -1
  459. package/dist/themes/onenord_light.js +1 -1
  460. package/dist/themes/oxocarbon_dark.d.cts +1 -1
  461. package/dist/themes/oxocarbon_dark.d.ts +1 -1
  462. package/dist/themes/oxocarbon_light.d.cts +1 -1
  463. package/dist/themes/oxocarbon_light.d.ts +1 -1
  464. package/dist/themes/palenightfall.d.cts +1 -1
  465. package/dist/themes/palenightfall.d.ts +1 -1
  466. package/dist/themes/papercolor_dark.d.cts +1 -1
  467. package/dist/themes/papercolor_dark.d.ts +1 -1
  468. package/dist/themes/papercolor_light.d.cts +1 -1
  469. package/dist/themes/papercolor_light.d.ts +1 -1
  470. package/dist/themes/poimandres.d.cts +1 -1
  471. package/dist/themes/poimandres.d.ts +1 -1
  472. package/dist/themes/rosebones_dark.cjs +1 -1
  473. package/dist/themes/rosebones_dark.d.cts +1 -1
  474. package/dist/themes/rosebones_dark.d.ts +1 -1
  475. package/dist/themes/rosebones_dark.js +1 -1
  476. package/dist/themes/rosebones_light.cjs +1 -1
  477. package/dist/themes/rosebones_light.d.cts +1 -1
  478. package/dist/themes/rosebones_light.d.ts +1 -1
  479. package/dist/themes/rosebones_light.js +1 -1
  480. package/dist/themes/rosepine_dark.d.cts +1 -1
  481. package/dist/themes/rosepine_dark.d.ts +1 -1
  482. package/dist/themes/rosepine_dawn.d.cts +1 -1
  483. package/dist/themes/rosepine_dawn.d.ts +1 -1
  484. package/dist/themes/rosepine_moon.d.cts +1 -1
  485. package/dist/themes/rosepine_moon.d.ts +1 -1
  486. package/dist/themes/seoulbones_dark.cjs +1 -1
  487. package/dist/themes/seoulbones_dark.d.cts +1 -1
  488. package/dist/themes/seoulbones_dark.d.ts +1 -1
  489. package/dist/themes/seoulbones_dark.js +1 -1
  490. package/dist/themes/seoulbones_light.cjs +1 -1
  491. package/dist/themes/seoulbones_light.d.cts +1 -1
  492. package/dist/themes/seoulbones_light.d.ts +1 -1
  493. package/dist/themes/seoulbones_light.js +1 -1
  494. package/dist/themes/solarized_autumn_dark.d.cts +1 -1
  495. package/dist/themes/solarized_autumn_dark.d.ts +1 -1
  496. package/dist/themes/solarized_autumn_light.d.cts +1 -1
  497. package/dist/themes/solarized_autumn_light.d.ts +1 -1
  498. package/dist/themes/solarized_osaka_dark.d.cts +1 -1
  499. package/dist/themes/solarized_osaka_dark.d.ts +1 -1
  500. package/dist/themes/solarized_osaka_light.d.cts +1 -1
  501. package/dist/themes/solarized_osaka_light.d.ts +1 -1
  502. package/dist/themes/solarized_spring_dark.d.cts +1 -1
  503. package/dist/themes/solarized_spring_dark.d.ts +1 -1
  504. package/dist/themes/solarized_spring_light.d.cts +1 -1
  505. package/dist/themes/solarized_spring_light.d.ts +1 -1
  506. package/dist/themes/solarized_summer_dark.d.cts +1 -1
  507. package/dist/themes/solarized_summer_dark.d.ts +1 -1
  508. package/dist/themes/solarized_summer_light.d.cts +1 -1
  509. package/dist/themes/solarized_summer_light.d.ts +1 -1
  510. package/dist/themes/solarized_winter_dark.d.cts +1 -1
  511. package/dist/themes/solarized_winter_dark.d.ts +1 -1
  512. package/dist/themes/solarized_winter_light.d.cts +1 -1
  513. package/dist/themes/solarized_winter_light.d.ts +1 -1
  514. package/dist/themes/sonokai_andromeda.d.cts +1 -1
  515. package/dist/themes/sonokai_andromeda.d.ts +1 -1
  516. package/dist/themes/sonokai_atlantis.d.cts +1 -1
  517. package/dist/themes/sonokai_atlantis.d.ts +1 -1
  518. package/dist/themes/sonokai_default.d.cts +1 -1
  519. package/dist/themes/sonokai_default.d.ts +1 -1
  520. package/dist/themes/sonokai_espresso.d.cts +1 -1
  521. package/dist/themes/sonokai_espresso.d.ts +1 -1
  522. package/dist/themes/sonokai_maia.d.cts +1 -1
  523. package/dist/themes/sonokai_maia.d.ts +1 -1
  524. package/dist/themes/sonokai_shusia.d.cts +1 -1
  525. package/dist/themes/sonokai_shusia.d.ts +1 -1
  526. package/dist/themes/srcery.cjs +1 -1
  527. package/dist/themes/srcery.d.cts +1 -1
  528. package/dist/themes/srcery.d.ts +1 -1
  529. package/dist/themes/srcery.js +1 -1
  530. package/dist/themes/synthweave.d.cts +1 -1
  531. package/dist/themes/synthweave.d.ts +1 -1
  532. package/dist/themes/synthweave_aqua.d.cts +1 -1
  533. package/dist/themes/synthweave_aqua.d.ts +1 -1
  534. package/dist/themes/terafox.cjs +1 -1
  535. package/dist/themes/terafox.d.cts +1 -1
  536. package/dist/themes/terafox.d.ts +1 -1
  537. package/dist/themes/terafox.js +1 -1
  538. package/dist/themes/tokyobones_dark.cjs +1 -1
  539. package/dist/themes/tokyobones_dark.d.cts +1 -1
  540. package/dist/themes/tokyobones_dark.d.ts +1 -1
  541. package/dist/themes/tokyobones_dark.js +1 -1
  542. package/dist/themes/tokyobones_light.cjs +1 -1
  543. package/dist/themes/tokyobones_light.d.cts +1 -1
  544. package/dist/themes/tokyobones_light.d.ts +1 -1
  545. package/dist/themes/tokyobones_light.js +1 -1
  546. package/dist/themes/tokyodark.d.cts +1 -1
  547. package/dist/themes/tokyodark.d.ts +1 -1
  548. package/dist/themes/tokyonight_day.d.cts +1 -1
  549. package/dist/themes/tokyonight_day.d.ts +1 -1
  550. package/dist/themes/tokyonight_moon.d.cts +1 -1
  551. package/dist/themes/tokyonight_moon.d.ts +1 -1
  552. package/dist/themes/tokyonight_night.d.cts +1 -1
  553. package/dist/themes/tokyonight_night.d.ts +1 -1
  554. package/dist/themes/tokyonight_storm.d.cts +1 -1
  555. package/dist/themes/tokyonight_storm.d.ts +1 -1
  556. package/dist/themes/vague.cjs +1 -1
  557. package/dist/themes/vague.d.cts +1 -1
  558. package/dist/themes/vague.d.ts +1 -1
  559. package/dist/themes/vague.js +1 -1
  560. package/dist/themes/vesper.d.cts +1 -1
  561. package/dist/themes/vesper.d.ts +1 -1
  562. package/dist/themes/vimbones.cjs +7 -0
  563. package/dist/themes/vimbones.d.cts +1 -0
  564. package/dist/themes/vimbones.d.ts +1 -0
  565. package/dist/themes/vimbones.js +5 -0
  566. package/dist/themes/vscode_dark.d.cts +1 -1
  567. package/dist/themes/vscode_dark.d.ts +1 -1
  568. package/dist/themes/vscode_light.d.cts +1 -1
  569. package/dist/themes/vscode_light.d.ts +1 -1
  570. package/dist/themes/xcode_dark.d.cts +1 -1
  571. package/dist/themes/xcode_dark.d.ts +1 -1
  572. package/dist/themes/xcode_dark_hc.d.cts +1 -1
  573. package/dist/themes/xcode_dark_hc.d.ts +1 -1
  574. package/dist/themes/xcode_light.d.cts +1 -1
  575. package/dist/themes/xcode_light.d.ts +1 -1
  576. package/dist/themes/xcode_light_hc.d.cts +1 -1
  577. package/dist/themes/xcode_light_hc.d.ts +1 -1
  578. package/dist/themes/xcode_wwdc.d.cts +1 -1
  579. package/dist/themes/xcode_wwdc.d.ts +1 -1
  580. package/dist/themes/yorumi.d.cts +1 -1
  581. package/dist/themes/yorumi.d.ts +1 -1
  582. package/dist/themes/zenbones_dark.cjs +1 -1
  583. package/dist/themes/zenbones_dark.d.cts +1 -1
  584. package/dist/themes/zenbones_dark.d.ts +1 -1
  585. package/dist/themes/zenbones_dark.js +1 -1
  586. package/dist/themes/zenbones_light.cjs +1 -1
  587. package/dist/themes/zenbones_light.d.cts +1 -1
  588. package/dist/themes/zenbones_light.d.ts +1 -1
  589. package/dist/themes/zenbones_light.js +1 -1
  590. package/dist/themes/zenburn.d.cts +1 -1
  591. package/dist/themes/zenburn.d.ts +1 -1
  592. package/dist/themes/zenburned.cjs +1 -1
  593. package/dist/themes/zenburned.d.cts +1 -1
  594. package/dist/themes/zenburned.d.ts +1 -1
  595. package/dist/themes/zenburned.js +1 -1
  596. package/dist/themes/zenwritten_dark.cjs +1 -1
  597. package/dist/themes/zenwritten_dark.d.cts +1 -1
  598. package/dist/themes/zenwritten_dark.d.ts +1 -1
  599. package/dist/themes/zenwritten_dark.js +1 -1
  600. package/dist/themes/zenwritten_light.cjs +1 -1
  601. package/dist/themes/zenwritten_light.d.cts +1 -1
  602. package/dist/themes/zenwritten_light.d.ts +1 -1
  603. package/dist/themes/zenwritten_light.js +1 -1
  604. package/dist/themes/zephyr_dark.d.cts +1 -1
  605. package/dist/themes/zephyr_dark.d.ts +1 -1
  606. package/package.json +1 -1
  607. package/dist/css/duckbones_light.css +0 -355
  608. package/dist/css/kanagawabones_light.css +0 -381
  609. package/dist/css/neosolarized_light.css +0 -311
  610. package/dist/css/nordbones_light.css +0 -362
  611. package/dist/css/solarized_osaka_storm.css +0 -364
  612. package/dist/css/vimbones_light.css +0 -376
  613. package/dist/json/duckbones_dark.json +0 -1
  614. package/dist/json/duckbones_light.json +0 -1
  615. package/dist/json/kanagawabones_dark.json +0 -1
  616. package/dist/json/kanagawabones_light.json +0 -1
  617. package/dist/json/neosolarized_dark.json +0 -1
  618. package/dist/json/neosolarized_light.json +0 -1
  619. package/dist/json/nordbones_dark.json +0 -1
  620. package/dist/json/nordbones_light.json +0 -1
  621. package/dist/json/solarized_osaka_storm.json +0 -1
  622. package/dist/json/vimbones_dark.json +0 -1
  623. package/dist/json/vimbones_light.json +0 -1
  624. package/dist/themes/duckbones_dark.cjs +0 -7
  625. package/dist/themes/duckbones_dark.js +0 -5
  626. package/dist/themes/duckbones_light.cjs +0 -7
  627. package/dist/themes/duckbones_light.d.cts +0 -1
  628. package/dist/themes/duckbones_light.d.ts +0 -1
  629. package/dist/themes/duckbones_light.js +0 -5
  630. package/dist/themes/kanagawabones_dark.cjs +0 -7
  631. package/dist/themes/kanagawabones_dark.d.cts +0 -1
  632. package/dist/themes/kanagawabones_dark.d.ts +0 -1
  633. package/dist/themes/kanagawabones_dark.js +0 -5
  634. package/dist/themes/kanagawabones_light.cjs +0 -7
  635. package/dist/themes/kanagawabones_light.d.cts +0 -1
  636. package/dist/themes/kanagawabones_light.d.ts +0 -1
  637. package/dist/themes/kanagawabones_light.js +0 -5
  638. package/dist/themes/neosolarized_dark.cjs +0 -7
  639. package/dist/themes/neosolarized_dark.d.cts +0 -1
  640. package/dist/themes/neosolarized_dark.d.ts +0 -1
  641. package/dist/themes/neosolarized_dark.js +0 -5
  642. package/dist/themes/neosolarized_light.cjs +0 -7
  643. package/dist/themes/neosolarized_light.d.cts +0 -1
  644. package/dist/themes/neosolarized_light.d.ts +0 -1
  645. package/dist/themes/neosolarized_light.js +0 -5
  646. package/dist/themes/nordbones_dark.cjs +0 -7
  647. package/dist/themes/nordbones_dark.d.cts +0 -1
  648. package/dist/themes/nordbones_dark.d.ts +0 -1
  649. package/dist/themes/nordbones_dark.js +0 -5
  650. package/dist/themes/nordbones_light.cjs +0 -7
  651. package/dist/themes/nordbones_light.d.cts +0 -1
  652. package/dist/themes/nordbones_light.d.ts +0 -1
  653. package/dist/themes/nordbones_light.js +0 -5
  654. package/dist/themes/solarized_osaka_storm.cjs +0 -7
  655. package/dist/themes/solarized_osaka_storm.d.cts +0 -1
  656. package/dist/themes/solarized_osaka_storm.d.ts +0 -1
  657. package/dist/themes/solarized_osaka_storm.js +0 -5
  658. package/dist/themes/vimbones_dark.cjs +0 -7
  659. package/dist/themes/vimbones_dark.d.cts +0 -1
  660. package/dist/themes/vimbones_dark.d.ts +0 -1
  661. package/dist/themes/vimbones_dark.js +0 -5
  662. package/dist/themes/vimbones_light.cjs +0 -7
  663. package/dist/themes/vimbones_light.d.cts +0 -1
  664. package/dist/themes/vimbones_light.d.ts +0 -1
  665. package/dist/themes/vimbones_light.js +0 -5
  666. /package/dist/themes/{duckbones_dark.d.cts → duckbones.d.cts} +0 -0
  667. /package/dist/themes/{duckbones_dark.d.ts → duckbones.d.ts} +0 -0
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ // themes/vimbones.ts
4
+ var theme = { "name": "vimbones", "appearance": "light", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#35663d" }, "attribute.builtin": { "fg": "#5c5c5c", "bold": true }, "boolean": { "fg": "#353535", "italic": true }, "character": { "fg": "#636363", "italic": true }, "character.special": { "fg": "#5c5c5c", "bold": true }, "comment": { "fg": "#8c8c7c", "italic": true }, "comment.documentation": { "fg": "#8c8c7c", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#8c8c7c", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#505050", "bold": true }, "constant.builtin": { "fg": "#636363", "italic": true }, "constant.macro": { "fg": "#636363", "italic": true }, "constructor": { "fg": "#5c5c5c", "bold": true }, "constructor.lua": { "fg": "#85856f" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#353535" }, "function.builtin": { "fg": "#5c5c5c", "bold": true }, "function.call": { "fg": "#353535" }, "function.macro": { "fg": "#35663d" }, "function.method": { "fg": "#353535" }, "function.method.call": { "fg": "#353535" }, "highlighted": { "bg": "#e7e8c3" }, "keyword": { "fg": "#156a29", "bold": true }, "keyword.conditional": { "fg": "#156a29", "bold": true }, "keyword.conditional.ternary": { "fg": "#156a29", "bold": true }, "keyword.coroutine": { "fg": "#156a29", "bold": true }, "keyword.debug": { "fg": "#5c5c5c", "bold": true }, "keyword.directive": { "fg": "#35663d" }, "keyword.directive.define": { "fg": "#35663d" }, "keyword.exception": { "fg": "#156a29", "bold": true }, "keyword.export": { "fg": "#156a29", "bold": true }, "keyword.function": { "fg": "#156a29", "bold": true }, "keyword.import": { "fg": "#35663d" }, "keyword.modifier": { "fg": "#156a29", "bold": true }, "keyword.operator": { "fg": "#156a29", "bold": true }, "keyword.repeat": { "fg": "#156a29", "bold": true }, "keyword.return": { "fg": "#156a29", "bold": true }, "keyword.type": { "fg": "#156a29", "bold": true }, "label": { "fg": "#156a29", "bold": true }, "markup": { "fg": "#5c5c5c", "bold": true }, "markup.environment": { "fg": "#35663d" }, "markup.environment.name": { "fg": "#35663d" }, "markup.heading": { "fg": "#353535", "bold": true }, "markup.heading.1": { "fg": "#353535", "bold": true }, "markup.heading.2": { "fg": "#353535", "bold": true }, "markup.heading.3": { "fg": "#353535", "bold": true }, "markup.heading.4": { "fg": "#353535", "bold": true }, "markup.heading.5": { "fg": "#353535", "bold": true }, "markup.heading.6": { "fg": "#353535", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#636363", "italic": true }, "markup.link.label": { "fg": "#5c5c5c", "bold": true }, "markup.link.markdown": { "fg": "#505050", "underline": "solid" }, "markup.link.url": { "fg": "#636363", "italic": true }, "markup.link.url.markdown": { "fg": "#8c8c7c" }, "markup.list": { "fg": "#5c5c5c", "bold": true }, "markup.list.checked": { "fg": "#5c5c5c", "bold": true }, "markup.list.unchecked": { "fg": "#5c5c5c", "bold": true }, "markup.math": { "fg": "#5c5c5c", "bold": true }, "markup.quote": { "fg": "#636363" }, "markup.raw": { "fg": "#636363", "italic": true }, "markup.raw.block": { "fg": "#636363", "italic": true }, "markup.raw.markdown": { "fg": "#5b5b42" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#636363", "italic": true }, "module.builtin": { "fg": "#636363", "italic": true }, "normal": { "fg": "#353535", "bg": "#f0f0ca" }, "number": { "fg": "#2a6535", "italic": true }, "number.float": { "fg": "#2a6535", "italic": true }, "operator": { "fg": "#156a29", "bold": true }, "property": { "fg": "#505050" }, "punctuation.bracket": { "fg": "#85856f" }, "punctuation.delimiter": { "fg": "#85856f" }, "punctuation.special": { "fg": "#85856f" }, "punctuation.special.markdown": { "fg": "#5c5c5c", "bold": true }, "string": { "fg": "#636363", "italic": true }, "string.documentation": { "fg": "#636363", "italic": true }, "string.escape": { "fg": "#5c5c5c", "bold": true }, "string.escape.markdown": { "fg": "#b0b093", "italic": true }, "string.regexp": { "fg": "#636363", "italic": true }, "string.special": { "fg": "#5c5c5c", "bold": true }, "string.special.path": { "fg": "#5c5c5c", "bold": true }, "string.special.symbol": { "fg": "#505050" }, "string.special.url": { "fg": "#5c5c5c", "bold": true }, "tag": { "fg": "#5c5c5c", "bold": true }, "tag.attribute": { "fg": "#505050" }, "tag.builtin": { "fg": "#5c5c5c", "bold": true }, "tag.delimiter": { "fg": "#85856f" }, "type": { "fg": "#5b5b42" }, "type.builtin": { "fg": "#5b5b42" }, "type.definition": { "fg": "#5b5b42" }, "variable": { "fg": "#505050" }, "variable.builtin": { "fg": "#636363", "italic": true }, "variable.member": { "fg": "#505050" }, "variable.parameter": { "fg": "#505050" }, "variable.parameter.builtin": { "fg": "#5c5c5c", "bold": true } } };
5
+ var vimbones_default = theme;
6
+
7
+ module.exports = vimbones_default;
@@ -0,0 +1 @@
1
+ export { default_alias_230 as default } from '../_tsup-dts-rollup.cjs';
@@ -0,0 +1 @@
1
+ export { default_alias_230 as default } from '../_tsup-dts-rollup.js';
@@ -0,0 +1,5 @@
1
+ // themes/vimbones.ts
2
+ var theme = { "name": "vimbones", "appearance": "light", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#35663d" }, "attribute.builtin": { "fg": "#5c5c5c", "bold": true }, "boolean": { "fg": "#353535", "italic": true }, "character": { "fg": "#636363", "italic": true }, "character.special": { "fg": "#5c5c5c", "bold": true }, "comment": { "fg": "#8c8c7c", "italic": true }, "comment.documentation": { "fg": "#8c8c7c", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#8c8c7c", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#505050", "bold": true }, "constant.builtin": { "fg": "#636363", "italic": true }, "constant.macro": { "fg": "#636363", "italic": true }, "constructor": { "fg": "#5c5c5c", "bold": true }, "constructor.lua": { "fg": "#85856f" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#353535" }, "function.builtin": { "fg": "#5c5c5c", "bold": true }, "function.call": { "fg": "#353535" }, "function.macro": { "fg": "#35663d" }, "function.method": { "fg": "#353535" }, "function.method.call": { "fg": "#353535" }, "highlighted": { "bg": "#e7e8c3" }, "keyword": { "fg": "#156a29", "bold": true }, "keyword.conditional": { "fg": "#156a29", "bold": true }, "keyword.conditional.ternary": { "fg": "#156a29", "bold": true }, "keyword.coroutine": { "fg": "#156a29", "bold": true }, "keyword.debug": { "fg": "#5c5c5c", "bold": true }, "keyword.directive": { "fg": "#35663d" }, "keyword.directive.define": { "fg": "#35663d" }, "keyword.exception": { "fg": "#156a29", "bold": true }, "keyword.export": { "fg": "#156a29", "bold": true }, "keyword.function": { "fg": "#156a29", "bold": true }, "keyword.import": { "fg": "#35663d" }, "keyword.modifier": { "fg": "#156a29", "bold": true }, "keyword.operator": { "fg": "#156a29", "bold": true }, "keyword.repeat": { "fg": "#156a29", "bold": true }, "keyword.return": { "fg": "#156a29", "bold": true }, "keyword.type": { "fg": "#156a29", "bold": true }, "label": { "fg": "#156a29", "bold": true }, "markup": { "fg": "#5c5c5c", "bold": true }, "markup.environment": { "fg": "#35663d" }, "markup.environment.name": { "fg": "#35663d" }, "markup.heading": { "fg": "#353535", "bold": true }, "markup.heading.1": { "fg": "#353535", "bold": true }, "markup.heading.2": { "fg": "#353535", "bold": true }, "markup.heading.3": { "fg": "#353535", "bold": true }, "markup.heading.4": { "fg": "#353535", "bold": true }, "markup.heading.5": { "fg": "#353535", "bold": true }, "markup.heading.6": { "fg": "#353535", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#636363", "italic": true }, "markup.link.label": { "fg": "#5c5c5c", "bold": true }, "markup.link.markdown": { "fg": "#505050", "underline": "solid" }, "markup.link.url": { "fg": "#636363", "italic": true }, "markup.link.url.markdown": { "fg": "#8c8c7c" }, "markup.list": { "fg": "#5c5c5c", "bold": true }, "markup.list.checked": { "fg": "#5c5c5c", "bold": true }, "markup.list.unchecked": { "fg": "#5c5c5c", "bold": true }, "markup.math": { "fg": "#5c5c5c", "bold": true }, "markup.quote": { "fg": "#636363" }, "markup.raw": { "fg": "#636363", "italic": true }, "markup.raw.block": { "fg": "#636363", "italic": true }, "markup.raw.markdown": { "fg": "#5b5b42" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#636363", "italic": true }, "module.builtin": { "fg": "#636363", "italic": true }, "normal": { "fg": "#353535", "bg": "#f0f0ca" }, "number": { "fg": "#2a6535", "italic": true }, "number.float": { "fg": "#2a6535", "italic": true }, "operator": { "fg": "#156a29", "bold": true }, "property": { "fg": "#505050" }, "punctuation.bracket": { "fg": "#85856f" }, "punctuation.delimiter": { "fg": "#85856f" }, "punctuation.special": { "fg": "#85856f" }, "punctuation.special.markdown": { "fg": "#5c5c5c", "bold": true }, "string": { "fg": "#636363", "italic": true }, "string.documentation": { "fg": "#636363", "italic": true }, "string.escape": { "fg": "#5c5c5c", "bold": true }, "string.escape.markdown": { "fg": "#b0b093", "italic": true }, "string.regexp": { "fg": "#636363", "italic": true }, "string.special": { "fg": "#5c5c5c", "bold": true }, "string.special.path": { "fg": "#5c5c5c", "bold": true }, "string.special.symbol": { "fg": "#505050" }, "string.special.url": { "fg": "#5c5c5c", "bold": true }, "tag": { "fg": "#5c5c5c", "bold": true }, "tag.attribute": { "fg": "#505050" }, "tag.builtin": { "fg": "#5c5c5c", "bold": true }, "tag.delimiter": { "fg": "#85856f" }, "type": { "fg": "#5b5b42" }, "type.builtin": { "fg": "#5b5b42" }, "type.definition": { "fg": "#5b5b42" }, "variable": { "fg": "#505050" }, "variable.builtin": { "fg": "#636363", "italic": true }, "variable.member": { "fg": "#505050" }, "variable.parameter": { "fg": "#505050" }, "variable.parameter.builtin": { "fg": "#5c5c5c", "bold": true } } };
3
+ var vimbones_default = theme;
4
+
5
+ export { vimbones_default as default };
@@ -1 +1 @@
1
- export { default_alias_237 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_231 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_237 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_231 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_238 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_232 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_238 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_232 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_239 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_233 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_239 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_233 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_240 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_234 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_240 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_234 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_241 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_235 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_241 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_235 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_242 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_236 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_242 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_236 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_243 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_237 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_243 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_237 as default } from '../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { default_alias_244 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_238 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_244 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_238 as default } from '../_tsup-dts-rollup.js';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/zenbones_dark.ts
4
- var theme = { "name": "zenbones_dark", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#b4bdc3", "bold": true }, "attribute.builtin": { "fg": "#8d9499", "bold": true }, "boolean": { "fg": "#b4bdc3", "italic": true }, "character": { "fg": "#868c91", "italic": true }, "character.special": { "fg": "#8d9499", "bold": true }, "comment": { "fg": "#6e6763", "italic": true }, "comment.documentation": { "fg": "#6e6763", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#6e6763", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#979fa4", "bold": true }, "constant.builtin": { "fg": "#868c91", "italic": true }, "constant.macro": { "fg": "#868c91", "italic": true }, "constructor": { "fg": "#8d9499", "bold": true }, "constructor.lua": { "fg": "#867a74" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#b4bdc3" }, "function.builtin": { "fg": "#8d9499", "bold": true }, "function.call": { "fg": "#b4bdc3" }, "function.macro": { "fg": "#b4bdc3", "bold": true }, "function.method": { "fg": "#b4bdc3" }, "function.method.call": { "fg": "#b4bdc3" }, "highlighted": { "bg": "#25211f" }, "keyword": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional.ternary": { "fg": "#b4bdc3", "bold": true }, "keyword.coroutine": { "fg": "#b4bdc3", "bold": true }, "keyword.debug": { "fg": "#8d9499", "bold": true }, "keyword.directive": { "fg": "#b4bdc3", "bold": true }, "keyword.directive.define": { "fg": "#b4bdc3", "bold": true }, "keyword.exception": { "fg": "#b4bdc3", "bold": true }, "keyword.export": { "fg": "#b4bdc3", "bold": true }, "keyword.function": { "fg": "#b4bdc3", "bold": true }, "keyword.import": { "fg": "#b4bdc3", "bold": true }, "keyword.modifier": { "fg": "#b4bdc3", "bold": true }, "keyword.operator": { "fg": "#b4bdc3", "bold": true }, "keyword.repeat": { "fg": "#b4bdc3", "bold": true }, "keyword.return": { "fg": "#b4bdc3", "bold": true }, "keyword.type": { "fg": "#b4bdc3", "bold": true }, "label": { "fg": "#b4bdc3", "bold": true }, "markup": { "fg": "#8d9499", "bold": true }, "markup.environment": { "fg": "#b4bdc3", "bold": true }, "markup.environment.name": { "fg": "#b4bdc3", "bold": true }, "markup.heading": { "fg": "#b4bdc3", "bold": true }, "markup.heading.1": { "fg": "#b4bdc3", "bold": true }, "markup.heading.2": { "fg": "#b4bdc3", "bold": true }, "markup.heading.3": { "fg": "#b4bdc3", "bold": true }, "markup.heading.4": { "fg": "#b4bdc3", "bold": true }, "markup.heading.5": { "fg": "#b4bdc3", "bold": true }, "markup.heading.6": { "fg": "#b4bdc3", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#868c91", "italic": true }, "markup.link.label": { "fg": "#8d9499", "bold": true }, "markup.link.markdown": { "fg": "#979fa4", "underline": "solid" }, "markup.link.url": { "fg": "#868c91", "italic": true }, "markup.link.url.markdown": { "fg": "#6e6763" }, "markup.list": { "fg": "#8d9499", "bold": true }, "markup.list.checked": { "fg": "#8d9499", "bold": true }, "markup.list.unchecked": { "fg": "#8d9499", "bold": true }, "markup.math": { "fg": "#8d9499", "bold": true }, "markup.quote": { "fg": "#868c91" }, "markup.raw": { "fg": "#868c91", "italic": true }, "markup.raw.block": { "fg": "#868c91", "italic": true }, "markup.raw.markdown": { "fg": "#a1938c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#868c91", "italic": true }, "module.builtin": { "fg": "#868c91", "italic": true }, "normal": { "fg": "#b4bdc3", "bg": "#1c1917" }, "number": { "fg": "#868c91" }, "number.float": { "fg": "#868c91" }, "operator": { "fg": "#b4bdc3", "bold": true }, "property": { "fg": "#979fa4" }, "punctuation.bracket": { "fg": "#867a74" }, "punctuation.delimiter": { "fg": "#867a74" }, "punctuation.special": { "fg": "#867a74" }, "punctuation.special.markdown": { "fg": "#8d9499", "bold": true }, "string": { "fg": "#868c91", "italic": true }, "string.documentation": { "fg": "#868c91", "italic": true }, "string.escape": { "fg": "#8d9499", "bold": true }, "string.escape.markdown": { "fg": "#5c534f", "italic": true }, "string.regexp": { "fg": "#868c91", "italic": true }, "string.special": { "fg": "#8d9499", "bold": true }, "string.special.path": { "fg": "#8d9499", "bold": true }, "string.special.symbol": { "fg": "#979fa4" }, "string.special.url": { "fg": "#8d9499", "bold": true }, "tag": { "fg": "#8d9499", "bold": true }, "tag.attribute": { "fg": "#979fa4" }, "tag.builtin": { "fg": "#8d9499", "bold": true }, "tag.delimiter": { "fg": "#867a74" }, "type": { "fg": "#a1938c" }, "type.builtin": { "fg": "#a1938c" }, "type.definition": { "fg": "#a1938c" }, "variable": { "fg": "#979fa4" }, "variable.builtin": { "fg": "#868c91", "italic": true }, "variable.member": { "fg": "#979fa4" }, "variable.parameter": { "fg": "#979fa4" }, "variable.parameter.builtin": { "fg": "#8d9499", "bold": true } } };
4
+ var theme = { "name": "zenbones_dark", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#b4bdc3", "bold": true }, "attribute.builtin": { "fg": "#8d9499", "bold": true }, "boolean": { "fg": "#b4bdc3", "italic": true }, "character": { "fg": "#868c91", "italic": true }, "character.special": { "fg": "#8d9499", "bold": true }, "comment": { "fg": "#6e6763", "italic": true }, "comment.documentation": { "fg": "#6e6763", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#6e6763", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#979fa4", "bold": true }, "constant.builtin": { "fg": "#868c91", "italic": true }, "constant.macro": { "fg": "#868c91", "italic": true }, "constructor": { "fg": "#8d9499", "bold": true }, "constructor.lua": { "fg": "#867a74" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#b4bdc3" }, "function.builtin": { "fg": "#8d9499", "bold": true }, "function.call": { "fg": "#b4bdc3" }, "function.macro": { "fg": "#b4bdc3", "bold": true }, "function.method": { "fg": "#b4bdc3" }, "function.method.call": { "fg": "#b4bdc3" }, "highlighted": { "bg": "#25211f" }, "keyword": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional.ternary": { "fg": "#b4bdc3", "bold": true }, "keyword.coroutine": { "fg": "#b4bdc3", "bold": true }, "keyword.debug": { "fg": "#8d9499", "bold": true }, "keyword.directive": { "fg": "#b4bdc3", "bold": true }, "keyword.directive.define": { "fg": "#b4bdc3", "bold": true }, "keyword.exception": { "fg": "#b4bdc3", "bold": true }, "keyword.export": { "fg": "#b4bdc3", "bold": true }, "keyword.function": { "fg": "#b4bdc3", "bold": true }, "keyword.import": { "fg": "#b4bdc3", "bold": true }, "keyword.modifier": { "fg": "#b4bdc3", "bold": true }, "keyword.operator": { "fg": "#b4bdc3", "bold": true }, "keyword.repeat": { "fg": "#b4bdc3", "bold": true }, "keyword.return": { "fg": "#b4bdc3", "bold": true }, "keyword.type": { "fg": "#b4bdc3", "bold": true }, "label": { "fg": "#b4bdc3", "bold": true }, "markup": { "fg": "#8d9499", "bold": true }, "markup.environment": { "fg": "#b4bdc3", "bold": true }, "markup.environment.name": { "fg": "#b4bdc3", "bold": true }, "markup.heading": { "fg": "#b4bdc3", "bold": true }, "markup.heading.1": { "fg": "#b4bdc3", "bold": true }, "markup.heading.2": { "fg": "#b4bdc3", "bold": true }, "markup.heading.3": { "fg": "#b4bdc3", "bold": true }, "markup.heading.4": { "fg": "#b4bdc3", "bold": true }, "markup.heading.5": { "fg": "#b4bdc3", "bold": true }, "markup.heading.6": { "fg": "#b4bdc3", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#868c91", "italic": true }, "markup.link.label": { "fg": "#8d9499", "bold": true }, "markup.link.markdown": { "fg": "#979fa4", "underline": "solid" }, "markup.link.url": { "fg": "#868c91", "italic": true }, "markup.link.url.markdown": { "fg": "#6e6763" }, "markup.list": { "fg": "#8d9499", "bold": true }, "markup.list.checked": { "fg": "#8d9499", "bold": true }, "markup.list.unchecked": { "fg": "#8d9499", "bold": true }, "markup.math": { "fg": "#8d9499", "bold": true }, "markup.quote": { "fg": "#868c91" }, "markup.raw": { "fg": "#868c91", "italic": true }, "markup.raw.block": { "fg": "#868c91", "italic": true }, "markup.raw.markdown": { "fg": "#a1938c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#868c91", "italic": true }, "module.builtin": { "fg": "#868c91", "italic": true }, "normal": { "fg": "#b4bdc3", "bg": "#1c1917" }, "number": { "fg": "#868c91" }, "number.float": { "fg": "#868c91" }, "operator": { "fg": "#b4bdc3", "bold": true }, "property": { "fg": "#979fa4" }, "punctuation.bracket": { "fg": "#867a74" }, "punctuation.delimiter": { "fg": "#867a74" }, "punctuation.special": { "fg": "#867a74" }, "punctuation.special.markdown": { "fg": "#8d9499", "bold": true }, "string": { "fg": "#868c91", "italic": true }, "string.documentation": { "fg": "#868c91", "italic": true }, "string.escape": { "fg": "#8d9499", "bold": true }, "string.escape.markdown": { "fg": "#5c534f", "italic": true }, "string.regexp": { "fg": "#868c91", "italic": true }, "string.special": { "fg": "#8d9499", "bold": true }, "string.special.path": { "fg": "#8d9499", "bold": true }, "string.special.symbol": { "fg": "#979fa4" }, "string.special.url": { "fg": "#8d9499", "bold": true }, "tag": { "fg": "#8d9499", "bold": true }, "tag.attribute": { "fg": "#979fa4" }, "tag.builtin": { "fg": "#8d9499", "bold": true }, "tag.delimiter": { "fg": "#867a74" }, "type": { "fg": "#a1938c" }, "type.builtin": { "fg": "#a1938c" }, "type.definition": { "fg": "#a1938c" }, "variable": { "fg": "#979fa4" }, "variable.builtin": { "fg": "#868c91", "italic": true }, "variable.member": { "fg": "#979fa4" }, "variable.parameter": { "fg": "#979fa4" }, "variable.parameter.builtin": { "fg": "#8d9499", "bold": true } } };
5
5
  var zenbones_dark_default = theme;
6
6
 
7
7
  module.exports = zenbones_dark_default;
@@ -1 +1 @@
1
- export { default_alias_245 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_239 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_245 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_239 as default } from '../_tsup-dts-rollup.js';
@@ -1,5 +1,5 @@
1
1
  // themes/zenbones_dark.ts
2
- var theme = { "name": "zenbones_dark", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#b4bdc3", "bold": true }, "attribute.builtin": { "fg": "#8d9499", "bold": true }, "boolean": { "fg": "#b4bdc3", "italic": true }, "character": { "fg": "#868c91", "italic": true }, "character.special": { "fg": "#8d9499", "bold": true }, "comment": { "fg": "#6e6763", "italic": true }, "comment.documentation": { "fg": "#6e6763", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#6e6763", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#979fa4", "bold": true }, "constant.builtin": { "fg": "#868c91", "italic": true }, "constant.macro": { "fg": "#868c91", "italic": true }, "constructor": { "fg": "#8d9499", "bold": true }, "constructor.lua": { "fg": "#867a74" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#b4bdc3" }, "function.builtin": { "fg": "#8d9499", "bold": true }, "function.call": { "fg": "#b4bdc3" }, "function.macro": { "fg": "#b4bdc3", "bold": true }, "function.method": { "fg": "#b4bdc3" }, "function.method.call": { "fg": "#b4bdc3" }, "highlighted": { "bg": "#25211f" }, "keyword": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional.ternary": { "fg": "#b4bdc3", "bold": true }, "keyword.coroutine": { "fg": "#b4bdc3", "bold": true }, "keyword.debug": { "fg": "#8d9499", "bold": true }, "keyword.directive": { "fg": "#b4bdc3", "bold": true }, "keyword.directive.define": { "fg": "#b4bdc3", "bold": true }, "keyword.exception": { "fg": "#b4bdc3", "bold": true }, "keyword.export": { "fg": "#b4bdc3", "bold": true }, "keyword.function": { "fg": "#b4bdc3", "bold": true }, "keyword.import": { "fg": "#b4bdc3", "bold": true }, "keyword.modifier": { "fg": "#b4bdc3", "bold": true }, "keyword.operator": { "fg": "#b4bdc3", "bold": true }, "keyword.repeat": { "fg": "#b4bdc3", "bold": true }, "keyword.return": { "fg": "#b4bdc3", "bold": true }, "keyword.type": { "fg": "#b4bdc3", "bold": true }, "label": { "fg": "#b4bdc3", "bold": true }, "markup": { "fg": "#8d9499", "bold": true }, "markup.environment": { "fg": "#b4bdc3", "bold": true }, "markup.environment.name": { "fg": "#b4bdc3", "bold": true }, "markup.heading": { "fg": "#b4bdc3", "bold": true }, "markup.heading.1": { "fg": "#b4bdc3", "bold": true }, "markup.heading.2": { "fg": "#b4bdc3", "bold": true }, "markup.heading.3": { "fg": "#b4bdc3", "bold": true }, "markup.heading.4": { "fg": "#b4bdc3", "bold": true }, "markup.heading.5": { "fg": "#b4bdc3", "bold": true }, "markup.heading.6": { "fg": "#b4bdc3", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#868c91", "italic": true }, "markup.link.label": { "fg": "#8d9499", "bold": true }, "markup.link.markdown": { "fg": "#979fa4", "underline": "solid" }, "markup.link.url": { "fg": "#868c91", "italic": true }, "markup.link.url.markdown": { "fg": "#6e6763" }, "markup.list": { "fg": "#8d9499", "bold": true }, "markup.list.checked": { "fg": "#8d9499", "bold": true }, "markup.list.unchecked": { "fg": "#8d9499", "bold": true }, "markup.math": { "fg": "#8d9499", "bold": true }, "markup.quote": { "fg": "#868c91" }, "markup.raw": { "fg": "#868c91", "italic": true }, "markup.raw.block": { "fg": "#868c91", "italic": true }, "markup.raw.markdown": { "fg": "#a1938c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#868c91", "italic": true }, "module.builtin": { "fg": "#868c91", "italic": true }, "normal": { "fg": "#b4bdc3", "bg": "#1c1917" }, "number": { "fg": "#868c91" }, "number.float": { "fg": "#868c91" }, "operator": { "fg": "#b4bdc3", "bold": true }, "property": { "fg": "#979fa4" }, "punctuation.bracket": { "fg": "#867a74" }, "punctuation.delimiter": { "fg": "#867a74" }, "punctuation.special": { "fg": "#867a74" }, "punctuation.special.markdown": { "fg": "#8d9499", "bold": true }, "string": { "fg": "#868c91", "italic": true }, "string.documentation": { "fg": "#868c91", "italic": true }, "string.escape": { "fg": "#8d9499", "bold": true }, "string.escape.markdown": { "fg": "#5c534f", "italic": true }, "string.regexp": { "fg": "#868c91", "italic": true }, "string.special": { "fg": "#8d9499", "bold": true }, "string.special.path": { "fg": "#8d9499", "bold": true }, "string.special.symbol": { "fg": "#979fa4" }, "string.special.url": { "fg": "#8d9499", "bold": true }, "tag": { "fg": "#8d9499", "bold": true }, "tag.attribute": { "fg": "#979fa4" }, "tag.builtin": { "fg": "#8d9499", "bold": true }, "tag.delimiter": { "fg": "#867a74" }, "type": { "fg": "#a1938c" }, "type.builtin": { "fg": "#a1938c" }, "type.definition": { "fg": "#a1938c" }, "variable": { "fg": "#979fa4" }, "variable.builtin": { "fg": "#868c91", "italic": true }, "variable.member": { "fg": "#979fa4" }, "variable.parameter": { "fg": "#979fa4" }, "variable.parameter.builtin": { "fg": "#8d9499", "bold": true } } };
2
+ var theme = { "name": "zenbones_dark", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#b4bdc3", "bold": true }, "attribute.builtin": { "fg": "#8d9499", "bold": true }, "boolean": { "fg": "#b4bdc3", "italic": true }, "character": { "fg": "#868c91", "italic": true }, "character.special": { "fg": "#8d9499", "bold": true }, "comment": { "fg": "#6e6763", "italic": true }, "comment.documentation": { "fg": "#6e6763", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#6e6763", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#979fa4", "bold": true }, "constant.builtin": { "fg": "#868c91", "italic": true }, "constant.macro": { "fg": "#868c91", "italic": true }, "constructor": { "fg": "#8d9499", "bold": true }, "constructor.lua": { "fg": "#867a74" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#b4bdc3" }, "function.builtin": { "fg": "#8d9499", "bold": true }, "function.call": { "fg": "#b4bdc3" }, "function.macro": { "fg": "#b4bdc3", "bold": true }, "function.method": { "fg": "#b4bdc3" }, "function.method.call": { "fg": "#b4bdc3" }, "highlighted": { "bg": "#25211f" }, "keyword": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional": { "fg": "#b4bdc3", "bold": true }, "keyword.conditional.ternary": { "fg": "#b4bdc3", "bold": true }, "keyword.coroutine": { "fg": "#b4bdc3", "bold": true }, "keyword.debug": { "fg": "#8d9499", "bold": true }, "keyword.directive": { "fg": "#b4bdc3", "bold": true }, "keyword.directive.define": { "fg": "#b4bdc3", "bold": true }, "keyword.exception": { "fg": "#b4bdc3", "bold": true }, "keyword.export": { "fg": "#b4bdc3", "bold": true }, "keyword.function": { "fg": "#b4bdc3", "bold": true }, "keyword.import": { "fg": "#b4bdc3", "bold": true }, "keyword.modifier": { "fg": "#b4bdc3", "bold": true }, "keyword.operator": { "fg": "#b4bdc3", "bold": true }, "keyword.repeat": { "fg": "#b4bdc3", "bold": true }, "keyword.return": { "fg": "#b4bdc3", "bold": true }, "keyword.type": { "fg": "#b4bdc3", "bold": true }, "label": { "fg": "#b4bdc3", "bold": true }, "markup": { "fg": "#8d9499", "bold": true }, "markup.environment": { "fg": "#b4bdc3", "bold": true }, "markup.environment.name": { "fg": "#b4bdc3", "bold": true }, "markup.heading": { "fg": "#b4bdc3", "bold": true }, "markup.heading.1": { "fg": "#b4bdc3", "bold": true }, "markup.heading.2": { "fg": "#b4bdc3", "bold": true }, "markup.heading.3": { "fg": "#b4bdc3", "bold": true }, "markup.heading.4": { "fg": "#b4bdc3", "bold": true }, "markup.heading.5": { "fg": "#b4bdc3", "bold": true }, "markup.heading.6": { "fg": "#b4bdc3", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#868c91", "italic": true }, "markup.link.label": { "fg": "#8d9499", "bold": true }, "markup.link.markdown": { "fg": "#979fa4", "underline": "solid" }, "markup.link.url": { "fg": "#868c91", "italic": true }, "markup.link.url.markdown": { "fg": "#6e6763" }, "markup.list": { "fg": "#8d9499", "bold": true }, "markup.list.checked": { "fg": "#8d9499", "bold": true }, "markup.list.unchecked": { "fg": "#8d9499", "bold": true }, "markup.math": { "fg": "#8d9499", "bold": true }, "markup.quote": { "fg": "#868c91" }, "markup.raw": { "fg": "#868c91", "italic": true }, "markup.raw.block": { "fg": "#868c91", "italic": true }, "markup.raw.markdown": { "fg": "#a1938c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#868c91", "italic": true }, "module.builtin": { "fg": "#868c91", "italic": true }, "normal": { "fg": "#b4bdc3", "bg": "#1c1917" }, "number": { "fg": "#868c91" }, "number.float": { "fg": "#868c91" }, "operator": { "fg": "#b4bdc3", "bold": true }, "property": { "fg": "#979fa4" }, "punctuation.bracket": { "fg": "#867a74" }, "punctuation.delimiter": { "fg": "#867a74" }, "punctuation.special": { "fg": "#867a74" }, "punctuation.special.markdown": { "fg": "#8d9499", "bold": true }, "string": { "fg": "#868c91", "italic": true }, "string.documentation": { "fg": "#868c91", "italic": true }, "string.escape": { "fg": "#8d9499", "bold": true }, "string.escape.markdown": { "fg": "#5c534f", "italic": true }, "string.regexp": { "fg": "#868c91", "italic": true }, "string.special": { "fg": "#8d9499", "bold": true }, "string.special.path": { "fg": "#8d9499", "bold": true }, "string.special.symbol": { "fg": "#979fa4" }, "string.special.url": { "fg": "#8d9499", "bold": true }, "tag": { "fg": "#8d9499", "bold": true }, "tag.attribute": { "fg": "#979fa4" }, "tag.builtin": { "fg": "#8d9499", "bold": true }, "tag.delimiter": { "fg": "#867a74" }, "type": { "fg": "#a1938c" }, "type.builtin": { "fg": "#a1938c" }, "type.definition": { "fg": "#a1938c" }, "variable": { "fg": "#979fa4" }, "variable.builtin": { "fg": "#868c91", "italic": true }, "variable.member": { "fg": "#979fa4" }, "variable.parameter": { "fg": "#979fa4" }, "variable.parameter.builtin": { "fg": "#8d9499", "bold": true } } };
3
3
  var zenbones_dark_default = theme;
4
4
 
5
5
  export { zenbones_dark_default as default };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/zenbones_light.ts
4
- var theme = { "name": "zenbones_light", "appearance": "light", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#2c363c", "bold": true }, "attribute.builtin": { "fg": "#4f5e68", "bold": true }, "boolean": { "fg": "#2c363c", "italic": true }, "character": { "fg": "#556570", "italic": true }, "character.special": { "fg": "#4f5e68", "bold": true }, "comment": { "fg": "#948985", "italic": true }, "comment.documentation": { "fg": "#948985", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#948985", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#44525b", "bold": true }, "constant.builtin": { "fg": "#556570", "italic": true }, "constant.macro": { "fg": "#556570", "italic": true }, "constructor": { "fg": "#4f5e68", "bold": true }, "constructor.lua": { "fg": "#8e817b" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#2c363c" }, "function.builtin": { "fg": "#4f5e68", "bold": true }, "function.call": { "fg": "#2c363c" }, "function.macro": { "fg": "#2c363c", "bold": true }, "function.method": { "fg": "#2c363c" }, "function.method.call": { "fg": "#2c363c" }, "highlighted": { "bg": "#e9e4e2" }, "keyword": { "fg": "#2c363c", "bold": true }, "keyword.conditional": { "fg": "#2c363c", "bold": true }, "keyword.conditional.ternary": { "fg": "#2c363c", "bold": true }, "keyword.coroutine": { "fg": "#2c363c", "bold": true }, "keyword.debug": { "fg": "#4f5e68", "bold": true }, "keyword.directive": { "fg": "#2c363c", "bold": true }, "keyword.directive.define": { "fg": "#2c363c", "bold": true }, "keyword.exception": { "fg": "#2c363c", "bold": true }, "keyword.export": { "fg": "#2c363c", "bold": true }, "keyword.function": { "fg": "#2c363c", "bold": true }, "keyword.import": { "fg": "#2c363c", "bold": true }, "keyword.modifier": { "fg": "#2c363c", "bold": true }, "keyword.operator": { "fg": "#2c363c", "bold": true }, "keyword.repeat": { "fg": "#2c363c", "bold": true }, "keyword.return": { "fg": "#2c363c", "bold": true }, "keyword.type": { "fg": "#2c363c", "bold": true }, "label": { "fg": "#2c363c", "bold": true }, "markup": { "fg": "#4f5e68", "bold": true }, "markup.environment": { "fg": "#2c363c", "bold": true }, "markup.environment.name": { "fg": "#2c363c", "bold": true }, "markup.heading": { "fg": "#2c363c", "bold": true }, "markup.heading.1": { "fg": "#2c363c", "bold": true }, "markup.heading.2": { "fg": "#2c363c", "bold": true }, "markup.heading.3": { "fg": "#2c363c", "bold": true }, "markup.heading.4": { "fg": "#2c363c", "bold": true }, "markup.heading.5": { "fg": "#2c363c", "bold": true }, "markup.heading.6": { "fg": "#2c363c", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#556570", "italic": true }, "markup.link.label": { "fg": "#4f5e68", "bold": true }, "markup.link.markdown": { "fg": "#44525b", "underline": "solid" }, "markup.link.url": { "fg": "#556570", "italic": true }, "markup.link.url.markdown": { "fg": "#948985" }, "markup.list": { "fg": "#4f5e68", "bold": true }, "markup.list.checked": { "fg": "#4f5e68", "bold": true }, "markup.list.unchecked": { "fg": "#4f5e68", "bold": true }, "markup.math": { "fg": "#4f5e68", "bold": true }, "markup.quote": { "fg": "#556570" }, "markup.raw": { "fg": "#556570", "italic": true }, "markup.raw.block": { "fg": "#556570", "italic": true }, "markup.raw.markdown": { "fg": "#6a5549" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#556570", "italic": true }, "module.builtin": { "fg": "#556570", "italic": true }, "normal": { "fg": "#2c363c", "bg": "#f0edec" }, "number": { "fg": "#556570" }, "number.float": { "fg": "#556570" }, "operator": { "fg": "#2c363c", "bold": true }, "property": { "fg": "#44525b" }, "punctuation.bracket": { "fg": "#8e817b" }, "punctuation.delimiter": { "fg": "#8e817b" }, "punctuation.special": { "fg": "#8e817b" }, "punctuation.special.markdown": { "fg": "#4f5e68", "bold": true }, "string": { "fg": "#556570", "italic": true }, "string.documentation": { "fg": "#556570", "italic": true }, "string.escape": { "fg": "#4f5e68", "bold": true }, "string.escape.markdown": { "fg": "#bbaba3", "italic": true }, "string.regexp": { "fg": "#556570", "italic": true }, "string.special": { "fg": "#4f5e68", "bold": true }, "string.special.path": { "fg": "#4f5e68", "bold": true }, "string.special.symbol": { "fg": "#44525b" }, "string.special.url": { "fg": "#4f5e68", "bold": true }, "tag": { "fg": "#4f5e68", "bold": true }, "tag.attribute": { "fg": "#44525b" }, "tag.builtin": { "fg": "#4f5e68", "bold": true }, "tag.delimiter": { "fg": "#8e817b" }, "type": { "fg": "#6a5549" }, "type.builtin": { "fg": "#6a5549" }, "type.definition": { "fg": "#6a5549" }, "variable": { "fg": "#44525b" }, "variable.builtin": { "fg": "#556570", "italic": true }, "variable.member": { "fg": "#44525b" }, "variable.parameter": { "fg": "#44525b" }, "variable.parameter.builtin": { "fg": "#4f5e68", "bold": true } } };
4
+ var theme = { "name": "zenbones_light", "appearance": "light", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#2c363c", "bold": true }, "attribute.builtin": { "fg": "#4f5e68", "bold": true }, "boolean": { "fg": "#2c363c", "italic": true }, "character": { "fg": "#556570", "italic": true }, "character.special": { "fg": "#4f5e68", "bold": true }, "comment": { "fg": "#948985", "italic": true }, "comment.documentation": { "fg": "#948985", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#948985", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#44525b", "bold": true }, "constant.builtin": { "fg": "#556570", "italic": true }, "constant.macro": { "fg": "#556570", "italic": true }, "constructor": { "fg": "#4f5e68", "bold": true }, "constructor.lua": { "fg": "#8e817b" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#2c363c" }, "function.builtin": { "fg": "#4f5e68", "bold": true }, "function.call": { "fg": "#2c363c" }, "function.macro": { "fg": "#2c363c", "bold": true }, "function.method": { "fg": "#2c363c" }, "function.method.call": { "fg": "#2c363c" }, "highlighted": { "bg": "#e9e4e2" }, "keyword": { "fg": "#2c363c", "bold": true }, "keyword.conditional": { "fg": "#2c363c", "bold": true }, "keyword.conditional.ternary": { "fg": "#2c363c", "bold": true }, "keyword.coroutine": { "fg": "#2c363c", "bold": true }, "keyword.debug": { "fg": "#4f5e68", "bold": true }, "keyword.directive": { "fg": "#2c363c", "bold": true }, "keyword.directive.define": { "fg": "#2c363c", "bold": true }, "keyword.exception": { "fg": "#2c363c", "bold": true }, "keyword.export": { "fg": "#2c363c", "bold": true }, "keyword.function": { "fg": "#2c363c", "bold": true }, "keyword.import": { "fg": "#2c363c", "bold": true }, "keyword.modifier": { "fg": "#2c363c", "bold": true }, "keyword.operator": { "fg": "#2c363c", "bold": true }, "keyword.repeat": { "fg": "#2c363c", "bold": true }, "keyword.return": { "fg": "#2c363c", "bold": true }, "keyword.type": { "fg": "#2c363c", "bold": true }, "label": { "fg": "#2c363c", "bold": true }, "markup": { "fg": "#4f5e68", "bold": true }, "markup.environment": { "fg": "#2c363c", "bold": true }, "markup.environment.name": { "fg": "#2c363c", "bold": true }, "markup.heading": { "fg": "#2c363c", "bold": true }, "markup.heading.1": { "fg": "#2c363c", "bold": true }, "markup.heading.2": { "fg": "#2c363c", "bold": true }, "markup.heading.3": { "fg": "#2c363c", "bold": true }, "markup.heading.4": { "fg": "#2c363c", "bold": true }, "markup.heading.5": { "fg": "#2c363c", "bold": true }, "markup.heading.6": { "fg": "#2c363c", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#556570", "italic": true }, "markup.link.label": { "fg": "#4f5e68", "bold": true }, "markup.link.markdown": { "fg": "#44525b", "underline": "solid" }, "markup.link.url": { "fg": "#556570", "italic": true }, "markup.link.url.markdown": { "fg": "#948985" }, "markup.list": { "fg": "#4f5e68", "bold": true }, "markup.list.checked": { "fg": "#4f5e68", "bold": true }, "markup.list.unchecked": { "fg": "#4f5e68", "bold": true }, "markup.math": { "fg": "#4f5e68", "bold": true }, "markup.quote": { "fg": "#556570" }, "markup.raw": { "fg": "#556570", "italic": true }, "markup.raw.block": { "fg": "#556570", "italic": true }, "markup.raw.markdown": { "fg": "#6a5549" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#556570", "italic": true }, "module.builtin": { "fg": "#556570", "italic": true }, "normal": { "fg": "#2c363c", "bg": "#f0edec" }, "number": { "fg": "#556570" }, "number.float": { "fg": "#556570" }, "operator": { "fg": "#2c363c", "bold": true }, "property": { "fg": "#44525b" }, "punctuation.bracket": { "fg": "#8e817b" }, "punctuation.delimiter": { "fg": "#8e817b" }, "punctuation.special": { "fg": "#8e817b" }, "punctuation.special.markdown": { "fg": "#4f5e68", "bold": true }, "string": { "fg": "#556570", "italic": true }, "string.documentation": { "fg": "#556570", "italic": true }, "string.escape": { "fg": "#4f5e68", "bold": true }, "string.escape.markdown": { "fg": "#bbaba3", "italic": true }, "string.regexp": { "fg": "#556570", "italic": true }, "string.special": { "fg": "#4f5e68", "bold": true }, "string.special.path": { "fg": "#4f5e68", "bold": true }, "string.special.symbol": { "fg": "#44525b" }, "string.special.url": { "fg": "#4f5e68", "bold": true }, "tag": { "fg": "#4f5e68", "bold": true }, "tag.attribute": { "fg": "#44525b" }, "tag.builtin": { "fg": "#4f5e68", "bold": true }, "tag.delimiter": { "fg": "#8e817b" }, "type": { "fg": "#6a5549" }, "type.builtin": { "fg": "#6a5549" }, "type.definition": { "fg": "#6a5549" }, "variable": { "fg": "#44525b" }, "variable.builtin": { "fg": "#556570", "italic": true }, "variable.member": { "fg": "#44525b" }, "variable.parameter": { "fg": "#44525b" }, "variable.parameter.builtin": { "fg": "#4f5e68", "bold": true } } };
5
5
  var zenbones_light_default = theme;
6
6
 
7
7
  module.exports = zenbones_light_default;
@@ -1 +1 @@
1
- export { default_alias_246 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_240 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_246 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_240 as default } from '../_tsup-dts-rollup.js';
@@ -1,5 +1,5 @@
1
1
  // themes/zenbones_light.ts
2
- var theme = { "name": "zenbones_light", "appearance": "light", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#2c363c", "bold": true }, "attribute.builtin": { "fg": "#4f5e68", "bold": true }, "boolean": { "fg": "#2c363c", "italic": true }, "character": { "fg": "#556570", "italic": true }, "character.special": { "fg": "#4f5e68", "bold": true }, "comment": { "fg": "#948985", "italic": true }, "comment.documentation": { "fg": "#948985", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#948985", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#44525b", "bold": true }, "constant.builtin": { "fg": "#556570", "italic": true }, "constant.macro": { "fg": "#556570", "italic": true }, "constructor": { "fg": "#4f5e68", "bold": true }, "constructor.lua": { "fg": "#8e817b" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#2c363c" }, "function.builtin": { "fg": "#4f5e68", "bold": true }, "function.call": { "fg": "#2c363c" }, "function.macro": { "fg": "#2c363c", "bold": true }, "function.method": { "fg": "#2c363c" }, "function.method.call": { "fg": "#2c363c" }, "highlighted": { "bg": "#e9e4e2" }, "keyword": { "fg": "#2c363c", "bold": true }, "keyword.conditional": { "fg": "#2c363c", "bold": true }, "keyword.conditional.ternary": { "fg": "#2c363c", "bold": true }, "keyword.coroutine": { "fg": "#2c363c", "bold": true }, "keyword.debug": { "fg": "#4f5e68", "bold": true }, "keyword.directive": { "fg": "#2c363c", "bold": true }, "keyword.directive.define": { "fg": "#2c363c", "bold": true }, "keyword.exception": { "fg": "#2c363c", "bold": true }, "keyword.export": { "fg": "#2c363c", "bold": true }, "keyword.function": { "fg": "#2c363c", "bold": true }, "keyword.import": { "fg": "#2c363c", "bold": true }, "keyword.modifier": { "fg": "#2c363c", "bold": true }, "keyword.operator": { "fg": "#2c363c", "bold": true }, "keyword.repeat": { "fg": "#2c363c", "bold": true }, "keyword.return": { "fg": "#2c363c", "bold": true }, "keyword.type": { "fg": "#2c363c", "bold": true }, "label": { "fg": "#2c363c", "bold": true }, "markup": { "fg": "#4f5e68", "bold": true }, "markup.environment": { "fg": "#2c363c", "bold": true }, "markup.environment.name": { "fg": "#2c363c", "bold": true }, "markup.heading": { "fg": "#2c363c", "bold": true }, "markup.heading.1": { "fg": "#2c363c", "bold": true }, "markup.heading.2": { "fg": "#2c363c", "bold": true }, "markup.heading.3": { "fg": "#2c363c", "bold": true }, "markup.heading.4": { "fg": "#2c363c", "bold": true }, "markup.heading.5": { "fg": "#2c363c", "bold": true }, "markup.heading.6": { "fg": "#2c363c", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#556570", "italic": true }, "markup.link.label": { "fg": "#4f5e68", "bold": true }, "markup.link.markdown": { "fg": "#44525b", "underline": "solid" }, "markup.link.url": { "fg": "#556570", "italic": true }, "markup.link.url.markdown": { "fg": "#948985" }, "markup.list": { "fg": "#4f5e68", "bold": true }, "markup.list.checked": { "fg": "#4f5e68", "bold": true }, "markup.list.unchecked": { "fg": "#4f5e68", "bold": true }, "markup.math": { "fg": "#4f5e68", "bold": true }, "markup.quote": { "fg": "#556570" }, "markup.raw": { "fg": "#556570", "italic": true }, "markup.raw.block": { "fg": "#556570", "italic": true }, "markup.raw.markdown": { "fg": "#6a5549" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#556570", "italic": true }, "module.builtin": { "fg": "#556570", "italic": true }, "normal": { "fg": "#2c363c", "bg": "#f0edec" }, "number": { "fg": "#556570" }, "number.float": { "fg": "#556570" }, "operator": { "fg": "#2c363c", "bold": true }, "property": { "fg": "#44525b" }, "punctuation.bracket": { "fg": "#8e817b" }, "punctuation.delimiter": { "fg": "#8e817b" }, "punctuation.special": { "fg": "#8e817b" }, "punctuation.special.markdown": { "fg": "#4f5e68", "bold": true }, "string": { "fg": "#556570", "italic": true }, "string.documentation": { "fg": "#556570", "italic": true }, "string.escape": { "fg": "#4f5e68", "bold": true }, "string.escape.markdown": { "fg": "#bbaba3", "italic": true }, "string.regexp": { "fg": "#556570", "italic": true }, "string.special": { "fg": "#4f5e68", "bold": true }, "string.special.path": { "fg": "#4f5e68", "bold": true }, "string.special.symbol": { "fg": "#44525b" }, "string.special.url": { "fg": "#4f5e68", "bold": true }, "tag": { "fg": "#4f5e68", "bold": true }, "tag.attribute": { "fg": "#44525b" }, "tag.builtin": { "fg": "#4f5e68", "bold": true }, "tag.delimiter": { "fg": "#8e817b" }, "type": { "fg": "#6a5549" }, "type.builtin": { "fg": "#6a5549" }, "type.definition": { "fg": "#6a5549" }, "variable": { "fg": "#44525b" }, "variable.builtin": { "fg": "#556570", "italic": true }, "variable.member": { "fg": "#44525b" }, "variable.parameter": { "fg": "#44525b" }, "variable.parameter.builtin": { "fg": "#4f5e68", "bold": true } } };
2
+ var theme = { "name": "zenbones_light", "appearance": "light", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#2c363c", "bold": true }, "attribute.builtin": { "fg": "#4f5e68", "bold": true }, "boolean": { "fg": "#2c363c", "italic": true }, "character": { "fg": "#556570", "italic": true }, "character.special": { "fg": "#4f5e68", "bold": true }, "comment": { "fg": "#948985", "italic": true }, "comment.documentation": { "fg": "#948985", "italic": true }, "comment.error": { "fg": "#a8334c" }, "comment.hint": { "fg": "#948985", "italic": true }, "comment.note": { "fg": "#286486" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#944927" }, "constant": { "fg": "#44525b", "bold": true }, "constant.builtin": { "fg": "#556570", "italic": true }, "constant.macro": { "fg": "#556570", "italic": true }, "constructor": { "fg": "#4f5e68", "bold": true }, "constructor.lua": { "fg": "#8e817b" }, "diff.delta": { "bg": "#d4dee7" }, "diff.minus": { "bg": "#ebd8da" }, "diff.plus": { "bg": "#cbe5b8" }, "function": { "fg": "#2c363c" }, "function.builtin": { "fg": "#4f5e68", "bold": true }, "function.call": { "fg": "#2c363c" }, "function.macro": { "fg": "#2c363c", "bold": true }, "function.method": { "fg": "#2c363c" }, "function.method.call": { "fg": "#2c363c" }, "highlighted": { "bg": "#e9e4e2" }, "keyword": { "fg": "#2c363c", "bold": true }, "keyword.conditional": { "fg": "#2c363c", "bold": true }, "keyword.conditional.ternary": { "fg": "#2c363c", "bold": true }, "keyword.coroutine": { "fg": "#2c363c", "bold": true }, "keyword.debug": { "fg": "#4f5e68", "bold": true }, "keyword.directive": { "fg": "#2c363c", "bold": true }, "keyword.directive.define": { "fg": "#2c363c", "bold": true }, "keyword.exception": { "fg": "#2c363c", "bold": true }, "keyword.export": { "fg": "#2c363c", "bold": true }, "keyword.function": { "fg": "#2c363c", "bold": true }, "keyword.import": { "fg": "#2c363c", "bold": true }, "keyword.modifier": { "fg": "#2c363c", "bold": true }, "keyword.operator": { "fg": "#2c363c", "bold": true }, "keyword.repeat": { "fg": "#2c363c", "bold": true }, "keyword.return": { "fg": "#2c363c", "bold": true }, "keyword.type": { "fg": "#2c363c", "bold": true }, "label": { "fg": "#2c363c", "bold": true }, "markup": { "fg": "#4f5e68", "bold": true }, "markup.environment": { "fg": "#2c363c", "bold": true }, "markup.environment.name": { "fg": "#2c363c", "bold": true }, "markup.heading": { "fg": "#2c363c", "bold": true }, "markup.heading.1": { "fg": "#2c363c", "bold": true }, "markup.heading.2": { "fg": "#2c363c", "bold": true }, "markup.heading.3": { "fg": "#2c363c", "bold": true }, "markup.heading.4": { "fg": "#2c363c", "bold": true }, "markup.heading.5": { "fg": "#2c363c", "bold": true }, "markup.heading.6": { "fg": "#2c363c", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#556570", "italic": true }, "markup.link.label": { "fg": "#4f5e68", "bold": true }, "markup.link.markdown": { "fg": "#44525b", "underline": "solid" }, "markup.link.url": { "fg": "#556570", "italic": true }, "markup.link.url.markdown": { "fg": "#948985" }, "markup.list": { "fg": "#4f5e68", "bold": true }, "markup.list.checked": { "fg": "#4f5e68", "bold": true }, "markup.list.unchecked": { "fg": "#4f5e68", "bold": true }, "markup.math": { "fg": "#4f5e68", "bold": true }, "markup.quote": { "fg": "#556570" }, "markup.raw": { "fg": "#556570", "italic": true }, "markup.raw.block": { "fg": "#556570", "italic": true }, "markup.raw.markdown": { "fg": "#6a5549" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#556570", "italic": true }, "module.builtin": { "fg": "#556570", "italic": true }, "normal": { "fg": "#2c363c", "bg": "#f0edec" }, "number": { "fg": "#556570" }, "number.float": { "fg": "#556570" }, "operator": { "fg": "#2c363c", "bold": true }, "property": { "fg": "#44525b" }, "punctuation.bracket": { "fg": "#8e817b" }, "punctuation.delimiter": { "fg": "#8e817b" }, "punctuation.special": { "fg": "#8e817b" }, "punctuation.special.markdown": { "fg": "#4f5e68", "bold": true }, "string": { "fg": "#556570", "italic": true }, "string.documentation": { "fg": "#556570", "italic": true }, "string.escape": { "fg": "#4f5e68", "bold": true }, "string.escape.markdown": { "fg": "#bbaba3", "italic": true }, "string.regexp": { "fg": "#556570", "italic": true }, "string.special": { "fg": "#4f5e68", "bold": true }, "string.special.path": { "fg": "#4f5e68", "bold": true }, "string.special.symbol": { "fg": "#44525b" }, "string.special.url": { "fg": "#4f5e68", "bold": true }, "tag": { "fg": "#4f5e68", "bold": true }, "tag.attribute": { "fg": "#44525b" }, "tag.builtin": { "fg": "#4f5e68", "bold": true }, "tag.delimiter": { "fg": "#8e817b" }, "type": { "fg": "#6a5549" }, "type.builtin": { "fg": "#6a5549" }, "type.definition": { "fg": "#6a5549" }, "variable": { "fg": "#44525b" }, "variable.builtin": { "fg": "#556570", "italic": true }, "variable.member": { "fg": "#44525b" }, "variable.parameter": { "fg": "#44525b" }, "variable.parameter.builtin": { "fg": "#4f5e68", "bold": true } } };
3
3
  var zenbones_light_default = theme;
4
4
 
5
5
  export { zenbones_light_default as default };
@@ -1 +1 @@
1
- export { default_alias_247 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_241 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_247 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_241 as default } from '../_tsup-dts-rollup.js';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/zenburned.ts
4
- var theme = { "name": "zenburned", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#ffcdab" }, "attribute.builtin": { "fg": "#f0f08f" }, "boolean": { "fg": "#f0e4cf", "italic": true }, "character": { "fg": "#baa681", "italic": true }, "character.special": { "fg": "#f0f08f" }, "comment": { "fg": "#848484", "italic": true }, "comment.documentation": { "fg": "#848484", "italic": true }, "comment.error": { "fg": "#e3716e" }, "comment.hint": { "fg": "#848484", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#d5be95", "bold": true }, "constant.builtin": { "fg": "#baa681", "italic": true }, "constant.macro": { "fg": "#baa681", "italic": true }, "constructor": { "fg": "#f0f08f" }, "constructor.lua": { "fg": "#939393" }, "diff.delta": { "bg": "#3d5568" }, "diff.minus": { "bg": "#764544" }, "diff.plus": { "bg": "#475737" }, "function": { "fg": "#f0e4cf" }, "function.builtin": { "fg": "#f0f08f" }, "function.call": { "fg": "#f0e4cf" }, "function.macro": { "fg": "#ffcdab" }, "function.method": { "fg": "#f0e4cf" }, "function.method.call": { "fg": "#f0e4cf" }, "highlighted": { "bg": "#474747" }, "keyword": { "fg": "#dca2a2", "bold": true }, "keyword.conditional": { "fg": "#dca2a2", "bold": true }, "keyword.conditional.ternary": { "fg": "#dca2a2", "bold": true }, "keyword.coroutine": { "fg": "#dca2a2", "bold": true }, "keyword.debug": { "fg": "#f0f08f" }, "keyword.directive": { "fg": "#ffcdab" }, "keyword.directive.define": { "fg": "#ffcdab" }, "keyword.exception": { "fg": "#dca2a2", "bold": true }, "keyword.export": { "fg": "#dca2a2", "bold": true }, "keyword.function": { "fg": "#dca2a2", "bold": true }, "keyword.import": { "fg": "#ffcdab" }, "keyword.modifier": { "fg": "#dca2a2", "bold": true }, "keyword.operator": { "fg": "#dca2a2", "bold": true }, "keyword.repeat": { "fg": "#dca2a2", "bold": true }, "keyword.return": { "fg": "#dca2a2", "bold": true }, "keyword.type": { "fg": "#dca2a2", "bold": true }, "label": { "fg": "#dca2a2", "bold": true }, "markup": { "fg": "#f0f08f" }, "markup.environment": { "fg": "#ffcdab" }, "markup.environment.name": { "fg": "#ffcdab" }, "markup.heading": { "fg": "#f0e4cf", "bold": true }, "markup.heading.1": { "fg": "#f0e4cf", "bold": true }, "markup.heading.2": { "fg": "#f0e4cf", "bold": true }, "markup.heading.3": { "fg": "#f0e4cf", "bold": true }, "markup.heading.4": { "fg": "#f0e4cf", "bold": true }, "markup.heading.5": { "fg": "#f0e4cf", "bold": true }, "markup.heading.6": { "fg": "#f0e4cf", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#baa681", "italic": true }, "markup.link.label": { "fg": "#f0f08f" }, "markup.link.markdown": { "fg": "#d5be95", "underline": "solid" }, "markup.link.url": { "fg": "#baa681", "italic": true }, "markup.link.url.markdown": { "fg": "#848484" }, "markup.list": { "fg": "#f0f08f" }, "markup.list.checked": { "fg": "#f0f08f" }, "markup.list.unchecked": { "fg": "#f0f08f" }, "markup.math": { "fg": "#f0f08f" }, "markup.quote": { "fg": "#baa681" }, "markup.raw": { "fg": "#baa681", "italic": true }, "markup.raw.block": { "fg": "#baa681", "italic": true }, "markup.raw.markdown": { "fg": "#a8a8a8" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#baa681", "italic": true }, "module.builtin": { "fg": "#baa681", "italic": true }, "normal": { "fg": "#f0e4cf", "bg": "#404040" }, "number": { "fg": "#baa681" }, "number.float": { "fg": "#baa681" }, "operator": { "fg": "#dca2a2", "bold": true }, "property": { "fg": "#d5be95" }, "punctuation.bracket": { "fg": "#939393" }, "punctuation.delimiter": { "fg": "#939393" }, "punctuation.special": { "fg": "#939393" }, "punctuation.special.markdown": { "fg": "#f0f08f" }, "string": { "fg": "#baa681", "italic": true }, "string.documentation": { "fg": "#baa681", "italic": true }, "string.escape": { "fg": "#f0f08f" }, "string.escape.markdown": { "fg": "#747474", "italic": true }, "string.regexp": { "fg": "#baa681", "italic": true }, "string.special": { "fg": "#f0f08f" }, "string.special.path": { "fg": "#f0f08f" }, "string.special.symbol": { "fg": "#d5be95" }, "string.special.url": { "fg": "#f0f08f" }, "tag": { "fg": "#f0f08f" }, "tag.attribute": { "fg": "#d5be95" }, "tag.builtin": { "fg": "#f0f08f" }, "tag.delimiter": { "fg": "#939393" }, "type": { "fg": "#a8a8a8" }, "type.builtin": { "fg": "#a8a8a8" }, "type.definition": { "fg": "#a8a8a8" }, "variable": { "fg": "#d5be95" }, "variable.builtin": { "fg": "#baa681", "italic": true }, "variable.member": { "fg": "#d5be95" }, "variable.parameter": { "fg": "#d5be95" }, "variable.parameter.builtin": { "fg": "#f0f08f" } } };
4
+ var theme = { "name": "zenburned", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#ffcdab" }, "attribute.builtin": { "fg": "#f0f08f" }, "boolean": { "fg": "#f0e4cf", "italic": true }, "character": { "fg": "#baa681", "italic": true }, "character.special": { "fg": "#f0f08f" }, "comment": { "fg": "#848484", "italic": true }, "comment.documentation": { "fg": "#848484", "italic": true }, "comment.error": { "fg": "#e3716e" }, "comment.hint": { "fg": "#848484", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#d5be95", "bold": true }, "constant.builtin": { "fg": "#baa681", "italic": true }, "constant.macro": { "fg": "#baa681", "italic": true }, "constructor": { "fg": "#f0f08f" }, "constructor.lua": { "fg": "#939393" }, "diff.delta": { "bg": "#3d5568" }, "diff.minus": { "bg": "#764544" }, "diff.plus": { "bg": "#475737" }, "function": { "fg": "#f0e4cf" }, "function.builtin": { "fg": "#f0f08f" }, "function.call": { "fg": "#f0e4cf" }, "function.macro": { "fg": "#ffcdab" }, "function.method": { "fg": "#f0e4cf" }, "function.method.call": { "fg": "#f0e4cf" }, "highlighted": { "bg": "#474747" }, "keyword": { "fg": "#dca2a2", "bold": true }, "keyword.conditional": { "fg": "#dca2a2", "bold": true }, "keyword.conditional.ternary": { "fg": "#dca2a2", "bold": true }, "keyword.coroutine": { "fg": "#dca2a2", "bold": true }, "keyword.debug": { "fg": "#f0f08f" }, "keyword.directive": { "fg": "#ffcdab" }, "keyword.directive.define": { "fg": "#ffcdab" }, "keyword.exception": { "fg": "#dca2a2", "bold": true }, "keyword.export": { "fg": "#dca2a2", "bold": true }, "keyword.function": { "fg": "#dca2a2", "bold": true }, "keyword.import": { "fg": "#ffcdab" }, "keyword.modifier": { "fg": "#dca2a2", "bold": true }, "keyword.operator": { "fg": "#dca2a2", "bold": true }, "keyword.repeat": { "fg": "#dca2a2", "bold": true }, "keyword.return": { "fg": "#dca2a2", "bold": true }, "keyword.type": { "fg": "#dca2a2", "bold": true }, "label": { "fg": "#dca2a2", "bold": true }, "markup": { "fg": "#f0f08f" }, "markup.environment": { "fg": "#ffcdab" }, "markup.environment.name": { "fg": "#ffcdab" }, "markup.heading": { "fg": "#f0e4cf", "bold": true }, "markup.heading.1": { "fg": "#f0e4cf", "bold": true }, "markup.heading.2": { "fg": "#f0e4cf", "bold": true }, "markup.heading.3": { "fg": "#f0e4cf", "bold": true }, "markup.heading.4": { "fg": "#f0e4cf", "bold": true }, "markup.heading.5": { "fg": "#f0e4cf", "bold": true }, "markup.heading.6": { "fg": "#f0e4cf", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#baa681", "italic": true }, "markup.link.label": { "fg": "#f0f08f" }, "markup.link.markdown": { "fg": "#d5be95", "underline": "solid" }, "markup.link.url": { "fg": "#baa681", "italic": true }, "markup.link.url.markdown": { "fg": "#848484" }, "markup.list": { "fg": "#f0f08f" }, "markup.list.checked": { "fg": "#f0f08f" }, "markup.list.unchecked": { "fg": "#f0f08f" }, "markup.math": { "fg": "#f0f08f" }, "markup.quote": { "fg": "#baa681" }, "markup.raw": { "fg": "#baa681", "italic": true }, "markup.raw.block": { "fg": "#baa681", "italic": true }, "markup.raw.markdown": { "fg": "#a8a8a8" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#baa681", "italic": true }, "module.builtin": { "fg": "#baa681", "italic": true }, "normal": { "fg": "#f0e4cf", "bg": "#404040" }, "number": { "fg": "#baa681" }, "number.float": { "fg": "#baa681" }, "operator": { "fg": "#dca2a2", "bold": true }, "property": { "fg": "#d5be95" }, "punctuation.bracket": { "fg": "#939393" }, "punctuation.delimiter": { "fg": "#939393" }, "punctuation.special": { "fg": "#939393" }, "punctuation.special.markdown": { "fg": "#f0f08f" }, "string": { "fg": "#baa681", "italic": true }, "string.documentation": { "fg": "#baa681", "italic": true }, "string.escape": { "fg": "#f0f08f" }, "string.escape.markdown": { "fg": "#747474", "italic": true }, "string.regexp": { "fg": "#baa681", "italic": true }, "string.special": { "fg": "#f0f08f" }, "string.special.path": { "fg": "#f0f08f" }, "string.special.symbol": { "fg": "#d5be95" }, "string.special.url": { "fg": "#f0f08f" }, "tag": { "fg": "#f0f08f" }, "tag.attribute": { "fg": "#d5be95" }, "tag.builtin": { "fg": "#f0f08f" }, "tag.delimiter": { "fg": "#939393" }, "type": { "fg": "#a8a8a8" }, "type.builtin": { "fg": "#a8a8a8" }, "type.definition": { "fg": "#a8a8a8" }, "variable": { "fg": "#d5be95" }, "variable.builtin": { "fg": "#baa681", "italic": true }, "variable.member": { "fg": "#d5be95" }, "variable.parameter": { "fg": "#d5be95" }, "variable.parameter.builtin": { "fg": "#f0f08f" } } };
5
5
  var zenburned_default = theme;
6
6
 
7
7
  module.exports = zenburned_default;
@@ -1 +1 @@
1
- export { default_alias_248 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_242 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_248 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_242 as default } from '../_tsup-dts-rollup.js';
@@ -1,5 +1,5 @@
1
1
  // themes/zenburned.ts
2
- var theme = { "name": "zenburned", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#ffcdab" }, "attribute.builtin": { "fg": "#f0f08f" }, "boolean": { "fg": "#f0e4cf", "italic": true }, "character": { "fg": "#baa681", "italic": true }, "character.special": { "fg": "#f0f08f" }, "comment": { "fg": "#848484", "italic": true }, "comment.documentation": { "fg": "#848484", "italic": true }, "comment.error": { "fg": "#e3716e" }, "comment.hint": { "fg": "#848484", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#d5be95", "bold": true }, "constant.builtin": { "fg": "#baa681", "italic": true }, "constant.macro": { "fg": "#baa681", "italic": true }, "constructor": { "fg": "#f0f08f" }, "constructor.lua": { "fg": "#939393" }, "diff.delta": { "bg": "#3d5568" }, "diff.minus": { "bg": "#764544" }, "diff.plus": { "bg": "#475737" }, "function": { "fg": "#f0e4cf" }, "function.builtin": { "fg": "#f0f08f" }, "function.call": { "fg": "#f0e4cf" }, "function.macro": { "fg": "#ffcdab" }, "function.method": { "fg": "#f0e4cf" }, "function.method.call": { "fg": "#f0e4cf" }, "highlighted": { "bg": "#474747" }, "keyword": { "fg": "#dca2a2", "bold": true }, "keyword.conditional": { "fg": "#dca2a2", "bold": true }, "keyword.conditional.ternary": { "fg": "#dca2a2", "bold": true }, "keyword.coroutine": { "fg": "#dca2a2", "bold": true }, "keyword.debug": { "fg": "#f0f08f" }, "keyword.directive": { "fg": "#ffcdab" }, "keyword.directive.define": { "fg": "#ffcdab" }, "keyword.exception": { "fg": "#dca2a2", "bold": true }, "keyword.export": { "fg": "#dca2a2", "bold": true }, "keyword.function": { "fg": "#dca2a2", "bold": true }, "keyword.import": { "fg": "#ffcdab" }, "keyword.modifier": { "fg": "#dca2a2", "bold": true }, "keyword.operator": { "fg": "#dca2a2", "bold": true }, "keyword.repeat": { "fg": "#dca2a2", "bold": true }, "keyword.return": { "fg": "#dca2a2", "bold": true }, "keyword.type": { "fg": "#dca2a2", "bold": true }, "label": { "fg": "#dca2a2", "bold": true }, "markup": { "fg": "#f0f08f" }, "markup.environment": { "fg": "#ffcdab" }, "markup.environment.name": { "fg": "#ffcdab" }, "markup.heading": { "fg": "#f0e4cf", "bold": true }, "markup.heading.1": { "fg": "#f0e4cf", "bold": true }, "markup.heading.2": { "fg": "#f0e4cf", "bold": true }, "markup.heading.3": { "fg": "#f0e4cf", "bold": true }, "markup.heading.4": { "fg": "#f0e4cf", "bold": true }, "markup.heading.5": { "fg": "#f0e4cf", "bold": true }, "markup.heading.6": { "fg": "#f0e4cf", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#baa681", "italic": true }, "markup.link.label": { "fg": "#f0f08f" }, "markup.link.markdown": { "fg": "#d5be95", "underline": "solid" }, "markup.link.url": { "fg": "#baa681", "italic": true }, "markup.link.url.markdown": { "fg": "#848484" }, "markup.list": { "fg": "#f0f08f" }, "markup.list.checked": { "fg": "#f0f08f" }, "markup.list.unchecked": { "fg": "#f0f08f" }, "markup.math": { "fg": "#f0f08f" }, "markup.quote": { "fg": "#baa681" }, "markup.raw": { "fg": "#baa681", "italic": true }, "markup.raw.block": { "fg": "#baa681", "italic": true }, "markup.raw.markdown": { "fg": "#a8a8a8" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#baa681", "italic": true }, "module.builtin": { "fg": "#baa681", "italic": true }, "normal": { "fg": "#f0e4cf", "bg": "#404040" }, "number": { "fg": "#baa681" }, "number.float": { "fg": "#baa681" }, "operator": { "fg": "#dca2a2", "bold": true }, "property": { "fg": "#d5be95" }, "punctuation.bracket": { "fg": "#939393" }, "punctuation.delimiter": { "fg": "#939393" }, "punctuation.special": { "fg": "#939393" }, "punctuation.special.markdown": { "fg": "#f0f08f" }, "string": { "fg": "#baa681", "italic": true }, "string.documentation": { "fg": "#baa681", "italic": true }, "string.escape": { "fg": "#f0f08f" }, "string.escape.markdown": { "fg": "#747474", "italic": true }, "string.regexp": { "fg": "#baa681", "italic": true }, "string.special": { "fg": "#f0f08f" }, "string.special.path": { "fg": "#f0f08f" }, "string.special.symbol": { "fg": "#d5be95" }, "string.special.url": { "fg": "#f0f08f" }, "tag": { "fg": "#f0f08f" }, "tag.attribute": { "fg": "#d5be95" }, "tag.builtin": { "fg": "#f0f08f" }, "tag.delimiter": { "fg": "#939393" }, "type": { "fg": "#a8a8a8" }, "type.builtin": { "fg": "#a8a8a8" }, "type.definition": { "fg": "#a8a8a8" }, "variable": { "fg": "#d5be95" }, "variable.builtin": { "fg": "#baa681", "italic": true }, "variable.member": { "fg": "#d5be95" }, "variable.parameter": { "fg": "#d5be95" }, "variable.parameter.builtin": { "fg": "#f0f08f" } } };
2
+ var theme = { "name": "zenburned", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#ffcdab" }, "attribute.builtin": { "fg": "#f0f08f" }, "boolean": { "fg": "#f0e4cf", "italic": true }, "character": { "fg": "#baa681", "italic": true }, "character.special": { "fg": "#f0f08f" }, "comment": { "fg": "#848484", "italic": true }, "comment.documentation": { "fg": "#848484", "italic": true }, "comment.error": { "fg": "#e3716e" }, "comment.hint": { "fg": "#848484", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#d5be95", "bold": true }, "constant.builtin": { "fg": "#baa681", "italic": true }, "constant.macro": { "fg": "#baa681", "italic": true }, "constructor": { "fg": "#f0f08f" }, "constructor.lua": { "fg": "#939393" }, "diff.delta": { "bg": "#3d5568" }, "diff.minus": { "bg": "#764544" }, "diff.plus": { "bg": "#475737" }, "function": { "fg": "#f0e4cf" }, "function.builtin": { "fg": "#f0f08f" }, "function.call": { "fg": "#f0e4cf" }, "function.macro": { "fg": "#ffcdab" }, "function.method": { "fg": "#f0e4cf" }, "function.method.call": { "fg": "#f0e4cf" }, "highlighted": { "bg": "#474747" }, "keyword": { "fg": "#dca2a2", "bold": true }, "keyword.conditional": { "fg": "#dca2a2", "bold": true }, "keyword.conditional.ternary": { "fg": "#dca2a2", "bold": true }, "keyword.coroutine": { "fg": "#dca2a2", "bold": true }, "keyword.debug": { "fg": "#f0f08f" }, "keyword.directive": { "fg": "#ffcdab" }, "keyword.directive.define": { "fg": "#ffcdab" }, "keyword.exception": { "fg": "#dca2a2", "bold": true }, "keyword.export": { "fg": "#dca2a2", "bold": true }, "keyword.function": { "fg": "#dca2a2", "bold": true }, "keyword.import": { "fg": "#ffcdab" }, "keyword.modifier": { "fg": "#dca2a2", "bold": true }, "keyword.operator": { "fg": "#dca2a2", "bold": true }, "keyword.repeat": { "fg": "#dca2a2", "bold": true }, "keyword.return": { "fg": "#dca2a2", "bold": true }, "keyword.type": { "fg": "#dca2a2", "bold": true }, "label": { "fg": "#dca2a2", "bold": true }, "markup": { "fg": "#f0f08f" }, "markup.environment": { "fg": "#ffcdab" }, "markup.environment.name": { "fg": "#ffcdab" }, "markup.heading": { "fg": "#f0e4cf", "bold": true }, "markup.heading.1": { "fg": "#f0e4cf", "bold": true }, "markup.heading.2": { "fg": "#f0e4cf", "bold": true }, "markup.heading.3": { "fg": "#f0e4cf", "bold": true }, "markup.heading.4": { "fg": "#f0e4cf", "bold": true }, "markup.heading.5": { "fg": "#f0e4cf", "bold": true }, "markup.heading.6": { "fg": "#f0e4cf", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#baa681", "italic": true }, "markup.link.label": { "fg": "#f0f08f" }, "markup.link.markdown": { "fg": "#d5be95", "underline": "solid" }, "markup.link.url": { "fg": "#baa681", "italic": true }, "markup.link.url.markdown": { "fg": "#848484" }, "markup.list": { "fg": "#f0f08f" }, "markup.list.checked": { "fg": "#f0f08f" }, "markup.list.unchecked": { "fg": "#f0f08f" }, "markup.math": { "fg": "#f0f08f" }, "markup.quote": { "fg": "#baa681" }, "markup.raw": { "fg": "#baa681", "italic": true }, "markup.raw.block": { "fg": "#baa681", "italic": true }, "markup.raw.markdown": { "fg": "#a8a8a8" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#baa681", "italic": true }, "module.builtin": { "fg": "#baa681", "italic": true }, "normal": { "fg": "#f0e4cf", "bg": "#404040" }, "number": { "fg": "#baa681" }, "number.float": { "fg": "#baa681" }, "operator": { "fg": "#dca2a2", "bold": true }, "property": { "fg": "#d5be95" }, "punctuation.bracket": { "fg": "#939393" }, "punctuation.delimiter": { "fg": "#939393" }, "punctuation.special": { "fg": "#939393" }, "punctuation.special.markdown": { "fg": "#f0f08f" }, "string": { "fg": "#baa681", "italic": true }, "string.documentation": { "fg": "#baa681", "italic": true }, "string.escape": { "fg": "#f0f08f" }, "string.escape.markdown": { "fg": "#747474", "italic": true }, "string.regexp": { "fg": "#baa681", "italic": true }, "string.special": { "fg": "#f0f08f" }, "string.special.path": { "fg": "#f0f08f" }, "string.special.symbol": { "fg": "#d5be95" }, "string.special.url": { "fg": "#f0f08f" }, "tag": { "fg": "#f0f08f" }, "tag.attribute": { "fg": "#d5be95" }, "tag.builtin": { "fg": "#f0f08f" }, "tag.delimiter": { "fg": "#939393" }, "type": { "fg": "#a8a8a8" }, "type.builtin": { "fg": "#a8a8a8" }, "type.definition": { "fg": "#a8a8a8" }, "variable": { "fg": "#d5be95" }, "variable.builtin": { "fg": "#baa681", "italic": true }, "variable.member": { "fg": "#d5be95" }, "variable.parameter": { "fg": "#d5be95" }, "variable.parameter.builtin": { "fg": "#f0f08f" } } };
3
3
  var zenburned_default = theme;
4
4
 
5
5
  export { zenburned_default as default };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/zenwritten_dark.ts
4
- var theme = { "name": "zenwritten_dark", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#bbbbbb", "bold": true }, "attribute.builtin": { "fg": "#939393", "bold": true }, "boolean": { "fg": "#bbbbbb", "italic": true }, "character": { "fg": "#8b8b8b", "italic": true }, "character.special": { "fg": "#939393", "bold": true }, "comment": { "fg": "#686868", "italic": true }, "comment.documentation": { "fg": "#686868", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#686868", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#9e9e9e", "bold": true }, "constant.builtin": { "fg": "#8b8b8b", "italic": true }, "constant.macro": { "fg": "#8b8b8b", "italic": true }, "constructor": { "fg": "#939393", "bold": true }, "constructor.lua": { "fg": "#7c7c7c" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#bbbbbb" }, "function.builtin": { "fg": "#939393", "bold": true }, "function.call": { "fg": "#bbbbbb" }, "function.macro": { "fg": "#bbbbbb", "bold": true }, "function.method": { "fg": "#bbbbbb" }, "function.method.call": { "fg": "#bbbbbb" }, "highlighted": { "bg": "#222222" }, "keyword": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional.ternary": { "fg": "#bbbbbb", "bold": true }, "keyword.coroutine": { "fg": "#bbbbbb", "bold": true }, "keyword.debug": { "fg": "#939393", "bold": true }, "keyword.directive": { "fg": "#bbbbbb", "bold": true }, "keyword.directive.define": { "fg": "#bbbbbb", "bold": true }, "keyword.exception": { "fg": "#bbbbbb", "bold": true }, "keyword.export": { "fg": "#bbbbbb", "bold": true }, "keyword.function": { "fg": "#bbbbbb", "bold": true }, "keyword.import": { "fg": "#bbbbbb", "bold": true }, "keyword.modifier": { "fg": "#bbbbbb", "bold": true }, "keyword.operator": { "fg": "#bbbbbb", "bold": true }, "keyword.repeat": { "fg": "#bbbbbb", "bold": true }, "keyword.return": { "fg": "#bbbbbb", "bold": true }, "keyword.type": { "fg": "#bbbbbb", "bold": true }, "label": { "fg": "#bbbbbb", "bold": true }, "markup": { "fg": "#939393", "bold": true }, "markup.environment": { "fg": "#bbbbbb", "bold": true }, "markup.environment.name": { "fg": "#bbbbbb", "bold": true }, "markup.heading": { "fg": "#bbbbbb", "bold": true }, "markup.heading.1": { "fg": "#bbbbbb", "bold": true }, "markup.heading.2": { "fg": "#bbbbbb", "bold": true }, "markup.heading.3": { "fg": "#bbbbbb", "bold": true }, "markup.heading.4": { "fg": "#bbbbbb", "bold": true }, "markup.heading.5": { "fg": "#bbbbbb", "bold": true }, "markup.heading.6": { "fg": "#bbbbbb", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#8b8b8b", "italic": true }, "markup.link.label": { "fg": "#939393", "bold": true }, "markup.link.markdown": { "fg": "#9e9e9e", "underline": "solid" }, "markup.link.url": { "fg": "#8b8b8b", "italic": true }, "markup.link.url.markdown": { "fg": "#686868" }, "markup.list": { "fg": "#939393", "bold": true }, "markup.list.checked": { "fg": "#939393", "bold": true }, "markup.list.unchecked": { "fg": "#939393", "bold": true }, "markup.math": { "fg": "#939393", "bold": true }, "markup.quote": { "fg": "#8b8b8b" }, "markup.raw": { "fg": "#8b8b8b", "italic": true }, "markup.raw.block": { "fg": "#8b8b8b", "italic": true }, "markup.raw.markdown": { "fg": "#969696" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8b8b8b", "italic": true }, "module.builtin": { "fg": "#8b8b8b", "italic": true }, "normal": { "fg": "#bbbbbb", "bg": "#191919" }, "number": { "fg": "#8b8b8b" }, "number.float": { "fg": "#8b8b8b" }, "operator": { "fg": "#bbbbbb", "bold": true }, "property": { "fg": "#9e9e9e" }, "punctuation.bracket": { "fg": "#7c7c7c" }, "punctuation.delimiter": { "fg": "#7c7c7c" }, "punctuation.special": { "fg": "#7c7c7c" }, "punctuation.special.markdown": { "fg": "#939393", "bold": true }, "string": { "fg": "#8b8b8b", "italic": true }, "string.documentation": { "fg": "#8b8b8b", "italic": true }, "string.escape": { "fg": "#939393", "bold": true }, "string.escape.markdown": { "fg": "#555555", "italic": true }, "string.regexp": { "fg": "#8b8b8b", "italic": true }, "string.special": { "fg": "#939393", "bold": true }, "string.special.path": { "fg": "#939393", "bold": true }, "string.special.symbol": { "fg": "#9e9e9e" }, "string.special.url": { "fg": "#939393", "bold": true }, "tag": { "fg": "#939393", "bold": true }, "tag.attribute": { "fg": "#9e9e9e" }, "tag.builtin": { "fg": "#939393", "bold": true }, "tag.delimiter": { "fg": "#7c7c7c" }, "type": { "fg": "#969696" }, "type.builtin": { "fg": "#969696" }, "type.definition": { "fg": "#969696" }, "variable": { "fg": "#9e9e9e" }, "variable.builtin": { "fg": "#8b8b8b", "italic": true }, "variable.member": { "fg": "#9e9e9e" }, "variable.parameter": { "fg": "#9e9e9e" }, "variable.parameter.builtin": { "fg": "#939393", "bold": true } } };
4
+ var theme = { "name": "zenwritten_dark", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#bbbbbb", "bold": true }, "attribute.builtin": { "fg": "#939393", "bold": true }, "boolean": { "fg": "#bbbbbb", "italic": true }, "character": { "fg": "#8b8b8b", "italic": true }, "character.special": { "fg": "#939393", "bold": true }, "comment": { "fg": "#686868", "italic": true }, "comment.documentation": { "fg": "#686868", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#686868", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#9e9e9e", "bold": true }, "constant.builtin": { "fg": "#8b8b8b", "italic": true }, "constant.macro": { "fg": "#8b8b8b", "italic": true }, "constructor": { "fg": "#939393", "bold": true }, "constructor.lua": { "fg": "#7c7c7c" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#bbbbbb" }, "function.builtin": { "fg": "#939393", "bold": true }, "function.call": { "fg": "#bbbbbb" }, "function.macro": { "fg": "#bbbbbb", "bold": true }, "function.method": { "fg": "#bbbbbb" }, "function.method.call": { "fg": "#bbbbbb" }, "highlighted": { "bg": "#222222" }, "keyword": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional.ternary": { "fg": "#bbbbbb", "bold": true }, "keyword.coroutine": { "fg": "#bbbbbb", "bold": true }, "keyword.debug": { "fg": "#939393", "bold": true }, "keyword.directive": { "fg": "#bbbbbb", "bold": true }, "keyword.directive.define": { "fg": "#bbbbbb", "bold": true }, "keyword.exception": { "fg": "#bbbbbb", "bold": true }, "keyword.export": { "fg": "#bbbbbb", "bold": true }, "keyword.function": { "fg": "#bbbbbb", "bold": true }, "keyword.import": { "fg": "#bbbbbb", "bold": true }, "keyword.modifier": { "fg": "#bbbbbb", "bold": true }, "keyword.operator": { "fg": "#bbbbbb", "bold": true }, "keyword.repeat": { "fg": "#bbbbbb", "bold": true }, "keyword.return": { "fg": "#bbbbbb", "bold": true }, "keyword.type": { "fg": "#bbbbbb", "bold": true }, "label": { "fg": "#bbbbbb", "bold": true }, "markup": { "fg": "#939393", "bold": true }, "markup.environment": { "fg": "#bbbbbb", "bold": true }, "markup.environment.name": { "fg": "#bbbbbb", "bold": true }, "markup.heading": { "fg": "#bbbbbb", "bold": true }, "markup.heading.1": { "fg": "#bbbbbb", "bold": true }, "markup.heading.2": { "fg": "#bbbbbb", "bold": true }, "markup.heading.3": { "fg": "#bbbbbb", "bold": true }, "markup.heading.4": { "fg": "#bbbbbb", "bold": true }, "markup.heading.5": { "fg": "#bbbbbb", "bold": true }, "markup.heading.6": { "fg": "#bbbbbb", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#8b8b8b", "italic": true }, "markup.link.label": { "fg": "#939393", "bold": true }, "markup.link.markdown": { "fg": "#9e9e9e", "underline": "solid" }, "markup.link.url": { "fg": "#8b8b8b", "italic": true }, "markup.link.url.markdown": { "fg": "#686868" }, "markup.list": { "fg": "#939393", "bold": true }, "markup.list.checked": { "fg": "#939393", "bold": true }, "markup.list.unchecked": { "fg": "#939393", "bold": true }, "markup.math": { "fg": "#939393", "bold": true }, "markup.quote": { "fg": "#8b8b8b" }, "markup.raw": { "fg": "#8b8b8b", "italic": true }, "markup.raw.block": { "fg": "#8b8b8b", "italic": true }, "markup.raw.markdown": { "fg": "#969696" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8b8b8b", "italic": true }, "module.builtin": { "fg": "#8b8b8b", "italic": true }, "normal": { "fg": "#bbbbbb", "bg": "#191919" }, "number": { "fg": "#8b8b8b" }, "number.float": { "fg": "#8b8b8b" }, "operator": { "fg": "#bbbbbb", "bold": true }, "property": { "fg": "#9e9e9e" }, "punctuation.bracket": { "fg": "#7c7c7c" }, "punctuation.delimiter": { "fg": "#7c7c7c" }, "punctuation.special": { "fg": "#7c7c7c" }, "punctuation.special.markdown": { "fg": "#939393", "bold": true }, "string": { "fg": "#8b8b8b", "italic": true }, "string.documentation": { "fg": "#8b8b8b", "italic": true }, "string.escape": { "fg": "#939393", "bold": true }, "string.escape.markdown": { "fg": "#555555", "italic": true }, "string.regexp": { "fg": "#8b8b8b", "italic": true }, "string.special": { "fg": "#939393", "bold": true }, "string.special.path": { "fg": "#939393", "bold": true }, "string.special.symbol": { "fg": "#9e9e9e" }, "string.special.url": { "fg": "#939393", "bold": true }, "tag": { "fg": "#939393", "bold": true }, "tag.attribute": { "fg": "#9e9e9e" }, "tag.builtin": { "fg": "#939393", "bold": true }, "tag.delimiter": { "fg": "#7c7c7c" }, "type": { "fg": "#969696" }, "type.builtin": { "fg": "#969696" }, "type.definition": { "fg": "#969696" }, "variable": { "fg": "#9e9e9e" }, "variable.builtin": { "fg": "#8b8b8b", "italic": true }, "variable.member": { "fg": "#9e9e9e" }, "variable.parameter": { "fg": "#9e9e9e" }, "variable.parameter.builtin": { "fg": "#939393", "bold": true } } };
5
5
  var zenwritten_dark_default = theme;
6
6
 
7
7
  module.exports = zenwritten_dark_default;
@@ -1 +1 @@
1
- export { default_alias_249 as default } from '../_tsup-dts-rollup.cjs';
1
+ export { default_alias_243 as default } from '../_tsup-dts-rollup.cjs';
@@ -1 +1 @@
1
- export { default_alias_249 as default } from '../_tsup-dts-rollup.js';
1
+ export { default_alias_243 as default } from '../_tsup-dts-rollup.js';
@@ -1,5 +1,5 @@
1
1
  // themes/zenwritten_dark.ts
2
- var theme = { "name": "zenwritten_dark", "appearance": "dark", "revision": "239bdb9a09c8d38c752c43590d02f654ed0da2b0", "highlights": { "attribute": { "fg": "#bbbbbb", "bold": true }, "attribute.builtin": { "fg": "#939393", "bold": true }, "boolean": { "fg": "#bbbbbb", "italic": true }, "character": { "fg": "#8b8b8b", "italic": true }, "character.special": { "fg": "#939393", "bold": true }, "comment": { "fg": "#686868", "italic": true }, "comment.documentation": { "fg": "#686868", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#686868", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#9e9e9e", "bold": true }, "constant.builtin": { "fg": "#8b8b8b", "italic": true }, "constant.macro": { "fg": "#8b8b8b", "italic": true }, "constructor": { "fg": "#939393", "bold": true }, "constructor.lua": { "fg": "#7c7c7c" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#bbbbbb" }, "function.builtin": { "fg": "#939393", "bold": true }, "function.call": { "fg": "#bbbbbb" }, "function.macro": { "fg": "#bbbbbb", "bold": true }, "function.method": { "fg": "#bbbbbb" }, "function.method.call": { "fg": "#bbbbbb" }, "highlighted": { "bg": "#222222" }, "keyword": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional.ternary": { "fg": "#bbbbbb", "bold": true }, "keyword.coroutine": { "fg": "#bbbbbb", "bold": true }, "keyword.debug": { "fg": "#939393", "bold": true }, "keyword.directive": { "fg": "#bbbbbb", "bold": true }, "keyword.directive.define": { "fg": "#bbbbbb", "bold": true }, "keyword.exception": { "fg": "#bbbbbb", "bold": true }, "keyword.export": { "fg": "#bbbbbb", "bold": true }, "keyword.function": { "fg": "#bbbbbb", "bold": true }, "keyword.import": { "fg": "#bbbbbb", "bold": true }, "keyword.modifier": { "fg": "#bbbbbb", "bold": true }, "keyword.operator": { "fg": "#bbbbbb", "bold": true }, "keyword.repeat": { "fg": "#bbbbbb", "bold": true }, "keyword.return": { "fg": "#bbbbbb", "bold": true }, "keyword.type": { "fg": "#bbbbbb", "bold": true }, "label": { "fg": "#bbbbbb", "bold": true }, "markup": { "fg": "#939393", "bold": true }, "markup.environment": { "fg": "#bbbbbb", "bold": true }, "markup.environment.name": { "fg": "#bbbbbb", "bold": true }, "markup.heading": { "fg": "#bbbbbb", "bold": true }, "markup.heading.1": { "fg": "#bbbbbb", "bold": true }, "markup.heading.2": { "fg": "#bbbbbb", "bold": true }, "markup.heading.3": { "fg": "#bbbbbb", "bold": true }, "markup.heading.4": { "fg": "#bbbbbb", "bold": true }, "markup.heading.5": { "fg": "#bbbbbb", "bold": true }, "markup.heading.6": { "fg": "#bbbbbb", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#8b8b8b", "italic": true }, "markup.link.label": { "fg": "#939393", "bold": true }, "markup.link.markdown": { "fg": "#9e9e9e", "underline": "solid" }, "markup.link.url": { "fg": "#8b8b8b", "italic": true }, "markup.link.url.markdown": { "fg": "#686868" }, "markup.list": { "fg": "#939393", "bold": true }, "markup.list.checked": { "fg": "#939393", "bold": true }, "markup.list.unchecked": { "fg": "#939393", "bold": true }, "markup.math": { "fg": "#939393", "bold": true }, "markup.quote": { "fg": "#8b8b8b" }, "markup.raw": { "fg": "#8b8b8b", "italic": true }, "markup.raw.block": { "fg": "#8b8b8b", "italic": true }, "markup.raw.markdown": { "fg": "#969696" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8b8b8b", "italic": true }, "module.builtin": { "fg": "#8b8b8b", "italic": true }, "normal": { "fg": "#bbbbbb", "bg": "#191919" }, "number": { "fg": "#8b8b8b" }, "number.float": { "fg": "#8b8b8b" }, "operator": { "fg": "#bbbbbb", "bold": true }, "property": { "fg": "#9e9e9e" }, "punctuation.bracket": { "fg": "#7c7c7c" }, "punctuation.delimiter": { "fg": "#7c7c7c" }, "punctuation.special": { "fg": "#7c7c7c" }, "punctuation.special.markdown": { "fg": "#939393", "bold": true }, "string": { "fg": "#8b8b8b", "italic": true }, "string.documentation": { "fg": "#8b8b8b", "italic": true }, "string.escape": { "fg": "#939393", "bold": true }, "string.escape.markdown": { "fg": "#555555", "italic": true }, "string.regexp": { "fg": "#8b8b8b", "italic": true }, "string.special": { "fg": "#939393", "bold": true }, "string.special.path": { "fg": "#939393", "bold": true }, "string.special.symbol": { "fg": "#9e9e9e" }, "string.special.url": { "fg": "#939393", "bold": true }, "tag": { "fg": "#939393", "bold": true }, "tag.attribute": { "fg": "#9e9e9e" }, "tag.builtin": { "fg": "#939393", "bold": true }, "tag.delimiter": { "fg": "#7c7c7c" }, "type": { "fg": "#969696" }, "type.builtin": { "fg": "#969696" }, "type.definition": { "fg": "#969696" }, "variable": { "fg": "#9e9e9e" }, "variable.builtin": { "fg": "#8b8b8b", "italic": true }, "variable.member": { "fg": "#9e9e9e" }, "variable.parameter": { "fg": "#9e9e9e" }, "variable.parameter.builtin": { "fg": "#939393", "bold": true } } };
2
+ var theme = { "name": "zenwritten_dark", "appearance": "dark", "revision": "8304d8df9b823ff11e103afa62f38c39f534abe6", "highlights": { "attribute": { "fg": "#bbbbbb", "bold": true }, "attribute.builtin": { "fg": "#939393", "bold": true }, "boolean": { "fg": "#bbbbbb", "italic": true }, "character": { "fg": "#8b8b8b", "italic": true }, "character.special": { "fg": "#939393", "bold": true }, "comment": { "fg": "#686868", "italic": true }, "comment.documentation": { "fg": "#686868", "italic": true }, "comment.error": { "fg": "#de6e7c" }, "comment.hint": { "fg": "#686868", "italic": true }, "comment.note": { "fg": "#6099c0" }, "comment.todo": { "bold": true, "underline": "solid" }, "comment.warning": { "fg": "#b77e64" }, "constant": { "fg": "#9e9e9e", "bold": true }, "constant.builtin": { "fg": "#8b8b8b", "italic": true }, "constant.macro": { "fg": "#8b8b8b", "italic": true }, "constructor": { "fg": "#939393", "bold": true }, "constructor.lua": { "fg": "#7c7c7c" }, "diff.delta": { "bg": "#1d2c36" }, "diff.minus": { "bg": "#3e2225" }, "diff.plus": { "bg": "#232d1a" }, "function": { "fg": "#bbbbbb" }, "function.builtin": { "fg": "#939393", "bold": true }, "function.call": { "fg": "#bbbbbb" }, "function.macro": { "fg": "#bbbbbb", "bold": true }, "function.method": { "fg": "#bbbbbb" }, "function.method.call": { "fg": "#bbbbbb" }, "highlighted": { "bg": "#222222" }, "keyword": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional": { "fg": "#bbbbbb", "bold": true }, "keyword.conditional.ternary": { "fg": "#bbbbbb", "bold": true }, "keyword.coroutine": { "fg": "#bbbbbb", "bold": true }, "keyword.debug": { "fg": "#939393", "bold": true }, "keyword.directive": { "fg": "#bbbbbb", "bold": true }, "keyword.directive.define": { "fg": "#bbbbbb", "bold": true }, "keyword.exception": { "fg": "#bbbbbb", "bold": true }, "keyword.export": { "fg": "#bbbbbb", "bold": true }, "keyword.function": { "fg": "#bbbbbb", "bold": true }, "keyword.import": { "fg": "#bbbbbb", "bold": true }, "keyword.modifier": { "fg": "#bbbbbb", "bold": true }, "keyword.operator": { "fg": "#bbbbbb", "bold": true }, "keyword.repeat": { "fg": "#bbbbbb", "bold": true }, "keyword.return": { "fg": "#bbbbbb", "bold": true }, "keyword.type": { "fg": "#bbbbbb", "bold": true }, "label": { "fg": "#bbbbbb", "bold": true }, "markup": { "fg": "#939393", "bold": true }, "markup.environment": { "fg": "#bbbbbb", "bold": true }, "markup.environment.name": { "fg": "#bbbbbb", "bold": true }, "markup.heading": { "fg": "#bbbbbb", "bold": true }, "markup.heading.1": { "fg": "#bbbbbb", "bold": true }, "markup.heading.2": { "fg": "#bbbbbb", "bold": true }, "markup.heading.3": { "fg": "#bbbbbb", "bold": true }, "markup.heading.4": { "fg": "#bbbbbb", "bold": true }, "markup.heading.5": { "fg": "#bbbbbb", "bold": true }, "markup.heading.6": { "fg": "#bbbbbb", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#8b8b8b", "italic": true }, "markup.link.label": { "fg": "#939393", "bold": true }, "markup.link.markdown": { "fg": "#9e9e9e", "underline": "solid" }, "markup.link.url": { "fg": "#8b8b8b", "italic": true }, "markup.link.url.markdown": { "fg": "#686868" }, "markup.list": { "fg": "#939393", "bold": true }, "markup.list.checked": { "fg": "#939393", "bold": true }, "markup.list.unchecked": { "fg": "#939393", "bold": true }, "markup.math": { "fg": "#939393", "bold": true }, "markup.quote": { "fg": "#8b8b8b" }, "markup.raw": { "fg": "#8b8b8b", "italic": true }, "markup.raw.block": { "fg": "#8b8b8b", "italic": true }, "markup.raw.markdown": { "fg": "#969696" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#8b8b8b", "italic": true }, "module.builtin": { "fg": "#8b8b8b", "italic": true }, "normal": { "fg": "#bbbbbb", "bg": "#191919" }, "number": { "fg": "#8b8b8b" }, "number.float": { "fg": "#8b8b8b" }, "operator": { "fg": "#bbbbbb", "bold": true }, "property": { "fg": "#9e9e9e" }, "punctuation.bracket": { "fg": "#7c7c7c" }, "punctuation.delimiter": { "fg": "#7c7c7c" }, "punctuation.special": { "fg": "#7c7c7c" }, "punctuation.special.markdown": { "fg": "#939393", "bold": true }, "string": { "fg": "#8b8b8b", "italic": true }, "string.documentation": { "fg": "#8b8b8b", "italic": true }, "string.escape": { "fg": "#939393", "bold": true }, "string.escape.markdown": { "fg": "#555555", "italic": true }, "string.regexp": { "fg": "#8b8b8b", "italic": true }, "string.special": { "fg": "#939393", "bold": true }, "string.special.path": { "fg": "#939393", "bold": true }, "string.special.symbol": { "fg": "#9e9e9e" }, "string.special.url": { "fg": "#939393", "bold": true }, "tag": { "fg": "#939393", "bold": true }, "tag.attribute": { "fg": "#9e9e9e" }, "tag.builtin": { "fg": "#939393", "bold": true }, "tag.delimiter": { "fg": "#7c7c7c" }, "type": { "fg": "#969696" }, "type.builtin": { "fg": "#969696" }, "type.definition": { "fg": "#969696" }, "variable": { "fg": "#9e9e9e" }, "variable.builtin": { "fg": "#8b8b8b", "italic": true }, "variable.member": { "fg": "#9e9e9e" }, "variable.parameter": { "fg": "#9e9e9e" }, "variable.parameter.builtin": { "fg": "#939393", "bold": true } } };
3
3
  var zenwritten_dark_default = theme;
4
4
 
5
5
  export { zenwritten_dark_default as default };