@lumis-sh/themes 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. package/CHANGELOG.md +7 -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 -19
  5. package/dist/css/astrojupiter.css +1 -19
  6. package/dist/css/astrolight.css +1 -19
  7. package/dist/css/astromars.css +1 -19
  8. package/dist/css/catppuccin_frappe.css +144 -144
  9. package/dist/css/catppuccin_latte.css +144 -144
  10. package/dist/css/catppuccin_macchiato.css +144 -144
  11. package/dist/css/catppuccin_mocha.css +144 -144
  12. package/dist/css/cyberdream_dark.css +1 -1
  13. package/dist/css/cyberdream_light.css +1 -1
  14. package/dist/css/{duckbones_dark.css → duckbones.css} +2 -2
  15. package/dist/css/flow_light.css +105 -105
  16. package/dist/css/forestbones_dark.css +1 -1
  17. package/dist/css/forestbones_light.css +1 -1
  18. package/dist/css/{kanagawabones_dark.css → kanagawabones.css} +2 -2
  19. package/dist/css/material_darker.css +3 -0
  20. package/dist/css/material_lighter.css +0 -3
  21. package/dist/css/material_oceanic.css +3 -0
  22. package/dist/css/material_palenight.css +3 -0
  23. package/dist/css/mfd_flir_bh.css +3 -3
  24. package/dist/css/neobones_dark.css +1 -1
  25. package/dist/css/neobones_light.css +1 -1
  26. package/dist/css/{neosolarized_dark.css → neosolarized.css} +1 -1
  27. package/dist/css/{nordbones_dark.css → nordbones.css} +2 -2
  28. package/dist/css/one_monokai.css +1 -1
  29. package/dist/css/rosebones_dark.css +1 -1
  30. package/dist/css/rosebones_light.css +1 -1
  31. package/dist/css/seoulbones_dark.css +1 -1
  32. package/dist/css/seoulbones_light.css +1 -1
  33. package/dist/css/srcery.css +1 -1
  34. package/dist/css/tokyobones_dark.css +1 -1
  35. package/dist/css/tokyobones_light.css +1 -1
  36. package/dist/css/vague.css +1 -1
  37. package/dist/css/{vimbones_dark.css → vimbones.css} +2 -2
  38. package/dist/css/zenbones_dark.css +1 -1
  39. package/dist/css/zenbones_light.css +1 -1
  40. package/dist/css/zenburned.css +1 -1
  41. package/dist/css/zenwritten_dark.css +1 -1
  42. package/dist/css/zenwritten_light.css +1 -1
  43. package/dist/json/astrodark.json +1 -1
  44. package/dist/json/astrojupiter.json +1 -1
  45. package/dist/json/astrolight.json +1 -1
  46. package/dist/json/astromars.json +1 -1
  47. package/dist/json/catppuccin_frappe.json +1 -1
  48. package/dist/json/catppuccin_latte.json +1 -1
  49. package/dist/json/catppuccin_macchiato.json +1 -1
  50. package/dist/json/catppuccin_mocha.json +1 -1
  51. package/dist/json/cyberdream_dark.json +1 -1
  52. package/dist/json/cyberdream_light.json +1 -1
  53. package/dist/json/duckbones.json +1 -0
  54. package/dist/json/flow_light.json +1 -1
  55. package/dist/json/forestbones_dark.json +1 -1
  56. package/dist/json/forestbones_light.json +1 -1
  57. package/dist/json/kanagawabones.json +1 -0
  58. package/dist/json/material_darker.json +1 -1
  59. package/dist/json/material_lighter.json +1 -1
  60. package/dist/json/material_oceanic.json +1 -1
  61. package/dist/json/material_palenight.json +1 -1
  62. package/dist/json/mfd_flir_bh.json +1 -1
  63. package/dist/json/neobones_dark.json +1 -1
  64. package/dist/json/neobones_light.json +1 -1
  65. package/dist/json/neosolarized.json +1 -0
  66. package/dist/json/nordbones.json +1 -0
  67. package/dist/json/one_monokai.json +1 -1
  68. package/dist/json/rosebones_dark.json +1 -1
  69. package/dist/json/rosebones_light.json +1 -1
  70. package/dist/json/seoulbones_dark.json +1 -1
  71. package/dist/json/seoulbones_light.json +1 -1
  72. package/dist/json/srcery.json +1 -1
  73. package/dist/json/tokyobones_dark.json +1 -1
  74. package/dist/json/tokyobones_light.json +1 -1
  75. package/dist/json/vague.json +1 -1
  76. package/dist/json/vimbones.json +1 -0
  77. package/dist/json/zenbones_dark.json +1 -1
  78. package/dist/json/zenbones_light.json +1 -1
  79. package/dist/json/zenburned.json +1 -1
  80. package/dist/json/zenwritten_dark.json +1 -1
  81. package/dist/json/zenwritten_light.json +1 -1
  82. package/dist/themes/astrodark.cjs +1 -1
  83. package/dist/themes/astrodark.js +1 -1
  84. package/dist/themes/astrojupiter.cjs +1 -1
  85. package/dist/themes/astrojupiter.js +1 -1
  86. package/dist/themes/astrolight.cjs +1 -1
  87. package/dist/themes/astrolight.js +1 -1
  88. package/dist/themes/astromars.cjs +1 -1
  89. package/dist/themes/astromars.js +1 -1
  90. package/dist/themes/catppuccin_frappe.cjs +1 -1
  91. package/dist/themes/catppuccin_frappe.js +1 -1
  92. package/dist/themes/catppuccin_latte.cjs +1 -1
  93. package/dist/themes/catppuccin_latte.js +1 -1
  94. package/dist/themes/catppuccin_macchiato.cjs +1 -1
  95. package/dist/themes/catppuccin_macchiato.js +1 -1
  96. package/dist/themes/catppuccin_mocha.cjs +1 -1
  97. package/dist/themes/catppuccin_mocha.js +1 -1
  98. package/dist/themes/cyberdream_dark.cjs +1 -1
  99. package/dist/themes/cyberdream_dark.js +1 -1
  100. package/dist/themes/cyberdream_light.cjs +1 -1
  101. package/dist/themes/cyberdream_light.js +1 -1
  102. package/dist/themes/duckbones.cjs +7 -0
  103. package/dist/themes/duckbones.js +5 -0
  104. package/dist/themes/duskfox.d.cts +1 -1
  105. package/dist/themes/duskfox.d.ts +1 -1
  106. package/dist/themes/edge_aura.d.cts +1 -1
  107. package/dist/themes/edge_aura.d.ts +1 -1
  108. package/dist/themes/edge_dark.d.cts +1 -1
  109. package/dist/themes/edge_dark.d.ts +1 -1
  110. package/dist/themes/edge_light.d.cts +1 -1
  111. package/dist/themes/edge_light.d.ts +1 -1
  112. package/dist/themes/edge_neon.d.cts +1 -1
  113. package/dist/themes/edge_neon.d.ts +1 -1
  114. package/dist/themes/eldritch.d.cts +1 -1
  115. package/dist/themes/eldritch.d.ts +1 -1
  116. package/dist/themes/embark.d.cts +1 -1
  117. package/dist/themes/embark.d.ts +1 -1
  118. package/dist/themes/everblush.d.cts +1 -1
  119. package/dist/themes/everblush.d.ts +1 -1
  120. package/dist/themes/everforest_dark.d.cts +1 -1
  121. package/dist/themes/everforest_dark.d.ts +1 -1
  122. package/dist/themes/everforest_light.d.cts +1 -1
  123. package/dist/themes/everforest_light.d.ts +1 -1
  124. package/dist/themes/flexoki_dark.d.cts +1 -1
  125. package/dist/themes/flexoki_dark.d.ts +1 -1
  126. package/dist/themes/flexoki_light.d.cts +1 -1
  127. package/dist/themes/flexoki_light.d.ts +1 -1
  128. package/dist/themes/flow_dark.d.cts +1 -1
  129. package/dist/themes/flow_dark.d.ts +1 -1
  130. package/dist/themes/flow_light.cjs +1 -1
  131. package/dist/themes/flow_light.d.cts +1 -1
  132. package/dist/themes/flow_light.d.ts +1 -1
  133. package/dist/themes/flow_light.js +1 -1
  134. package/dist/themes/fluoromachine_delta.d.cts +1 -1
  135. package/dist/themes/fluoromachine_delta.d.ts +1 -1
  136. package/dist/themes/fluoromachine_fluoromachine.d.cts +1 -1
  137. package/dist/themes/fluoromachine_fluoromachine.d.ts +1 -1
  138. package/dist/themes/fluoromachine_retrowave.d.cts +1 -1
  139. package/dist/themes/fluoromachine_retrowave.d.ts +1 -1
  140. package/dist/themes/forestbones_dark.cjs +1 -1
  141. package/dist/themes/forestbones_dark.d.cts +1 -1
  142. package/dist/themes/forestbones_dark.d.ts +1 -1
  143. package/dist/themes/forestbones_dark.js +1 -1
  144. package/dist/themes/forestbones_light.cjs +1 -1
  145. package/dist/themes/forestbones_light.d.cts +1 -1
  146. package/dist/themes/forestbones_light.d.ts +1 -1
  147. package/dist/themes/forestbones_light.js +1 -1
  148. package/dist/themes/github_dark.d.cts +1 -1
  149. package/dist/themes/github_dark.d.ts +1 -1
  150. package/dist/themes/github_dark_colorblind.d.cts +1 -1
  151. package/dist/themes/github_dark_colorblind.d.ts +1 -1
  152. package/dist/themes/github_dark_dimmed.d.cts +1 -1
  153. package/dist/themes/github_dark_dimmed.d.ts +1 -1
  154. package/dist/themes/github_dark_high_contrast.d.cts +1 -1
  155. package/dist/themes/github_dark_high_contrast.d.ts +1 -1
  156. package/dist/themes/github_dark_tritanopia.d.cts +1 -1
  157. package/dist/themes/github_dark_tritanopia.d.ts +1 -1
  158. package/dist/themes/github_light.d.cts +1 -1
  159. package/dist/themes/github_light.d.ts +1 -1
  160. package/dist/themes/github_light_colorblind.d.cts +1 -1
  161. package/dist/themes/github_light_colorblind.d.ts +1 -1
  162. package/dist/themes/github_light_high_contrast.d.cts +1 -1
  163. package/dist/themes/github_light_high_contrast.d.ts +1 -1
  164. package/dist/themes/github_light_tritanopia.d.cts +1 -1
  165. package/dist/themes/github_light_tritanopia.d.ts +1 -1
  166. package/dist/themes/gruber_darker.d.cts +1 -1
  167. package/dist/themes/gruber_darker.d.ts +1 -1
  168. package/dist/themes/gruvbox_baby.d.cts +1 -1
  169. package/dist/themes/gruvbox_baby.d.ts +1 -1
  170. package/dist/themes/gruvbox_dark.d.cts +1 -1
  171. package/dist/themes/gruvbox_dark.d.ts +1 -1
  172. package/dist/themes/gruvbox_dark_hard.d.cts +1 -1
  173. package/dist/themes/gruvbox_dark_hard.d.ts +1 -1
  174. package/dist/themes/gruvbox_dark_soft.d.cts +1 -1
  175. package/dist/themes/gruvbox_dark_soft.d.ts +1 -1
  176. package/dist/themes/gruvbox_light.d.cts +1 -1
  177. package/dist/themes/gruvbox_light.d.ts +1 -1
  178. package/dist/themes/gruvbox_light_hard.d.cts +1 -1
  179. package/dist/themes/gruvbox_light_hard.d.ts +1 -1
  180. package/dist/themes/gruvbox_light_soft.d.cts +1 -1
  181. package/dist/themes/gruvbox_light_soft.d.ts +1 -1
  182. package/dist/themes/gruvbox_material_dark.d.cts +1 -1
  183. package/dist/themes/gruvbox_material_dark.d.ts +1 -1
  184. package/dist/themes/gruvbox_material_light.d.cts +1 -1
  185. package/dist/themes/gruvbox_material_light.d.ts +1 -1
  186. package/dist/themes/horizon_dark.d.cts +1 -1
  187. package/dist/themes/horizon_dark.d.ts +1 -1
  188. package/dist/themes/horizon_light.d.cts +1 -1
  189. package/dist/themes/horizon_light.d.ts +1 -1
  190. package/dist/themes/hybrid.d.cts +1 -1
  191. package/dist/themes/hybrid.d.ts +1 -1
  192. package/dist/themes/iceberg.d.cts +1 -1
  193. package/dist/themes/iceberg.d.ts +1 -1
  194. package/dist/themes/jellybeans.d.cts +1 -1
  195. package/dist/themes/jellybeans.d.ts +1 -1
  196. package/dist/themes/kanagawa_dragon.d.cts +1 -1
  197. package/dist/themes/kanagawa_dragon.d.ts +1 -1
  198. package/dist/themes/kanagawa_lotus.d.cts +1 -1
  199. package/dist/themes/kanagawa_lotus.d.ts +1 -1
  200. package/dist/themes/kanagawa_paper_dark.d.cts +1 -1
  201. package/dist/themes/kanagawa_paper_dark.d.ts +1 -1
  202. package/dist/themes/kanagawa_paper_light.d.cts +1 -1
  203. package/dist/themes/kanagawa_paper_light.d.ts +1 -1
  204. package/dist/themes/kanagawa_wave.d.cts +1 -1
  205. package/dist/themes/kanagawa_wave.d.ts +1 -1
  206. package/dist/themes/kanagawabones.cjs +7 -0
  207. package/dist/themes/kanagawabones.d.cts +1 -0
  208. package/dist/themes/kanagawabones.d.ts +1 -0
  209. package/dist/themes/kanagawabones.js +5 -0
  210. package/dist/themes/lackluster.d.cts +1 -1
  211. package/dist/themes/lackluster.d.ts +1 -1
  212. package/dist/themes/lackluster_hack.d.cts +1 -1
  213. package/dist/themes/lackluster_hack.d.ts +1 -1
  214. package/dist/themes/lackluster_mint.d.cts +1 -1
  215. package/dist/themes/lackluster_mint.d.ts +1 -1
  216. package/dist/themes/material_darker.cjs +1 -1
  217. package/dist/themes/material_darker.d.cts +1 -1
  218. package/dist/themes/material_darker.d.ts +1 -1
  219. package/dist/themes/material_darker.js +1 -1
  220. package/dist/themes/material_deep_ocean.d.cts +1 -1
  221. package/dist/themes/material_deep_ocean.d.ts +1 -1
  222. package/dist/themes/material_lighter.cjs +1 -1
  223. package/dist/themes/material_lighter.d.cts +1 -1
  224. package/dist/themes/material_lighter.d.ts +1 -1
  225. package/dist/themes/material_lighter.js +1 -1
  226. package/dist/themes/material_oceanic.cjs +1 -1
  227. package/dist/themes/material_oceanic.d.cts +1 -1
  228. package/dist/themes/material_oceanic.d.ts +1 -1
  229. package/dist/themes/material_oceanic.js +1 -1
  230. package/dist/themes/material_palenight.cjs +1 -1
  231. package/dist/themes/material_palenight.d.cts +1 -1
  232. package/dist/themes/material_palenight.d.ts +1 -1
  233. package/dist/themes/material_palenight.js +1 -1
  234. package/dist/themes/matte_black.d.cts +1 -1
  235. package/dist/themes/matte_black.d.ts +1 -1
  236. package/dist/themes/melange_dark.d.cts +1 -1
  237. package/dist/themes/melange_dark.d.ts +1 -1
  238. package/dist/themes/melange_light.d.cts +1 -1
  239. package/dist/themes/melange_light.d.ts +1 -1
  240. package/dist/themes/mellifluous_alduin.d.cts +1 -1
  241. package/dist/themes/mellifluous_alduin.d.ts +1 -1
  242. package/dist/themes/mellifluous_dark.d.cts +1 -1
  243. package/dist/themes/mellifluous_dark.d.ts +1 -1
  244. package/dist/themes/mellifluous_kanagawa_dragon.d.cts +1 -1
  245. package/dist/themes/mellifluous_kanagawa_dragon.d.ts +1 -1
  246. package/dist/themes/mellifluous_light.d.cts +1 -1
  247. package/dist/themes/mellifluous_light.d.ts +1 -1
  248. package/dist/themes/mellifluous_mountain.d.cts +1 -1
  249. package/dist/themes/mellifluous_mountain.d.ts +1 -1
  250. package/dist/themes/mellifluous_tender.d.cts +1 -1
  251. package/dist/themes/mellifluous_tender.d.ts +1 -1
  252. package/dist/themes/mellow.d.cts +1 -1
  253. package/dist/themes/mellow.d.ts +1 -1
  254. package/dist/themes/mfd_amber.d.cts +1 -1
  255. package/dist/themes/mfd_amber.d.ts +1 -1
  256. package/dist/themes/mfd_blackout.d.cts +1 -1
  257. package/dist/themes/mfd_blackout.d.ts +1 -1
  258. package/dist/themes/mfd_dark.d.cts +1 -1
  259. package/dist/themes/mfd_dark.d.ts +1 -1
  260. package/dist/themes/mfd_default.d.cts +1 -1
  261. package/dist/themes/mfd_default.d.ts +1 -1
  262. package/dist/themes/mfd_flir.d.cts +1 -1
  263. package/dist/themes/mfd_flir.d.ts +1 -1
  264. package/dist/themes/mfd_flir_bh.cjs +1 -1
  265. package/dist/themes/mfd_flir_bh.d.cts +1 -1
  266. package/dist/themes/mfd_flir_bh.d.ts +1 -1
  267. package/dist/themes/mfd_flir_bh.js +1 -1
  268. package/dist/themes/mfd_flir_fusion.d.cts +1 -1
  269. package/dist/themes/mfd_flir_fusion.d.ts +1 -1
  270. package/dist/themes/mfd_flir_rh.d.cts +1 -1
  271. package/dist/themes/mfd_flir_rh.d.ts +1 -1
  272. package/dist/themes/mfd_gbl_dark.d.cts +1 -1
  273. package/dist/themes/mfd_gbl_dark.d.ts +1 -1
  274. package/dist/themes/mfd_gbl_light.d.cts +1 -1
  275. package/dist/themes/mfd_gbl_light.d.ts +1 -1
  276. package/dist/themes/mfd_hud.d.cts +1 -1
  277. package/dist/themes/mfd_hud.d.ts +1 -1
  278. package/dist/themes/mfd_lumon.d.cts +1 -1
  279. package/dist/themes/mfd_lumon.d.ts +1 -1
  280. package/dist/themes/mfd_mono.d.cts +1 -1
  281. package/dist/themes/mfd_mono.d.ts +1 -1
  282. package/dist/themes/mfd_nvg.d.cts +1 -1
  283. package/dist/themes/mfd_nvg.d.ts +1 -1
  284. package/dist/themes/mfd_paper.d.cts +1 -1
  285. package/dist/themes/mfd_paper.d.ts +1 -1
  286. package/dist/themes/mfd_scarlet.d.cts +1 -1
  287. package/dist/themes/mfd_scarlet.d.ts +1 -1
  288. package/dist/themes/mfd_stealth.d.cts +1 -1
  289. package/dist/themes/mfd_stealth.d.ts +1 -1
  290. package/dist/themes/miasma.d.cts +1 -1
  291. package/dist/themes/miasma.d.ts +1 -1
  292. package/dist/themes/midnight.d.cts +1 -1
  293. package/dist/themes/midnight.d.ts +1 -1
  294. package/dist/themes/modus_operandi.d.cts +1 -1
  295. package/dist/themes/modus_operandi.d.ts +1 -1
  296. package/dist/themes/modus_vivendi.d.cts +1 -1
  297. package/dist/themes/modus_vivendi.d.ts +1 -1
  298. package/dist/themes/molokai.d.cts +1 -1
  299. package/dist/themes/molokai.d.ts +1 -1
  300. package/dist/themes/monokai.d.cts +1 -1
  301. package/dist/themes/monokai.d.ts +1 -1
  302. package/dist/themes/monokai_nightasty_dark.d.cts +1 -1
  303. package/dist/themes/monokai_nightasty_dark.d.ts +1 -1
  304. package/dist/themes/monokai_nightasty_light.d.cts +1 -1
  305. package/dist/themes/monokai_nightasty_light.d.ts +1 -1
  306. package/dist/themes/monokai_pro.d.cts +1 -1
  307. package/dist/themes/monokai_pro.d.ts +1 -1
  308. package/dist/themes/monokai_pro_dark.d.cts +1 -1
  309. package/dist/themes/monokai_pro_dark.d.ts +1 -1
  310. package/dist/themes/monokai_pro_machine.d.cts +1 -1
  311. package/dist/themes/monokai_pro_machine.d.ts +1 -1
  312. package/dist/themes/monokai_pro_ristretto.d.cts +1 -1
  313. package/dist/themes/monokai_pro_ristretto.d.ts +1 -1
  314. package/dist/themes/monokai_pro_spectrum.d.cts +1 -1
  315. package/dist/themes/monokai_pro_spectrum.d.ts +1 -1
  316. package/dist/themes/monokai_soda.d.cts +1 -1
  317. package/dist/themes/monokai_soda.d.ts +1 -1
  318. package/dist/themes/moonfly.d.cts +1 -1
  319. package/dist/themes/moonfly.d.ts +1 -1
  320. package/dist/themes/moonlight.d.cts +1 -1
  321. package/dist/themes/moonlight.d.ts +1 -1
  322. package/dist/themes/neobones_dark.cjs +1 -1
  323. package/dist/themes/neobones_dark.d.cts +1 -1
  324. package/dist/themes/neobones_dark.d.ts +1 -1
  325. package/dist/themes/neobones_dark.js +1 -1
  326. package/dist/themes/neobones_light.cjs +1 -1
  327. package/dist/themes/neobones_light.d.cts +1 -1
  328. package/dist/themes/neobones_light.d.ts +1 -1
  329. package/dist/themes/neobones_light.js +1 -1
  330. package/dist/themes/neofusion.d.cts +1 -1
  331. package/dist/themes/neofusion.d.ts +1 -1
  332. package/dist/themes/neomodern_gyokuro_dark.d.cts +1 -1
  333. package/dist/themes/neomodern_gyokuro_dark.d.ts +1 -1
  334. package/dist/themes/neomodern_gyokuro_light.d.cts +1 -1
  335. package/dist/themes/neomodern_gyokuro_light.d.ts +1 -1
  336. package/dist/themes/neomodern_hojicha_dark.d.cts +1 -1
  337. package/dist/themes/neomodern_hojicha_dark.d.ts +1 -1
  338. package/dist/themes/neomodern_hojicha_light.d.cts +1 -1
  339. package/dist/themes/neomodern_hojicha_light.d.ts +1 -1
  340. package/dist/themes/neomodern_iceclimber_dark.d.cts +1 -1
  341. package/dist/themes/neomodern_iceclimber_dark.d.ts +1 -1
  342. package/dist/themes/neomodern_iceclimber_light.d.cts +1 -1
  343. package/dist/themes/neomodern_iceclimber_light.d.ts +1 -1
  344. package/dist/themes/neomodern_moon_dark.d.cts +1 -1
  345. package/dist/themes/neomodern_moon_dark.d.ts +1 -1
  346. package/dist/themes/neomodern_moon_light.d.cts +1 -1
  347. package/dist/themes/neomodern_moon_light.d.ts +1 -1
  348. package/dist/themes/neomodern_roseprime_dark.d.cts +1 -1
  349. package/dist/themes/neomodern_roseprime_dark.d.ts +1 -1
  350. package/dist/themes/neomodern_roseprime_light.d.cts +1 -1
  351. package/dist/themes/neomodern_roseprime_light.d.ts +1 -1
  352. package/dist/themes/neon_dark.d.cts +1 -1
  353. package/dist/themes/neon_dark.d.ts +1 -1
  354. package/dist/themes/neon_default.d.cts +1 -1
  355. package/dist/themes/neon_default.d.ts +1 -1
  356. package/dist/themes/neon_doom.d.cts +1 -1
  357. package/dist/themes/neon_doom.d.ts +1 -1
  358. package/dist/themes/neon_light.d.cts +1 -1
  359. package/dist/themes/neon_light.d.ts +1 -1
  360. package/dist/themes/neosolarized.cjs +7 -0
  361. package/dist/themes/neosolarized.d.cts +1 -0
  362. package/dist/themes/neosolarized.d.ts +1 -0
  363. package/dist/themes/neosolarized.js +5 -0
  364. package/dist/themes/neosolarized2_dark.d.cts +1 -1
  365. package/dist/themes/neosolarized2_dark.d.ts +1 -1
  366. package/dist/themes/neosolarized2_light.d.cts +1 -1
  367. package/dist/themes/neosolarized2_light.d.ts +1 -1
  368. package/dist/themes/neovim_dark.d.cts +1 -1
  369. package/dist/themes/neovim_dark.d.ts +1 -1
  370. package/dist/themes/neovim_light.d.cts +1 -1
  371. package/dist/themes/neovim_light.d.ts +1 -1
  372. package/dist/themes/night_owl.d.cts +1 -1
  373. package/dist/themes/night_owl.d.ts +1 -1
  374. package/dist/themes/nightfly.d.cts +1 -1
  375. package/dist/themes/nightfly.d.ts +1 -1
  376. package/dist/themes/nightfox.d.cts +1 -1
  377. package/dist/themes/nightfox.d.ts +1 -1
  378. package/dist/themes/no_clown_fiesta.d.cts +1 -1
  379. package/dist/themes/no_clown_fiesta.d.ts +1 -1
  380. package/dist/themes/nord.d.cts +1 -1
  381. package/dist/themes/nord.d.ts +1 -1
  382. package/dist/themes/nordbones.cjs +7 -0
  383. package/dist/themes/nordbones.d.cts +1 -0
  384. package/dist/themes/nordbones.d.ts +1 -0
  385. package/dist/themes/nordbones.js +5 -0
  386. package/dist/themes/nordfox.d.cts +1 -1
  387. package/dist/themes/nordfox.d.ts +1 -1
  388. package/dist/themes/nordic.d.cts +1 -1
  389. package/dist/themes/nordic.d.ts +1 -1
  390. package/dist/themes/obscure.d.cts +1 -1
  391. package/dist/themes/obscure.d.ts +1 -1
  392. package/dist/themes/oceanic_next.d.cts +1 -1
  393. package/dist/themes/oceanic_next.d.ts +1 -1
  394. package/dist/themes/ofirkai.d.cts +1 -1
  395. package/dist/themes/ofirkai.d.ts +1 -1
  396. package/dist/themes/oldworld.d.cts +1 -1
  397. package/dist/themes/oldworld.d.ts +1 -1
  398. package/dist/themes/oldworld_cooler.d.cts +1 -1
  399. package/dist/themes/oldworld_cooler.d.ts +1 -1
  400. package/dist/themes/oldworld_oled.d.cts +1 -1
  401. package/dist/themes/oldworld_oled.d.ts +1 -1
  402. package/dist/themes/one_monokai.cjs +1 -1
  403. package/dist/themes/one_monokai.d.cts +1 -1
  404. package/dist/themes/one_monokai.d.ts +1 -1
  405. package/dist/themes/one_monokai.js +1 -1
  406. package/dist/themes/onedark.d.cts +1 -1
  407. package/dist/themes/onedark.d.ts +1 -1
  408. package/dist/themes/onedark_cool.d.cts +1 -1
  409. package/dist/themes/onedark_cool.d.ts +1 -1
  410. package/dist/themes/onedark_darker.d.cts +1 -1
  411. package/dist/themes/onedark_darker.d.ts +1 -1
  412. package/dist/themes/onedark_deep.d.cts +1 -1
  413. package/dist/themes/onedark_deep.d.ts +1 -1
  414. package/dist/themes/onedark_light.d.cts +1 -1
  415. package/dist/themes/onedark_light.d.ts +1 -1
  416. package/dist/themes/onedark_warm.d.cts +1 -1
  417. package/dist/themes/onedark_warm.d.ts +1 -1
  418. package/dist/themes/onedark_warmer.d.cts +1 -1
  419. package/dist/themes/onedark_warmer.d.ts +1 -1
  420. package/dist/themes/onedarkpro_dark.d.cts +1 -1
  421. package/dist/themes/onedarkpro_dark.d.ts +1 -1
  422. package/dist/themes/onedarkpro_vivid.d.cts +1 -1
  423. package/dist/themes/onedarkpro_vivid.d.ts +1 -1
  424. package/dist/themes/onelight.d.cts +1 -1
  425. package/dist/themes/onelight.d.ts +1 -1
  426. package/dist/themes/onenord_dark.d.cts +1 -1
  427. package/dist/themes/onenord_dark.d.ts +1 -1
  428. package/dist/themes/onenord_light.d.cts +1 -1
  429. package/dist/themes/onenord_light.d.ts +1 -1
  430. package/dist/themes/oxocarbon_dark.d.cts +1 -1
  431. package/dist/themes/oxocarbon_dark.d.ts +1 -1
  432. package/dist/themes/oxocarbon_light.d.cts +1 -1
  433. package/dist/themes/oxocarbon_light.d.ts +1 -1
  434. package/dist/themes/palenightfall.d.cts +1 -1
  435. package/dist/themes/palenightfall.d.ts +1 -1
  436. package/dist/themes/papercolor_dark.d.cts +1 -1
  437. package/dist/themes/papercolor_dark.d.ts +1 -1
  438. package/dist/themes/papercolor_light.d.cts +1 -1
  439. package/dist/themes/papercolor_light.d.ts +1 -1
  440. package/dist/themes/poimandres.d.cts +1 -1
  441. package/dist/themes/poimandres.d.ts +1 -1
  442. package/dist/themes/rosebones_dark.cjs +1 -1
  443. package/dist/themes/rosebones_dark.d.cts +1 -1
  444. package/dist/themes/rosebones_dark.d.ts +1 -1
  445. package/dist/themes/rosebones_dark.js +1 -1
  446. package/dist/themes/rosebones_light.cjs +1 -1
  447. package/dist/themes/rosebones_light.d.cts +1 -1
  448. package/dist/themes/rosebones_light.d.ts +1 -1
  449. package/dist/themes/rosebones_light.js +1 -1
  450. package/dist/themes/rosepine_dark.d.cts +1 -1
  451. package/dist/themes/rosepine_dark.d.ts +1 -1
  452. package/dist/themes/rosepine_dawn.d.cts +1 -1
  453. package/dist/themes/rosepine_dawn.d.ts +1 -1
  454. package/dist/themes/rosepine_moon.d.cts +1 -1
  455. package/dist/themes/rosepine_moon.d.ts +1 -1
  456. package/dist/themes/seoulbones_dark.cjs +1 -1
  457. package/dist/themes/seoulbones_dark.d.cts +1 -1
  458. package/dist/themes/seoulbones_dark.d.ts +1 -1
  459. package/dist/themes/seoulbones_dark.js +1 -1
  460. package/dist/themes/seoulbones_light.cjs +1 -1
  461. package/dist/themes/seoulbones_light.d.cts +1 -1
  462. package/dist/themes/seoulbones_light.d.ts +1 -1
  463. package/dist/themes/seoulbones_light.js +1 -1
  464. package/dist/themes/solarized_autumn_dark.d.cts +1 -1
  465. package/dist/themes/solarized_autumn_dark.d.ts +1 -1
  466. package/dist/themes/solarized_autumn_light.d.cts +1 -1
  467. package/dist/themes/solarized_autumn_light.d.ts +1 -1
  468. package/dist/themes/solarized_osaka_dark.d.cts +1 -1
  469. package/dist/themes/solarized_osaka_dark.d.ts +1 -1
  470. package/dist/themes/solarized_osaka_light.d.cts +1 -1
  471. package/dist/themes/solarized_osaka_light.d.ts +1 -1
  472. package/dist/themes/solarized_spring_dark.d.cts +1 -1
  473. package/dist/themes/solarized_spring_dark.d.ts +1 -1
  474. package/dist/themes/solarized_spring_light.d.cts +1 -1
  475. package/dist/themes/solarized_spring_light.d.ts +1 -1
  476. package/dist/themes/solarized_summer_dark.d.cts +1 -1
  477. package/dist/themes/solarized_summer_dark.d.ts +1 -1
  478. package/dist/themes/solarized_summer_light.d.cts +1 -1
  479. package/dist/themes/solarized_summer_light.d.ts +1 -1
  480. package/dist/themes/solarized_winter_dark.d.cts +1 -1
  481. package/dist/themes/solarized_winter_dark.d.ts +1 -1
  482. package/dist/themes/solarized_winter_light.d.cts +1 -1
  483. package/dist/themes/solarized_winter_light.d.ts +1 -1
  484. package/dist/themes/sonokai_andromeda.d.cts +1 -1
  485. package/dist/themes/sonokai_andromeda.d.ts +1 -1
  486. package/dist/themes/sonokai_atlantis.d.cts +1 -1
  487. package/dist/themes/sonokai_atlantis.d.ts +1 -1
  488. package/dist/themes/sonokai_default.d.cts +1 -1
  489. package/dist/themes/sonokai_default.d.ts +1 -1
  490. package/dist/themes/sonokai_espresso.d.cts +1 -1
  491. package/dist/themes/sonokai_espresso.d.ts +1 -1
  492. package/dist/themes/sonokai_maia.d.cts +1 -1
  493. package/dist/themes/sonokai_maia.d.ts +1 -1
  494. package/dist/themes/sonokai_shusia.d.cts +1 -1
  495. package/dist/themes/sonokai_shusia.d.ts +1 -1
  496. package/dist/themes/srcery.cjs +1 -1
  497. package/dist/themes/srcery.d.cts +1 -1
  498. package/dist/themes/srcery.d.ts +1 -1
  499. package/dist/themes/srcery.js +1 -1
  500. package/dist/themes/synthweave.d.cts +1 -1
  501. package/dist/themes/synthweave.d.ts +1 -1
  502. package/dist/themes/synthweave_aqua.d.cts +1 -1
  503. package/dist/themes/synthweave_aqua.d.ts +1 -1
  504. package/dist/themes/terafox.d.cts +1 -1
  505. package/dist/themes/terafox.d.ts +1 -1
  506. package/dist/themes/tokyobones_dark.cjs +1 -1
  507. package/dist/themes/tokyobones_dark.d.cts +1 -1
  508. package/dist/themes/tokyobones_dark.d.ts +1 -1
  509. package/dist/themes/tokyobones_dark.js +1 -1
  510. package/dist/themes/tokyobones_light.cjs +1 -1
  511. package/dist/themes/tokyobones_light.d.cts +1 -1
  512. package/dist/themes/tokyobones_light.d.ts +1 -1
  513. package/dist/themes/tokyobones_light.js +1 -1
  514. package/dist/themes/tokyodark.d.cts +1 -1
  515. package/dist/themes/tokyodark.d.ts +1 -1
  516. package/dist/themes/tokyonight_day.d.cts +1 -1
  517. package/dist/themes/tokyonight_day.d.ts +1 -1
  518. package/dist/themes/tokyonight_moon.d.cts +1 -1
  519. package/dist/themes/tokyonight_moon.d.ts +1 -1
  520. package/dist/themes/tokyonight_night.d.cts +1 -1
  521. package/dist/themes/tokyonight_night.d.ts +1 -1
  522. package/dist/themes/tokyonight_storm.d.cts +1 -1
  523. package/dist/themes/tokyonight_storm.d.ts +1 -1
  524. package/dist/themes/vague.cjs +1 -1
  525. package/dist/themes/vague.d.cts +1 -1
  526. package/dist/themes/vague.d.ts +1 -1
  527. package/dist/themes/vague.js +1 -1
  528. package/dist/themes/vesper.d.cts +1 -1
  529. package/dist/themes/vesper.d.ts +1 -1
  530. package/dist/themes/vimbones.cjs +7 -0
  531. package/dist/themes/vimbones.d.cts +1 -0
  532. package/dist/themes/vimbones.d.ts +1 -0
  533. package/dist/themes/vimbones.js +5 -0
  534. package/dist/themes/vscode_dark.d.cts +1 -1
  535. package/dist/themes/vscode_dark.d.ts +1 -1
  536. package/dist/themes/vscode_light.d.cts +1 -1
  537. package/dist/themes/vscode_light.d.ts +1 -1
  538. package/dist/themes/xcode_dark.d.cts +1 -1
  539. package/dist/themes/xcode_dark.d.ts +1 -1
  540. package/dist/themes/xcode_dark_hc.d.cts +1 -1
  541. package/dist/themes/xcode_dark_hc.d.ts +1 -1
  542. package/dist/themes/xcode_light.d.cts +1 -1
  543. package/dist/themes/xcode_light.d.ts +1 -1
  544. package/dist/themes/xcode_light_hc.d.cts +1 -1
  545. package/dist/themes/xcode_light_hc.d.ts +1 -1
  546. package/dist/themes/xcode_wwdc.d.cts +1 -1
  547. package/dist/themes/xcode_wwdc.d.ts +1 -1
  548. package/dist/themes/yorumi.d.cts +1 -1
  549. package/dist/themes/yorumi.d.ts +1 -1
  550. package/dist/themes/zenbones_dark.cjs +1 -1
  551. package/dist/themes/zenbones_dark.d.cts +1 -1
  552. package/dist/themes/zenbones_dark.d.ts +1 -1
  553. package/dist/themes/zenbones_dark.js +1 -1
  554. package/dist/themes/zenbones_light.cjs +1 -1
  555. package/dist/themes/zenbones_light.d.cts +1 -1
  556. package/dist/themes/zenbones_light.d.ts +1 -1
  557. package/dist/themes/zenbones_light.js +1 -1
  558. package/dist/themes/zenburn.d.cts +1 -1
  559. package/dist/themes/zenburn.d.ts +1 -1
  560. package/dist/themes/zenburned.cjs +1 -1
  561. package/dist/themes/zenburned.d.cts +1 -1
  562. package/dist/themes/zenburned.d.ts +1 -1
  563. package/dist/themes/zenburned.js +1 -1
  564. package/dist/themes/zenwritten_dark.cjs +1 -1
  565. package/dist/themes/zenwritten_dark.d.cts +1 -1
  566. package/dist/themes/zenwritten_dark.d.ts +1 -1
  567. package/dist/themes/zenwritten_dark.js +1 -1
  568. package/dist/themes/zenwritten_light.cjs +1 -1
  569. package/dist/themes/zenwritten_light.d.cts +1 -1
  570. package/dist/themes/zenwritten_light.d.ts +1 -1
  571. package/dist/themes/zenwritten_light.js +1 -1
  572. package/dist/themes/zephyr_dark.d.cts +1 -1
  573. package/dist/themes/zephyr_dark.d.ts +1 -1
  574. package/package.json +1 -1
  575. package/dist/css/duckbones_light.css +0 -355
  576. package/dist/css/kanagawabones_light.css +0 -381
  577. package/dist/css/neosolarized_light.css +0 -311
  578. package/dist/css/nordbones_light.css +0 -362
  579. package/dist/css/solarized_osaka_storm.css +0 -364
  580. package/dist/css/vimbones_light.css +0 -376
  581. package/dist/json/duckbones_dark.json +0 -1
  582. package/dist/json/duckbones_light.json +0 -1
  583. package/dist/json/kanagawabones_dark.json +0 -1
  584. package/dist/json/kanagawabones_light.json +0 -1
  585. package/dist/json/neosolarized_dark.json +0 -1
  586. package/dist/json/neosolarized_light.json +0 -1
  587. package/dist/json/nordbones_dark.json +0 -1
  588. package/dist/json/nordbones_light.json +0 -1
  589. package/dist/json/solarized_osaka_storm.json +0 -1
  590. package/dist/json/vimbones_dark.json +0 -1
  591. package/dist/json/vimbones_light.json +0 -1
  592. package/dist/themes/duckbones_dark.cjs +0 -7
  593. package/dist/themes/duckbones_dark.js +0 -5
  594. package/dist/themes/duckbones_light.cjs +0 -7
  595. package/dist/themes/duckbones_light.d.cts +0 -1
  596. package/dist/themes/duckbones_light.d.ts +0 -1
  597. package/dist/themes/duckbones_light.js +0 -5
  598. package/dist/themes/kanagawabones_dark.cjs +0 -7
  599. package/dist/themes/kanagawabones_dark.d.cts +0 -1
  600. package/dist/themes/kanagawabones_dark.d.ts +0 -1
  601. package/dist/themes/kanagawabones_dark.js +0 -5
  602. package/dist/themes/kanagawabones_light.cjs +0 -7
  603. package/dist/themes/kanagawabones_light.d.cts +0 -1
  604. package/dist/themes/kanagawabones_light.d.ts +0 -1
  605. package/dist/themes/kanagawabones_light.js +0 -5
  606. package/dist/themes/neosolarized_dark.cjs +0 -7
  607. package/dist/themes/neosolarized_dark.d.cts +0 -1
  608. package/dist/themes/neosolarized_dark.d.ts +0 -1
  609. package/dist/themes/neosolarized_dark.js +0 -5
  610. package/dist/themes/neosolarized_light.cjs +0 -7
  611. package/dist/themes/neosolarized_light.d.cts +0 -1
  612. package/dist/themes/neosolarized_light.d.ts +0 -1
  613. package/dist/themes/neosolarized_light.js +0 -5
  614. package/dist/themes/nordbones_dark.cjs +0 -7
  615. package/dist/themes/nordbones_dark.d.cts +0 -1
  616. package/dist/themes/nordbones_dark.d.ts +0 -1
  617. package/dist/themes/nordbones_dark.js +0 -5
  618. package/dist/themes/nordbones_light.cjs +0 -7
  619. package/dist/themes/nordbones_light.d.cts +0 -1
  620. package/dist/themes/nordbones_light.d.ts +0 -1
  621. package/dist/themes/nordbones_light.js +0 -5
  622. package/dist/themes/solarized_osaka_storm.cjs +0 -7
  623. package/dist/themes/solarized_osaka_storm.d.cts +0 -1
  624. package/dist/themes/solarized_osaka_storm.d.ts +0 -1
  625. package/dist/themes/solarized_osaka_storm.js +0 -5
  626. package/dist/themes/vimbones_dark.cjs +0 -7
  627. package/dist/themes/vimbones_dark.d.cts +0 -1
  628. package/dist/themes/vimbones_dark.d.ts +0 -1
  629. package/dist/themes/vimbones_dark.js +0 -5
  630. package/dist/themes/vimbones_light.cjs +0 -7
  631. package/dist/themes/vimbones_light.d.cts +0 -1
  632. package/dist/themes/vimbones_light.d.ts +0 -1
  633. package/dist/themes/vimbones_light.js +0 -5
  634. /package/dist/themes/{duckbones_dark.d.cts → duckbones.d.cts} +0 -0
  635. /package/dist/themes/{duckbones_dark.d.ts → duckbones.d.ts} +0 -0
