@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
@@ -1,362 +0,0 @@
1
- /* nordbones_light
2
- * revision: 239bdb9a09c8d38c752c43590d02f654ed0da2b0
3
- */
4
- .lumis {
5
- color: #ebeef3;
6
- background-color: #2f3541;
7
- }
8
- .l-attribute {
9
- color: #81a1c1;
10
- }
11
- .l-attribute-builtin {
12
- color: #abbad0;
13
- font-weight: bold;
14
- }
15
- .l-boolean {
16
- color: #ebeef3;
17
- font-style: italic;
18
- }
19
- .l-character {
20
- color: #9eafc9;
21
- font-style: italic;
22
- }
23
- .l-character-special {
24
- color: #abbad0;
25
- font-weight: bold;
26
- }
27
- .l-comment {
28
- color: #737c90;
29
- font-style: italic;
30
- }
31
- .l-comment-documentation {
32
- color: #737c90;
33
- font-style: italic;
34
- }
35
- .l-comment-error {
36
- color: #c1616a;
37
- }
38
- .l-comment-hint {
39
- color: #737c90;
40
- font-style: italic;
41
- }
42
- .l-comment-note {
43
- color: #8fbcba;
44
- }
45
- .l-comment-todo {
46
- font-weight: bold;
47
- text-decoration: underline;
48
- }
49
- .l-comment-warning {
50
- color: #cf866f;
51
- }
52
- .l-constant {
53
- color: #bfcadb;
54
- font-weight: bold;
55
- }
56
- .l-constant-builtin {
57
- color: #9eafc9;
58
- font-style: italic;
59
- }
60
- .l-constant-macro {
61
- color: #9eafc9;
62
- font-style: italic;
63
- }
64
- .l-constructor {
65
- color: #abbad0;
66
- font-weight: bold;
67
- }
68
- .l-constructor-lua {
69
- color: #818eab;
70
- }
71
- .l-diff-delta {
72
- background-color: #324b4b;
73
- }
74
- .l-diff-minus {
75
- background-color: #663a3e;
76
- }
77
- .l-diff-plus {
78
- background-color: #3d4b2f;
79
- }
80
- .l-function {
81
- color: #87bfce;
82
- }
83
- .l-function-builtin {
84
- color: #abbad0;
85
- font-weight: bold;
86
- }
87
- .l-function-call {
88
- color: #87bfce;
89
- }
90
- .l-function-macro {
91
- color: #81a1c1;
92
- }
93
- .l-function-method {
94
- color: #87bfce;
95
- }
96
- .l-function-method-call {
97
- color: #87bfce;
98
- }
99
- .l-highlighted {
100
- background-color: #353c49;
101
- }
102
- .l-keyword {
103
- color: #81a1c1;
104
- }
105
- .l-keyword-conditional {
106
- color: #81a1c1;
107
- }
108
- .l-keyword-conditional-ternary {
109
- color: #81a1c1;
110
- }
111
- .l-keyword-coroutine {
112
- color: #81a1c1;
113
- }
114
- .l-keyword-debug {
115
- color: #abbad0;
116
- font-weight: bold;
117
- }
118
- .l-keyword-directive {
119
- color: #81a1c1;
120
- }
121
- .l-keyword-directive-define {
122
- color: #81a1c1;
123
- }
124
- .l-keyword-exception {
125
- color: #81a1c1;
126
- }
127
- .l-keyword-export {
128
- color: #81a1c1;
129
- }
130
- .l-keyword-function {
131
- color: #81a1c1;
132
- }
133
- .l-keyword-import {
134
- color: #81a1c1;
135
- }
136
- .l-keyword-modifier {
137
- color: #81a1c1;
138
- }
139
- .l-keyword-operator {
140
- color: #81a1c1;
141
- }
142
- .l-keyword-repeat {
143
- color: #81a1c1;
144
- }
145
- .l-keyword-return {
146
- color: #81a1c1;
147
- }
148
- .l-keyword-type {
149
- color: #81a1c1;
150
- }
151
- .l-label {
152
- color: #81a1c1;
153
- }
154
- .l-markup {
155
- color: #abbad0;
156
- font-weight: bold;
157
- }
158
- .l-markup-environment {
159
- color: #81a1c1;
160
- }
161
- .l-markup-environment-name {
162
- color: #81a1c1;
163
- }
164
- .l-markup-heading {
165
- color: #ebeef3;
166
- font-weight: bold;
167
- }
168
- .l-markup-heading-1 {
169
- color: #ebeef3;
170
- font-weight: bold;
171
- }
172
- .l-markup-heading-2 {
173
- color: #ebeef3;
174
- font-weight: bold;
175
- }
176
- .l-markup-heading-3 {
177
- color: #ebeef3;
178
- font-weight: bold;
179
- }
180
- .l-markup-heading-4 {
181
- color: #ebeef3;
182
- font-weight: bold;
183
- }
184
- .l-markup-heading-5 {
185
- color: #ebeef3;
186
- font-weight: bold;
187
- }
188
- .l-markup-heading-6 {
189
- color: #ebeef3;
190
- font-weight: bold;
191
- }
192
- .l-markup-italic {
193
- font-style: italic;
194
- }
195
- .l-markup-link {
196
- color: #9eafc9;
197
- font-style: italic;
198
- }
199
- .l-markup-link-label {
200
- color: #abbad0;
201
- font-weight: bold;
202
- }
203
- .l-markup-link-markdown {
204
- color: #bfcadb;
205
- text-decoration: underline;
206
- }
207
- .l-markup-link-url {
208
- color: #9eafc9;
209
- font-style: italic;
210
- }
211
- .l-markup-link-url-markdown {
212
- color: #737c90;
213
- }
214
- .l-markup-list {
215
- color: #abbad0;
216
- font-weight: bold;
217
- }
218
- .l-markup-list-checked {
219
- color: #abbad0;
220
- font-weight: bold;
221
- }
222
- .l-markup-list-unchecked {
223
- color: #abbad0;
224
- font-weight: bold;
225
- }
226
- .l-markup-math {
227
- color: #abbad0;
228
- font-weight: bold;
229
- }
230
- .l-markup-quote {
231
- color: #9eafc9;
232
- }
233
- .l-markup-raw {
234
- color: #9eafc9;
235
- font-style: italic;
236
- }
237
- .l-markup-raw-block {
238
- color: #9eafc9;
239
- font-style: italic;
240
- }
241
- .l-markup-raw-markdown {
242
- color: #5e81ab;
243
- }
244
- .l-markup-strikethrough {
245
- text-decoration: line-through;
246
- }
247
- .l-markup-strong {
248
- font-weight: bold;
249
- }
250
- .l-markup-underline {
251
- text-decoration: underline;
252
- }
253
- .l-module {
254
- color: #9eafc9;
255
- font-style: italic;
256
- }
257
- .l-module-builtin {
258
- color: #9eafc9;
259
- font-style: italic;
260
- }
261
- .l-number {
262
- color: #8fbcba;
263
- font-style: italic;
264
- }
265
- .l-number-float {
266
- color: #8fbcba;
267
- font-style: italic;
268
- }
269
- .l-operator {
270
- color: #81a1c1;
271
- }
272
- .l-property {
273
- color: #ebeef3;
274
- }
275
- .l-punctuation-bracket {
276
- color: #818eab;
277
- }
278
- .l-punctuation-delimiter {
279
- color: #818eab;
280
- }
281
- .l-punctuation-special {
282
- color: #818eab;
283
- }
284
- .l-punctuation-special-markdown {
285
- color: #abbad0;
286
- font-weight: bold;
287
- }
288
- .l-string {
289
- color: #9eafc9;
290
- font-style: italic;
291
- }
292
- .l-string-documentation {
293
- color: #9eafc9;
294
- font-style: italic;
295
- }
296
- .l-string-escape {
297
- color: #abbad0;
298
- font-weight: bold;
299
- }
300
- .l-string-escape-markdown {
301
- color: #606b81;
302
- font-style: italic;
303
- }
304
- .l-string-regexp {
305
- color: #9eafc9;
306
- font-style: italic;
307
- }
308
- .l-string-special {
309
- color: #abbad0;
310
- font-weight: bold;
311
- }
312
- .l-string-special-path {
313
- color: #abbad0;
314
- font-weight: bold;
315
- }
316
- .l-string-special-symbol {
317
- color: #ebeef3;
318
- }
319
- .l-string-special-url {
320
- color: #abbad0;
321
- font-weight: bold;
322
- }
323
- .l-tag {
324
- color: #abbad0;
325
- font-weight: bold;
326
- }
327
- .l-tag-attribute {
328
- color: #ebeef3;
329
- }
330
- .l-tag-builtin {
331
- color: #abbad0;
332
- font-weight: bold;
333
- }
334
- .l-tag-delimiter {
335
- color: #818eab;
336
- }
337
- .l-type {
338
- color: #5e81ab;
339
- }
340
- .l-type-builtin {
341
- color: #5e81ab;
342
- }
343
- .l-type-definition {
344
- color: #5e81ab;
345
- }
346
- .l-variable {
347
- color: #ebeef3;
348
- }
349
- .l-variable-builtin {
350
- color: #9eafc9;
351
- font-style: italic;
352
- }
353
- .l-variable-member {
354
- color: #ebeef3;
355
- }
356
- .l-variable-parameter {
357
- color: #ebeef3;
358
- }
359
- .l-variable-parameter-builtin {
360
- color: #abbad0;
361
- font-weight: bold;
362
- }
@@ -1,364 +0,0 @@
1
- /* solarized_osaka_storm
2
- * revision: f675d9a5c58f3b0d6158d665a623f81a62e7bdaf
3
- */
4
- .lumis {
5
- color: #9eabac;
6
- }
7
- .l-attribute {
8
- color: #db302d;
9
- }
10
- .l-attribute-builtin {
11
- color: #c94c16;
12
- }
13
- .l-boolean {
14
- color: #29a298;
15
- }
16
- .l-character {
17
- color: #29a298;
18
- }
19
- .l-character-special {
20
- color: #c94c16;
21
- }
22
- .l-comment {
23
- color: #576d74;
24
- font-style: italic;
25
- }
26
- .l-comment-documentation {
27
- color: #576d74;
28
- font-style: italic;
29
- }
30
- .l-comment-error {
31
- color: #db302d;
32
- }
33
- .l-comment-hint {
34
- color: #29a298;
35
- }
36
- .l-comment-note {
37
- color: #29a298;
38
- }
39
- .l-comment-todo {
40
- color: #6d71c4;
41
- }
42
- .l-comment-warning {
43
- color: #b28500;
44
- }
45
- .l-constant {
46
- color: #29a298;
47
- }
48
- .l-constant-builtin {
49
- color: #c94c16;
50
- }
51
- .l-constant-macro {
52
- color: #db302d;
53
- }
54
- .l-constructor {
55
- color: #c94c16;
56
- }
57
- .l-constructor-tsx {
58
- color: #268bd3;
59
- }
60
- .l-diff-delta {
61
- background-color: #191d00;
62
- }
63
- .l-diff-minus {
64
- background-color: #380605;
65
- }
66
- .l-diff-plus {
67
- background-color: #103a3c;
68
- }
69
- .l-function {
70
- color: #268bd3;
71
- }
72
- .l-function-builtin {
73
- color: #c94c16;
74
- }
75
- .l-function-call {
76
- color: #268bd3;
77
- }
78
- .l-function-macro {
79
- color: #db302d;
80
- }
81
- .l-function-method {
82
- color: #268bd3;
83
- }
84
- .l-function-method-call {
85
- color: #268bd3;
86
- }
87
- .l-highlighted {
88
- background-color: #002c38;
89
- }
90
- .l-keyword {
91
- color: #849900;
92
- font-style: italic;
93
- }
94
- .l-keyword-conditional {
95
- color: #849900;
96
- }
97
- .l-keyword-conditional-ternary {
98
- color: #849900;
99
- }
100
- .l-keyword-coroutine {
101
- color: #849900;
102
- font-style: italic;
103
- }
104
- .l-keyword-debug {
105
- color: #c94c16;
106
- }
107
- .l-keyword-directive {
108
- color: #db302d;
109
- }
110
- .l-keyword-directive-define {
111
- color: #db302d;
112
- }
113
- .l-keyword-exception {
114
- color: #849900;
115
- }
116
- .l-keyword-export {
117
- color: #849900;
118
- font-style: italic;
119
- }
120
- .l-keyword-function {
121
- color: #849900;
122
- }
123
- .l-keyword-import {
124
- color: #db302d;
125
- }
126
- .l-keyword-modifier {
127
- color: #849900;
128
- font-style: italic;
129
- }
130
- .l-keyword-operator {
131
- color: #849900;
132
- }
133
- .l-keyword-repeat {
134
- color: #849900;
135
- }
136
- .l-keyword-return {
137
- color: #849900;
138
- font-style: italic;
139
- }
140
- .l-keyword-type {
141
- color: #849900;
142
- font-style: italic;
143
- }
144
- .l-label {
145
- color: #849900;
146
- }
147
- .l-markup-environment {
148
- color: #db302d;
149
- }
150
- .l-markup-environment-name {
151
- color: #b28500;
152
- }
153
- .l-markup-heading {
154
- color: #c94c16;
155
- font-weight: bold;
156
- }
157
- .l-markup-heading-1 {
158
- color: #c94c16;
159
- font-weight: bold;
160
- }
161
- .l-markup-heading-2 {
162
- color: #c94c16;
163
- font-weight: bold;
164
- }
165
- .l-markup-heading-3 {
166
- color: #c94c16;
167
- font-weight: bold;
168
- }
169
- .l-markup-heading-4 {
170
- color: #c94c16;
171
- font-weight: bold;
172
- }
173
- .l-markup-heading-5 {
174
- color: #c94c16;
175
- font-weight: bold;
176
- }
177
- .l-markup-heading-6 {
178
- color: #c94c16;
179
- font-weight: bold;
180
- }
181
- .l-markup-italic {
182
- font-style: italic;
183
- }
184
- .l-markup-link {
185
- color: #268bd3;
186
- text-decoration: underline;
187
- }
188
- .l-markup-link-label {
189
- color: #c94c16;
190
- }
191
- .l-markup-link-url {
192
- text-decoration: underline;
193
- }
194
- .l-markup-list {
195
- color: #268bd3;
196
- }
197
- .l-markup-list-checked {
198
- color: #849900;
199
- }
200
- .l-markup-list-markdown {
201
- color: #c94c16;
202
- font-weight: bold;
203
- }
204
- .l-markup-list-unchecked {
205
- color: #b28500;
206
- }
207
- .l-markup-math {
208
- color: #c94c16;
209
- }
210
- .l-markup-raw {
211
- color: #29a298;
212
- }
213
- .l-markup-raw-block {
214
- color: #29a298;
215
- }
216
- .l-markup-raw-markdown {
217
- color: #268bd3;
218
- }
219
- .l-markup-raw-markdown_inline {
220
- color: #b28500;
221
- background-color: #2c3300;
222
- }
223
- .l-markup-strikethrough {
224
- text-decoration: line-through;
225
- }
226
- .l-markup-strong {
227
- font-weight: bold;
228
- }
229
- .l-markup-underline {
230
- text-decoration: underline;
231
- }
232
- .l-module {
233
- color: #db302d;
234
- }
235
- .l-module-builtin {
236
- color: #c94c16;
237
- }
238
- .l-number {
239
- color: #29a298;
240
- }
241
- .l-number-float {
242
- color: #29a298;
243
- }
244
- .l-operator {
245
- color: #849900;
246
- }
247
- .l-property {
248
- color: #268bd3;
249
- }
250
- .l-punctuation-bracket {
251
- color: #c94c16;
252
- }
253
- .l-punctuation-bracket-rainbow-1 {
254
- color: #db302d;
255
- }
256
- .l-punctuation-bracket-rainbow-2 {
257
- color: #b28500;
258
- }
259
- .l-punctuation-bracket-rainbow-3 {
260
- color: #268bd3;
261
- }
262
- .l-punctuation-bracket-rainbow-4 {
263
- color: #c94c16;
264
- }
265
- .l-punctuation-bracket-rainbow-5 {
266
- color: #849900;
267
- }
268
- .l-punctuation-bracket-rainbow-6 {
269
- color: #6d71c4;
270
- }
271
- .l-punctuation-delimiter {
272
- color: #849900;
273
- }
274
- .l-punctuation-special {
275
- color: #c94c16;
276
- }
277
- .l-punctuation-special-markdown {
278
- color: #c94c16;
279
- font-weight: bold;
280
- }
281
- .l-string {
282
- color: #29a298;
283
- }
284
- .l-string-documentation {
285
- color: #29a298;
286
- }
287
- .l-string-escape {
288
- color: #a13c10;
289
- }
290
- .l-string-regexp {
291
- color: #2aeddd;
292
- }
293
- .l-string-special {
294
- color: #c94c16;
295
- }
296
- .l-string-special-path {
297
- color: #c94c16;
298
- }
299
- .l-string-special-symbol {
300
- color: #c94c16;
301
- }
302
- .l-string-special-url {
303
- text-decoration: underline;
304
- }
305
- .l-tag {
306
- color: #849900;
307
- }
308
- .l-tag-attribute {
309
- color: #268bd3;
310
- }
311
- .l-tag-builtin {
312
- color: #c94c16;
313
- }
314
- .l-tag-delimiter {
315
- color: #e0e2ea;
316
- }
317
- .l-tag-delimiter-html {
318
- color: #c94c16;
319
- }
320
- .l-tag-delimiter-javascript {
321
- color: #c94c16;
322
- }
323
- .l-tag-delimiter-tsx {
324
- color: #c94c16;
325
- }
326
- .l-tag-delimiter-vue {
327
- color: #c94c16;
328
- }
329
- .l-tag-javascript {
330
- color: #b28500;
331
- }
332
- .l-tag-tsx {
333
- color: #b28500;
334
- }
335
- .l-type {
336
- color: #b28500;
337
- }
338
- .l-type-builtin {
339
- color: #b28500;
340
- }
341
- .l-type-definition {
342
- color: #b28500;
343
- }
344
- .l-variable {
345
- color: #9eabac;
346
- }
347
- .l-variable-builtin {
348
- color: #c94c16;
349
- }
350
- .l-variable-javascript {
351
- color: #b28500;
352
- }
353
- .l-variable-member {
354
- color: #29a298;
355
- }
356
- .l-variable-parameter {
357
- color: #c94c16;
358
- }
359
- .l-variable-parameter-builtin {
360
- color: #ffbf00;
361
- }
362
- .l-variable-typescript {
363
- color: #b28500;
364
- }