@@ -1 +1 @@
1
- {"name":"astrodark","appearance":"dark","revision":"95c046b763266a4873bdf0cbf6a1824c929dec3a","highlights":{"attribute":{"fg":"#dfab25"},"attribute.builtin":{"fg":"#dfab25"},"boolean":{"fg":"#f5983a"},"character":{"fg":"#87c05f"},"character.special":{"fg":"#5eb7ff"},"comment":{"fg":"#696c76","italic":true},"comment.documentation":{"fg":"#696c76","italic":true},"comment.error":{"fg":"#f8747e"},"comment.hint":{"fg":"#00b298"},"comment.note":{"fg":"#50a4e9"},"comment.todo":{"fg":"#d09214"},"comment.warning":{"fg":"#d09214"},"constant":{"fg":"#dfab25"},"constant.builtin":{"fg":"#dfab25"},"constant.macro":{"fg":"#dfab25"},"constant.rust":{"fg":"#4ac2b8"},"constructor":{"fg":"#5eb7ff"},"constructor.lua":{"fg":"#f5983a"},"constructor.tsx":{"fg":"#dd97f1"},"constructor.typescript":{"fg":"#dd97f1"},"diff.delta":{"bg":"#4b4124"},"diff.minus":{"bg":"#53373d"},"diff.plus":{"fg":"#87c05f"},"error":{"fg":"#f8747e"},"function":{"fg":"#5eb7ff"},"function.builtin":{"fg":"#4ac2b8"},"function.call":{"fg":"#5eb7ff"},"function.macro":{"fg":"#dfab25"},"function.macro.rust":{"fg":"#ff838b"},"function.method":{"fg":"#5eb7ff"},"function.method.call":{"fg":"#5eb7ff"},"highlighted":{"bg":"#1e222a"},"keyword":{"fg":"#dd97f1"},"keyword.conditional":{"fg":"#dd97f1"},"keyword.conditional.ternary":{"fg":"#dd97f1"},"keyword.coroutine":{"fg":"#dd97f1"},"keyword.debug":{"fg":"#50a4e9"},"keyword.directive":{"fg":"#dd97f1"},"keyword.directive.define":{"fg":"#dd97f1"},"keyword.exception":{"fg":"#dd97f1"},"keyword.export":{"fg":"#dd97f1"},"keyword.function":{"fg":"#dd97f1"},"keyword.import":{"fg":"#dd97f1"},"keyword.modifier":{"fg":"#dfab25"},"keyword.operator":{"fg":"#dd97f1"},"keyword.repeat":{"fg":"#dd97f1"},"keyword.return":{"fg":"#dd97f1"},"keyword.type":{"fg":"#dfab25"},"label":{"fg":"#5eb7ff"},"markup":{"fg":"#5eb7ff"},"markup.environment":{"fg":"#f5983a"},"markup.environment.name":{"fg":"#f5983a"},"markup.heading":{"fg":"#adb0bb","bold":true},"markup.heading.1":{"fg":"#adb0bb","bold":true},"markup.heading.1.markdown":{"fg":"#dd97f1","bold":true},"markup.heading.2":{"fg":"#adb0bb","bold":true},"markup.heading.2.markdown":{"fg":"#5eb7ff","bold":true},"markup.heading.3":{"fg":"#adb0bb","bold":true},"markup.heading.3.markdown":{"fg":"#4ac2b8","bold":true},"markup.heading.4":{"fg":"#adb0bb","bold":true},"markup.heading.4.markdown":{"fg":"#87c05f","bold":true},"markup.heading.5":{"fg":"#adb0bb","bold":true},"markup.heading.5.markdown":{"fg":"#dfab25","bold":true},"markup.heading.6":{"fg":"#adb0bb","bold":true},"markup.heading.6.markdown":{"fg":"#dfab25","bold":true},"markup.italic":{"fg":"#adb0bb","italic":true},"markup.link":{"fg":"#dfab25","bold":true},"markup.link.label":{"fg":"#87c05f"},"markup.link.url":{"fg":"#5eb7ff","italic":true,"underline":"solid"},"markup.list":{"fg":"#5eb7ff"},"markup.list.checked":{"fg":"#00b298","bold":true},"markup.list.markdown":{"fg":"#f5983a","bold":true},"markup.list.unchecked":{"fg":"#50a4e9","bold":true},"markup.math":{"fg":"#5eb7ff"},"markup.quote":{"fg":"#adb0bb","italic":true},"markup.raw":{"fg":"#ff838b"},"markup.raw.block":{"fg":"#adb0bb"},"markup.strikethrough":{"fg":"#adb0bb","strikethrough":true},"markup.strong":{"fg":"#adb0bb","bold":true},"module":{"fg":"#dd97f1"},"module.builtin":{"fg":"#dfab25"},"namespace":{"fg":"#dd97f1"},"normal":{"fg":"#adb0bb","bg":"#1a1d23"},"number":{"fg":"#f5983a"},"number.css":{"fg":"#4ac2b8"},"number.float":{"fg":"#dfab25"},"operator":{"fg":"#adb0bb"},"property":{"fg":"#ff838b"},"property.cpp":{"fg":"#f5983a"},"property.css":{"fg":"#f5983a"},"punctuation.bracket":{"fg":"#adb0bb"},"punctuation.bracket.php":{"fg":"#dd97f1","bold":true},"punctuation.bracket.rainbow.1":{"fg":"#ff838b"},"punctuation.bracket.rainbow.2":{"fg":"#dfab25"},"punctuation.bracket.rainbow.3":{"fg":"#5eb7ff"},"punctuation.bracket.rainbow.4":{"fg":"#f5983a"},"punctuation.bracket.rainbow.5":{"fg":"#87c05f"},"punctuation.bracket.rainbow.6":{"fg":"#dd97f1"},"punctuation.delimiter":{"fg":"#adb0bb"},"punctuation.special":{"fg":"#adb0bb"},"punctuation.special.rust":{"fg":"#dd97f1"},"string":{"fg":"#87c05f"},"string.documentation":{"fg":"#87c05f"},"string.escape":{"fg":"#ff838b"},"string.regexp":{"fg":"#87c05f"},"string.special":{"fg":"#87c05f"},"string.special.path":{"fg":"#87c05f"},"string.special.symbol":{"fg":"#87c05f"},"string.special.symbol.ruby":{"fg":"#f5983a"},"string.special.url":{"fg":"#5eb7ff","italic":true,"underline":"solid"},"tag":{"fg":"#ff838b"},"tag.attribute":{"fg":"#4ac2b8"},"tag.attribute.tsx":{"fg":"#dd97f1","italic":true},"tag.builtin":{"fg":"#5eb7ff"},"tag.delimiter":{"fg":"#adb0bb"},"type":{"fg":"#5eb7ff"},"type.builtin":{"fg":"#dfab25"},"type.css":{"fg":"#f5983a"},"type.definition":{"fg":"#5eb7ff"},"type.rust":{"fg":"#4ac2b8"},"variable":{"fg":"#adb0bb"},"variable.builtin":{"fg":"#4ac2b8"},"variable.member":{"fg":"#ff838b"},"variable.parameter":{"fg":"#f5983a"},"variable.parameter.builtin":{"fg":"#f5983a"}}}
1
+ {"name":"astrodark","appearance":"dark","revision":"37afa2a78ce4d8d3d70827f84710c14b78c5d071","highlights":{"attribute":{"fg":"#dfab25"},"attribute.builtin":{"fg":"#dfab25"},"boolean":{"fg":"#f5983a"},"character":{"fg":"#87c05f"},"character.special":{"fg":"#5eb7ff"},"comment":{"fg":"#696c76","italic":true},"comment.documentation":{"fg":"#696c76","italic":true},"comment.error":{"fg":"#f8747e"},"comment.hint":{"fg":"#00b298"},"comment.note":{"fg":"#50a4e9"},"comment.todo":{"fg":"#d09214"},"comment.warning":{"fg":"#d09214"},"constant":{"fg":"#dfab25"},"constant.builtin":{"fg":"#dfab25"},"constant.macro":{"fg":"#dfab25"},"constant.rust":{"fg":"#4ac2b8"},"constructor":{"fg":"#5eb7ff"},"constructor.lua":{"fg":"#f5983a"},"constructor.tsx":{"fg":"#dd97f1"},"constructor.typescript":{"fg":"#dd97f1"},"diff.delta":{"bg":"#4b4124"},"diff.minus":{"bg":"#53373d"},"diff.plus":{"fg":"#87c05f"},"error":{"fg":"#f8747e"},"function":{"fg":"#5eb7ff"},"function.builtin":{"fg":"#4ac2b8"},"function.call":{"fg":"#5eb7ff"},"function.macro":{"fg":"#dfab25"},"function.macro.rust":{"fg":"#ff838b"},"function.method":{"fg":"#5eb7ff"},"function.method.call":{"fg":"#5eb7ff"},"highlighted":{"bg":"#1e222a"},"keyword":{"fg":"#dd97f1"},"keyword.conditional":{"fg":"#dd97f1"},"keyword.conditional.ternary":{"fg":"#dd97f1"},"keyword.coroutine":{"fg":"#dd97f1"},"keyword.debug":{"fg":"#50a4e9"},"keyword.directive":{"fg":"#dd97f1"},"keyword.directive.define":{"fg":"#dd97f1"},"keyword.exception":{"fg":"#dd97f1"},"keyword.export":{"fg":"#dd97f1"},"keyword.function":{"fg":"#dd97f1"},"keyword.import":{"fg":"#dd97f1"},"keyword.modifier":{"fg":"#dfab25"},"keyword.operator":{"fg":"#dd97f1"},"keyword.repeat":{"fg":"#dd97f1"},"keyword.return":{"fg":"#dd97f1"},"keyword.type":{"fg":"#dfab25"},"label":{"fg":"#5eb7ff"},"markup":{"fg":"#5eb7ff"},"markup.environment":{"fg":"#f5983a"},"markup.environment.name":{"fg":"#f5983a"},"markup.heading":{"fg":"#adb0bb","bold":true},"markup.heading.1":{"fg":"#adb0bb","bold":true},"markup.heading.1.markdown":{"fg":"#dd97f1","bold":true},"markup.heading.2":{"fg":"#adb0bb","bold":true},"markup.heading.2.markdown":{"fg":"#5eb7ff","bold":true},"markup.heading.3":{"fg":"#adb0bb","bold":true},"markup.heading.3.markdown":{"fg":"#4ac2b8","bold":true},"markup.heading.4":{"fg":"#adb0bb","bold":true},"markup.heading.4.markdown":{"fg":"#87c05f","bold":true},"markup.heading.5":{"fg":"#adb0bb","bold":true},"markup.heading.5.markdown":{"fg":"#dfab25","bold":true},"markup.heading.6":{"fg":"#adb0bb","bold":true},"markup.heading.6.markdown":{"fg":"#dfab25","bold":true},"markup.italic":{"fg":"#adb0bb","italic":true},"markup.link":{"fg":"#dfab25","bold":true},"markup.link.label":{"fg":"#87c05f"},"markup.link.url":{"fg":"#5eb7ff","italic":true,"underline":"solid"},"markup.list":{"fg":"#5eb7ff"},"markup.list.checked":{"fg":"#00b298","bold":true},"markup.list.markdown":{"fg":"#f5983a","bold":true},"markup.list.unchecked":{"fg":"#50a4e9","bold":true},"markup.math":{"fg":"#5eb7ff"},"markup.quote":{"fg":"#adb0bb","italic":true},"markup.raw":{"fg":"#ff838b"},"markup.raw.block":{"fg":"#adb0bb"},"markup.strikethrough":{"fg":"#adb0bb","strikethrough":true},"markup.strong":{"fg":"#adb0bb","bold":true},"module":{"fg":"#dd97f1"},"module.builtin":{"fg":"#dfab25"},"namespace":{"fg":"#dd97f1"},"normal":{"fg":"#adb0bb","bg":"#1a1d23"},"number":{"fg":"#f5983a"},"number.css":{"fg":"#4ac2b8"},"number.float":{"fg":"#dfab25"},"operator":{"fg":"#adb0bb"},"property":{"fg":"#ff838b"},"property.cpp":{"fg":"#f5983a"},"property.css":{"fg":"#f5983a"},"punctuation.bracket":{"fg":"#adb0bb"},"punctuation.bracket.php":{"fg":"#dd97f1","bold":true},"punctuation.delimiter":{"fg":"#adb0bb"},"punctuation.special":{"fg":"#adb0bb"},"punctuation.special.rust":{"fg":"#dd97f1"},"string":{"fg":"#87c05f"},"string.documentation":{"fg":"#87c05f"},"string.escape":{"fg":"#ff838b"},"string.regexp":{"fg":"#87c05f"},"string.special":{"fg":"#87c05f"},"string.special.path":{"fg":"#87c05f"},"string.special.symbol":{"fg":"#87c05f"},"string.special.symbol.ruby":{"fg":"#f5983a"},"string.special.url":{"fg":"#5eb7ff","italic":true,"underline":"solid"},"tag":{"fg":"#ff838b"},"tag.attribute":{"fg":"#4ac2b8"},"tag.attribute.tsx":{"fg":"#dd97f1","italic":true},"tag.builtin":{"fg":"#5eb7ff"},"tag.delimiter":{"fg":"#adb0bb"},"type":{"fg":"#5eb7ff"},"type.builtin":{"fg":"#dfab25"},"type.css":{"fg":"#f5983a"},"type.definition":{"fg":"#5eb7ff"},"type.rust":{"fg":"#4ac2b8"},"variable":{"fg":"#adb0bb"},"variable.builtin":{"fg":"#4ac2b8"},"variable.member":{"fg":"#ff838b"},"variable.parameter":{"fg":"#f5983a"},"variable.parameter.builtin":{"fg":"#f5983a"}}}
@@ -1 +1 @@
1
- {"name":"astrojupiter","appearance":"light","revision":"95c046b763266a4873bdf0cbf6a1824c929dec3a","highlights":{"attribute":{"fg":"#805c00"},"attribute.builtin":{"fg":"#805c00"},"boolean":{"fg":"#954d00"},"character":{"fg":"#467118"},"character.special":{"fg":"#006e89"},"comment":{"fg":"#937c7a","italic":true},"comment.documentation":{"fg":"#937c7a","italic":true},"comment.error":{"fg":"#d04f4e"},"comment.hint":{"fg":"#00976c"},"comment.note":{"fg":"#0090a2"},"comment.todo":{"fg":"#ac7300"},"comment.warning":{"fg":"#ac7300"},"constant":{"fg":"#805c00"},"constant.builtin":{"fg":"#805c00"},"constant.macro":{"fg":"#805c00"},"constant.rust":{"fg":"#007652"},"constructor":{"fg":"#006e89"},"constructor.lua":{"fg":"#954d00"},"constructor.tsx":{"fg":"#90437a"},"constructor.typescript":{"fg":"#90437a"},"diff.delta":{"bg":"#dfcab3"},"diff.minus":{"bg":"#e7c2c0"},"diff.plus":{"fg":"#467118"},"error":{"fg":"#d04f4e"},"function":{"fg":"#006e89"},"function.builtin":{"fg":"#007652"},"function.call":{"fg":"#006e89"},"function.macro":{"fg":"#805c00"},"function.macro.rust":{"fg":"#a13f37"},"function.method":{"fg":"#006e89"},"function.method.call":{"fg":"#006e89"},"highlighted":{"bg":"#f6ddd8"},"keyword":{"fg":"#90437a"},"keyword.conditional":{"fg":"#90437a"},"keyword.conditional.ternary":{"fg":"#90437a"},"keyword.coroutine":{"fg":"#90437a"},"keyword.debug":{"fg":"#0090a2"},"keyword.directive":{"fg":"#90437a"},"keyword.directive.define":{"fg":"#90437a"},"keyword.exception":{"fg":"#90437a"},"keyword.export":{"fg":"#90437a"},"keyword.function":{"fg":"#90437a"},"keyword.import":{"fg":"#90437a"},"keyword.modifier":{"fg":"#805c00"},"keyword.operator":{"fg":"#90437a"},"keyword.repeat":{"fg":"#90437a"},"keyword.return":{"fg":"#90437a"},"keyword.type":{"fg":"#805c00"},"label":{"fg":"#006e89"},"markup":{"fg":"#006e89"},"markup.environment":{"fg":"#954d00"},"markup.environment.name":{"fg":"#954d00"},"markup.heading":{"fg":"#815654","bold":true},"markup.heading.1":{"fg":"#815654","bold":true},"markup.heading.1.markdown":{"fg":"#90437a","bold":true},"markup.heading.2":{"fg":"#815654","bold":true},"markup.heading.2.markdown":{"fg":"#006e89","bold":true},"markup.heading.3":{"fg":"#815654","bold":true},"markup.heading.3.markdown":{"fg":"#007652","bold":true},"markup.heading.4":{"fg":"#815654","bold":true},"markup.heading.4.markdown":{"fg":"#467118","bold":true},"markup.heading.5":{"fg":"#815654","bold":true},"markup.heading.5.markdown":{"fg":"#805c00","bold":true},"markup.heading.6":{"fg":"#815654","bold":true},"markup.heading.6.markdown":{"fg":"#805c00","bold":true},"markup.italic":{"fg":"#815654","italic":true},"markup.link":{"fg":"#805c00","bold":true},"markup.link.label":{"fg":"#467118"},"markup.link.url":{"fg":"#006e89","italic":true,"underline":"solid"},"markup.list":{"fg":"#006e89"},"markup.list.checked":{"fg":"#00976c","bold":true},"markup.list.markdown":{"fg":"#954d00","bold":true},"markup.list.unchecked":{"fg":"#0090a2","bold":true},"markup.math":{"fg":"#006e89"},"markup.quote":{"fg":"#815654","italic":true},"markup.raw":{"fg":"#a13f37"},"markup.raw.block":{"fg":"#815654"},"markup.strikethrough":{"fg":"#815654","strikethrough":true},"markup.strong":{"fg":"#815654","bold":true},"module":{"fg":"#90437a"},"module.builtin":{"fg":"#805c00"},"namespace":{"fg":"#90437a"},"normal":{"fg":"#815654","bg":"#feeeee"},"number":{"fg":"#954d00"},"number.css":{"fg":"#007652"},"number.float":{"fg":"#805c00"},"operator":{"fg":"#815654"},"property":{"fg":"#a13f37"},"property.cpp":{"fg":"#954d00"},"property.css":{"fg":"#954d00"},"punctuation.bracket":{"fg":"#815654"},"punctuation.bracket.php":{"fg":"#90437a","bold":true},"punctuation.bracket.rainbow.1":{"fg":"#a13f37"},"punctuation.bracket.rainbow.2":{"fg":"#805c00"},"punctuation.bracket.rainbow.3":{"fg":"#006e89"},"punctuation.bracket.rainbow.4":{"fg":"#954d00"},"punctuation.bracket.rainbow.5":{"fg":"#467118"},"punctuation.bracket.rainbow.6":{"fg":"#90437a"},"punctuation.delimiter":{"fg":"#815654"},"punctuation.special":{"fg":"#815654"},"punctuation.special.rust":{"fg":"#90437a"},"string":{"fg":"#467118"},"string.documentation":{"fg":"#467118"},"string.escape":{"fg":"#a13f37"},"string.regexp":{"fg":"#467118"},"string.special":{"fg":"#467118"},"string.special.path":{"fg":"#467118"},"string.special.symbol":{"fg":"#467118"},"string.special.symbol.ruby":{"fg":"#954d00"},"string.special.url":{"fg":"#006e89","italic":true,"underline":"solid"},"tag":{"fg":"#a13f37"},"tag.attribute":{"fg":"#007652"},"tag.attribute.tsx":{"fg":"#90437a","italic":true},"tag.builtin":{"fg":"#006e89"},"tag.delimiter":{"fg":"#815654"},"type":{"fg":"#006e89"},"type.builtin":{"fg":"#805c00"},"type.css":{"fg":"#954d00"},"type.definition":{"fg":"#006e89"},"type.rust":{"fg":"#007652"},"variable":{"fg":"#815654"},"variable.builtin":{"fg":"#007652"},"variable.member":{"fg":"#a13f37"},"variable.parameter":{"fg":"#954d00"},"variable.parameter.builtin":{"fg":"#954d00"}}}
1
+ {"name":"astrojupiter","appearance":"light","revision":"37afa2a78ce4d8d3d70827f84710c14b78c5d071","highlights":{"attribute":{"fg":"#805c00"},"attribute.builtin":{"fg":"#805c00"},"boolean":{"fg":"#954d00"},"character":{"fg":"#467118"},"character.special":{"fg":"#006e89"},"comment":{"fg":"#937c7a","italic":true},"comment.documentation":{"fg":"#937c7a","italic":true},"comment.error":{"fg":"#d04f4e"},"comment.hint":{"fg":"#00976c"},"comment.note":{"fg":"#0090a2"},"comment.todo":{"fg":"#ac7300"},"comment.warning":{"fg":"#ac7300"},"constant":{"fg":"#805c00"},"constant.builtin":{"fg":"#805c00"},"constant.macro":{"fg":"#805c00"},"constant.rust":{"fg":"#007652"},"constructor":{"fg":"#006e89"},"constructor.lua":{"fg":"#954d00"},"constructor.tsx":{"fg":"#90437a"},"constructor.typescript":{"fg":"#90437a"},"diff.delta":{"bg":"#dfcab3"},"diff.minus":{"bg":"#e7c2c0"},"diff.plus":{"fg":"#467118"},"error":{"fg":"#d04f4e"},"function":{"fg":"#006e89"},"function.builtin":{"fg":"#007652"},"function.call":{"fg":"#006e89"},"function.macro":{"fg":"#805c00"},"function.macro.rust":{"fg":"#a13f37"},"function.method":{"fg":"#006e89"},"function.method.call":{"fg":"#006e89"},"highlighted":{"bg":"#f6ddd8"},"keyword":{"fg":"#90437a"},"keyword.conditional":{"fg":"#90437a"},"keyword.conditional.ternary":{"fg":"#90437a"},"keyword.coroutine":{"fg":"#90437a"},"keyword.debug":{"fg":"#0090a2"},"keyword.directive":{"fg":"#90437a"},"keyword.directive.define":{"fg":"#90437a"},"keyword.exception":{"fg":"#90437a"},"keyword.export":{"fg":"#90437a"},"keyword.function":{"fg":"#90437a"},"keyword.import":{"fg":"#90437a"},"keyword.modifier":{"fg":"#805c00"},"keyword.operator":{"fg":"#90437a"},"keyword.repeat":{"fg":"#90437a"},"keyword.return":{"fg":"#90437a"},"keyword.type":{"fg":"#805c00"},"label":{"fg":"#006e89"},"markup":{"fg":"#006e89"},"markup.environment":{"fg":"#954d00"},"markup.environment.name":{"fg":"#954d00"},"markup.heading":{"fg":"#815654","bold":true},"markup.heading.1":{"fg":"#815654","bold":true},"markup.heading.1.markdown":{"fg":"#90437a","bold":true},"markup.heading.2":{"fg":"#815654","bold":true},"markup.heading.2.markdown":{"fg":"#006e89","bold":true},"markup.heading.3":{"fg":"#815654","bold":true},"markup.heading.3.markdown":{"fg":"#007652","bold":true},"markup.heading.4":{"fg":"#815654","bold":true},"markup.heading.4.markdown":{"fg":"#467118","bold":true},"markup.heading.5":{"fg":"#815654","bold":true},"markup.heading.5.markdown":{"fg":"#805c00","bold":true},"markup.heading.6":{"fg":"#815654","bold":true},"markup.heading.6.markdown":{"fg":"#805c00","bold":true},"markup.italic":{"fg":"#815654","italic":true},"markup.link":{"fg":"#805c00","bold":true},"markup.link.label":{"fg":"#467118"},"markup.link.url":{"fg":"#006e89","italic":true,"underline":"solid"},"markup.list":{"fg":"#006e89"},"markup.list.checked":{"fg":"#00976c","bold":true},"markup.list.markdown":{"fg":"#954d00","bold":true},"markup.list.unchecked":{"fg":"#0090a2","bold":true},"markup.math":{"fg":"#006e89"},"markup.quote":{"fg":"#815654","italic":true},"markup.raw":{"fg":"#a13f37"},"markup.raw.block":{"fg":"#815654"},"markup.strikethrough":{"fg":"#815654","strikethrough":true},"markup.strong":{"fg":"#815654","bold":true},"module":{"fg":"#90437a"},"module.builtin":{"fg":"#805c00"},"namespace":{"fg":"#90437a"},"normal":{"fg":"#815654","bg":"#feeeee"},"number":{"fg":"#954d00"},"number.css":{"fg":"#007652"},"number.float":{"fg":"#805c00"},"operator":{"fg":"#815654"},"property":{"fg":"#a13f37"},"property.cpp":{"fg":"#954d00"},"property.css":{"fg":"#954d00"},"punctuation.bracket":{"fg":"#815654"},"punctuation.bracket.php":{"fg":"#90437a","bold":true},"punctuation.delimiter":{"fg":"#815654"},"punctuation.special":{"fg":"#815654"},"punctuation.special.rust":{"fg":"#90437a"},"string":{"fg":"#467118"},"string.documentation":{"fg":"#467118"},"string.escape":{"fg":"#a13f37"},"string.regexp":{"fg":"#467118"},"string.special":{"fg":"#467118"},"string.special.path":{"fg":"#467118"},"string.special.symbol":{"fg":"#467118"},"string.special.symbol.ruby":{"fg":"#954d00"},"string.special.url":{"fg":"#006e89","italic":true,"underline":"solid"},"tag":{"fg":"#a13f37"},"tag.attribute":{"fg":"#007652"},"tag.attribute.tsx":{"fg":"#90437a","italic":true},"tag.builtin":{"fg":"#006e89"},"tag.delimiter":{"fg":"#815654"},"type":{"fg":"#006e89"},"type.builtin":{"fg":"#805c00"},"type.css":{"fg":"#954d00"},"type.definition":{"fg":"#006e89"},"type.rust":{"fg":"#007652"},"variable":{"fg":"#815654"},"variable.builtin":{"fg":"#007652"},"variable.member":{"fg":"#a13f37"},"variable.parameter":{"fg":"#954d00"},"variable.parameter.builtin":{"fg":"#954d00"}}}
@@ -1 +1 @@
1
- {"name":"astrolight","appearance":"light","revision":"95c046b763266a4873bdf0cbf6a1824c929dec3a","highlights":{"attribute":{"fg":"#7300b8"},"attribute.builtin":{"fg":"#7300b8"},"boolean":{"fg":"#a34500"},"character":{"fg":"#345e00"},"character.special":{"fg":"#00508a"},"comment":{"fg":"#8b9297","italic":true},"comment.documentation":{"fg":"#8b9297","italic":true},"comment.error":{"fg":"#e72f1f"},"comment.hint":{"fg":"#21b386"},"comment.note":{"fg":"#3f8cea"},"comment.todo":{"fg":"#e69400"},"comment.warning":{"fg":"#e69400"},"constant":{"fg":"#7300b8"},"constant.builtin":{"fg":"#7300b8"},"constant.macro":{"fg":"#7300b8"},"constant.rust":{"fg":"#00615b"},"constructor":{"fg":"#00508a"},"constructor.lua":{"fg":"#a34500"},"constructor.tsx":{"fg":"#9e007c"},"constructor.typescript":{"fg":"#9e007c"},"diff.delta":{"bg":"#d6bae8"},"diff.minus":{"bg":"#e0baba"},"diff.plus":{"fg":"#345e00"},"error":{"fg":"#e72f1f"},"function":{"fg":"#00508a"},"function.builtin":{"fg":"#00615b"},"function.call":{"fg":"#00508a"},"function.macro":{"fg":"#7300b8"},"function.macro.rust":{"fg":"#990000"},"function.method":{"fg":"#00508a"},"function.method.call":{"fg":"#00508a"},"highlighted":{"bg":"#eaebeb"},"keyword":{"fg":"#9e007c"},"keyword.conditional":{"fg":"#9e007c"},"keyword.conditional.ternary":{"fg":"#9e007c"},"keyword.coroutine":{"fg":"#9e007c"},"keyword.debug":{"fg":"#3f8cea"},"keyword.directive":{"fg":"#9e007c"},"keyword.directive.define":{"fg":"#9e007c"},"keyword.exception":{"fg":"#9e007c"},"keyword.export":{"fg":"#9e007c"},"keyword.function":{"fg":"#9e007c"},"keyword.import":{"fg":"#9e007c"},"keyword.modifier":{"fg":"#7300b8"},"keyword.operator":{"fg":"#9e007c"},"keyword.repeat":{"fg":"#9e007c"},"keyword.return":{"fg":"#9e007c"},"keyword.type":{"fg":"#7300b8"},"label":{"fg":"#00508a"},"markup":{"fg":"#00508a"},"markup.environment":{"fg":"#a34500"},"markup.environment.name":{"fg":"#a34500"},"markup.heading":{"fg":"#4f4f4f","bold":true},"markup.heading.1":{"fg":"#4f4f4f","bold":true},"markup.heading.1.markdown":{"fg":"#9e007c","bold":true},"markup.heading.2":{"fg":"#4f4f4f","bold":true},"markup.heading.2.markdown":{"fg":"#00508a","bold":true},"markup.heading.3":{"fg":"#4f4f4f","bold":true},"markup.heading.3.markdown":{"fg":"#00615b","bold":true},"markup.heading.4":{"fg":"#4f4f4f","bold":true},"markup.heading.4.markdown":{"fg":"#345e00","bold":true},"markup.heading.5":{"fg":"#4f4f4f","bold":true},"markup.heading.5.markdown":{"fg":"#7300b8","bold":true},"markup.heading.6":{"fg":"#4f4f4f","bold":true},"markup.heading.6.markdown":{"fg":"#7300b8","bold":true},"markup.italic":{"fg":"#4f4f4f","italic":true},"markup.link":{"fg":"#7300b8","bold":true},"markup.link.label":{"fg":"#345e00"},"markup.link.url":{"fg":"#00508a","italic":true,"underline":"solid"},"markup.list":{"fg":"#00508a"},"markup.list.checked":{"fg":"#21b386","bold":true},"markup.list.markdown":{"fg":"#a34500","bold":true},"markup.list.unchecked":{"fg":"#3f8cea","bold":true},"markup.math":{"fg":"#00508a"},"markup.quote":{"fg":"#4f4f4f","italic":true},"markup.raw":{"fg":"#990000"},"markup.raw.block":{"fg":"#4f4f4f"},"markup.strikethrough":{"fg":"#4f4f4f","strikethrough":true},"markup.strong":{"fg":"#4f4f4f","bold":true},"module":{"fg":"#9e007c"},"module.builtin":{"fg":"#7300b8"},"namespace":{"fg":"#9e007c"},"normal":{"fg":"#4f4f4f","bg":"#f7f8f8"},"number":{"fg":"#a34500"},"number.css":{"fg":"#00615b"},"number.float":{"fg":"#7300b8"},"operator":{"fg":"#4f4f4f"},"property":{"fg":"#990000"},"property.cpp":{"fg":"#a34500"},"property.css":{"fg":"#a34500"},"punctuation.bracket":{"fg":"#4f4f4f"},"punctuation.bracket.php":{"fg":"#9e007c","bold":true},"punctuation.bracket.rainbow.1":{"fg":"#990000"},"punctuation.bracket.rainbow.2":{"fg":"#7300b8"},"punctuation.bracket.rainbow.3":{"fg":"#00508a"},"punctuation.bracket.rainbow.4":{"fg":"#a34500"},"punctuation.bracket.rainbow.5":{"fg":"#345e00"},"punctuation.bracket.rainbow.6":{"fg":"#9e007c"},"punctuation.delimiter":{"fg":"#4f4f4f"},"punctuation.special":{"fg":"#4f4f4f"},"punctuation.special.rust":{"fg":"#9e007c"},"string":{"fg":"#345e00"},"string.documentation":{"fg":"#345e00"},"string.escape":{"fg":"#990000"},"string.regexp":{"fg":"#345e00"},"string.special":{"fg":"#345e00"},"string.special.path":{"fg":"#345e00"},"string.special.symbol":{"fg":"#345e00"},"string.special.symbol.ruby":{"fg":"#a34500"},"string.special.url":{"fg":"#00508a","italic":true,"underline":"solid"},"tag":{"fg":"#990000"},"tag.attribute":{"fg":"#00615b"},"tag.attribute.tsx":{"fg":"#9e007c","italic":true},"tag.builtin":{"fg":"#00508a"},"tag.delimiter":{"fg":"#4f4f4f"},"type":{"fg":"#00508a"},"type.builtin":{"fg":"#7300b8"},"type.css":{"fg":"#a34500"},"type.definition":{"fg":"#00508a"},"type.rust":{"fg":"#00615b"},"variable":{"fg":"#4f4f4f"},"variable.builtin":{"fg":"#00615b"},"variable.member":{"fg":"#990000"},"variable.parameter":{"fg":"#a34500"},"variable.parameter.builtin":{"fg":"#a34500"}}}
1
+ {"name":"astrolight","appearance":"light","revision":"37afa2a78ce4d8d3d70827f84710c14b78c5d071","highlights":{"attribute":{"fg":"#7300b8"},"attribute.builtin":{"fg":"#7300b8"},"boolean":{"fg":"#a34500"},"character":{"fg":"#345e00"},"character.special":{"fg":"#00508a"},"comment":{"fg":"#8b9297","italic":true},"comment.documentation":{"fg":"#8b9297","italic":true},"comment.error":{"fg":"#e72f1f"},"comment.hint":{"fg":"#21b386"},"comment.note":{"fg":"#3f8cea"},"comment.todo":{"fg":"#e69400"},"comment.warning":{"fg":"#e69400"},"constant":{"fg":"#7300b8"},"constant.builtin":{"fg":"#7300b8"},"constant.macro":{"fg":"#7300b8"},"constant.rust":{"fg":"#00615b"},"constructor":{"fg":"#00508a"},"constructor.lua":{"fg":"#a34500"},"constructor.tsx":{"fg":"#9e007c"},"constructor.typescript":{"fg":"#9e007c"},"diff.delta":{"bg":"#d6bae8"},"diff.minus":{"bg":"#e0baba"},"diff.plus":{"fg":"#345e00"},"error":{"fg":"#e72f1f"},"function":{"fg":"#00508a"},"function.builtin":{"fg":"#00615b"},"function.call":{"fg":"#00508a"},"function.macro":{"fg":"#7300b8"},"function.macro.rust":{"fg":"#990000"},"function.method":{"fg":"#00508a"},"function.method.call":{"fg":"#00508a"},"highlighted":{"bg":"#eaebeb"},"keyword":{"fg":"#9e007c"},"keyword.conditional":{"fg":"#9e007c"},"keyword.conditional.ternary":{"fg":"#9e007c"},"keyword.coroutine":{"fg":"#9e007c"},"keyword.debug":{"fg":"#3f8cea"},"keyword.directive":{"fg":"#9e007c"},"keyword.directive.define":{"fg":"#9e007c"},"keyword.exception":{"fg":"#9e007c"},"keyword.export":{"fg":"#9e007c"},"keyword.function":{"fg":"#9e007c"},"keyword.import":{"fg":"#9e007c"},"keyword.modifier":{"fg":"#7300b8"},"keyword.operator":{"fg":"#9e007c"},"keyword.repeat":{"fg":"#9e007c"},"keyword.return":{"fg":"#9e007c"},"keyword.type":{"fg":"#7300b8"},"label":{"fg":"#00508a"},"markup":{"fg":"#00508a"},"markup.environment":{"fg":"#a34500"},"markup.environment.name":{"fg":"#a34500"},"markup.heading":{"fg":"#4f4f4f","bold":true},"markup.heading.1":{"fg":"#4f4f4f","bold":true},"markup.heading.1.markdown":{"fg":"#9e007c","bold":true},"markup.heading.2":{"fg":"#4f4f4f","bold":true},"markup.heading.2.markdown":{"fg":"#00508a","bold":true},"markup.heading.3":{"fg":"#4f4f4f","bold":true},"markup.heading.3.markdown":{"fg":"#00615b","bold":true},"markup.heading.4":{"fg":"#4f4f4f","bold":true},"markup.heading.4.markdown":{"fg":"#345e00","bold":true},"markup.heading.5":{"fg":"#4f4f4f","bold":true},"markup.heading.5.markdown":{"fg":"#7300b8","bold":true},"markup.heading.6":{"fg":"#4f4f4f","bold":true},"markup.heading.6.markdown":{"fg":"#7300b8","bold":true},"markup.italic":{"fg":"#4f4f4f","italic":true},"markup.link":{"fg":"#7300b8","bold":true},"markup.link.label":{"fg":"#345e00"},"markup.link.url":{"fg":"#00508a","italic":true,"underline":"solid"},"markup.list":{"fg":"#00508a"},"markup.list.checked":{"fg":"#21b386","bold":true},"markup.list.markdown":{"fg":"#a34500","bold":true},"markup.list.unchecked":{"fg":"#3f8cea","bold":true},"markup.math":{"fg":"#00508a"},"markup.quote":{"fg":"#4f4f4f","italic":true},"markup.raw":{"fg":"#990000"},"markup.raw.block":{"fg":"#4f4f4f"},"markup.strikethrough":{"fg":"#4f4f4f","strikethrough":true},"markup.strong":{"fg":"#4f4f4f","bold":true},"module":{"fg":"#9e007c"},"module.builtin":{"fg":"#7300b8"},"namespace":{"fg":"#9e007c"},"normal":{"fg":"#4f4f4f","bg":"#f7f8f8"},"number":{"fg":"#a34500"},"number.css":{"fg":"#00615b"},"number.float":{"fg":"#7300b8"},"operator":{"fg":"#4f4f4f"},"property":{"fg":"#990000"},"property.cpp":{"fg":"#a34500"},"property.css":{"fg":"#a34500"},"punctuation.bracket":{"fg":"#4f4f4f"},"punctuation.bracket.php":{"fg":"#9e007c","bold":true},"punctuation.delimiter":{"fg":"#4f4f4f"},"punctuation.special":{"fg":"#4f4f4f"},"punctuation.special.rust":{"fg":"#9e007c"},"string":{"fg":"#345e00"},"string.documentation":{"fg":"#345e00"},"string.escape":{"fg":"#990000"},"string.regexp":{"fg":"#345e00"},"string.special":{"fg":"#345e00"},"string.special.path":{"fg":"#345e00"},"string.special.symbol":{"fg":"#345e00"},"string.special.symbol.ruby":{"fg":"#a34500"},"string.special.url":{"fg":"#00508a","italic":true,"underline":"solid"},"tag":{"fg":"#990000"},"tag.attribute":{"fg":"#00615b"},"tag.attribute.tsx":{"fg":"#9e007c","italic":true},"tag.builtin":{"fg":"#00508a"},"tag.delimiter":{"fg":"#4f4f4f"},"type":{"fg":"#00508a"},"type.builtin":{"fg":"#7300b8"},"type.css":{"fg":"#a34500"},"type.definition":{"fg":"#00508a"},"type.rust":{"fg":"#00615b"},"variable":{"fg":"#4f4f4f"},"variable.builtin":{"fg":"#00615b"},"variable.member":{"fg":"#990000"},"variable.parameter":{"fg":"#a34500"},"variable.parameter.builtin":{"fg":"#a34500"}}}
@@ -1 +1 @@
1
- {"name":"astromars","appearance":"dark","revision":"95c046b763266a4873bdf0cbf6a1824c929dec3a","highlights":{"attribute":{"fg":"#c3963d"},"attribute.builtin":{"fg":"#c3963d"},"boolean":{"fg":"#ef9474"},"character":{"fg":"#84a860"},"character.special":{"fg":"#4fa9c6"},"comment":{"fg":"#63646a","italic":true},"comment.documentation":{"fg":"#63646a","italic":true},"comment.error":{"fg":"#e77777"},"comment.hint":{"fg":"#88c3ab"},"comment.note":{"fg":"#9cbdc9"},"comment.todo":{"fg":"#ffa31a"},"comment.warning":{"fg":"#ffa31a"},"constant":{"fg":"#c3963d"},"constant.builtin":{"fg":"#c3963d"},"constant.macro":{"fg":"#c3963d"},"constant.rust":{"fg":"#4fad97"},"constructor":{"fg":"#4fa9c6"},"constructor.lua":{"fg":"#ef9474"},"constructor.tsx":{"fg":"#cd87ba"},"constructor.typescript":{"fg":"#cd87ba"},"diff.delta":{"bg":"#473521"},"diff.minus":{"bg":"#4e3134"},"diff.plus":{"fg":"#84a860"},"error":{"fg":"#e77777"},"function":{"fg":"#4fa9c6"},"function.builtin":{"fg":"#4fad97"},"function.call":{"fg":"#4fa9c6"},"function.macro":{"fg":"#c3963d"},"function.macro.rust":{"fg":"#df8489"},"function.method":{"fg":"#4fa9c6"},"function.method.call":{"fg":"#4fa9c6"},"highlighted":{"bg":"#22191b"},"keyword":{"fg":"#cd87ba"},"keyword.conditional":{"fg":"#cd87ba"},"keyword.conditional.ternary":{"fg":"#cd87ba"},"keyword.coroutine":{"fg":"#cd87ba"},"keyword.debug":{"fg":"#9cbdc9"},"keyword.directive":{"fg":"#cd87ba"},"keyword.directive.define":{"fg":"#cd87ba"},"keyword.exception":{"fg":"#cd87ba"},"keyword.export":{"fg":"#cd87ba"},"keyword.function":{"fg":"#cd87ba"},"keyword.import":{"fg":"#cd87ba"},"keyword.modifier":{"fg":"#c3963d"},"keyword.operator":{"fg":"#cd87ba"},"keyword.repeat":{"fg":"#cd87ba"},"keyword.return":{"fg":"#cd87ba"},"keyword.type":{"fg":"#c3963d"},"label":{"fg":"#4fa9c6"},"markup":{"fg":"#4fa9c6"},"markup.environment":{"fg":"#ef9474"},"markup.environment.name":{"fg":"#ef9474"},"markup.heading":{"fg":"#a5b2bc","bold":true},"markup.heading.1":{"fg":"#a5b2bc","bold":true},"markup.heading.1.markdown":{"fg":"#cd87ba","bold":true},"markup.heading.2":{"fg":"#a5b2bc","bold":true},"markup.heading.2.markdown":{"fg":"#4fa9c6","bold":true},"markup.heading.3":{"fg":"#a5b2bc","bold":true},"markup.heading.3.markdown":{"fg":"#4fad97","bold":true},"markup.heading.4":{"fg":"#a5b2bc","bold":true},"markup.heading.4.markdown":{"fg":"#84a860","bold":true},"markup.heading.5":{"fg":"#a5b2bc","bold":true},"markup.heading.5.markdown":{"fg":"#c3963d","bold":true},"markup.heading.6":{"fg":"#a5b2bc","bold":true},"markup.heading.6.markdown":{"fg":"#c3963d","bold":true},"markup.italic":{"fg":"#a5b2bc","italic":true},"markup.link":{"fg":"#c3963d","bold":true},"markup.link.label":{"fg":"#84a860"},"markup.link.url":{"fg":"#4fa9c6","italic":true,"underline":"solid"},"markup.list":{"fg":"#4fa9c6"},"markup.list.checked":{"fg":"#88c3ab","bold":true},"markup.list.markdown":{"fg":"#ef9474","bold":true},"markup.list.unchecked":{"fg":"#9cbdc9","bold":true},"markup.math":{"fg":"#4fa9c6"},"markup.quote":{"fg":"#a5b2bc","italic":true},"markup.raw":{"fg":"#df8489"},"markup.raw.block":{"fg":"#a5b2bc"},"markup.strikethrough":{"fg":"#a5b2bc","strikethrough":true},"markup.strong":{"fg":"#a5b2bc","bold":true},"module":{"fg":"#cd87ba"},"module.builtin":{"fg":"#c3963d"},"namespace":{"fg":"#cd87ba"},"normal":{"fg":"#a5b2bc","bg":"#1e1517"},"number":{"fg":"#ef9474"},"number.css":{"fg":"#4fad97"},"number.float":{"fg":"#c3963d"},"operator":{"fg":"#a5b2bc"},"property":{"fg":"#df8489"},"property.cpp":{"fg":"#ef9474"},"property.css":{"fg":"#ef9474"},"punctuation.bracket":{"fg":"#a5b2bc"},"punctuation.bracket.php":{"fg":"#cd87ba","bold":true},"punctuation.bracket.rainbow.1":{"fg":"#df8489"},"punctuation.bracket.rainbow.2":{"fg":"#c3963d"},"punctuation.bracket.rainbow.3":{"fg":"#4fa9c6"},"punctuation.bracket.rainbow.4":{"fg":"#ef9474"},"punctuation.bracket.rainbow.5":{"fg":"#84a860"},"punctuation.bracket.rainbow.6":{"fg":"#cd87ba"},"punctuation.delimiter":{"fg":"#a5b2bc"},"punctuation.special":{"fg":"#a5b2bc"},"punctuation.special.rust":{"fg":"#cd87ba"},"string":{"fg":"#84a860"},"string.documentation":{"fg":"#84a860"},"string.escape":{"fg":"#df8489"},"string.regexp":{"fg":"#84a860"},"string.special":{"fg":"#84a860"},"string.special.path":{"fg":"#84a860"},"string.special.symbol":{"fg":"#84a860"},"string.special.symbol.ruby":{"fg":"#ef9474"},"string.special.url":{"fg":"#4fa9c6","italic":true,"underline":"solid"},"tag":{"fg":"#df8489"},"tag.attribute":{"fg":"#4fad97"},"tag.attribute.tsx":{"fg":"#cd87ba","italic":true},"tag.builtin":{"fg":"#4fa9c6"},"tag.delimiter":{"fg":"#a5b2bc"},"type":{"fg":"#4fa9c6"},"type.builtin":{"fg":"#c3963d"},"type.css":{"fg":"#ef9474"},"type.definition":{"fg":"#4fa9c6"},"type.rust":{"fg":"#4fad97"},"variable":{"fg":"#a5b2bc"},"variable.builtin":{"fg":"#4fad97"},"variable.member":{"fg":"#df8489"},"variable.parameter":{"fg":"#ef9474"},"variable.parameter.builtin":{"fg":"#ef9474"}}}
1
+ {"name":"astromars","appearance":"dark","revision":"37afa2a78ce4d8d3d70827f84710c14b78c5d071","highlights":{"attribute":{"fg":"#c3963d"},"attribute.builtin":{"fg":"#c3963d"},"boolean":{"fg":"#ef9474"},"character":{"fg":"#84a860"},"character.special":{"fg":"#4fa9c6"},"comment":{"fg":"#63646a","italic":true},"comment.documentation":{"fg":"#63646a","italic":true},"comment.error":{"fg":"#e77777"},"comment.hint":{"fg":"#88c3ab"},"comment.note":{"fg":"#9cbdc9"},"comment.todo":{"fg":"#ffa31a"},"comment.warning":{"fg":"#ffa31a"},"constant":{"fg":"#c3963d"},"constant.builtin":{"fg":"#c3963d"},"constant.macro":{"fg":"#c3963d"},"constant.rust":{"fg":"#4fad97"},"constructor":{"fg":"#4fa9c6"},"constructor.lua":{"fg":"#ef9474"},"constructor.tsx":{"fg":"#cd87ba"},"constructor.typescript":{"fg":"#cd87ba"},"diff.delta":{"bg":"#473521"},"diff.minus":{"bg":"#4e3134"},"diff.plus":{"fg":"#84a860"},"error":{"fg":"#e77777"},"function":{"fg":"#4fa9c6"},"function.builtin":{"fg":"#4fad97"},"function.call":{"fg":"#4fa9c6"},"function.macro":{"fg":"#c3963d"},"function.macro.rust":{"fg":"#df8489"},"function.method":{"fg":"#4fa9c6"},"function.method.call":{"fg":"#4fa9c6"},"highlighted":{"bg":"#22191b"},"keyword":{"fg":"#cd87ba"},"keyword.conditional":{"fg":"#cd87ba"},"keyword.conditional.ternary":{"fg":"#cd87ba"},"keyword.coroutine":{"fg":"#cd87ba"},"keyword.debug":{"fg":"#9cbdc9"},"keyword.directive":{"fg":"#cd87ba"},"keyword.directive.define":{"fg":"#cd87ba"},"keyword.exception":{"fg":"#cd87ba"},"keyword.export":{"fg":"#cd87ba"},"keyword.function":{"fg":"#cd87ba"},"keyword.import":{"fg":"#cd87ba"},"keyword.modifier":{"fg":"#c3963d"},"keyword.operator":{"fg":"#cd87ba"},"keyword.repeat":{"fg":"#cd87ba"},"keyword.return":{"fg":"#cd87ba"},"keyword.type":{"fg":"#c3963d"},"label":{"fg":"#4fa9c6"},"markup":{"fg":"#4fa9c6"},"markup.environment":{"fg":"#ef9474"},"markup.environment.name":{"fg":"#ef9474"},"markup.heading":{"fg":"#a5b2bc","bold":true},"markup.heading.1":{"fg":"#a5b2bc","bold":true},"markup.heading.1.markdown":{"fg":"#cd87ba","bold":true},"markup.heading.2":{"fg":"#a5b2bc","bold":true},"markup.heading.2.markdown":{"fg":"#4fa9c6","bold":true},"markup.heading.3":{"fg":"#a5b2bc","bold":true},"markup.heading.3.markdown":{"fg":"#4fad97","bold":true},"markup.heading.4":{"fg":"#a5b2bc","bold":true},"markup.heading.4.markdown":{"fg":"#84a860","bold":true},"markup.heading.5":{"fg":"#a5b2bc","bold":true},"markup.heading.5.markdown":{"fg":"#c3963d","bold":true},"markup.heading.6":{"fg":"#a5b2bc","bold":true},"markup.heading.6.markdown":{"fg":"#c3963d","bold":true},"markup.italic":{"fg":"#a5b2bc","italic":true},"markup.link":{"fg":"#c3963d","bold":true},"markup.link.label":{"fg":"#84a860"},"markup.link.url":{"fg":"#4fa9c6","italic":true,"underline":"solid"},"markup.list":{"fg":"#4fa9c6"},"markup.list.checked":{"fg":"#88c3ab","bold":true},"markup.list.markdown":{"fg":"#ef9474","bold":true},"markup.list.unchecked":{"fg":"#9cbdc9","bold":true},"markup.math":{"fg":"#4fa9c6"},"markup.quote":{"fg":"#a5b2bc","italic":true},"markup.raw":{"fg":"#df8489"},"markup.raw.block":{"fg":"#a5b2bc"},"markup.strikethrough":{"fg":"#a5b2bc","strikethrough":true},"markup.strong":{"fg":"#a5b2bc","bold":true},"module":{"fg":"#cd87ba"},"module.builtin":{"fg":"#c3963d"},"namespace":{"fg":"#cd87ba"},"normal":{"fg":"#a5b2bc","bg":"#1e1517"},"number":{"fg":"#ef9474"},"number.css":{"fg":"#4fad97"},"number.float":{"fg":"#c3963d"},"operator":{"fg":"#a5b2bc"},"property":{"fg":"#df8489"},"property.cpp":{"fg":"#ef9474"},"property.css":{"fg":"#ef9474"},"punctuation.bracket":{"fg":"#a5b2bc"},"punctuation.bracket.php":{"fg":"#cd87ba","bold":true},"punctuation.delimiter":{"fg":"#a5b2bc"},"punctuation.special":{"fg":"#a5b2bc"},"punctuation.special.rust":{"fg":"#cd87ba"},"string":{"fg":"#84a860"},"string.documentation":{"fg":"#84a860"},"string.escape":{"fg":"#df8489"},"string.regexp":{"fg":"#84a860"},"string.special":{"fg":"#84a860"},"string.special.path":{"fg":"#84a860"},"string.special.symbol":{"fg":"#84a860"},"string.special.symbol.ruby":{"fg":"#ef9474"},"string.special.url":{"fg":"#4fa9c6","italic":true,"underline":"solid"},"tag":{"fg":"#df8489"},"tag.attribute":{"fg":"#4fad97"},"tag.attribute.tsx":{"fg":"#cd87ba","italic":true},"tag.builtin":{"fg":"#4fa9c6"},"tag.delimiter":{"fg":"#a5b2bc"},"type":{"fg":"#4fa9c6"},"type.builtin":{"fg":"#c3963d"},"type.css":{"fg":"#ef9474"},"type.definition":{"fg":"#4fa9c6"},"type.rust":{"fg":"#4fad97"},"variable":{"fg":"#a5b2bc"},"variable.builtin":{"fg":"#4fad97"},"variable.member":{"fg":"#df8489"},"variable.parameter":{"fg":"#ef9474"},"variable.parameter.builtin":{"fg":"#ef9474"}}}
@@ -1 +1 @@
1
- {"name":"catppuccin_frappe","appearance":"dark","revision":"0303a7208dba448c459767486a38a6ec05c4216b","highlights":{"attribute":{"fg":"#ef9f76"},"attribute.builtin":{"fg":"#f4b8e4"},"attribute.c_sharp":{"fg":"#e5c890"},"boolean":{"fg":"#ef9f76"},"character":{"fg":"#81c8be"},"character.special":{"fg":"#f4b8e4"},"character.special.html":{"fg":"#e78284"},"comment":{"fg":"#949cbb","italic":true},"comment.documentation":{"fg":"#949cbb","italic":true},"comment.error":{"fg":"#303446","bg":"#e78284"},"comment.hint":{"fg":"#303446","bg":"#8caaee"},"comment.note":{"fg":"#303446","bg":"#8caaee"},"comment.todo":{"fg":"#303446","bg":"#eebebe"},"comment.warning":{"fg":"#303446","bg":"#e5c890"},"comment.warning.gitcommit":{"fg":"#e5c890"},"constant":{"fg":"#ef9f76"},"constant.builtin":{"fg":"#ef9f76"},"constant.java":{"fg":"#81c8be"},"constant.macro":{"fg":"#ca9ee6"},"constructor":{"fg":"#e5c890"},"constructor.lua":{"fg":"#949cbb"},"constructor.python":{"fg":"#99d1db"},"diff.delta":{"fg":"#8caaee"},"diff.minus":{"fg":"#e78284"},"diff.plus":{"fg":"#a6d189"},"error":{"fg":"#e78284"},"function":{"fg":"#8caaee"},"function.builtin":{"fg":"#ef9f76"},"function.builtin.bash":{"fg":"#e78284","italic":true},"function.call":{"fg":"#8caaee"},"function.macro":{"fg":"#f4b8e4"},"function.method":{"fg":"#8caaee"},"function.method.call":{"fg":"#8caaee"},"highlighted":{"bg":"#3b3f52"},"keyword":{"fg":"#ca9ee6"},"keyword.conditional":{"fg":"#ca9ee6","italic":true},"keyword.conditional.ternary":{"fg":"#99d1db"},"keyword.coroutine":{"fg":"#ca9ee6"},"keyword.debug":{"fg":"#ca9ee6"},"keyword.directive":{"fg":"#f4b8e4"},"keyword.directive.css":{"fg":"#ca9ee6"},"keyword.directive.define":{"fg":"#f4b8e4"},"keyword.exception":{"fg":"#ca9ee6"},"keyword.export":{"fg":"#ca9ee6"},"keyword.function":{"fg":"#ca9ee6"},"keyword.import":{"fg":"#ca9ee6"},"keyword.import.c":{"fg":"#e5c890"},"keyword.import.cpp":{"fg":"#e5c890"},"keyword.modifier":{"fg":"#ca9ee6"},"keyword.operator":{"fg":"#ca9ee6"},"keyword.repeat":{"fg":"#ca9ee6"},"keyword.return":{"fg":"#ca9ee6"},"keyword.type":{"fg":"#ca9ee6"},"label":{"fg":"#85c1dc"},"label.yaml":{"fg":"#e5c890"},"markup":{"fg":"#c6d0f5"},"markup.environment":{"fg":"#f4b8e4"},"markup.environment.name":{"fg":"#8caaee"},"markup.heading":{"fg":"#8caaee"},"markup.heading.1":{"fg":"#8caaee"},"markup.heading.1.html":{"fg":"#c6d0f5"},"markup.heading.1.markdown":{"fg":"#e78284"},"markup.heading.2":{"fg":"#8caaee"},"markup.heading.2.html":{"fg":"#c6d0f5"},"markup.heading.2.markdown":{"fg":"#ef9f76"},"markup.heading.3":{"fg":"#8caaee"},"markup.heading.3.html":{"fg":"#c6d0f5"},"markup.heading.3.markdown":{"fg":"#e5c890"},"markup.heading.4":{"fg":"#8caaee"},"markup.heading.4.html":{"fg":"#c6d0f5"},"markup.heading.4.markdown":{"fg":"#a6d189"},"markup.heading.5":{"fg":"#8caaee"},"markup.heading.5.html":{"fg":"#c6d0f5"},"markup.heading.5.markdown":{"fg":"#85c1dc"},"markup.heading.6":{"fg":"#8caaee"},"markup.heading.6.html":{"fg":"#c6d0f5"},"markup.heading.6.markdown":{"fg":"#babbf1"},"markup.heading.html":{"fg":"#c6d0f5"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#e78284","italic":true},"markup.link":{"fg":"#babbf1"},"markup.link.label":{"fg":"#babbf1"},"markup.link.label.html":{"fg":"#c6d0f5"},"markup.link.url":{"fg":"#8caaee","italic":true,"underline":"solid"},"markup.list":{"fg":"#81c8be"},"markup.list.checked":{"fg":"#a6d189"},"markup.list.unchecked":{"fg":"#838ba7"},"markup.math":{"fg":"#8caaee"},"markup.quote":{"fg":"#f4b8e4"},"markup.raw":{"fg":"#a6d189"},"markup.raw.block":{"fg":"#a6d189"},"markup.strikethrough":{"fg":"#c6d0f5","strikethrough":true},"markup.strong":{"fg":"#e78284","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#e5c890","italic":true},"module.builtin":{"fg":"#f4b8e4"},"namespace":{"fg":"#e5c890","italic":true},"normal":{"fg":"#c6d0f5","bg":"#303446"},"number":{"fg":"#ef9f76"},"number.float":{"fg":"#ef9f76"},"operator":{"fg":"#99d1db"},"property":{"fg":"#babbf1"},"property.css":{"fg":"#8caaee"},"property.scss":{"fg":"#8caaee"},"punctuation.bracket":{"fg":"#949cbb"},"punctuation.bracket.rainbow.1":{"fg":"#e78284"},"punctuation.bracket.rainbow.2":{"fg":"#e5c890"},"punctuation.bracket.rainbow.3":{"fg":"#8caaee"},"punctuation.bracket.rainbow.4":{"fg":"#ef9f76"},"punctuation.bracket.rainbow.5":{"fg":"#a6d189"},"punctuation.bracket.rainbow.6":{"fg":"#ca9ee6"},"punctuation.delimiter":{"fg":"#949cbb"},"punctuation.delimiter.regex":{"fg":"#f4b8e4"},"punctuation.special":{"fg":"#f4b8e4"},"string":{"fg":"#a6d189"},"string.documentation":{"fg":"#81c8be"},"string.escape":{"fg":"#f4b8e4"},"string.regex":{"fg":"#f4b8e4"},"string.regexp":{"fg":"#f4b8e4"},"string.special":{"fg":"#f4b8e4"},"string.special.path":{"fg":"#f4b8e4"},"string.special.path.gitignore":{"fg":"#c6d0f5"},"string.special.symbol":{"fg":"#eebebe"},"string.special.url":{"fg":"#8caaee","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6d189"},"tag":{"fg":"#8caaee"},"tag.attribute":{"fg":"#e5c890","italic":true},"tag.builtin":{"fg":"#8caaee"},"tag.delimiter":{"fg":"#81c8be"},"type":{"fg":"#e5c890"},"type.builtin":{"fg":"#ca9ee6"},"type.css":{"fg":"#babbf1"},"type.definition":{"fg":"#e5c890"},"variable":{"fg":"#c6d0f5"},"variable.builtin":{"fg":"#e78284"},"variable.member":{"fg":"#babbf1"},"variable.parameter":{"fg":"#ea999c"},"variable.parameter.bash":{"fg":"#a6d189"},"variable.parameter.builtin":{"fg":"#f4b8e4"}}}
1
+ {"name":"catppuccin_frappe","appearance":"dark","revision":"e068ab5f8261f23f6f71ffd8791ae40315b77b9c","highlights":{"attribute":{"fg":"#ef9f77"},"attribute.builtin":{"fg":"#f4b8e5"},"attribute.c_sharp":{"fg":"#e5c891"},"boolean":{"fg":"#ef9f77"},"character":{"fg":"#81c8bf"},"character.special":{"fg":"#f4b8e5"},"character.special.html":{"fg":"#e78285"},"comment":{"fg":"#949cbc","italic":true},"comment.documentation":{"fg":"#949cbc","italic":true},"comment.error":{"fg":"#303447","bg":"#e78285"},"comment.hint":{"fg":"#303447","bg":"#8caaef"},"comment.note":{"fg":"#303447","bg":"#8caaef"},"comment.todo":{"fg":"#303447","bg":"#eebebf"},"comment.warning":{"fg":"#303447","bg":"#e5c891"},"comment.warning.gitcommit":{"fg":"#e5c891"},"constant":{"fg":"#ef9f77"},"constant.builtin":{"fg":"#ef9f77"},"constant.java":{"fg":"#81c8bf"},"constant.macro":{"fg":"#ca9ee7"},"constructor":{"fg":"#e5c891"},"constructor.lua":{"fg":"#949cbc"},"constructor.python":{"fg":"#99d1dc"},"diff.delta":{"fg":"#8caaef"},"diff.minus":{"fg":"#e78285"},"diff.plus":{"fg":"#a6d18a"},"error":{"fg":"#e78285"},"function":{"fg":"#8caaef"},"function.builtin":{"fg":"#ef9f77"},"function.builtin.bash":{"fg":"#e78285","italic":true},"function.call":{"fg":"#8caaef"},"function.macro":{"fg":"#f4b8e5"},"function.method":{"fg":"#8caaef"},"function.method.call":{"fg":"#8caaef"},"highlighted":{"bg":"#3b3f53"},"keyword":{"fg":"#ca9ee7"},"keyword.conditional":{"fg":"#ca9ee7","italic":true},"keyword.conditional.ternary":{"fg":"#99d1dc"},"keyword.coroutine":{"fg":"#ca9ee7"},"keyword.debug":{"fg":"#ca9ee7"},"keyword.directive":{"fg":"#f4b8e5"},"keyword.directive.css":{"fg":"#ca9ee7"},"keyword.directive.define":{"fg":"#f4b8e5"},"keyword.exception":{"fg":"#ca9ee7"},"keyword.export":{"fg":"#ca9ee7"},"keyword.function":{"fg":"#ca9ee7"},"keyword.import":{"fg":"#ca9ee7"},"keyword.import.c":{"fg":"#e5c891"},"keyword.import.cpp":{"fg":"#e5c891"},"keyword.modifier":{"fg":"#ca9ee7"},"keyword.operator":{"fg":"#ca9ee7"},"keyword.repeat":{"fg":"#ca9ee7"},"keyword.return":{"fg":"#ca9ee7"},"keyword.type":{"fg":"#ca9ee7"},"label":{"fg":"#85c1dd"},"label.yaml":{"fg":"#e5c891"},"markup":{"fg":"#c6d0f6"},"markup.environment":{"fg":"#f4b8e5"},"markup.environment.name":{"fg":"#8caaef"},"markup.heading":{"fg":"#8caaef"},"markup.heading.1":{"fg":"#8caaef"},"markup.heading.1.html":{"fg":"#c6d0f6"},"markup.heading.1.markdown":{"fg":"#e78285"},"markup.heading.2":{"fg":"#8caaef"},"markup.heading.2.html":{"fg":"#c6d0f6"},"markup.heading.2.markdown":{"fg":"#ef9f77"},"markup.heading.3":{"fg":"#8caaef"},"markup.heading.3.html":{"fg":"#c6d0f6"},"markup.heading.3.markdown":{"fg":"#e5c891"},"markup.heading.4":{"fg":"#8caaef"},"markup.heading.4.html":{"fg":"#c6d0f6"},"markup.heading.4.markdown":{"fg":"#a6d18a"},"markup.heading.5":{"fg":"#8caaef"},"markup.heading.5.html":{"fg":"#c6d0f6"},"markup.heading.5.markdown":{"fg":"#85c1dd"},"markup.heading.6":{"fg":"#8caaef"},"markup.heading.6.html":{"fg":"#c6d0f6"},"markup.heading.6.markdown":{"fg":"#babbf2"},"markup.heading.html":{"fg":"#c6d0f6"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#e78285","italic":true},"markup.link":{"fg":"#babbf2"},"markup.link.label":{"fg":"#babbf2"},"markup.link.label.html":{"fg":"#c6d0f6"},"markup.link.url":{"fg":"#8caaef","italic":true,"underline":"solid"},"markup.list":{"fg":"#81c8bf"},"markup.list.checked":{"fg":"#a6d18a"},"markup.list.unchecked":{"fg":"#838ba8"},"markup.math":{"fg":"#8caaef"},"markup.quote":{"fg":"#f4b8e5"},"markup.raw":{"fg":"#a6d18a"},"markup.raw.block":{"fg":"#a6d18a"},"markup.strikethrough":{"fg":"#c6d0f6","strikethrough":true},"markup.strong":{"fg":"#e78285","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#e5c891","italic":true},"module.builtin":{"fg":"#f4b8e5"},"namespace":{"fg":"#e5c891","italic":true},"normal":{"fg":"#c6d0f6","bg":"#303447"},"number":{"fg":"#ef9f77"},"number.float":{"fg":"#ef9f77"},"operator":{"fg":"#99d1dc"},"property":{"fg":"#babbf2"},"property.css":{"fg":"#8caaef"},"property.scss":{"fg":"#8caaef"},"punctuation.bracket":{"fg":"#949cbc"},"punctuation.bracket.rainbow.1":{"fg":"#e78285"},"punctuation.bracket.rainbow.2":{"fg":"#e5c891"},"punctuation.bracket.rainbow.3":{"fg":"#8caaef"},"punctuation.bracket.rainbow.4":{"fg":"#ef9f77"},"punctuation.bracket.rainbow.5":{"fg":"#a6d18a"},"punctuation.bracket.rainbow.6":{"fg":"#ca9ee7"},"punctuation.delimiter":{"fg":"#949cbc"},"punctuation.delimiter.regex":{"fg":"#f4b8e5"},"punctuation.special":{"fg":"#f4b8e5"},"string":{"fg":"#a6d18a"},"string.documentation":{"fg":"#81c8bf"},"string.escape":{"fg":"#f4b8e5"},"string.regex":{"fg":"#f4b8e5"},"string.regexp":{"fg":"#f4b8e5"},"string.special":{"fg":"#f4b8e5"},"string.special.path":{"fg":"#f4b8e5"},"string.special.path.gitignore":{"fg":"#c6d0f6"},"string.special.symbol":{"fg":"#eebebf"},"string.special.url":{"fg":"#8caaef","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6d18a"},"tag":{"fg":"#8caaef"},"tag.attribute":{"fg":"#e5c891","italic":true},"tag.builtin":{"fg":"#8caaef"},"tag.delimiter":{"fg":"#81c8bf"},"type":{"fg":"#e5c891"},"type.builtin":{"fg":"#ca9ee7"},"type.css":{"fg":"#babbf2"},"type.definition":{"fg":"#e5c891"},"variable":{"fg":"#c6d0f6"},"variable.builtin":{"fg":"#e78285"},"variable.member":{"fg":"#babbf2"},"variable.parameter":{"fg":"#ea999d"},"variable.parameter.bash":{"fg":"#a6d18a"},"variable.parameter.builtin":{"fg":"#f4b8e5"}}}
@@ -1 +1 @@
1
- {"name":"catppuccin_latte","appearance":"light","revision":"0303a7208dba448c459767486a38a6ec05c4216b","highlights":{"attribute":{"fg":"#fe640b"},"attribute.builtin":{"fg":"#ea76cb"},"attribute.c_sharp":{"fg":"#df8e1d"},"boolean":{"fg":"#fe640b"},"character":{"fg":"#179299"},"character.special":{"fg":"#ea76cb"},"character.special.html":{"fg":"#d20f39"},"comment":{"fg":"#7c7f93","italic":true},"comment.documentation":{"fg":"#7c7f93","italic":true},"comment.error":{"fg":"#eff1f5","bg":"#d20f39"},"comment.hint":{"fg":"#eff1f5","bg":"#1e66f5"},"comment.note":{"fg":"#eff1f5","bg":"#1e66f5"},"comment.todo":{"fg":"#eff1f5","bg":"#dd7878"},"comment.warning":{"fg":"#eff1f5","bg":"#df8e1d"},"comment.warning.gitcommit":{"fg":"#df8e1d"},"constant":{"fg":"#fe640b"},"constant.builtin":{"fg":"#fe640b"},"constant.java":{"fg":"#179299"},"constant.macro":{"fg":"#8839ef"},"constructor":{"fg":"#df8e1d"},"constructor.lua":{"fg":"#7c7f93"},"constructor.python":{"fg":"#04a5e5"},"diff.delta":{"fg":"#1e66f5"},"diff.minus":{"fg":"#d20f39"},"diff.plus":{"fg":"#40a02b"},"error":{"fg":"#d20f39"},"function":{"fg":"#1e66f5"},"function.builtin":{"fg":"#fe640b"},"function.builtin.bash":{"fg":"#d20f39","italic":true},"function.call":{"fg":"#1e66f5"},"function.macro":{"fg":"#ea76cb"},"function.method":{"fg":"#1e66f5"},"function.method.call":{"fg":"#1e66f5"},"highlighted":{"bg":"#e9ebf1"},"keyword":{"fg":"#8839ef"},"keyword.conditional":{"fg":"#8839ef","italic":true},"keyword.conditional.ternary":{"fg":"#04a5e5"},"keyword.coroutine":{"fg":"#8839ef"},"keyword.debug":{"fg":"#8839ef"},"keyword.directive":{"fg":"#ea76cb"},"keyword.directive.css":{"fg":"#8839ef"},"keyword.directive.define":{"fg":"#ea76cb"},"keyword.exception":{"fg":"#8839ef"},"keyword.export":{"fg":"#8839ef"},"keyword.function":{"fg":"#8839ef"},"keyword.import":{"fg":"#8839ef"},"keyword.import.c":{"fg":"#df8e1d"},"keyword.import.cpp":{"fg":"#df8e1d"},"keyword.modifier":{"fg":"#8839ef"},"keyword.operator":{"fg":"#8839ef"},"keyword.repeat":{"fg":"#8839ef"},"keyword.return":{"fg":"#8839ef"},"keyword.type":{"fg":"#8839ef"},"label":{"fg":"#209fb5"},"label.yaml":{"fg":"#df8e1d"},"markup":{"fg":"#4c4f69"},"markup.environment":{"fg":"#ea76cb"},"markup.environment.name":{"fg":"#1e66f5"},"markup.heading":{"fg":"#1e66f5"},"markup.heading.1":{"fg":"#1e66f5"},"markup.heading.1.html":{"fg":"#4c4f69"},"markup.heading.1.markdown":{"fg":"#d20f39"},"markup.heading.2":{"fg":"#1e66f5"},"markup.heading.2.html":{"fg":"#4c4f69"},"markup.heading.2.markdown":{"fg":"#fe640b"},"markup.heading.3":{"fg":"#1e66f5"},"markup.heading.3.html":{"fg":"#4c4f69"},"markup.heading.3.markdown":{"fg":"#df8e1d"},"markup.heading.4":{"fg":"#1e66f5"},"markup.heading.4.html":{"fg":"#4c4f69"},"markup.heading.4.markdown":{"fg":"#40a02b"},"markup.heading.5":{"fg":"#1e66f5"},"markup.heading.5.html":{"fg":"#4c4f69"},"markup.heading.5.markdown":{"fg":"#209fb5"},"markup.heading.6":{"fg":"#1e66f5"},"markup.heading.6.html":{"fg":"#4c4f69"},"markup.heading.6.markdown":{"fg":"#7287fd"},"markup.heading.html":{"fg":"#4c4f69"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#d20f39","italic":true},"markup.link":{"fg":"#7287fd"},"markup.link.label":{"fg":"#7287fd"},"markup.link.label.html":{"fg":"#4c4f69"},"markup.link.url":{"fg":"#1e66f5","italic":true,"underline":"solid"},"markup.list":{"fg":"#179299"},"markup.list.checked":{"fg":"#40a02b"},"markup.list.unchecked":{"fg":"#8c8fa1"},"markup.math":{"fg":"#1e66f5"},"markup.quote":{"fg":"#ea76cb"},"markup.raw":{"fg":"#40a02b"},"markup.raw.block":{"fg":"#40a02b"},"markup.strikethrough":{"fg":"#4c4f69","strikethrough":true},"markup.strong":{"fg":"#d20f39","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#df8e1d","italic":true},"module.builtin":{"fg":"#ea76cb"},"namespace":{"fg":"#df8e1d","italic":true},"normal":{"fg":"#4c4f69","bg":"#eff1f5"},"number":{"fg":"#fe640b"},"number.float":{"fg":"#fe640b"},"operator":{"fg":"#04a5e5"},"property":{"fg":"#7287fd"},"property.css":{"fg":"#1e66f5"},"property.scss":{"fg":"#1e66f5"},"punctuation.bracket":{"fg":"#7c7f93"},"punctuation.bracket.rainbow.1":{"fg":"#d20f39"},"punctuation.bracket.rainbow.2":{"fg":"#df8e1d"},"punctuation.bracket.rainbow.3":{"fg":"#1e66f5"},"punctuation.bracket.rainbow.4":{"fg":"#fe640b"},"punctuation.bracket.rainbow.5":{"fg":"#40a02b"},"punctuation.bracket.rainbow.6":{"fg":"#8839ef"},"punctuation.delimiter":{"fg":"#7c7f93"},"punctuation.delimiter.regex":{"fg":"#ea76cb"},"punctuation.special":{"fg":"#ea76cb"},"string":{"fg":"#40a02b"},"string.documentation":{"fg":"#179299"},"string.escape":{"fg":"#ea76cb"},"string.regex":{"fg":"#ea76cb"},"string.regexp":{"fg":"#ea76cb"},"string.special":{"fg":"#ea76cb"},"string.special.path":{"fg":"#ea76cb"},"string.special.path.gitignore":{"fg":"#4c4f69"},"string.special.symbol":{"fg":"#dd7878"},"string.special.url":{"fg":"#1e66f5","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#40a02b"},"tag":{"fg":"#1e66f5"},"tag.attribute":{"fg":"#df8e1d","italic":true},"tag.builtin":{"fg":"#1e66f5"},"tag.delimiter":{"fg":"#179299"},"type":{"fg":"#df8e1d"},"type.builtin":{"fg":"#8839ef"},"type.css":{"fg":"#7287fd"},"type.definition":{"fg":"#df8e1d"},"variable":{"fg":"#4c4f69"},"variable.builtin":{"fg":"#d20f39"},"variable.member":{"fg":"#7287fd"},"variable.parameter":{"fg":"#e64553"},"variable.parameter.bash":{"fg":"#40a02b"},"variable.parameter.builtin":{"fg":"#ea76cb"}}}
1
+ {"name":"catppuccin_latte","appearance":"light","revision":"e068ab5f8261f23f6f71ffd8791ae40315b77b9c","highlights":{"attribute":{"fg":"#fe640c"},"attribute.builtin":{"fg":"#ea76cc"},"attribute.c_sharp":{"fg":"#df8e1e"},"boolean":{"fg":"#fe640c"},"character":{"fg":"#17929a"},"character.special":{"fg":"#ea76cc"},"character.special.html":{"fg":"#d20f3a"},"comment":{"fg":"#7c7f94","italic":true},"comment.documentation":{"fg":"#7c7f94","italic":true},"comment.error":{"fg":"#eff1f6","bg":"#d20f3a"},"comment.hint":{"fg":"#eff1f6","bg":"#1e66f6"},"comment.note":{"fg":"#eff1f6","bg":"#1e66f6"},"comment.todo":{"fg":"#eff1f6","bg":"#dd7879"},"comment.warning":{"fg":"#eff1f6","bg":"#df8e1e"},"comment.warning.gitcommit":{"fg":"#df8e1e"},"constant":{"fg":"#fe640c"},"constant.builtin":{"fg":"#fe640c"},"constant.java":{"fg":"#17929a"},"constant.macro":{"fg":"#8839f0"},"constructor":{"fg":"#df8e1e"},"constructor.lua":{"fg":"#7c7f94"},"constructor.python":{"fg":"#04a5e6"},"diff.delta":{"fg":"#1e66f6"},"diff.minus":{"fg":"#d20f3a"},"diff.plus":{"fg":"#40a02c"},"error":{"fg":"#d20f3a"},"function":{"fg":"#1e66f6"},"function.builtin":{"fg":"#fe640c"},"function.builtin.bash":{"fg":"#d20f3a","italic":true},"function.call":{"fg":"#1e66f6"},"function.macro":{"fg":"#ea76cc"},"function.method":{"fg":"#1e66f6"},"function.method.call":{"fg":"#1e66f6"},"highlighted":{"bg":"#e9ebf2"},"keyword":{"fg":"#8839f0"},"keyword.conditional":{"fg":"#8839f0","italic":true},"keyword.conditional.ternary":{"fg":"#04a5e6"},"keyword.coroutine":{"fg":"#8839f0"},"keyword.debug":{"fg":"#8839f0"},"keyword.directive":{"fg":"#ea76cc"},"keyword.directive.css":{"fg":"#8839f0"},"keyword.directive.define":{"fg":"#ea76cc"},"keyword.exception":{"fg":"#8839f0"},"keyword.export":{"fg":"#8839f0"},"keyword.function":{"fg":"#8839f0"},"keyword.import":{"fg":"#8839f0"},"keyword.import.c":{"fg":"#df8e1e"},"keyword.import.cpp":{"fg":"#df8e1e"},"keyword.modifier":{"fg":"#8839f0"},"keyword.operator":{"fg":"#8839f0"},"keyword.repeat":{"fg":"#8839f0"},"keyword.return":{"fg":"#8839f0"},"keyword.type":{"fg":"#8839f0"},"label":{"fg":"#209fb6"},"label.yaml":{"fg":"#df8e1e"},"markup":{"fg":"#4c4f6a"},"markup.environment":{"fg":"#ea76cc"},"markup.environment.name":{"fg":"#1e66f6"},"markup.heading":{"fg":"#1e66f6"},"markup.heading.1":{"fg":"#1e66f6"},"markup.heading.1.html":{"fg":"#4c4f6a"},"markup.heading.1.markdown":{"fg":"#d20f3a"},"markup.heading.2":{"fg":"#1e66f6"},"markup.heading.2.html":{"fg":"#4c4f6a"},"markup.heading.2.markdown":{"fg":"#fe640c"},"markup.heading.3":{"fg":"#1e66f6"},"markup.heading.3.html":{"fg":"#4c4f6a"},"markup.heading.3.markdown":{"fg":"#df8e1e"},"markup.heading.4":{"fg":"#1e66f6"},"markup.heading.4.html":{"fg":"#4c4f6a"},"markup.heading.4.markdown":{"fg":"#40a02c"},"markup.heading.5":{"fg":"#1e66f6"},"markup.heading.5.html":{"fg":"#4c4f6a"},"markup.heading.5.markdown":{"fg":"#209fb6"},"markup.heading.6":{"fg":"#1e66f6"},"markup.heading.6.html":{"fg":"#4c4f6a"},"markup.heading.6.markdown":{"fg":"#7287fe"},"markup.heading.html":{"fg":"#4c4f6a"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#d20f3a","italic":true},"markup.link":{"fg":"#7287fe"},"markup.link.label":{"fg":"#7287fe"},"markup.link.label.html":{"fg":"#4c4f6a"},"markup.link.url":{"fg":"#1e66f6","italic":true,"underline":"solid"},"markup.list":{"fg":"#17929a"},"markup.list.checked":{"fg":"#40a02c"},"markup.list.unchecked":{"fg":"#8c8fa2"},"markup.math":{"fg":"#1e66f6"},"markup.quote":{"fg":"#ea76cc"},"markup.raw":{"fg":"#40a02c"},"markup.raw.block":{"fg":"#40a02c"},"markup.strikethrough":{"fg":"#4c4f6a","strikethrough":true},"markup.strong":{"fg":"#d20f3a","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#df8e1e","italic":true},"module.builtin":{"fg":"#ea76cc"},"namespace":{"fg":"#df8e1e","italic":true},"normal":{"fg":"#4c4f6a","bg":"#eff1f6"},"number":{"fg":"#fe640c"},"number.float":{"fg":"#fe640c"},"operator":{"fg":"#04a5e6"},"property":{"fg":"#7287fe"},"property.css":{"fg":"#1e66f6"},"property.scss":{"fg":"#1e66f6"},"punctuation.bracket":{"fg":"#7c7f94"},"punctuation.bracket.rainbow.1":{"fg":"#d20f3a"},"punctuation.bracket.rainbow.2":{"fg":"#df8e1e"},"punctuation.bracket.rainbow.3":{"fg":"#1e66f6"},"punctuation.bracket.rainbow.4":{"fg":"#fe640c"},"punctuation.bracket.rainbow.5":{"fg":"#40a02c"},"punctuation.bracket.rainbow.6":{"fg":"#8839f0"},"punctuation.delimiter":{"fg":"#7c7f94"},"punctuation.delimiter.regex":{"fg":"#ea76cc"},"punctuation.special":{"fg":"#ea76cc"},"string":{"fg":"#40a02c"},"string.documentation":{"fg":"#17929a"},"string.escape":{"fg":"#ea76cc"},"string.regex":{"fg":"#ea76cc"},"string.regexp":{"fg":"#ea76cc"},"string.special":{"fg":"#ea76cc"},"string.special.path":{"fg":"#ea76cc"},"string.special.path.gitignore":{"fg":"#4c4f6a"},"string.special.symbol":{"fg":"#dd7879"},"string.special.url":{"fg":"#1e66f6","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#40a02c"},"tag":{"fg":"#1e66f6"},"tag.attribute":{"fg":"#df8e1e","italic":true},"tag.builtin":{"fg":"#1e66f6"},"tag.delimiter":{"fg":"#17929a"},"type":{"fg":"#df8e1e"},"type.builtin":{"fg":"#8839f0"},"type.css":{"fg":"#7287fe"},"type.definition":{"fg":"#df8e1e"},"variable":{"fg":"#4c4f6a"},"variable.builtin":{"fg":"#d20f3a"},"variable.member":{"fg":"#7287fe"},"variable.parameter":{"fg":"#e64554"},"variable.parameter.bash":{"fg":"#40a02c"},"variable.parameter.builtin":{"fg":"#ea76cc"}}}
@@ -1 +1 @@
1
- {"name":"catppuccin_macchiato","appearance":"dark","revision":"0303a7208dba448c459767486a38a6ec05c4216b","highlights":{"attribute":{"fg":"#f5a97f"},"attribute.builtin":{"fg":"#f5bde6"},"attribute.c_sharp":{"fg":"#eed49f"},"boolean":{"fg":"#f5a97f"},"character":{"fg":"#8bd5ca"},"character.special":{"fg":"#f5bde6"},"character.special.html":{"fg":"#ed8796"},"comment":{"fg":"#939ab7","italic":true},"comment.documentation":{"fg":"#939ab7","italic":true},"comment.error":{"fg":"#24273a","bg":"#ed8796"},"comment.hint":{"fg":"#24273a","bg":"#8aadf4"},"comment.note":{"fg":"#24273a","bg":"#8aadf4"},"comment.todo":{"fg":"#24273a","bg":"#f0c6c6"},"comment.warning":{"fg":"#24273a","bg":"#eed49f"},"comment.warning.gitcommit":{"fg":"#eed49f"},"constant":{"fg":"#f5a97f"},"constant.builtin":{"fg":"#f5a97f"},"constant.java":{"fg":"#8bd5ca"},"constant.macro":{"fg":"#c6a0f6"},"constructor":{"fg":"#eed49f"},"constructor.lua":{"fg":"#939ab7"},"constructor.python":{"fg":"#91d7e3"},"diff.delta":{"fg":"#8aadf4"},"diff.minus":{"fg":"#ed8796"},"diff.plus":{"fg":"#a6da95"},"error":{"fg":"#ed8796"},"function":{"fg":"#8aadf4"},"function.builtin":{"fg":"#f5a97f"},"function.builtin.bash":{"fg":"#ed8796","italic":true},"function.call":{"fg":"#8aadf4"},"function.macro":{"fg":"#f5bde6"},"function.method":{"fg":"#8aadf4"},"function.method.call":{"fg":"#8aadf4"},"highlighted":{"bg":"#303347"},"keyword":{"fg":"#c6a0f6"},"keyword.conditional":{"fg":"#c6a0f6","italic":true},"keyword.conditional.ternary":{"fg":"#91d7e3"},"keyword.coroutine":{"fg":"#c6a0f6"},"keyword.debug":{"fg":"#c6a0f6"},"keyword.directive":{"fg":"#f5bde6"},"keyword.directive.css":{"fg":"#c6a0f6"},"keyword.directive.define":{"fg":"#f5bde6"},"keyword.exception":{"fg":"#c6a0f6"},"keyword.export":{"fg":"#c6a0f6"},"keyword.function":{"fg":"#c6a0f6"},"keyword.import":{"fg":"#c6a0f6"},"keyword.import.c":{"fg":"#eed49f"},"keyword.import.cpp":{"fg":"#eed49f"},"keyword.modifier":{"fg":"#c6a0f6"},"keyword.operator":{"fg":"#c6a0f6"},"keyword.repeat":{"fg":"#c6a0f6"},"keyword.return":{"fg":"#c6a0f6"},"keyword.type":{"fg":"#c6a0f6"},"label":{"fg":"#7dc4e4"},"label.yaml":{"fg":"#eed49f"},"markup":{"fg":"#cad3f5"},"markup.environment":{"fg":"#f5bde6"},"markup.environment.name":{"fg":"#8aadf4"},"markup.heading":{"fg":"#8aadf4"},"markup.heading.1":{"fg":"#8aadf4"},"markup.heading.1.html":{"fg":"#cad3f5"},"markup.heading.1.markdown":{"fg":"#ed8796"},"markup.heading.2":{"fg":"#8aadf4"},"markup.heading.2.html":{"fg":"#cad3f5"},"markup.heading.2.markdown":{"fg":"#f5a97f"},"markup.heading.3":{"fg":"#8aadf4"},"markup.heading.3.html":{"fg":"#cad3f5"},"markup.heading.3.markdown":{"fg":"#eed49f"},"markup.heading.4":{"fg":"#8aadf4"},"markup.heading.4.html":{"fg":"#cad3f5"},"markup.heading.4.markdown":{"fg":"#a6da95"},"markup.heading.5":{"fg":"#8aadf4"},"markup.heading.5.html":{"fg":"#cad3f5"},"markup.heading.5.markdown":{"fg":"#7dc4e4"},"markup.heading.6":{"fg":"#8aadf4"},"markup.heading.6.html":{"fg":"#cad3f5"},"markup.heading.6.markdown":{"fg":"#b7bdf8"},"markup.heading.html":{"fg":"#cad3f5"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#ed8796","italic":true},"markup.link":{"fg":"#b7bdf8"},"markup.link.label":{"fg":"#b7bdf8"},"markup.link.label.html":{"fg":"#cad3f5"},"markup.link.url":{"fg":"#8aadf4","italic":true,"underline":"solid"},"markup.list":{"fg":"#8bd5ca"},"markup.list.checked":{"fg":"#a6da95"},"markup.list.unchecked":{"fg":"#8087a2"},"markup.math":{"fg":"#8aadf4"},"markup.quote":{"fg":"#f5bde6"},"markup.raw":{"fg":"#a6da95"},"markup.raw.block":{"fg":"#a6da95"},"markup.strikethrough":{"fg":"#cad3f5","strikethrough":true},"markup.strong":{"fg":"#ed8796","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#eed49f","italic":true},"module.builtin":{"fg":"#f5bde6"},"namespace":{"fg":"#eed49f","italic":true},"normal":{"fg":"#cad3f5","bg":"#24273a"},"number":{"fg":"#f5a97f"},"number.float":{"fg":"#f5a97f"},"operator":{"fg":"#91d7e3"},"property":{"fg":"#b7bdf8"},"property.css":{"fg":"#8aadf4"},"property.scss":{"fg":"#8aadf4"},"punctuation.bracket":{"fg":"#939ab7"},"punctuation.bracket.rainbow.1":{"fg":"#ed8796"},"punctuation.bracket.rainbow.2":{"fg":"#eed49f"},"punctuation.bracket.rainbow.3":{"fg":"#8aadf4"},"punctuation.bracket.rainbow.4":{"fg":"#f5a97f"},"punctuation.bracket.rainbow.5":{"fg":"#a6da95"},"punctuation.bracket.rainbow.6":{"fg":"#c6a0f6"},"punctuation.delimiter":{"fg":"#939ab7"},"punctuation.delimiter.regex":{"fg":"#f5bde6"},"punctuation.special":{"fg":"#f5bde6"},"string":{"fg":"#a6da95"},"string.documentation":{"fg":"#8bd5ca"},"string.escape":{"fg":"#f5bde6"},"string.regex":{"fg":"#f5bde6"},"string.regexp":{"fg":"#f5bde6"},"string.special":{"fg":"#f5bde6"},"string.special.path":{"fg":"#f5bde6"},"string.special.path.gitignore":{"fg":"#cad3f5"},"string.special.symbol":{"fg":"#f0c6c6"},"string.special.url":{"fg":"#8aadf4","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6da95"},"tag":{"fg":"#8aadf4"},"tag.attribute":{"fg":"#eed49f","italic":true},"tag.builtin":{"fg":"#8aadf4"},"tag.delimiter":{"fg":"#8bd5ca"},"type":{"fg":"#eed49f"},"type.builtin":{"fg":"#c6a0f6"},"type.css":{"fg":"#b7bdf8"},"type.definition":{"fg":"#eed49f"},"variable":{"fg":"#cad3f5"},"variable.builtin":{"fg":"#ed8796"},"variable.member":{"fg":"#b7bdf8"},"variable.parameter":{"fg":"#ee99a0"},"variable.parameter.bash":{"fg":"#a6da95"},"variable.parameter.builtin":{"fg":"#f5bde6"}}}
1
+ {"name":"catppuccin_macchiato","appearance":"dark","revision":"e068ab5f8261f23f6f71ffd8791ae40315b77b9c","highlights":{"attribute":{"fg":"#f5a980"},"attribute.builtin":{"fg":"#f5bde7"},"attribute.c_sharp":{"fg":"#eed4a0"},"boolean":{"fg":"#f5a980"},"character":{"fg":"#8bd5cb"},"character.special":{"fg":"#f5bde7"},"character.special.html":{"fg":"#ed8797"},"comment":{"fg":"#939ab8","italic":true},"comment.documentation":{"fg":"#939ab8","italic":true},"comment.error":{"fg":"#24273b","bg":"#ed8797"},"comment.hint":{"fg":"#24273b","bg":"#8aadf5"},"comment.note":{"fg":"#24273b","bg":"#8aadf5"},"comment.todo":{"fg":"#24273b","bg":"#f0c6c7"},"comment.warning":{"fg":"#24273b","bg":"#eed4a0"},"comment.warning.gitcommit":{"fg":"#eed4a0"},"constant":{"fg":"#f5a980"},"constant.builtin":{"fg":"#f5a980"},"constant.java":{"fg":"#8bd5cb"},"constant.macro":{"fg":"#c6a0f7"},"constructor":{"fg":"#eed4a0"},"constructor.lua":{"fg":"#939ab8"},"constructor.python":{"fg":"#91d7e4"},"diff.delta":{"fg":"#8aadf5"},"diff.minus":{"fg":"#ed8797"},"diff.plus":{"fg":"#a6da96"},"error":{"fg":"#ed8797"},"function":{"fg":"#8aadf5"},"function.builtin":{"fg":"#f5a980"},"function.builtin.bash":{"fg":"#ed8797","italic":true},"function.call":{"fg":"#8aadf5"},"function.macro":{"fg":"#f5bde7"},"function.method":{"fg":"#8aadf5"},"function.method.call":{"fg":"#8aadf5"},"highlighted":{"bg":"#303348"},"keyword":{"fg":"#c6a0f7"},"keyword.conditional":{"fg":"#c6a0f7","italic":true},"keyword.conditional.ternary":{"fg":"#91d7e4"},"keyword.coroutine":{"fg":"#c6a0f7"},"keyword.debug":{"fg":"#c6a0f7"},"keyword.directive":{"fg":"#f5bde7"},"keyword.directive.css":{"fg":"#c6a0f7"},"keyword.directive.define":{"fg":"#f5bde7"},"keyword.exception":{"fg":"#c6a0f7"},"keyword.export":{"fg":"#c6a0f7"},"keyword.function":{"fg":"#c6a0f7"},"keyword.import":{"fg":"#c6a0f7"},"keyword.import.c":{"fg":"#eed4a0"},"keyword.import.cpp":{"fg":"#eed4a0"},"keyword.modifier":{"fg":"#c6a0f7"},"keyword.operator":{"fg":"#c6a0f7"},"keyword.repeat":{"fg":"#c6a0f7"},"keyword.return":{"fg":"#c6a0f7"},"keyword.type":{"fg":"#c6a0f7"},"label":{"fg":"#7dc4e5"},"label.yaml":{"fg":"#eed4a0"},"markup":{"fg":"#cad3f6"},"markup.environment":{"fg":"#f5bde7"},"markup.environment.name":{"fg":"#8aadf5"},"markup.heading":{"fg":"#8aadf5"},"markup.heading.1":{"fg":"#8aadf5"},"markup.heading.1.html":{"fg":"#cad3f6"},"markup.heading.1.markdown":{"fg":"#ed8797"},"markup.heading.2":{"fg":"#8aadf5"},"markup.heading.2.html":{"fg":"#cad3f6"},"markup.heading.2.markdown":{"fg":"#f5a980"},"markup.heading.3":{"fg":"#8aadf5"},"markup.heading.3.html":{"fg":"#cad3f6"},"markup.heading.3.markdown":{"fg":"#eed4a0"},"markup.heading.4":{"fg":"#8aadf5"},"markup.heading.4.html":{"fg":"#cad3f6"},"markup.heading.4.markdown":{"fg":"#a6da96"},"markup.heading.5":{"fg":"#8aadf5"},"markup.heading.5.html":{"fg":"#cad3f6"},"markup.heading.5.markdown":{"fg":"#7dc4e5"},"markup.heading.6":{"fg":"#8aadf5"},"markup.heading.6.html":{"fg":"#cad3f6"},"markup.heading.6.markdown":{"fg":"#b7bdf9"},"markup.heading.html":{"fg":"#cad3f6"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#ed8797","italic":true},"markup.link":{"fg":"#b7bdf9"},"markup.link.label":{"fg":"#b7bdf9"},"markup.link.label.html":{"fg":"#cad3f6"},"markup.link.url":{"fg":"#8aadf5","italic":true,"underline":"solid"},"markup.list":{"fg":"#8bd5cb"},"markup.list.checked":{"fg":"#a6da96"},"markup.list.unchecked":{"fg":"#8087a3"},"markup.math":{"fg":"#8aadf5"},"markup.quote":{"fg":"#f5bde7"},"markup.raw":{"fg":"#a6da96"},"markup.raw.block":{"fg":"#a6da96"},"markup.strikethrough":{"fg":"#cad3f6","strikethrough":true},"markup.strong":{"fg":"#ed8797","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#eed4a0","italic":true},"module.builtin":{"fg":"#f5bde7"},"namespace":{"fg":"#eed4a0","italic":true},"normal":{"fg":"#cad3f6","bg":"#24273b"},"number":{"fg":"#f5a980"},"number.float":{"fg":"#f5a980"},"operator":{"fg":"#91d7e4"},"property":{"fg":"#b7bdf9"},"property.css":{"fg":"#8aadf5"},"property.scss":{"fg":"#8aadf5"},"punctuation.bracket":{"fg":"#939ab8"},"punctuation.bracket.rainbow.1":{"fg":"#ed8797"},"punctuation.bracket.rainbow.2":{"fg":"#eed4a0"},"punctuation.bracket.rainbow.3":{"fg":"#8aadf5"},"punctuation.bracket.rainbow.4":{"fg":"#f5a980"},"punctuation.bracket.rainbow.5":{"fg":"#a6da96"},"punctuation.bracket.rainbow.6":{"fg":"#c6a0f7"},"punctuation.delimiter":{"fg":"#939ab8"},"punctuation.delimiter.regex":{"fg":"#f5bde7"},"punctuation.special":{"fg":"#f5bde7"},"string":{"fg":"#a6da96"},"string.documentation":{"fg":"#8bd5cb"},"string.escape":{"fg":"#f5bde7"},"string.regex":{"fg":"#f5bde7"},"string.regexp":{"fg":"#f5bde7"},"string.special":{"fg":"#f5bde7"},"string.special.path":{"fg":"#f5bde7"},"string.special.path.gitignore":{"fg":"#cad3f6"},"string.special.symbol":{"fg":"#f0c6c7"},"string.special.url":{"fg":"#8aadf5","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6da96"},"tag":{"fg":"#8aadf5"},"tag.attribute":{"fg":"#eed4a0","italic":true},"tag.builtin":{"fg":"#8aadf5"},"tag.delimiter":{"fg":"#8bd5cb"},"type":{"fg":"#eed4a0"},"type.builtin":{"fg":"#c6a0f7"},"type.css":{"fg":"#b7bdf9"},"type.definition":{"fg":"#eed4a0"},"variable":{"fg":"#cad3f6"},"variable.builtin":{"fg":"#ed8797"},"variable.member":{"fg":"#b7bdf9"},"variable.parameter":{"fg":"#ee99a1"},"variable.parameter.bash":{"fg":"#a6da96"},"variable.parameter.builtin":{"fg":"#f5bde7"}}}
@@ -1 +1 @@
1
- {"name":"catppuccin_mocha","appearance":"dark","revision":"0303a7208dba448c459767486a38a6ec05c4216b","highlights":{"attribute":{"fg":"#fab387"},"attribute.builtin":{"fg":"#f5c2e7"},"attribute.c_sharp":{"fg":"#f9e2af"},"boolean":{"fg":"#fab387"},"character":{"fg":"#94e2d5"},"character.special":{"fg":"#f5c2e7"},"character.special.html":{"fg":"#f38ba8"},"comment":{"fg":"#9399b2","italic":true},"comment.documentation":{"fg":"#9399b2","italic":true},"comment.error":{"fg":"#1e1e2e","bg":"#f38ba8"},"comment.hint":{"fg":"#1e1e2e","bg":"#89b4fa"},"comment.note":{"fg":"#1e1e2e","bg":"#89b4fa"},"comment.todo":{"fg":"#1e1e2e","bg":"#f2cdcd"},"comment.warning":{"fg":"#1e1e2e","bg":"#f9e2af"},"comment.warning.gitcommit":{"fg":"#f9e2af"},"constant":{"fg":"#fab387"},"constant.builtin":{"fg":"#fab387"},"constant.java":{"fg":"#94e2d5"},"constant.macro":{"fg":"#cba6f7"},"constructor":{"fg":"#f9e2af"},"constructor.lua":{"fg":"#9399b2"},"constructor.python":{"fg":"#89dceb"},"diff.delta":{"fg":"#89b4fa"},"diff.minus":{"fg":"#f38ba8"},"diff.plus":{"fg":"#a6e3a1"},"error":{"fg":"#f38ba8"},"function":{"fg":"#89b4fa"},"function.builtin":{"fg":"#fab387"},"function.builtin.bash":{"fg":"#f38ba8","italic":true},"function.call":{"fg":"#89b4fa"},"function.macro":{"fg":"#f5c2e7"},"function.method":{"fg":"#89b4fa"},"function.method.call":{"fg":"#89b4fa"},"highlighted":{"bg":"#2a2b3c"},"keyword":{"fg":"#cba6f7"},"keyword.conditional":{"fg":"#cba6f7","italic":true},"keyword.conditional.ternary":{"fg":"#89dceb"},"keyword.coroutine":{"fg":"#cba6f7"},"keyword.debug":{"fg":"#cba6f7"},"keyword.directive":{"fg":"#f5c2e7"},"keyword.directive.css":{"fg":"#cba6f7"},"keyword.directive.define":{"fg":"#f5c2e7"},"keyword.exception":{"fg":"#cba6f7"},"keyword.export":{"fg":"#cba6f7"},"keyword.function":{"fg":"#cba6f7"},"keyword.import":{"fg":"#cba6f7"},"keyword.import.c":{"fg":"#f9e2af"},"keyword.import.cpp":{"fg":"#f9e2af"},"keyword.modifier":{"fg":"#cba6f7"},"keyword.operator":{"fg":"#cba6f7"},"keyword.repeat":{"fg":"#cba6f7"},"keyword.return":{"fg":"#cba6f7"},"keyword.type":{"fg":"#cba6f7"},"label":{"fg":"#74c7ec"},"label.yaml":{"fg":"#f9e2af"},"markup":{"fg":"#cdd6f4"},"markup.environment":{"fg":"#f5c2e7"},"markup.environment.name":{"fg":"#89b4fa"},"markup.heading":{"fg":"#89b4fa"},"markup.heading.1":{"fg":"#89b4fa"},"markup.heading.1.html":{"fg":"#cdd6f4"},"markup.heading.1.markdown":{"fg":"#f38ba8"},"markup.heading.2":{"fg":"#89b4fa"},"markup.heading.2.html":{"fg":"#cdd6f4"},"markup.heading.2.markdown":{"fg":"#fab387"},"markup.heading.3":{"fg":"#89b4fa"},"markup.heading.3.html":{"fg":"#cdd6f4"},"markup.heading.3.markdown":{"fg":"#f9e2af"},"markup.heading.4":{"fg":"#89b4fa"},"markup.heading.4.html":{"fg":"#cdd6f4"},"markup.heading.4.markdown":{"fg":"#a6e3a1"},"markup.heading.5":{"fg":"#89b4fa"},"markup.heading.5.html":{"fg":"#cdd6f4"},"markup.heading.5.markdown":{"fg":"#74c7ec"},"markup.heading.6":{"fg":"#89b4fa"},"markup.heading.6.html":{"fg":"#cdd6f4"},"markup.heading.6.markdown":{"fg":"#b4befe"},"markup.heading.html":{"fg":"#cdd6f4"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#f38ba8","italic":true},"markup.link":{"fg":"#b4befe"},"markup.link.label":{"fg":"#b4befe"},"markup.link.label.html":{"fg":"#cdd6f4"},"markup.link.url":{"fg":"#89b4fa","italic":true,"underline":"solid"},"markup.list":{"fg":"#94e2d5"},"markup.list.checked":{"fg":"#a6e3a1"},"markup.list.unchecked":{"fg":"#7f849c"},"markup.math":{"fg":"#89b4fa"},"markup.quote":{"fg":"#f5c2e7"},"markup.raw":{"fg":"#a6e3a1"},"markup.raw.block":{"fg":"#a6e3a1"},"markup.strikethrough":{"fg":"#cdd6f4","strikethrough":true},"markup.strong":{"fg":"#f38ba8","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#f9e2af","italic":true},"module.builtin":{"fg":"#f5c2e7"},"namespace":{"fg":"#f9e2af","italic":true},"normal":{"fg":"#cdd6f4","bg":"#1e1e2e"},"number":{"fg":"#fab387"},"number.float":{"fg":"#fab387"},"operator":{"fg":"#89dceb"},"property":{"fg":"#b4befe"},"property.css":{"fg":"#89b4fa"},"property.scss":{"fg":"#89b4fa"},"punctuation.bracket":{"fg":"#9399b2"},"punctuation.bracket.rainbow.1":{"fg":"#f38ba8"},"punctuation.bracket.rainbow.2":{"fg":"#f9e2af"},"punctuation.bracket.rainbow.3":{"fg":"#89b4fa"},"punctuation.bracket.rainbow.4":{"fg":"#fab387"},"punctuation.bracket.rainbow.5":{"fg":"#a6e3a1"},"punctuation.bracket.rainbow.6":{"fg":"#cba6f7"},"punctuation.delimiter":{"fg":"#9399b2"},"punctuation.delimiter.regex":{"fg":"#f5c2e7"},"punctuation.special":{"fg":"#f5c2e7"},"string":{"fg":"#a6e3a1"},"string.documentation":{"fg":"#94e2d5"},"string.escape":{"fg":"#f5c2e7"},"string.regex":{"fg":"#f5c2e7"},"string.regexp":{"fg":"#f5c2e7"},"string.special":{"fg":"#f5c2e7"},"string.special.path":{"fg":"#f5c2e7"},"string.special.path.gitignore":{"fg":"#cdd6f4"},"string.special.symbol":{"fg":"#f2cdcd"},"string.special.url":{"fg":"#89b4fa","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6e3a1"},"tag":{"fg":"#89b4fa"},"tag.attribute":{"fg":"#f9e2af","italic":true},"tag.builtin":{"fg":"#89b4fa"},"tag.delimiter":{"fg":"#94e2d5"},"type":{"fg":"#f9e2af"},"type.builtin":{"fg":"#cba6f7"},"type.css":{"fg":"#b4befe"},"type.definition":{"fg":"#f9e2af"},"variable":{"fg":"#cdd6f4"},"variable.builtin":{"fg":"#f38ba8"},"variable.member":{"fg":"#b4befe"},"variable.parameter":{"fg":"#eba0ac"},"variable.parameter.bash":{"fg":"#a6e3a1"},"variable.parameter.builtin":{"fg":"#f5c2e7"}}}
1
+ {"name":"catppuccin_mocha","appearance":"dark","revision":"e068ab5f8261f23f6f71ffd8791ae40315b77b9c","highlights":{"attribute":{"fg":"#fab388"},"attribute.builtin":{"fg":"#f5c2e8"},"attribute.c_sharp":{"fg":"#f9e2b0"},"boolean":{"fg":"#fab388"},"character":{"fg":"#94e2d6"},"character.special":{"fg":"#f5c2e8"},"character.special.html":{"fg":"#f38ba9"},"comment":{"fg":"#9399b3","italic":true},"comment.documentation":{"fg":"#9399b3","italic":true},"comment.error":{"fg":"#1e1e2f","bg":"#f38ba9"},"comment.hint":{"fg":"#1e1e2f","bg":"#89b4fb"},"comment.note":{"fg":"#1e1e2f","bg":"#89b4fb"},"comment.todo":{"fg":"#1e1e2f","bg":"#f2cdce"},"comment.warning":{"fg":"#1e1e2f","bg":"#f9e2b0"},"comment.warning.gitcommit":{"fg":"#f9e2b0"},"constant":{"fg":"#fab388"},"constant.builtin":{"fg":"#fab388"},"constant.java":{"fg":"#94e2d6"},"constant.macro":{"fg":"#cba6f8"},"constructor":{"fg":"#f9e2b0"},"constructor.lua":{"fg":"#9399b3"},"constructor.python":{"fg":"#89dcec"},"diff.delta":{"fg":"#89b4fb"},"diff.minus":{"fg":"#f38ba9"},"diff.plus":{"fg":"#a6e3a2"},"error":{"fg":"#f38ba9"},"function":{"fg":"#89b4fb"},"function.builtin":{"fg":"#fab388"},"function.builtin.bash":{"fg":"#f38ba9","italic":true},"function.call":{"fg":"#89b4fb"},"function.macro":{"fg":"#f5c2e8"},"function.method":{"fg":"#89b4fb"},"function.method.call":{"fg":"#89b4fb"},"highlighted":{"bg":"#2a2b3d"},"keyword":{"fg":"#cba6f8"},"keyword.conditional":{"fg":"#cba6f8","italic":true},"keyword.conditional.ternary":{"fg":"#89dcec"},"keyword.coroutine":{"fg":"#cba6f8"},"keyword.debug":{"fg":"#cba6f8"},"keyword.directive":{"fg":"#f5c2e8"},"keyword.directive.css":{"fg":"#cba6f8"},"keyword.directive.define":{"fg":"#f5c2e8"},"keyword.exception":{"fg":"#cba6f8"},"keyword.export":{"fg":"#cba6f8"},"keyword.function":{"fg":"#cba6f8"},"keyword.import":{"fg":"#cba6f8"},"keyword.import.c":{"fg":"#f9e2b0"},"keyword.import.cpp":{"fg":"#f9e2b0"},"keyword.modifier":{"fg":"#cba6f8"},"keyword.operator":{"fg":"#cba6f8"},"keyword.repeat":{"fg":"#cba6f8"},"keyword.return":{"fg":"#cba6f8"},"keyword.type":{"fg":"#cba6f8"},"label":{"fg":"#74c7ed"},"label.yaml":{"fg":"#f9e2b0"},"markup":{"fg":"#cdd6f5"},"markup.environment":{"fg":"#f5c2e8"},"markup.environment.name":{"fg":"#89b4fb"},"markup.heading":{"fg":"#89b4fb"},"markup.heading.1":{"fg":"#89b4fb"},"markup.heading.1.html":{"fg":"#cdd6f5"},"markup.heading.1.markdown":{"fg":"#f38ba9"},"markup.heading.2":{"fg":"#89b4fb"},"markup.heading.2.html":{"fg":"#cdd6f5"},"markup.heading.2.markdown":{"fg":"#fab388"},"markup.heading.3":{"fg":"#89b4fb"},"markup.heading.3.html":{"fg":"#cdd6f5"},"markup.heading.3.markdown":{"fg":"#f9e2b0"},"markup.heading.4":{"fg":"#89b4fb"},"markup.heading.4.html":{"fg":"#cdd6f5"},"markup.heading.4.markdown":{"fg":"#a6e3a2"},"markup.heading.5":{"fg":"#89b4fb"},"markup.heading.5.html":{"fg":"#cdd6f5"},"markup.heading.5.markdown":{"fg":"#74c7ed"},"markup.heading.6":{"fg":"#89b4fb"},"markup.heading.6.html":{"fg":"#cdd6f5"},"markup.heading.6.markdown":{"fg":"#b4beff"},"markup.heading.html":{"fg":"#cdd6f5"},"markup.heading.markdown":{"bold":true},"markup.italic":{"fg":"#f38ba9","italic":true},"markup.link":{"fg":"#b4beff"},"markup.link.label":{"fg":"#b4beff"},"markup.link.label.html":{"fg":"#cdd6f5"},"markup.link.url":{"fg":"#89b4fb","italic":true,"underline":"solid"},"markup.list":{"fg":"#94e2d6"},"markup.list.checked":{"fg":"#a6e3a2"},"markup.list.unchecked":{"fg":"#7f849d"},"markup.math":{"fg":"#89b4fb"},"markup.quote":{"fg":"#f5c2e8"},"markup.raw":{"fg":"#a6e3a2"},"markup.raw.block":{"fg":"#a6e3a2"},"markup.strikethrough":{"fg":"#cdd6f5","strikethrough":true},"markup.strong":{"fg":"#f38ba9","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#f9e2b0","italic":true},"module.builtin":{"fg":"#f5c2e8"},"namespace":{"fg":"#f9e2b0","italic":true},"normal":{"fg":"#cdd6f5","bg":"#1e1e2f"},"number":{"fg":"#fab388"},"number.float":{"fg":"#fab388"},"operator":{"fg":"#89dcec"},"property":{"fg":"#b4beff"},"property.css":{"fg":"#89b4fb"},"property.scss":{"fg":"#89b4fb"},"punctuation.bracket":{"fg":"#9399b3"},"punctuation.bracket.rainbow.1":{"fg":"#f38ba9"},"punctuation.bracket.rainbow.2":{"fg":"#f9e2b0"},"punctuation.bracket.rainbow.3":{"fg":"#89b4fb"},"punctuation.bracket.rainbow.4":{"fg":"#fab388"},"punctuation.bracket.rainbow.5":{"fg":"#a6e3a2"},"punctuation.bracket.rainbow.6":{"fg":"#cba6f8"},"punctuation.delimiter":{"fg":"#9399b3"},"punctuation.delimiter.regex":{"fg":"#f5c2e8"},"punctuation.special":{"fg":"#f5c2e8"},"string":{"fg":"#a6e3a2"},"string.documentation":{"fg":"#94e2d6"},"string.escape":{"fg":"#f5c2e8"},"string.regex":{"fg":"#f5c2e8"},"string.regexp":{"fg":"#f5c2e8"},"string.special":{"fg":"#f5c2e8"},"string.special.path":{"fg":"#f5c2e8"},"string.special.path.gitignore":{"fg":"#cdd6f5"},"string.special.symbol":{"fg":"#f2cdce"},"string.special.url":{"fg":"#89b4fb","italic":true,"underline":"solid"},"string.special.url.html":{"fg":"#a6e3a2"},"tag":{"fg":"#89b4fb"},"tag.attribute":{"fg":"#f9e2b0","italic":true},"tag.builtin":{"fg":"#89b4fb"},"tag.delimiter":{"fg":"#94e2d6"},"type":{"fg":"#f9e2b0"},"type.builtin":{"fg":"#cba6f8"},"type.css":{"fg":"#b4beff"},"type.definition":{"fg":"#f9e2b0"},"variable":{"fg":"#cdd6f5"},"variable.builtin":{"fg":"#f38ba9"},"variable.member":{"fg":"#b4beff"},"variable.parameter":{"fg":"#eba0ad"},"variable.parameter.bash":{"fg":"#a6e3a2"},"variable.parameter.builtin":{"fg":"#f5c2e8"}}}
@@ -1 +1 @@
1
- {"name":"cyberdream_dark","appearance":"dark","revision":"4fbdeb7376faed87ead7c7c805c02092ca7bac01","highlights":{"attribute":{"fg":"#5ef1ff"},"attribute.builtin":{"fg":"#ff5ea0"},"boolean":{"fg":"#5ef1ff"},"character":{"fg":"#5eff6c"},"character.special":{"fg":"#ff5ea0"},"comment":{"fg":"#7b8496"},"comment.documentation":{"fg":"#7b8496"},"comment.error":{"fg":"#ff6e5e"},"comment.hint":{"fg":"#7b8496"},"comment.note":{"fg":"#5ea1ff"},"comment.todo":{"fg":"#bd5eff","bold":true},"comment.warning":{"fg":"#f1ff5e"},"constant":{"fg":"#ff5ea0"},"constant.builtin":{"fg":"#ff5ea0"},"constant.macro":{"fg":"#5ef1ff"},"constructor":{"fg":"#ff5ea0"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ff6e5e"},"diff.plus":{"fg":"#5eff6c"},"function":{"fg":"#5ea1ff"},"function.builtin":{"fg":"#5ea1ff"},"function.call":{"fg":"#5ea1ff"},"function.macro":{"fg":"#5ef1ff"},"function.method":{"fg":"#5ea1ff"},"function.method.call":{"fg":"#5ea1ff"},"highlighted":{"bg":"#3c4048"},"keyword":{"fg":"#ffbd5e"},"keyword.conditional":{"fg":"#ffbd5e"},"keyword.conditional.ternary":{"fg":"#ffbd5e"},"keyword.coroutine":{"fg":"#ffbd5e"},"keyword.debug":{"fg":"#ffbd5e"},"keyword.directive":{"fg":"#ffbd5e"},"keyword.directive.define":{"fg":"#ffbd5e"},"keyword.exception":{"fg":"#ffbd5e"},"keyword.export":{"fg":"#ffbd5e"},"keyword.function":{"fg":"#ffbd5e"},"keyword.import":{"fg":"#ffbd5e"},"keyword.modifier":{"fg":"#ffbd5e"},"keyword.operator":{"fg":"#bd5eff"},"keyword.repeat":{"fg":"#ffbd5e"},"keyword.return":{"fg":"#ffbd5e"},"keyword.type":{"fg":"#ffbd5e","italic":true},"label":{"fg":"#ffbd5e"},"markup":{"fg":"#ff5ea0"},"markup.environment":{"fg":"#ff5ea0"},"markup.environment.name":{"fg":"#ff5ea0"},"markup.heading":{"fg":"#ffffff"},"markup.heading.1":{"fg":"#ffbd5e","bold":true},"markup.heading.2":{"fg":"#5ef1ff","bold":true},"markup.heading.3":{"fg":"#5ea1ff","bold":true},"markup.heading.4":{"fg":"#bd5eff","bold":true},"markup.heading.5":{"fg":"#ff5ef1","bold":true},"markup.heading.6":{"fg":"#5eff6c","bold":true},"markup.italic":{"fg":"#5ea1ff","italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"fg":"#ffbd5e"},"markup.link.label.markdown_inline":{"fg":"#5ef1ff"},"markup.link.markdown_inline":{"fg":"#5ea1ff"},"markup.link.url":{"fg":"#5ea1ff","underline":"solid"},"markup.list":{"fg":"#ff5ea0"},"markup.list.checked":{"fg":"#5eff6c","bold":true},"markup.list.unchecked":{"fg":"#ff5ef1","bold":true},"markup.math":{"fg":"#ff5ea0"},"markup.quote":{"fg":"#7b8496"},"markup.raw":{"fg":"#ff5ea0"},"markup.raw.block":{"fg":"#ff5ea0"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#ff5ea0","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ff5ef1"},"module.builtin":{"fg":"#ff5ea0"},"namespace":{"fg":"#5ef1ff"},"normal":{"fg":"#ffffff","bg":"#16181a"},"number":{"fg":"#ffbd5e"},"number.float":{"fg":"#ffbd5e"},"operator":{"fg":"#bd5eff"},"property":{"fg":"#ffffff"},"punctuation.bracket":{"fg":"#ffffff"},"punctuation.bracket.rainbow.1":{"fg":"#ff6e5e"},"punctuation.bracket.rainbow.2":{"fg":"#f1ff5e"},"punctuation.bracket.rainbow.3":{"fg":"#5ea1ff"},"punctuation.bracket.rainbow.4":{"fg":"#ffbd5e"},"punctuation.bracket.rainbow.5":{"fg":"#5eff6c"},"punctuation.bracket.rainbow.6":{"fg":"#bd5eff"},"punctuation.delimiter":{"fg":"#ffffff"},"punctuation.special":{"fg":"#ffffff"},"string":{"fg":"#5eff6c"},"string.documentation":{"fg":"#7b8496"},"string.escape":{"fg":"#ff5ea0"},"string.regexp":{"fg":"#ff5ea0"},"string.special":{"fg":"#ff5ea0"},"string.special.path":{"fg":"#ff5ea0"},"string.special.symbol":{"fg":"#ff5ea0"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#ffbd5e"},"tag.attribute":{"fg":"#ffffff"},"tag.builtin":{"fg":"#ff5ea0"},"tag.delimiter":{"fg":"#ffffff"},"type":{"fg":"#bd5eff"},"type.builtin":{"fg":"#d45edd"},"type.definition":{"fg":"#bd5eff"},"variable":{"fg":"#ffffff"},"variable.builtin":{"fg":"#ff5ea0"},"variable.member":{"fg":"#ffffff"},"variable.parameter":{"fg":"#ffffff"},"variable.parameter.builtin":{"fg":"#ff5ea0"}}}
1
+ {"name":"cyberdream_dark","appearance":"dark","revision":"c0e998d3bfba3d7c01a3711a1d7e699d7d92bd22","highlights":{"attribute":{"fg":"#5ef1ff"},"attribute.builtin":{"fg":"#ff5ea0"},"boolean":{"fg":"#5ef1ff"},"character":{"fg":"#5eff6c"},"character.special":{"fg":"#ff5ea0"},"comment":{"fg":"#7b8496"},"comment.documentation":{"fg":"#7b8496"},"comment.error":{"fg":"#ff6e5e"},"comment.hint":{"fg":"#7b8496"},"comment.note":{"fg":"#5ea1ff"},"comment.todo":{"fg":"#bd5eff","bold":true},"comment.warning":{"fg":"#f1ff5e"},"constant":{"fg":"#ff5ea0"},"constant.builtin":{"fg":"#ff5ea0"},"constant.macro":{"fg":"#5ef1ff"},"constructor":{"fg":"#ff5ea0"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ff6e5e"},"diff.plus":{"fg":"#5eff6c"},"function":{"fg":"#5ea1ff"},"function.builtin":{"fg":"#5ea1ff"},"function.call":{"fg":"#5ea1ff"},"function.macro":{"fg":"#5ef1ff"},"function.method":{"fg":"#5ea1ff"},"function.method.call":{"fg":"#5ea1ff"},"highlighted":{"bg":"#3c4048"},"keyword":{"fg":"#ffbd5e"},"keyword.conditional":{"fg":"#ffbd5e"},"keyword.conditional.ternary":{"fg":"#ffbd5e"},"keyword.coroutine":{"fg":"#ffbd5e"},"keyword.debug":{"fg":"#ffbd5e"},"keyword.directive":{"fg":"#ffbd5e"},"keyword.directive.define":{"fg":"#ffbd5e"},"keyword.exception":{"fg":"#ffbd5e"},"keyword.export":{"fg":"#ffbd5e"},"keyword.function":{"fg":"#ffbd5e"},"keyword.import":{"fg":"#ffbd5e"},"keyword.modifier":{"fg":"#ffbd5e"},"keyword.operator":{"fg":"#bd5eff"},"keyword.repeat":{"fg":"#ffbd5e"},"keyword.return":{"fg":"#ffbd5e"},"keyword.type":{"fg":"#ffbd5e","italic":true},"label":{"fg":"#ffbd5e"},"markup":{"fg":"#ff5ea0"},"markup.environment":{"fg":"#ff5ea0"},"markup.environment.name":{"fg":"#ff5ea0"},"markup.heading":{"fg":"#ffffff"},"markup.heading.1":{"fg":"#ffbd5e","bold":true},"markup.heading.2":{"fg":"#5ef1ff","bold":true},"markup.heading.3":{"fg":"#5ea1ff","bold":true},"markup.heading.4":{"fg":"#bd5eff","bold":true},"markup.heading.5":{"fg":"#ff5ef1","bold":true},"markup.heading.6":{"fg":"#5eff6c","bold":true},"markup.italic":{"fg":"#5ea1ff","italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"fg":"#ffbd5e"},"markup.link.label.markdown_inline":{"fg":"#5ef1ff"},"markup.link.markdown_inline":{"fg":"#5ea1ff"},"markup.link.url":{"fg":"#5ea1ff","underline":"solid"},"markup.list":{"fg":"#ff5ea0"},"markup.list.checked":{"fg":"#5eff6c","bold":true},"markup.list.unchecked":{"fg":"#ff5ef1","bold":true},"markup.math":{"fg":"#ff5ea0"},"markup.quote":{"fg":"#7b8496"},"markup.raw":{"fg":"#ff5ea0"},"markup.raw.block":{"fg":"#ff5ea0"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#ff5ea0","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ff5ef1"},"module.builtin":{"fg":"#ff5ea0"},"namespace":{"fg":"#5ef1ff"},"normal":{"fg":"#ffffff","bg":"#16181a"},"number":{"fg":"#ffbd5e"},"number.float":{"fg":"#ffbd5e"},"operator":{"fg":"#bd5eff"},"property":{"fg":"#ffffff"},"punctuation.bracket":{"fg":"#ffffff"},"punctuation.bracket.rainbow.1":{"fg":"#ff6e5e"},"punctuation.bracket.rainbow.2":{"fg":"#f1ff5e"},"punctuation.bracket.rainbow.3":{"fg":"#5ea1ff"},"punctuation.bracket.rainbow.4":{"fg":"#ffbd5e"},"punctuation.bracket.rainbow.5":{"fg":"#5eff6c"},"punctuation.bracket.rainbow.6":{"fg":"#bd5eff"},"punctuation.delimiter":{"fg":"#ffffff"},"punctuation.special":{"fg":"#ffffff"},"string":{"fg":"#5eff6c"},"string.documentation":{"fg":"#7b8496"},"string.escape":{"fg":"#ff5ea0"},"string.regexp":{"fg":"#ff5ea0"},"string.special":{"fg":"#ff5ea0"},"string.special.path":{"fg":"#ff5ea0"},"string.special.symbol":{"fg":"#ff5ea0"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#ffbd5e"},"tag.attribute":{"fg":"#ffffff"},"tag.builtin":{"fg":"#ff5ea0"},"tag.delimiter":{"fg":"#ffffff"},"type":{"fg":"#bd5eff"},"type.builtin":{"fg":"#d45edd"},"type.definition":{"fg":"#bd5eff"},"variable":{"fg":"#ffffff"},"variable.builtin":{"fg":"#ff5ea0"},"variable.member":{"fg":"#ffffff"},"variable.parameter":{"fg":"#ffffff"},"variable.parameter.builtin":{"fg":"#ff5ea0"}}}
@@ -1 +1 @@
1
- {"name":"cyberdream_light","appearance":"light","revision":"4fbdeb7376faed87ead7c7c805c02092ca7bac01","highlights":{"attribute":{"fg":"#008c99"},"attribute.builtin":{"fg":"#f40064"},"boolean":{"fg":"#008c99"},"character":{"fg":"#008b0c"},"character.special":{"fg":"#f40064"},"comment":{"fg":"#7b8496"},"comment.documentation":{"fg":"#7b8496"},"comment.error":{"fg":"#d11500"},"comment.hint":{"fg":"#7b8496"},"comment.note":{"fg":"#0057d1"},"comment.todo":{"fg":"#a018ff","bold":true},"comment.warning":{"fg":"#997b00"},"constant":{"fg":"#f40064"},"constant.builtin":{"fg":"#f40064"},"constant.macro":{"fg":"#008c99"},"constructor":{"fg":"#f40064"},"diff.delta":{"fg":"#007373"},"diff.minus":{"fg":"#d11500"},"diff.plus":{"fg":"#008b0c"},"function":{"fg":"#0057d1"},"function.builtin":{"fg":"#0057d1"},"function.call":{"fg":"#0057d1"},"function.macro":{"fg":"#008c99"},"function.method":{"fg":"#0057d1"},"function.method.call":{"fg":"#0057d1"},"highlighted":{"bg":"#acacac"},"keyword":{"fg":"#d17c00"},"keyword.conditional":{"fg":"#d17c00"},"keyword.conditional.ternary":{"fg":"#d17c00"},"keyword.coroutine":{"fg":"#d17c00"},"keyword.debug":{"fg":"#d17c00"},"keyword.directive":{"fg":"#d17c00"},"keyword.directive.define":{"fg":"#d17c00"},"keyword.exception":{"fg":"#d17c00"},"keyword.export":{"fg":"#d17c00"},"keyword.function":{"fg":"#d17c00"},"keyword.import":{"fg":"#d17c00"},"keyword.modifier":{"fg":"#d17c00"},"keyword.operator":{"fg":"#a018ff"},"keyword.repeat":{"fg":"#d17c00"},"keyword.return":{"fg":"#d17c00"},"keyword.type":{"fg":"#d17c00","italic":true},"label":{"fg":"#d17c00"},"markup":{"fg":"#f40064"},"markup.environment":{"fg":"#f40064"},"markup.environment.name":{"fg":"#f40064"},"markup.heading":{"fg":"#16181a"},"markup.heading.1":{"fg":"#d17c00","bold":true},"markup.heading.2":{"fg":"#008c99","bold":true},"markup.heading.3":{"fg":"#0057d1","bold":true},"markup.heading.4":{"fg":"#a018ff","bold":true},"markup.heading.5":{"fg":"#d100bf","bold":true},"markup.heading.6":{"fg":"#008b0c","bold":true},"markup.italic":{"fg":"#0057d1","italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"fg":"#d17c00"},"markup.link.label.markdown_inline":{"fg":"#008c99"},"markup.link.markdown_inline":{"fg":"#0057d1"},"markup.link.url":{"fg":"#0057d1","underline":"solid"},"markup.list":{"fg":"#f40064"},"markup.list.checked":{"fg":"#008b0c","bold":true},"markup.list.unchecked":{"fg":"#d100bf","bold":true},"markup.math":{"fg":"#f40064"},"markup.quote":{"fg":"#7b8496"},"markup.raw":{"fg":"#f40064"},"markup.raw.block":{"fg":"#f40064"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#f40064","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#d100bf"},"module.builtin":{"fg":"#f40064"},"namespace":{"fg":"#008c99"},"normal":{"fg":"#16181a","bg":"#ffffff"},"number":{"fg":"#d17c00"},"number.float":{"fg":"#d17c00"},"operator":{"fg":"#a018ff"},"property":{"fg":"#16181a"},"punctuation.bracket":{"fg":"#16181a"},"punctuation.bracket.rainbow.1":{"fg":"#d11500"},"punctuation.bracket.rainbow.2":{"fg":"#997b00"},"punctuation.bracket.rainbow.3":{"fg":"#0057d1"},"punctuation.bracket.rainbow.4":{"fg":"#d17c00"},"punctuation.bracket.rainbow.5":{"fg":"#008b0c"},"punctuation.bracket.rainbow.6":{"fg":"#a018ff"},"punctuation.delimiter":{"fg":"#16181a"},"punctuation.special":{"fg":"#16181a"},"string":{"fg":"#008b0c"},"string.documentation":{"fg":"#7b8496"},"string.escape":{"fg":"#f40064"},"string.regexp":{"fg":"#f40064"},"string.special":{"fg":"#f40064"},"string.special.path":{"fg":"#f40064"},"string.special.symbol":{"fg":"#f40064"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#d17c00"},"tag.attribute":{"fg":"#16181a"},"tag.builtin":{"fg":"#f40064"},"tag.delimiter":{"fg":"#16181a"},"type":{"fg":"#a018ff"},"type.builtin":{"fg":"#bd0fc8"},"type.definition":{"fg":"#a018ff"},"variable":{"fg":"#16181a"},"variable.builtin":{"fg":"#f40064"},"variable.member":{"fg":"#16181a"},"variable.parameter":{"fg":"#16181a"},"variable.parameter.builtin":{"fg":"#f40064"}}}
1
+ {"name":"cyberdream_light","appearance":"light","revision":"c0e998d3bfba3d7c01a3711a1d7e699d7d92bd22","highlights":{"attribute":{"fg":"#008c99"},"attribute.builtin":{"fg":"#f40064"},"boolean":{"fg":"#008c99"},"character":{"fg":"#008b0c"},"character.special":{"fg":"#f40064"},"comment":{"fg":"#7b8496"},"comment.documentation":{"fg":"#7b8496"},"comment.error":{"fg":"#d11500"},"comment.hint":{"fg":"#7b8496"},"comment.note":{"fg":"#0057d1"},"comment.todo":{"fg":"#a018ff","bold":true},"comment.warning":{"fg":"#997b00"},"constant":{"fg":"#f40064"},"constant.builtin":{"fg":"#f40064"},"constant.macro":{"fg":"#008c99"},"constructor":{"fg":"#f40064"},"diff.delta":{"fg":"#007373"},"diff.minus":{"fg":"#d11500"},"diff.plus":{"fg":"#008b0c"},"function":{"fg":"#0057d1"},"function.builtin":{"fg":"#0057d1"},"function.call":{"fg":"#0057d1"},"function.macro":{"fg":"#008c99"},"function.method":{"fg":"#0057d1"},"function.method.call":{"fg":"#0057d1"},"highlighted":{"bg":"#acacac"},"keyword":{"fg":"#d17c00"},"keyword.conditional":{"fg":"#d17c00"},"keyword.conditional.ternary":{"fg":"#d17c00"},"keyword.coroutine":{"fg":"#d17c00"},"keyword.debug":{"fg":"#d17c00"},"keyword.directive":{"fg":"#d17c00"},"keyword.directive.define":{"fg":"#d17c00"},"keyword.exception":{"fg":"#d17c00"},"keyword.export":{"fg":"#d17c00"},"keyword.function":{"fg":"#d17c00"},"keyword.import":{"fg":"#d17c00"},"keyword.modifier":{"fg":"#d17c00"},"keyword.operator":{"fg":"#a018ff"},"keyword.repeat":{"fg":"#d17c00"},"keyword.return":{"fg":"#d17c00"},"keyword.type":{"fg":"#d17c00","italic":true},"label":{"fg":"#d17c00"},"markup":{"fg":"#f40064"},"markup.environment":{"fg":"#f40064"},"markup.environment.name":{"fg":"#f40064"},"markup.heading":{"fg":"#16181a"},"markup.heading.1":{"fg":"#d17c00","bold":true},"markup.heading.2":{"fg":"#008c99","bold":true},"markup.heading.3":{"fg":"#0057d1","bold":true},"markup.heading.4":{"fg":"#a018ff","bold":true},"markup.heading.5":{"fg":"#d100bf","bold":true},"markup.heading.6":{"fg":"#008b0c","bold":true},"markup.italic":{"fg":"#0057d1","italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"fg":"#d17c00"},"markup.link.label.markdown_inline":{"fg":"#008c99"},"markup.link.markdown_inline":{"fg":"#0057d1"},"markup.link.url":{"fg":"#0057d1","underline":"solid"},"markup.list":{"fg":"#f40064"},"markup.list.checked":{"fg":"#008b0c","bold":true},"markup.list.unchecked":{"fg":"#d100bf","bold":true},"markup.math":{"fg":"#f40064"},"markup.quote":{"fg":"#7b8496"},"markup.raw":{"fg":"#f40064"},"markup.raw.block":{"fg":"#f40064"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#f40064","bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#d100bf"},"module.builtin":{"fg":"#f40064"},"namespace":{"fg":"#008c99"},"normal":{"fg":"#16181a","bg":"#ffffff"},"number":{"fg":"#d17c00"},"number.float":{"fg":"#d17c00"},"operator":{"fg":"#a018ff"},"property":{"fg":"#16181a"},"punctuation.bracket":{"fg":"#16181a"},"punctuation.bracket.rainbow.1":{"fg":"#d11500"},"punctuation.bracket.rainbow.2":{"fg":"#997b00"},"punctuation.bracket.rainbow.3":{"fg":"#0057d1"},"punctuation.bracket.rainbow.4":{"fg":"#d17c00"},"punctuation.bracket.rainbow.5":{"fg":"#008b0c"},"punctuation.bracket.rainbow.6":{"fg":"#a018ff"},"punctuation.delimiter":{"fg":"#16181a"},"punctuation.special":{"fg":"#16181a"},"string":{"fg":"#008b0c"},"string.documentation":{"fg":"#7b8496"},"string.escape":{"fg":"#f40064"},"string.regexp":{"fg":"#f40064"},"string.special":{"fg":"#f40064"},"string.special.path":{"fg":"#f40064"},"string.special.symbol":{"fg":"#f40064"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#d17c00"},"tag.attribute":{"fg":"#16181a"},"tag.builtin":{"fg":"#f40064"},"tag.delimiter":{"fg":"#16181a"},"type":{"fg":"#a018ff"},"type.builtin":{"fg":"#bd0fc8"},"type.definition":{"fg":"#a018ff"},"variable":{"fg":"#16181a"},"variable.builtin":{"fg":"#f40064"},"variable.member":{"fg":"#16181a"},"variable.parameter":{"fg":"#16181a"},"variable.parameter.builtin":{"fg":"#f40064"}}}
@@ -0,0 +1 @@
1
+ {"name":"duckbones","appearance":"dark","revision":"8304d8df9b823ff11e103afa62f38c39f534abe6","highlights":{"attribute":{"fg":"#00a3cb"},"attribute.builtin":{"fg":"#5dcd97"},"boolean":{"fg":"#ebefc0","italic":true},"character":{"fg":"#aeb18d","italic":true},"character.special":{"fg":"#5dcd97"},"comment":{"fg":"#5a5f7b","italic":true},"comment.documentation":{"fg":"#5a5f7b","italic":true},"comment.error":{"fg":"#e03600"},"comment.hint":{"fg":"#5a5f7b","italic":true},"comment.note":{"fg":"#00a3cb"},"comment.todo":{"bold":true,"underline":"solid"},"comment.warning":{"fg":"#e39500"},"constant":{"fg":"#c6caa1","bold":true},"constant.builtin":{"fg":"#aeb18d","italic":true},"constant.macro":{"fg":"#aeb18d","italic":true},"constructor":{"fg":"#5dcd97"},"constructor.lua":{"fg":"#6d759d"},"diff.delta":{"bg":"#17232a"},"diff.minus":{"bg":"#311c1a"},"diff.plus":{"bg":"#15251c"},"function":{"fg":"#ebefc0"},"function.builtin":{"fg":"#5dcd97"},"function.call":{"fg":"#ebefc0"},"function.macro":{"fg":"#00a3cb"},"function.method":{"fg":"#ebefc0"},"function.method.call":{"fg":"#ebefc0"},"highlighted":{"bg":"#161926"},"keyword":{"fg":"#795ccc","bold":true},"keyword.conditional":{"fg":"#795ccc","bold":true},"keyword.conditional.ternary":{"fg":"#795ccc","bold":true},"keyword.coroutine":{"fg":"#795ccc","bold":true},"keyword.debug":{"fg":"#5dcd97"},"keyword.directive":{"fg":"#00a3cb"},"keyword.directive.define":{"fg":"#00a3cb"},"keyword.exception":{"fg":"#795ccc","bold":true},"keyword.export":{"fg":"#795ccc","bold":true},"keyword.function":{"fg":"#795ccc","bold":true},"keyword.import":{"fg":"#00a3cb"},"keyword.modifier":{"fg":"#795ccc","bold":true},"keyword.operator":{"fg":"#795ccc","bold":true},"keyword.repeat":{"fg":"#795ccc","bold":true},"keyword.return":{"fg":"#795ccc","bold":true},"keyword.type":{"fg":"#795ccc","bold":true},"label":{"fg":"#795ccc","bold":true},"markup":{"fg":"#5dcd97"},"markup.environment":{"fg":"#00a3cb"},"markup.environment.name":{"fg":"#00a3cb"},"markup.heading":{"fg":"#ebefc0","bold":true},"markup.heading.1":{"fg":"#ebefc0","bold":true},"markup.heading.2":{"fg":"#ebefc0","bold":true},"markup.heading.3":{"fg":"#ebefc0","bold":true},"markup.heading.4":{"fg":"#ebefc0","bold":true},"markup.heading.5":{"fg":"#ebefc0","bold":true},"markup.heading.6":{"fg":"#ebefc0","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#aeb18d","italic":true},"markup.link.label":{"fg":"#5dcd97"},"markup.link.markdown":{"fg":"#c6caa1","underline":"solid"},"markup.link.url":{"fg":"#aeb18d","italic":true},"markup.link.url.markdown":{"fg":"#5a5f7b"},"markup.list":{"fg":"#5dcd97"},"markup.list.checked":{"fg":"#5dcd97"},"markup.list.unchecked":{"fg":"#5dcd97"},"markup.math":{"fg":"#5dcd97"},"markup.quote":{"fg":"#aeb18d"},"markup.raw":{"fg":"#aeb18d","italic":true},"markup.raw.block":{"fg":"#aeb18d","italic":true},"markup.raw.markdown":{"fg":"#898fb1"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#aeb18d","italic":true},"module.builtin":{"fg":"#aeb18d","italic":true},"normal":{"fg":"#ebefc0","bg":"#0e101a"},"number":{"fg":"#aeb18d"},"number.float":{"fg":"#aeb18d"},"operator":{"fg":"#795ccc","bold":true},"property":{"fg":"#c6caa1"},"punctuation.bracket":{"fg":"#6d759d"},"punctuation.delimiter":{"fg":"#6d759d"},"punctuation.special":{"fg":"#6d759d"},"punctuation.special.markdown":{"fg":"#5dcd97"},"string":{"fg":"#aeb18d","italic":true},"string.documentation":{"fg":"#aeb18d","italic":true},"string.escape":{"fg":"#5dcd97"},"string.escape.markdown":{"fg":"#484e6d","italic":true},"string.regexp":{"fg":"#aeb18d","italic":true},"string.special":{"fg":"#5dcd97"},"string.special.path":{"fg":"#5dcd97"},"string.special.symbol":{"fg":"#c6caa1"},"string.special.url":{"fg":"#5dcd97"},"tag":{"fg":"#5dcd97"},"tag.attribute":{"fg":"#c6caa1"},"tag.builtin":{"fg":"#5dcd97"},"tag.delimiter":{"fg":"#6d759d"},"type":{"fg":"#898fb1"},"type.builtin":{"fg":"#898fb1"},"type.definition":{"fg":"#898fb1"},"variable":{"fg":"#c6caa1"},"variable.builtin":{"fg":"#aeb18d","italic":true},"variable.member":{"fg":"#c6caa1"},"variable.parameter":{"fg":"#c6caa1"},"variable.parameter.builtin":{"fg":"#5dcd97"}}}
@@ -1 +1 @@
1
- {"name":"flow_light","appearance":"light","revision":"4863b14263a77f8efb79068f7078b6261c9cbda2","highlights":{"attribute":{"fg":"#70dbc1"},"attribute.builtin":{"fg":"#a670db"},"boolean":{"fg":"#dbdb70"},"character":{"fg":"#728fa1"},"character.special":{"fg":"#70c9db"},"comment":{"fg":"#4e6574"},"comment.documentation":{"fg":"#4e6574"},"comment.error":{"fg":"#db7079"},"comment.hint":{"fg":"#70afdb"},"comment.note":{"fg":"#70afdb"},"comment.todo":{"fg":"#70c9db"},"comment.warning":{"fg":"#dbdb70"},"constant":{"fg":"#dbdb70"},"constant.builtin":{"fg":"#a670db"},"constant.macro":{"fg":"#5e7b8d"},"constructor":{"fg":"#a670db"},"diff.delta":{"fg":"#70afdb","bg":"#253c41"},"diff.minus":{"fg":"#db7079","bg":"#412528"},"diff.plus":{"bg":"#284125"},"function":{"fg":"#70afdb"},"function.builtin":{"fg":"#a670db"},"function.call":{"fg":"#70afdb"},"function.macro":{"fg":"#5e7b8d"},"function.method":{"fg":"#70afdb"},"function.method.call":{"fg":"#70afdb"},"highlighted":{"bg":"#291921"},"keyword":{"fg":"#db7079"},"keyword.conditional":{"fg":"#db7079"},"keyword.conditional.ternary":{"fg":"#db7079"},"keyword.coroutine":{"fg":"#db7079"},"keyword.debug":{"fg":"#a670db"},"keyword.directive":{"fg":"#70dbc1"},"keyword.directive.define":{"fg":"#5e7b8d"},"keyword.directive.markdown":{"fg":"#70afdb"},"keyword.exception":{"fg":"#db7079"},"keyword.export":{"fg":"#db7079"},"keyword.function":{"fg":"#70afdb"},"keyword.function.go":{"fg":"#a670db"},"keyword.import":{"fg":"#db7079"},"keyword.modifier":{"fg":"#db7079"},"keyword.operator":{"fg":"#db7079"},"keyword.repeat":{"fg":"#db7079"},"keyword.return":{"fg":"#db7079"},"keyword.type":{"fg":"#db7079"},"label":{"fg":"#db7079"},"markup.environment":{"fg":"#5e7b8d"},"markup.environment.name":{"fg":"#70afdb"},"markup.heading":{"fg":"#a670db","bold":true},"markup.heading.1":{"fg":"#a670db","bold":true},"markup.heading.2":{"fg":"#a670db","bold":true},"markup.heading.2.markdown":{"fg":"#7082db","bold":true},"markup.heading.3":{"fg":"#a670db","bold":true},"markup.heading.3.markdown":{"fg":"#70afdb","bold":true},"markup.heading.4":{"fg":"#a670db","bold":true},"markup.heading.4.markdown":{"fg":"#70dbc1","bold":true},"markup.heading.5":{"fg":"#a670db","bold":true},"markup.heading.5.markdown":{"fg":"#70c9db","bold":true},"markup.heading.6":{"fg":"#a670db","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#70c9db"},"markup.link.label":{"fg":"#70afdb"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#dbdb70","bold":true},"markup.list.checked":{"fg":"#79db70"},"markup.list.unchecked":{"fg":"#70c9db"},"markup.math":{"fg":"#a670db"},"markup.quote":{"fg":"#a670db"},"markup.raw":{"fg":"#728fa1"},"markup.raw.block":{"bg":"#161d22"},"markup.raw.markdown":{"fg":"#70dbc1"},"markup.raw.markdown_inline":{"fg":"#70dbc1","bg":"#161d22"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#db7079"},"module.builtin":{"fg":"#db7079"},"module.go":{"fg":"#7082db"},"normal":{"fg":"#5e7b8d","bg":"#1b2328"},"number":{"fg":"#dbdb70"},"number.float":{"fg":"#dbdb70"},"operator":{"fg":"#db7079"},"property":{"fg":"#70dbc1"},"property.yaml":{"fg":"#dbdb70"},"punctuation.bracket":{"fg":"#a670db"},"punctuation.delimiter":{"fg":"#a670db"},"punctuation.special":{"fg":"#a670db"},"punctuation.special.markdown":{"fg":"#70afdb"},"string":{"fg":"#728fa1"},"string.documentation":{"fg":"#dbdb70"},"string.escape":{"fg":"#70dbc1"},"string.regexp":{"fg":"#70dbc1"},"string.special":{"fg":"#70c9db"},"string.special.path":{"fg":"#70c9db"},"string.special.symbol":{"fg":"#70c9db"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#db7079"},"tag.attribute":{"fg":"#70dbc1"},"tag.builtin":{"fg":"#a670db"},"tag.delimiter":{"fg":"#a670db"},"type":{"fg":"#70afdb"},"type.builtin":{"fg":"#70dbc1"},"type.definition":{"fg":"#70afdb"},"variable":{"fg":"#5e7b8d"},"variable.builtin":{"fg":"#db7079"},"variable.member":{"fg":"#70afdb"},"variable.parameter":{"fg":"#5e7b8d"},"variable.parameter.builtin":{"fg":"#dbdb70"}}}
1
+ {"name":"flow_light","appearance":"light","revision":"4863b14263a77f8efb79068f7078b6261c9cbda2","highlights":{"attribute":{"fg":"#5ebaa3"},"attribute.builtin":{"fg":"#8c5eba"},"boolean":{"fg":"#86862d"},"character":{"fg":"#5e7b8d"},"character.special":{"fg":"#5eabba"},"comment":{"fg":"#a3b6c2"},"comment.documentation":{"fg":"#a3b6c2"},"comment.error":{"fg":"#ba5e66"},"comment.hint":{"fg":"#5e94ba"},"comment.note":{"fg":"#5e94ba"},"comment.todo":{"fg":"#2d7786"},"comment.warning":{"fg":"#baba5e"},"constant":{"fg":"#86862d"},"constant.builtin":{"fg":"#8c5eba"},"constant.macro":{"fg":"#728fa1"},"constructor":{"fg":"#8c5eba"},"diff.delta":{"fg":"#5e94ba","bg":"#c6dcec"},"diff.minus":{"fg":"#ba5e66","bg":"#ecc6c9"},"diff.plus":{"bg":"#c9ecc6"},"function":{"fg":"#5e94ba"},"function.builtin":{"fg":"#8c5eba"},"function.call":{"fg":"#5e94ba"},"function.macro":{"fg":"#728fa1"},"function.method":{"fg":"#5e94ba"},"function.method.call":{"fg":"#5e94ba"},"highlighted":{"bg":"#ffcce5"},"keyword":{"fg":"#ba5e66"},"keyword.conditional":{"fg":"#ba5e66"},"keyword.conditional.ternary":{"fg":"#ba5e66"},"keyword.coroutine":{"fg":"#ba5e66"},"keyword.debug":{"fg":"#8c5eba"},"keyword.directive":{"fg":"#5ebaa3"},"keyword.directive.define":{"fg":"#728fa1"},"keyword.directive.markdown":{"fg":"#5e94ba"},"keyword.exception":{"fg":"#ba5e66"},"keyword.export":{"fg":"#ba5e66"},"keyword.function":{"fg":"#5e94ba"},"keyword.function.go":{"fg":"#8c5eba"},"keyword.import":{"fg":"#ba5e66"},"keyword.modifier":{"fg":"#ba5e66"},"keyword.operator":{"fg":"#ba5e66"},"keyword.repeat":{"fg":"#ba5e66"},"keyword.return":{"fg":"#ba5e66"},"keyword.type":{"fg":"#ba5e66"},"label":{"fg":"#ba5e66"},"markup.environment":{"fg":"#728fa1"},"markup.environment.name":{"fg":"#5e94ba"},"markup.heading":{"fg":"#8c5eba","bold":true},"markup.heading.1":{"fg":"#8c5eba","bold":true},"markup.heading.2":{"fg":"#8c5eba","bold":true},"markup.heading.2.markdown":{"fg":"#5e6eba","bold":true},"markup.heading.3":{"fg":"#8c5eba","bold":true},"markup.heading.3.markdown":{"fg":"#5e94ba","bold":true},"markup.heading.4":{"fg":"#8c5eba","bold":true},"markup.heading.4.markdown":{"fg":"#5ebaa3","bold":true},"markup.heading.5":{"fg":"#8c5eba","bold":true},"markup.heading.5.markdown":{"fg":"#5eabba","bold":true},"markup.heading.6":{"fg":"#8c5eba","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#5eabba"},"markup.link.label":{"fg":"#5e94ba"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#86862d","bold":true},"markup.list.checked":{"fg":"#66ba5e"},"markup.list.unchecked":{"fg":"#5eabba"},"markup.math":{"fg":"#8c5eba"},"markup.quote":{"fg":"#8c5eba"},"markup.raw":{"fg":"#5e7b8d"},"markup.raw.block":{"bg":"#dde4e9"},"markup.raw.markdown":{"fg":"#5ebaa3"},"markup.raw.markdown_inline":{"fg":"#5ebaa3","bg":"#dde4e9"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ba5e66"},"module.builtin":{"fg":"#ba5e66"},"module.go":{"fg":"#5e6eba"},"normal":{"fg":"#728fa1","bg":"#d7dfe4"},"number":{"fg":"#86862d"},"number.float":{"fg":"#86862d"},"operator":{"fg":"#ba5e66"},"property":{"fg":"#5ebaa3"},"property.yaml":{"fg":"#86862d"},"punctuation.bracket":{"fg":"#8c5eba"},"punctuation.delimiter":{"fg":"#8c5eba"},"punctuation.special":{"fg":"#8c5eba"},"punctuation.special.markdown":{"fg":"#5e94ba"},"string":{"fg":"#5e7b8d"},"string.documentation":{"fg":"#86862d"},"string.escape":{"fg":"#5ebaa3"},"string.regexp":{"fg":"#5ebaa3"},"string.special":{"fg":"#5eabba"},"string.special.path":{"fg":"#5eabba"},"string.special.symbol":{"fg":"#5eabba"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#ba5e66"},"tag.attribute":{"fg":"#5ebaa3"},"tag.builtin":{"fg":"#8c5eba"},"tag.delimiter":{"fg":"#8c5eba"},"type":{"fg":"#5e94ba"},"type.builtin":{"fg":"#5ebaa3"},"type.definition":{"fg":"#5e94ba"},"variable":{"fg":"#728fa1"},"variable.builtin":{"fg":"#ba5e66"},"variable.member":{"fg":"#5e94ba"},"variable.parameter":{"fg":"#728fa1"},"variable.parameter.builtin":{"fg":"#86862d"}}}
@@ -1 +1 @@
1
- {"name":"forestbones_dark","appearance":"dark","revision":"239bdb9a09c8d38c752c43590d02f654ed0da2b0","highlights":{"attribute":{"fg":"#83c193"},"attribute.builtin":{"fg":"#b5aa92","bold":true},"boolean":{"fg":"#e7dcc4","italic":true},"character":{"fg":"#ada28b","italic":true},"character.special":{"fg":"#b5aa92","bold":true},"comment":{"fg":"#6e7b85","italic":true},"comment.documentation":{"fg":"#6e7b85","italic":true},"comment.error":{"fg":"#e67c7f"},"comment.hint":{"fg":"#6e7b85","italic":true},"comment.note":{"fg":"#7fbcb4"},"comment.todo":{"bold":true,"underline":"solid"},"comment.warning":{"fg":"#ddbd7f"},"constant":{"fg":"#c6baa0","bold":true},"constant.builtin":{"fg":"#ada28b","italic":true},"constant.macro":{"fg":"#ada28b","italic":true},"constructor":{"fg":"#b5aa92","bold":true},"constructor.lua":{"fg":"#7b8e9d"},"diff.delta":{"bg":"#304946"},"diff.minus":{"bg":"#643839"},"diff.plus":{"bg":"#3e482d"},"function":{"fg":"#e7dcc4"},"function.builtin":{"fg":"#b5aa92","bold":true},"function.call":{"fg":"#e7dcc4"},"function.macro":{"fg":"#83c193"},"function.method":{"fg":"#e7dcc4"},"function.method.call":{"fg":"#e7dcc4"},"highlighted":{"bg":"#313a41"},"keyword":{"fg":"#a9c181","bold":true},"keyword.conditional":{"fg":"#a9c181","bold":true},"keyword.conditional.ternary":{"fg":"#a9c181","bold":true},"keyword.coroutine":{"fg":"#a9c181","bold":true},"keyword.debug":{"fg":"#b5aa92","bold":true},"keyword.directive":{"fg":"#83c193"},"keyword.directive.define":{"fg":"#83c193"},"keyword.exception":{"fg":"#a9c181","bold":true},"keyword.export":{"fg":"#a9c181","bold":true},"keyword.function":{"fg":"#a9c181","bold":true},"keyword.import":{"fg":"#83c193"},"keyword.modifier":{"fg":"#a9c181","bold":true},"keyword.operator":{"fg":"#a9c181","bold":true},"keyword.repeat":{"fg":"#a9c181","bold":true},"keyword.return":{"fg":"#a9c181","bold":true},"keyword.type":{"fg":"#a9c181","bold":true},"label":{"fg":"#a9c181","bold":true},"markup":{"fg":"#b5aa92","bold":true},"markup.environment":{"fg":"#83c193"},"markup.environment.name":{"fg":"#83c193"},"markup.heading":{"fg":"#e7dcc4","bold":true},"markup.heading.1":{"fg":"#e7dcc4","bold":true},"markup.heading.2":{"fg":"#e7dcc4","bold":true},"markup.heading.3":{"fg":"#e7dcc4","bold":true},"markup.heading.4":{"fg":"#e7dcc4","bold":true},"markup.heading.5":{"fg":"#e7dcc4","bold":true},"markup.heading.6":{"fg":"#e7dcc4","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#ada28b","italic":true},"markup.link.label":{"fg":"#b5aa92","bold":true},"markup.link.markdown":{"fg":"#c6baa0","underline":"solid"},"markup.link.url":{"fg":"#ada28b","italic":true},"markup.link.url.markdown":{"fg":"#6e7b85"},"markup.list":{"fg":"#b5aa92","bold":true},"markup.list.checked":{"fg":"#b5aa92","bold":true},"markup.list.unchecked":{"fg":"#b5aa92","bold":true},"markup.math":{"fg":"#b5aa92","bold":true},"markup.quote":{"fg":"#ada28b"},"markup.raw":{"fg":"#ada28b","italic":true},"markup.raw.block":{"fg":"#ada28b","italic":true},"markup.raw.markdown":{"fg":"#7fbcb4"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ada28b","italic":true},"module.builtin":{"fg":"#ada28b","italic":true},"normal":{"fg":"#e7dcc4","bg":"#2c343a"},"number":{"fg":"#ada28b"},"number.float":{"fg":"#ada28b"},"operator":{"fg":"#a9c181","bold":true},"property":{"fg":"#c6baa0"},"punctuation.bracket":{"fg":"#7b8e9d"},"punctuation.delimiter":{"fg":"#7b8e9d"},"punctuation.special":{"fg":"#7b8e9d"},"punctuation.special.markdown":{"fg":"#b5aa92","bold":true},"string":{"fg":"#ada28b","italic":true},"string.documentation":{"fg":"#ada28b","italic":true},"string.escape":{"fg":"#b5aa92","bold":true},"string.escape.markdown":{"fg":"#5d6d78","italic":true},"string.regexp":{"fg":"#ada28b","italic":true},"string.special":{"fg":"#b5aa92","bold":true},"string.special.path":{"fg":"#b5aa92","bold":true},"string.special.symbol":{"fg":"#c6baa0"},"string.special.url":{"fg":"#b5aa92","bold":true},"tag":{"fg":"#b5aa92","bold":true},"tag.attribute":{"fg":"#c6baa0"},"tag.builtin":{"fg":"#b5aa92","bold":true},"tag.delimiter":{"fg":"#7b8e9d"},"type":{"fg":"#7fbcb4"},"type.builtin":{"fg":"#7fbcb4"},"type.definition":{"fg":"#7fbcb4"},"variable":{"fg":"#c6baa0"},"variable.builtin":{"fg":"#ada28b","italic":true},"variable.member":{"fg":"#c6baa0"},"variable.parameter":{"fg":"#c6baa0"},"variable.parameter.builtin":{"fg":"#b5aa92","bold":true}}}
1
+ {"name":"forestbones_dark","appearance":"dark","revision":"8304d8df9b823ff11e103afa62f38c39f534abe6","highlights":{"attribute":{"fg":"#83c193"},"attribute.builtin":{"fg":"#b5aa92","bold":true},"boolean":{"fg":"#e7dcc4","italic":true},"character":{"fg":"#ada28b","italic":true},"character.special":{"fg":"#b5aa92","bold":true},"comment":{"fg":"#6e7b85","italic":true},"comment.documentation":{"fg":"#6e7b85","italic":true},"comment.error":{"fg":"#e67c7f"},"comment.hint":{"fg":"#6e7b85","italic":true},"comment.note":{"fg":"#7fbcb4"},"comment.todo":{"bold":true,"underline":"solid"},"comment.warning":{"fg":"#ddbd7f"},"constant":{"fg":"#c6baa0","bold":true},"constant.builtin":{"fg":"#ada28b","italic":true},"constant.macro":{"fg":"#ada28b","italic":true},"constructor":{"fg":"#b5aa92","bold":true},"constructor.lua":{"fg":"#7b8e9d"},"diff.delta":{"bg":"#304946"},"diff.minus":{"bg":"#643839"},"diff.plus":{"bg":"#3e482d"},"function":{"fg":"#e7dcc4"},"function.builtin":{"fg":"#b5aa92","bold":true},"function.call":{"fg":"#e7dcc4"},"function.macro":{"fg":"#83c193"},"function.method":{"fg":"#e7dcc4"},"function.method.call":{"fg":"#e7dcc4"},"highlighted":{"bg":"#313a41"},"keyword":{"fg":"#a9c181","bold":true},"keyword.conditional":{"fg":"#a9c181","bold":true},"keyword.conditional.ternary":{"fg":"#a9c181","bold":true},"keyword.coroutine":{"fg":"#a9c181","bold":true},"keyword.debug":{"fg":"#b5aa92","bold":true},"keyword.directive":{"fg":"#83c193"},"keyword.directive.define":{"fg":"#83c193"},"keyword.exception":{"fg":"#a9c181","bold":true},"keyword.export":{"fg":"#a9c181","bold":true},"keyword.function":{"fg":"#a9c181","bold":true},"keyword.import":{"fg":"#83c193"},"keyword.modifier":{"fg":"#a9c181","bold":true},"keyword.operator":{"fg":"#a9c181","bold":true},"keyword.repeat":{"fg":"#a9c181","bold":true},"keyword.return":{"fg":"#a9c181","bold":true},"keyword.type":{"fg":"#a9c181","bold":true},"label":{"fg":"#a9c181","bold":true},"markup":{"fg":"#b5aa92","bold":true},"markup.environment":{"fg":"#83c193"},"markup.environment.name":{"fg":"#83c193"},"markup.heading":{"fg":"#e7dcc4","bold":true},"markup.heading.1":{"fg":"#e7dcc4","bold":true},"markup.heading.2":{"fg":"#e7dcc4","bold":true},"markup.heading.3":{"fg":"#e7dcc4","bold":true},"markup.heading.4":{"fg":"#e7dcc4","bold":true},"markup.heading.5":{"fg":"#e7dcc4","bold":true},"markup.heading.6":{"fg":"#e7dcc4","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#ada28b","italic":true},"markup.link.label":{"fg":"#b5aa92","bold":true},"markup.link.markdown":{"fg":"#c6baa0","underline":"solid"},"markup.link.url":{"fg":"#ada28b","italic":true},"markup.link.url.markdown":{"fg":"#6e7b85"},"markup.list":{"fg":"#b5aa92","bold":true},"markup.list.checked":{"fg":"#b5aa92","bold":true},"markup.list.unchecked":{"fg":"#b5aa92","bold":true},"markup.math":{"fg":"#b5aa92","bold":true},"markup.quote":{"fg":"#ada28b"},"markup.raw":{"fg":"#ada28b","italic":true},"markup.raw.block":{"fg":"#ada28b","italic":true},"markup.raw.markdown":{"fg":"#7fbcb4"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ada28b","italic":true},"module.builtin":{"fg":"#ada28b","italic":true},"normal":{"fg":"#e7dcc4","bg":"#2c343a"},"number":{"fg":"#ada28b"},"number.float":{"fg":"#ada28b"},"operator":{"fg":"#a9c181","bold":true},"property":{"fg":"#c6baa0"},"punctuation.bracket":{"fg":"#7b8e9d"},"punctuation.delimiter":{"fg":"#7b8e9d"},"punctuation.special":{"fg":"#7b8e9d"},"punctuation.special.markdown":{"fg":"#b5aa92","bold":true},"string":{"fg":"#ada28b","italic":true},"string.documentation":{"fg":"#ada28b","italic":true},"string.escape":{"fg":"#b5aa92","bold":true},"string.escape.markdown":{"fg":"#5d6d78","italic":true},"string.regexp":{"fg":"#ada28b","italic":true},"string.special":{"fg":"#b5aa92","bold":true},"string.special.path":{"fg":"#b5aa92","bold":true},"string.special.symbol":{"fg":"#c6baa0"},"string.special.url":{"fg":"#b5aa92","bold":true},"tag":{"fg":"#b5aa92","bold":true},"tag.attribute":{"fg":"#c6baa0"},"tag.builtin":{"fg":"#b5aa92","bold":true},"tag.delimiter":{"fg":"#7b8e9d"},"type":{"fg":"#7fbcb4"},"type.builtin":{"fg":"#7fbcb4"},"type.definition":{"fg":"#7fbcb4"},"variable":{"fg":"#c6baa0"},"variable.builtin":{"fg":"#ada28b","italic":true},"variable.member":{"fg":"#c6baa0"},"variable.parameter":{"fg":"#c6baa0"},"variable.parameter.builtin":{"fg":"#b5aa92","bold":true}}}