@lumis-sh/themes 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (592) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/dist/index.cjs +2 -0
  4. package/dist/index.d.cts +18 -0
  5. package/dist/index.d.ts +18 -0
  6. package/dist/index.js +1 -0
  7. package/dist/themes/aura_dark.cjs +7 -0
  8. package/dist/themes/aura_dark.d.cts +5 -0
  9. package/dist/themes/aura_dark.d.ts +5 -0
  10. package/dist/themes/aura_dark.js +5 -0
  11. package/dist/themes/aura_dark_soft_text.cjs +7 -0
  12. package/dist/themes/aura_dark_soft_text.d.cts +5 -0
  13. package/dist/themes/aura_dark_soft_text.d.ts +5 -0
  14. package/dist/themes/aura_dark_soft_text.js +5 -0
  15. package/dist/themes/aura_soft_dark.cjs +7 -0
  16. package/dist/themes/aura_soft_dark.d.cts +5 -0
  17. package/dist/themes/aura_soft_dark.d.ts +5 -0
  18. package/dist/themes/aura_soft_dark.js +5 -0
  19. package/dist/themes/aura_soft_dark_soft_text.cjs +7 -0
  20. package/dist/themes/aura_soft_dark_soft_text.d.cts +5 -0
  21. package/dist/themes/aura_soft_dark_soft_text.d.ts +5 -0
  22. package/dist/themes/aura_soft_dark_soft_text.js +5 -0
  23. package/dist/themes/ayu_dark.cjs +7 -0
  24. package/dist/themes/ayu_dark.d.cts +5 -0
  25. package/dist/themes/ayu_dark.d.ts +5 -0
  26. package/dist/themes/ayu_dark.js +5 -0
  27. package/dist/themes/ayu_light.cjs +7 -0
  28. package/dist/themes/ayu_light.d.cts +5 -0
  29. package/dist/themes/ayu_light.d.ts +5 -0
  30. package/dist/themes/ayu_light.js +5 -0
  31. package/dist/themes/ayu_mirage.cjs +7 -0
  32. package/dist/themes/ayu_mirage.d.cts +5 -0
  33. package/dist/themes/ayu_mirage.d.ts +5 -0
  34. package/dist/themes/ayu_mirage.js +5 -0
  35. package/dist/themes/bamboo_light.cjs +7 -0
  36. package/dist/themes/bamboo_light.d.cts +5 -0
  37. package/dist/themes/bamboo_light.d.ts +5 -0
  38. package/dist/themes/bamboo_light.js +5 -0
  39. package/dist/themes/bamboo_multiplex.cjs +7 -0
  40. package/dist/themes/bamboo_multiplex.d.cts +5 -0
  41. package/dist/themes/bamboo_multiplex.d.ts +5 -0
  42. package/dist/themes/bamboo_multiplex.js +5 -0
  43. package/dist/themes/bamboo_vulgaris.cjs +7 -0
  44. package/dist/themes/bamboo_vulgaris.d.cts +5 -0
  45. package/dist/themes/bamboo_vulgaris.d.ts +5 -0
  46. package/dist/themes/bamboo_vulgaris.js +5 -0
  47. package/dist/themes/bluloco_dark.cjs +7 -0
  48. package/dist/themes/bluloco_dark.d.cts +5 -0
  49. package/dist/themes/bluloco_dark.d.ts +5 -0
  50. package/dist/themes/bluloco_dark.js +5 -0
  51. package/dist/themes/bluloco_light.cjs +7 -0
  52. package/dist/themes/bluloco_light.d.cts +5 -0
  53. package/dist/themes/bluloco_light.d.ts +5 -0
  54. package/dist/themes/bluloco_light.js +5 -0
  55. package/dist/themes/carbonfox.cjs +7 -0
  56. package/dist/themes/carbonfox.d.cts +5 -0
  57. package/dist/themes/carbonfox.d.ts +5 -0
  58. package/dist/themes/carbonfox.js +5 -0
  59. package/dist/themes/catppuccin_frappe.cjs +7 -0
  60. package/dist/themes/catppuccin_frappe.d.cts +5 -0
  61. package/dist/themes/catppuccin_frappe.d.ts +5 -0
  62. package/dist/themes/catppuccin_frappe.js +5 -0
  63. package/dist/themes/catppuccin_latte.cjs +7 -0
  64. package/dist/themes/catppuccin_latte.d.cts +5 -0
  65. package/dist/themes/catppuccin_latte.d.ts +5 -0
  66. package/dist/themes/catppuccin_latte.js +5 -0
  67. package/dist/themes/catppuccin_macchiato.cjs +7 -0
  68. package/dist/themes/catppuccin_macchiato.d.cts +5 -0
  69. package/dist/themes/catppuccin_macchiato.d.ts +5 -0
  70. package/dist/themes/catppuccin_macchiato.js +5 -0
  71. package/dist/themes/catppuccin_mocha.cjs +7 -0
  72. package/dist/themes/catppuccin_mocha.d.cts +5 -0
  73. package/dist/themes/catppuccin_mocha.d.ts +5 -0
  74. package/dist/themes/catppuccin_mocha.js +5 -0
  75. package/dist/themes/cyberdream_dark.cjs +7 -0
  76. package/dist/themes/cyberdream_dark.d.cts +5 -0
  77. package/dist/themes/cyberdream_dark.d.ts +5 -0
  78. package/dist/themes/cyberdream_dark.js +5 -0
  79. package/dist/themes/cyberdream_light.cjs +7 -0
  80. package/dist/themes/cyberdream_light.d.cts +5 -0
  81. package/dist/themes/cyberdream_light.d.ts +5 -0
  82. package/dist/themes/cyberdream_light.js +5 -0
  83. package/dist/themes/darkplus.cjs +7 -0
  84. package/dist/themes/darkplus.d.cts +5 -0
  85. package/dist/themes/darkplus.d.ts +5 -0
  86. package/dist/themes/darkplus.js +5 -0
  87. package/dist/themes/dawnfox.cjs +7 -0
  88. package/dist/themes/dawnfox.d.cts +5 -0
  89. package/dist/themes/dawnfox.d.ts +5 -0
  90. package/dist/themes/dawnfox.js +5 -0
  91. package/dist/themes/dayfox.cjs +7 -0
  92. package/dist/themes/dayfox.d.cts +5 -0
  93. package/dist/themes/dayfox.d.ts +5 -0
  94. package/dist/themes/dayfox.js +5 -0
  95. package/dist/themes/dracula.cjs +7 -0
  96. package/dist/themes/dracula.d.cts +5 -0
  97. package/dist/themes/dracula.d.ts +5 -0
  98. package/dist/themes/dracula.js +5 -0
  99. package/dist/themes/dracula_soft.cjs +7 -0
  100. package/dist/themes/dracula_soft.d.cts +5 -0
  101. package/dist/themes/dracula_soft.d.ts +5 -0
  102. package/dist/themes/dracula_soft.js +5 -0
  103. package/dist/themes/duskfox.cjs +7 -0
  104. package/dist/themes/duskfox.d.cts +5 -0
  105. package/dist/themes/duskfox.d.ts +5 -0
  106. package/dist/themes/duskfox.js +5 -0
  107. package/dist/themes/edge_aura.cjs +7 -0
  108. package/dist/themes/edge_aura.d.cts +5 -0
  109. package/dist/themes/edge_aura.d.ts +5 -0
  110. package/dist/themes/edge_aura.js +5 -0
  111. package/dist/themes/edge_dark.cjs +7 -0
  112. package/dist/themes/edge_dark.d.cts +5 -0
  113. package/dist/themes/edge_dark.d.ts +5 -0
  114. package/dist/themes/edge_dark.js +5 -0
  115. package/dist/themes/edge_light.cjs +7 -0
  116. package/dist/themes/edge_light.d.cts +5 -0
  117. package/dist/themes/edge_light.d.ts +5 -0
  118. package/dist/themes/edge_light.js +5 -0
  119. package/dist/themes/edge_neon.cjs +7 -0
  120. package/dist/themes/edge_neon.d.cts +5 -0
  121. package/dist/themes/edge_neon.d.ts +5 -0
  122. package/dist/themes/edge_neon.js +5 -0
  123. package/dist/themes/everforest_dark.cjs +7 -0
  124. package/dist/themes/everforest_dark.d.cts +5 -0
  125. package/dist/themes/everforest_dark.d.ts +5 -0
  126. package/dist/themes/everforest_dark.js +5 -0
  127. package/dist/themes/everforest_light.cjs +7 -0
  128. package/dist/themes/everforest_light.d.cts +5 -0
  129. package/dist/themes/everforest_light.d.ts +5 -0
  130. package/dist/themes/everforest_light.js +5 -0
  131. package/dist/themes/flexoki_dark.cjs +7 -0
  132. package/dist/themes/flexoki_dark.d.cts +5 -0
  133. package/dist/themes/flexoki_dark.d.ts +5 -0
  134. package/dist/themes/flexoki_dark.js +5 -0
  135. package/dist/themes/flexoki_light.cjs +7 -0
  136. package/dist/themes/flexoki_light.d.cts +5 -0
  137. package/dist/themes/flexoki_light.d.ts +5 -0
  138. package/dist/themes/flexoki_light.js +5 -0
  139. package/dist/themes/github_dark.cjs +7 -0
  140. package/dist/themes/github_dark.d.cts +5 -0
  141. package/dist/themes/github_dark.d.ts +5 -0
  142. package/dist/themes/github_dark.js +5 -0
  143. package/dist/themes/github_dark_colorblind.cjs +7 -0
  144. package/dist/themes/github_dark_colorblind.d.cts +5 -0
  145. package/dist/themes/github_dark_colorblind.d.ts +5 -0
  146. package/dist/themes/github_dark_colorblind.js +5 -0
  147. package/dist/themes/github_dark_dimmed.cjs +7 -0
  148. package/dist/themes/github_dark_dimmed.d.cts +5 -0
  149. package/dist/themes/github_dark_dimmed.d.ts +5 -0
  150. package/dist/themes/github_dark_dimmed.js +5 -0
  151. package/dist/themes/github_dark_high_contrast.cjs +7 -0
  152. package/dist/themes/github_dark_high_contrast.d.cts +5 -0
  153. package/dist/themes/github_dark_high_contrast.d.ts +5 -0
  154. package/dist/themes/github_dark_high_contrast.js +5 -0
  155. package/dist/themes/github_dark_tritanopia.cjs +7 -0
  156. package/dist/themes/github_dark_tritanopia.d.cts +5 -0
  157. package/dist/themes/github_dark_tritanopia.d.ts +5 -0
  158. package/dist/themes/github_dark_tritanopia.js +5 -0
  159. package/dist/themes/github_light.cjs +7 -0
  160. package/dist/themes/github_light.d.cts +5 -0
  161. package/dist/themes/github_light.d.ts +5 -0
  162. package/dist/themes/github_light.js +5 -0
  163. package/dist/themes/github_light_colorblind.cjs +7 -0
  164. package/dist/themes/github_light_colorblind.d.cts +5 -0
  165. package/dist/themes/github_light_colorblind.d.ts +5 -0
  166. package/dist/themes/github_light_colorblind.js +5 -0
  167. package/dist/themes/github_light_high_contrast.cjs +7 -0
  168. package/dist/themes/github_light_high_contrast.d.cts +5 -0
  169. package/dist/themes/github_light_high_contrast.d.ts +5 -0
  170. package/dist/themes/github_light_high_contrast.js +5 -0
  171. package/dist/themes/github_light_tritanopia.cjs +7 -0
  172. package/dist/themes/github_light_tritanopia.d.cts +5 -0
  173. package/dist/themes/github_light_tritanopia.d.ts +5 -0
  174. package/dist/themes/github_light_tritanopia.js +5 -0
  175. package/dist/themes/gruvbox_dark.cjs +7 -0
  176. package/dist/themes/gruvbox_dark.d.cts +5 -0
  177. package/dist/themes/gruvbox_dark.d.ts +5 -0
  178. package/dist/themes/gruvbox_dark.js +5 -0
  179. package/dist/themes/gruvbox_dark_hard.cjs +7 -0
  180. package/dist/themes/gruvbox_dark_hard.d.cts +5 -0
  181. package/dist/themes/gruvbox_dark_hard.d.ts +5 -0
  182. package/dist/themes/gruvbox_dark_hard.js +5 -0
  183. package/dist/themes/gruvbox_dark_soft.cjs +7 -0
  184. package/dist/themes/gruvbox_dark_soft.d.cts +5 -0
  185. package/dist/themes/gruvbox_dark_soft.d.ts +5 -0
  186. package/dist/themes/gruvbox_dark_soft.js +5 -0
  187. package/dist/themes/gruvbox_light.cjs +7 -0
  188. package/dist/themes/gruvbox_light.d.cts +5 -0
  189. package/dist/themes/gruvbox_light.d.ts +5 -0
  190. package/dist/themes/gruvbox_light.js +5 -0
  191. package/dist/themes/gruvbox_light_hard.cjs +7 -0
  192. package/dist/themes/gruvbox_light_hard.d.cts +5 -0
  193. package/dist/themes/gruvbox_light_hard.d.ts +5 -0
  194. package/dist/themes/gruvbox_light_hard.js +5 -0
  195. package/dist/themes/gruvbox_light_soft.cjs +7 -0
  196. package/dist/themes/gruvbox_light_soft.d.cts +5 -0
  197. package/dist/themes/gruvbox_light_soft.d.ts +5 -0
  198. package/dist/themes/gruvbox_light_soft.js +5 -0
  199. package/dist/themes/horizon_dark.cjs +7 -0
  200. package/dist/themes/horizon_dark.d.cts +5 -0
  201. package/dist/themes/horizon_dark.d.ts +5 -0
  202. package/dist/themes/horizon_dark.js +5 -0
  203. package/dist/themes/iceberg.cjs +7 -0
  204. package/dist/themes/iceberg.d.cts +5 -0
  205. package/dist/themes/iceberg.d.ts +5 -0
  206. package/dist/themes/iceberg.js +5 -0
  207. package/dist/themes/kanagawa_dragon.cjs +7 -0
  208. package/dist/themes/kanagawa_dragon.d.cts +5 -0
  209. package/dist/themes/kanagawa_dragon.d.ts +5 -0
  210. package/dist/themes/kanagawa_dragon.js +5 -0
  211. package/dist/themes/kanagawa_lotus.cjs +7 -0
  212. package/dist/themes/kanagawa_lotus.d.cts +5 -0
  213. package/dist/themes/kanagawa_lotus.d.ts +5 -0
  214. package/dist/themes/kanagawa_lotus.js +5 -0
  215. package/dist/themes/kanagawa_wave.cjs +7 -0
  216. package/dist/themes/kanagawa_wave.d.cts +5 -0
  217. package/dist/themes/kanagawa_wave.d.ts +5 -0
  218. package/dist/themes/kanagawa_wave.js +5 -0
  219. package/dist/themes/material_darker.cjs +7 -0
  220. package/dist/themes/material_darker.d.cts +5 -0
  221. package/dist/themes/material_darker.d.ts +5 -0
  222. package/dist/themes/material_darker.js +5 -0
  223. package/dist/themes/material_deep_ocean.cjs +7 -0
  224. package/dist/themes/material_deep_ocean.d.cts +5 -0
  225. package/dist/themes/material_deep_ocean.d.ts +5 -0
  226. package/dist/themes/material_deep_ocean.js +5 -0
  227. package/dist/themes/material_lighter.cjs +7 -0
  228. package/dist/themes/material_lighter.d.cts +5 -0
  229. package/dist/themes/material_lighter.d.ts +5 -0
  230. package/dist/themes/material_lighter.js +5 -0
  231. package/dist/themes/material_oceanic.cjs +7 -0
  232. package/dist/themes/material_oceanic.d.cts +5 -0
  233. package/dist/themes/material_oceanic.d.ts +5 -0
  234. package/dist/themes/material_oceanic.js +5 -0
  235. package/dist/themes/material_palenight.cjs +7 -0
  236. package/dist/themes/material_palenight.d.cts +5 -0
  237. package/dist/themes/material_palenight.d.ts +5 -0
  238. package/dist/themes/material_palenight.js +5 -0
  239. package/dist/themes/matte_black.cjs +7 -0
  240. package/dist/themes/matte_black.d.cts +5 -0
  241. package/dist/themes/matte_black.d.ts +5 -0
  242. package/dist/themes/matte_black.js +5 -0
  243. package/dist/themes/melange_dark.cjs +7 -0
  244. package/dist/themes/melange_dark.d.cts +5 -0
  245. package/dist/themes/melange_dark.d.ts +5 -0
  246. package/dist/themes/melange_dark.js +5 -0
  247. package/dist/themes/melange_light.cjs +7 -0
  248. package/dist/themes/melange_light.d.cts +5 -0
  249. package/dist/themes/melange_light.d.ts +5 -0
  250. package/dist/themes/melange_light.js +5 -0
  251. package/dist/themes/modus_operandi.cjs +7 -0
  252. package/dist/themes/modus_operandi.d.cts +5 -0
  253. package/dist/themes/modus_operandi.d.ts +5 -0
  254. package/dist/themes/modus_operandi.js +5 -0
  255. package/dist/themes/modus_vivendi.cjs +7 -0
  256. package/dist/themes/modus_vivendi.d.cts +5 -0
  257. package/dist/themes/modus_vivendi.d.ts +5 -0
  258. package/dist/themes/modus_vivendi.js +5 -0
  259. package/dist/themes/molokai.cjs +7 -0
  260. package/dist/themes/molokai.d.cts +5 -0
  261. package/dist/themes/molokai.d.ts +5 -0
  262. package/dist/themes/molokai.js +5 -0
  263. package/dist/themes/monokai_pro_dark.cjs +7 -0
  264. package/dist/themes/monokai_pro_dark.d.cts +5 -0
  265. package/dist/themes/monokai_pro_dark.d.ts +5 -0
  266. package/dist/themes/monokai_pro_dark.js +5 -0
  267. package/dist/themes/monokai_pro_machine.cjs +7 -0
  268. package/dist/themes/monokai_pro_machine.d.cts +5 -0
  269. package/dist/themes/monokai_pro_machine.d.ts +5 -0
  270. package/dist/themes/monokai_pro_machine.js +5 -0
  271. package/dist/themes/monokai_pro_ristretto.cjs +7 -0
  272. package/dist/themes/monokai_pro_ristretto.d.cts +5 -0
  273. package/dist/themes/monokai_pro_ristretto.d.ts +5 -0
  274. package/dist/themes/monokai_pro_ristretto.js +5 -0
  275. package/dist/themes/monokai_pro_spectrum.cjs +7 -0
  276. package/dist/themes/monokai_pro_spectrum.d.cts +5 -0
  277. package/dist/themes/monokai_pro_spectrum.d.ts +5 -0
  278. package/dist/themes/monokai_pro_spectrum.js +5 -0
  279. package/dist/themes/moonfly.cjs +7 -0
  280. package/dist/themes/moonfly.d.cts +5 -0
  281. package/dist/themes/moonfly.d.ts +5 -0
  282. package/dist/themes/moonfly.js +5 -0
  283. package/dist/themes/moonlight.cjs +7 -0
  284. package/dist/themes/moonlight.d.cts +5 -0
  285. package/dist/themes/moonlight.d.ts +5 -0
  286. package/dist/themes/moonlight.js +5 -0
  287. package/dist/themes/neosolarized_dark.cjs +7 -0
  288. package/dist/themes/neosolarized_dark.d.cts +5 -0
  289. package/dist/themes/neosolarized_dark.d.ts +5 -0
  290. package/dist/themes/neosolarized_dark.js +5 -0
  291. package/dist/themes/neosolarized_light.cjs +7 -0
  292. package/dist/themes/neosolarized_light.d.cts +5 -0
  293. package/dist/themes/neosolarized_light.d.ts +5 -0
  294. package/dist/themes/neosolarized_light.js +5 -0
  295. package/dist/themes/neovim_dark.cjs +7 -0
  296. package/dist/themes/neovim_dark.d.cts +5 -0
  297. package/dist/themes/neovim_dark.d.ts +5 -0
  298. package/dist/themes/neovim_dark.js +5 -0
  299. package/dist/themes/neovim_light.cjs +7 -0
  300. package/dist/themes/neovim_light.d.cts +5 -0
  301. package/dist/themes/neovim_light.d.ts +5 -0
  302. package/dist/themes/neovim_light.js +5 -0
  303. package/dist/themes/nightfly.cjs +7 -0
  304. package/dist/themes/nightfly.d.cts +5 -0
  305. package/dist/themes/nightfly.d.ts +5 -0
  306. package/dist/themes/nightfly.js +5 -0
  307. package/dist/themes/nightfox.cjs +7 -0
  308. package/dist/themes/nightfox.d.cts +5 -0
  309. package/dist/themes/nightfox.d.ts +5 -0
  310. package/dist/themes/nightfox.js +5 -0
  311. package/dist/themes/nord.cjs +7 -0
  312. package/dist/themes/nord.d.cts +5 -0
  313. package/dist/themes/nord.d.ts +5 -0
  314. package/dist/themes/nord.js +5 -0
  315. package/dist/themes/nordfox.cjs +7 -0
  316. package/dist/themes/nordfox.d.cts +5 -0
  317. package/dist/themes/nordfox.d.ts +5 -0
  318. package/dist/themes/nordfox.js +5 -0
  319. package/dist/themes/nordic.cjs +7 -0
  320. package/dist/themes/nordic.d.cts +5 -0
  321. package/dist/themes/nordic.d.ts +5 -0
  322. package/dist/themes/nordic.js +5 -0
  323. package/dist/themes/onedark.cjs +7 -0
  324. package/dist/themes/onedark.d.cts +5 -0
  325. package/dist/themes/onedark.d.ts +5 -0
  326. package/dist/themes/onedark.js +5 -0
  327. package/dist/themes/onedark_cool.cjs +7 -0
  328. package/dist/themes/onedark_cool.d.cts +5 -0
  329. package/dist/themes/onedark_cool.d.ts +5 -0
  330. package/dist/themes/onedark_cool.js +5 -0
  331. package/dist/themes/onedark_darker.cjs +7 -0
  332. package/dist/themes/onedark_darker.d.cts +5 -0
  333. package/dist/themes/onedark_darker.d.ts +5 -0
  334. package/dist/themes/onedark_darker.js +5 -0
  335. package/dist/themes/onedark_deep.cjs +7 -0
  336. package/dist/themes/onedark_deep.d.cts +5 -0
  337. package/dist/themes/onedark_deep.d.ts +5 -0
  338. package/dist/themes/onedark_deep.js +5 -0
  339. package/dist/themes/onedark_light.cjs +7 -0
  340. package/dist/themes/onedark_light.d.cts +5 -0
  341. package/dist/themes/onedark_light.d.ts +5 -0
  342. package/dist/themes/onedark_light.js +5 -0
  343. package/dist/themes/onedark_warm.cjs +7 -0
  344. package/dist/themes/onedark_warm.d.cts +5 -0
  345. package/dist/themes/onedark_warm.d.ts +5 -0
  346. package/dist/themes/onedark_warm.js +5 -0
  347. package/dist/themes/onedark_warmer.cjs +7 -0
  348. package/dist/themes/onedark_warmer.d.cts +5 -0
  349. package/dist/themes/onedark_warmer.d.ts +5 -0
  350. package/dist/themes/onedark_warmer.js +5 -0
  351. package/dist/themes/onedarkpro_dark.cjs +7 -0
  352. package/dist/themes/onedarkpro_dark.d.cts +5 -0
  353. package/dist/themes/onedarkpro_dark.d.ts +5 -0
  354. package/dist/themes/onedarkpro_dark.js +5 -0
  355. package/dist/themes/onedarkpro_vivid.cjs +7 -0
  356. package/dist/themes/onedarkpro_vivid.d.cts +5 -0
  357. package/dist/themes/onedarkpro_vivid.d.ts +5 -0
  358. package/dist/themes/onedarkpro_vivid.js +5 -0
  359. package/dist/themes/onelight.cjs +7 -0
  360. package/dist/themes/onelight.d.cts +5 -0
  361. package/dist/themes/onelight.d.ts +5 -0
  362. package/dist/themes/onelight.js +5 -0
  363. package/dist/themes/papercolor_dark.cjs +7 -0
  364. package/dist/themes/papercolor_dark.d.cts +5 -0
  365. package/dist/themes/papercolor_dark.d.ts +5 -0
  366. package/dist/themes/papercolor_dark.js +5 -0
  367. package/dist/themes/papercolor_light.cjs +7 -0
  368. package/dist/themes/papercolor_light.d.cts +5 -0
  369. package/dist/themes/papercolor_light.d.ts +5 -0
  370. package/dist/themes/papercolor_light.js +5 -0
  371. package/dist/themes/rosepine_dark.cjs +7 -0
  372. package/dist/themes/rosepine_dark.d.cts +5 -0
  373. package/dist/themes/rosepine_dark.d.ts +5 -0
  374. package/dist/themes/rosepine_dark.js +5 -0
  375. package/dist/themes/rosepine_dawn.cjs +7 -0
  376. package/dist/themes/rosepine_dawn.d.cts +5 -0
  377. package/dist/themes/rosepine_dawn.d.ts +5 -0
  378. package/dist/themes/rosepine_dawn.js +5 -0
  379. package/dist/themes/rosepine_moon.cjs +7 -0
  380. package/dist/themes/rosepine_moon.d.cts +5 -0
  381. package/dist/themes/rosepine_moon.d.ts +5 -0
  382. package/dist/themes/rosepine_moon.js +5 -0
  383. package/dist/themes/solarized_autumn_dark.cjs +7 -0
  384. package/dist/themes/solarized_autumn_dark.d.cts +5 -0
  385. package/dist/themes/solarized_autumn_dark.d.ts +5 -0
  386. package/dist/themes/solarized_autumn_dark.js +5 -0
  387. package/dist/themes/solarized_autumn_light.cjs +7 -0
  388. package/dist/themes/solarized_autumn_light.d.cts +5 -0
  389. package/dist/themes/solarized_autumn_light.d.ts +5 -0
  390. package/dist/themes/solarized_autumn_light.js +5 -0
  391. package/dist/themes/solarized_spring_dark.cjs +7 -0
  392. package/dist/themes/solarized_spring_dark.d.cts +5 -0
  393. package/dist/themes/solarized_spring_dark.d.ts +5 -0
  394. package/dist/themes/solarized_spring_dark.js +5 -0
  395. package/dist/themes/solarized_spring_light.cjs +7 -0
  396. package/dist/themes/solarized_spring_light.d.cts +5 -0
  397. package/dist/themes/solarized_spring_light.d.ts +5 -0
  398. package/dist/themes/solarized_spring_light.js +5 -0
  399. package/dist/themes/solarized_summer_dark.cjs +7 -0
  400. package/dist/themes/solarized_summer_dark.d.cts +5 -0
  401. package/dist/themes/solarized_summer_dark.d.ts +5 -0
  402. package/dist/themes/solarized_summer_dark.js +5 -0
  403. package/dist/themes/solarized_summer_light.cjs +7 -0
  404. package/dist/themes/solarized_summer_light.d.cts +5 -0
  405. package/dist/themes/solarized_summer_light.d.ts +5 -0
  406. package/dist/themes/solarized_summer_light.js +5 -0
  407. package/dist/themes/solarized_winter_dark.cjs +7 -0
  408. package/dist/themes/solarized_winter_dark.d.cts +5 -0
  409. package/dist/themes/solarized_winter_dark.d.ts +5 -0
  410. package/dist/themes/solarized_winter_dark.js +5 -0
  411. package/dist/themes/solarized_winter_light.cjs +7 -0
  412. package/dist/themes/solarized_winter_light.d.cts +5 -0
  413. package/dist/themes/solarized_winter_light.d.ts +5 -0
  414. package/dist/themes/solarized_winter_light.js +5 -0
  415. package/dist/themes/srcery.cjs +7 -0
  416. package/dist/themes/srcery.d.cts +5 -0
  417. package/dist/themes/srcery.d.ts +5 -0
  418. package/dist/themes/srcery.js +5 -0
  419. package/dist/themes/terafox.cjs +7 -0
  420. package/dist/themes/terafox.d.cts +5 -0
  421. package/dist/themes/terafox.d.ts +5 -0
  422. package/dist/themes/terafox.js +5 -0
  423. package/dist/themes/tokyonight_day.cjs +7 -0
  424. package/dist/themes/tokyonight_day.d.cts +5 -0
  425. package/dist/themes/tokyonight_day.d.ts +5 -0
  426. package/dist/themes/tokyonight_day.js +5 -0
  427. package/dist/themes/tokyonight_moon.cjs +7 -0
  428. package/dist/themes/tokyonight_moon.d.cts +5 -0
  429. package/dist/themes/tokyonight_moon.d.ts +5 -0
  430. package/dist/themes/tokyonight_moon.js +5 -0
  431. package/dist/themes/tokyonight_night.cjs +7 -0
  432. package/dist/themes/tokyonight_night.d.cts +5 -0
  433. package/dist/themes/tokyonight_night.d.ts +5 -0
  434. package/dist/themes/tokyonight_night.js +5 -0
  435. package/dist/themes/tokyonight_storm.cjs +7 -0
  436. package/dist/themes/tokyonight_storm.d.cts +5 -0
  437. package/dist/themes/tokyonight_storm.d.ts +5 -0
  438. package/dist/themes/tokyonight_storm.js +5 -0
  439. package/dist/themes/vscode_dark.cjs +7 -0
  440. package/dist/themes/vscode_dark.d.cts +5 -0
  441. package/dist/themes/vscode_dark.d.ts +5 -0
  442. package/dist/themes/vscode_dark.js +5 -0
  443. package/dist/themes/vscode_light.cjs +7 -0
  444. package/dist/themes/vscode_light.d.cts +5 -0
  445. package/dist/themes/vscode_light.d.ts +5 -0
  446. package/dist/themes/vscode_light.js +5 -0
  447. package/dist/themes/xcode_dark.cjs +7 -0
  448. package/dist/themes/xcode_dark.d.cts +5 -0
  449. package/dist/themes/xcode_dark.d.ts +5 -0
  450. package/dist/themes/xcode_dark.js +5 -0
  451. package/dist/themes/xcode_dark_hc.cjs +7 -0
  452. package/dist/themes/xcode_dark_hc.d.cts +5 -0
  453. package/dist/themes/xcode_dark_hc.d.ts +5 -0
  454. package/dist/themes/xcode_dark_hc.js +5 -0
  455. package/dist/themes/xcode_light.cjs +7 -0
  456. package/dist/themes/xcode_light.d.cts +5 -0
  457. package/dist/themes/xcode_light.d.ts +5 -0
  458. package/dist/themes/xcode_light.js +5 -0
  459. package/dist/themes/xcode_light_hc.cjs +7 -0
  460. package/dist/themes/xcode_light_hc.d.cts +5 -0
  461. package/dist/themes/xcode_light_hc.d.ts +5 -0
  462. package/dist/themes/xcode_light_hc.js +5 -0
  463. package/dist/themes/xcode_wwdc.cjs +7 -0
  464. package/dist/themes/xcode_wwdc.d.cts +5 -0
  465. package/dist/themes/xcode_wwdc.d.ts +5 -0
  466. package/dist/themes/xcode_wwdc.js +5 -0
  467. package/dist/themes/zenburn.cjs +7 -0
  468. package/dist/themes/zenburn.d.cts +5 -0
  469. package/dist/themes/zenburn.d.ts +5 -0
  470. package/dist/themes/zenburn.js +5 -0
  471. package/dist/themes/zephyr_dark.cjs +7 -0
  472. package/dist/themes/zephyr_dark.d.cts +5 -0
  473. package/dist/themes/zephyr_dark.d.ts +5 -0
  474. package/dist/themes/zephyr_dark.js +5 -0
  475. package/json/aura_dark.json +1 -0
  476. package/json/aura_dark_soft_text.json +1 -0
  477. package/json/aura_soft_dark.json +1 -0
  478. package/json/aura_soft_dark_soft_text.json +1 -0
  479. package/json/ayu_dark.json +1 -0
  480. package/json/ayu_light.json +1 -0
  481. package/json/ayu_mirage.json +1 -0
  482. package/json/bamboo_light.json +1 -0
  483. package/json/bamboo_multiplex.json +1 -0
  484. package/json/bamboo_vulgaris.json +1 -0
  485. package/json/bluloco_dark.json +1 -0
  486. package/json/bluloco_light.json +1 -0
  487. package/json/carbonfox.json +1 -0
  488. package/json/catppuccin_frappe.json +1 -0
  489. package/json/catppuccin_latte.json +1 -0
  490. package/json/catppuccin_macchiato.json +1 -0
  491. package/json/catppuccin_mocha.json +1 -0
  492. package/json/cyberdream_dark.json +1 -0
  493. package/json/cyberdream_light.json +1 -0
  494. package/json/darkplus.json +1 -0
  495. package/json/dawnfox.json +1 -0
  496. package/json/dayfox.json +1 -0
  497. package/json/dracula.json +1 -0
  498. package/json/dracula_soft.json +1 -0
  499. package/json/duskfox.json +1 -0
  500. package/json/edge_aura.json +1 -0
  501. package/json/edge_dark.json +1 -0
  502. package/json/edge_light.json +1 -0
  503. package/json/edge_neon.json +1 -0
  504. package/json/everforest_dark.json +1 -0
  505. package/json/everforest_light.json +1 -0
  506. package/json/flexoki_dark.json +1 -0
  507. package/json/flexoki_light.json +1 -0
  508. package/json/github_dark.json +1 -0
  509. package/json/github_dark_colorblind.json +1 -0
  510. package/json/github_dark_dimmed.json +1 -0
  511. package/json/github_dark_high_contrast.json +1 -0
  512. package/json/github_dark_tritanopia.json +1 -0
  513. package/json/github_light.json +1 -0
  514. package/json/github_light_colorblind.json +1 -0
  515. package/json/github_light_high_contrast.json +1 -0
  516. package/json/github_light_tritanopia.json +1 -0
  517. package/json/gruvbox_dark.json +1 -0
  518. package/json/gruvbox_dark_hard.json +1 -0
  519. package/json/gruvbox_dark_soft.json +1 -0
  520. package/json/gruvbox_light.json +1 -0
  521. package/json/gruvbox_light_hard.json +1 -0
  522. package/json/gruvbox_light_soft.json +1 -0
  523. package/json/horizon_dark.json +1 -0
  524. package/json/iceberg.json +1 -0
  525. package/json/kanagawa_dragon.json +1 -0
  526. package/json/kanagawa_lotus.json +1 -0
  527. package/json/kanagawa_wave.json +1 -0
  528. package/json/material_darker.json +1 -0
  529. package/json/material_deep_ocean.json +1 -0
  530. package/json/material_lighter.json +1 -0
  531. package/json/material_oceanic.json +1 -0
  532. package/json/material_palenight.json +1 -0
  533. package/json/matte_black.json +1 -0
  534. package/json/melange_dark.json +1 -0
  535. package/json/melange_light.json +1 -0
  536. package/json/modus_operandi.json +1 -0
  537. package/json/modus_vivendi.json +1 -0
  538. package/json/molokai.json +1 -0
  539. package/json/monokai_pro_dark.json +1 -0
  540. package/json/monokai_pro_machine.json +1 -0
  541. package/json/monokai_pro_ristretto.json +1 -0
  542. package/json/monokai_pro_spectrum.json +1 -0
  543. package/json/moonfly.json +1 -0
  544. package/json/moonlight.json +1 -0
  545. package/json/neosolarized_dark.json +1 -0
  546. package/json/neosolarized_light.json +1 -0
  547. package/json/neovim_dark.json +1 -0
  548. package/json/neovim_light.json +1 -0
  549. package/json/nightfly.json +1 -0
  550. package/json/nightfox.json +1 -0
  551. package/json/nord.json +1 -0
  552. package/json/nordfox.json +1 -0
  553. package/json/nordic.json +1 -0
  554. package/json/onedark.json +1 -0
  555. package/json/onedark_cool.json +1 -0
  556. package/json/onedark_darker.json +1 -0
  557. package/json/onedark_deep.json +1 -0
  558. package/json/onedark_light.json +1 -0
  559. package/json/onedark_warm.json +1 -0
  560. package/json/onedark_warmer.json +1 -0
  561. package/json/onedarkpro_dark.json +1 -0
  562. package/json/onedarkpro_vivid.json +1 -0
  563. package/json/onelight.json +1 -0
  564. package/json/papercolor_dark.json +1 -0
  565. package/json/papercolor_light.json +1 -0
  566. package/json/rosepine_dark.json +1 -0
  567. package/json/rosepine_dawn.json +1 -0
  568. package/json/rosepine_moon.json +1 -0
  569. package/json/solarized_autumn_dark.json +1 -0
  570. package/json/solarized_autumn_light.json +1 -0
  571. package/json/solarized_spring_dark.json +1 -0
  572. package/json/solarized_spring_light.json +1 -0
  573. package/json/solarized_summer_dark.json +1 -0
  574. package/json/solarized_summer_light.json +1 -0
  575. package/json/solarized_winter_dark.json +1 -0
  576. package/json/solarized_winter_light.json +1 -0
  577. package/json/srcery.json +1 -0
  578. package/json/terafox.json +1 -0
  579. package/json/tokyonight_day.json +1 -0
  580. package/json/tokyonight_moon.json +1 -0
  581. package/json/tokyonight_night.json +1 -0
  582. package/json/tokyonight_storm.json +1 -0
  583. package/json/vscode_dark.json +1 -0
  584. package/json/vscode_light.json +1 -0
  585. package/json/xcode_dark.json +1 -0
  586. package/json/xcode_dark_hc.json +1 -0
  587. package/json/xcode_light.json +1 -0
  588. package/json/xcode_light_hc.json +1 -0
  589. package/json/xcode_wwdc.json +1 -0
  590. package/json/zenburn.json +1 -0
  591. package/json/zephyr_dark.json +1 -0
  592. package/package.json +43 -0
@@ -0,0 +1 @@
1
+ {"name":"kanagawa_dragon","appearance":"dark","revision":"aef7f5cec0a40dbe7f3304214850c472e2264b10","highlights":{"attribute":{"fg":"#b6927b"},"attribute.builtin":{"fg":"#949fb5"},"boolean":{"fg":"#b6927b","bold":true},"character":{"fg":"#8a9a7b"},"character.special":{"fg":"#949fb5"},"comment":{"fg":"#737c73","italic":true},"comment.documentation":{"fg":"#737c73","italic":true},"comment.error":{"fg":"#c5c9c5","bg":"#e82424","bold":true},"comment.hint":{"fg":"#737c73","italic":true},"comment.note":{"fg":"#223249","bg":"#6a9589","bold":true},"comment.todo":{"fg":"#223249","bg":"#658594","bold":true},"comment.warning":{"fg":"#223249","bg":"#ff9e3b","bold":true},"constant":{"fg":"#b6927b"},"constant.builtin":{"fg":"#949fb5"},"constant.macro":{"fg":"#b6927b"},"constructor":{"fg":"#949fb5"},"constructor.lua":{"fg":"#8992a7"},"diff.delta":{"fg":"#dca561"},"diff.minus":{"fg":"#c34043"},"diff.plus":{"fg":"#76946a"},"function":{"fg":"#8ba4b0"},"function.builtin":{"fg":"#949fb5"},"function.call":{"fg":"#8ba4b0"},"function.macro":{"fg":"#8ba4b0"},"function.method":{"fg":"#8ba4b0"},"function.method.call":{"fg":"#8ba4b0"},"highlighted":{"bg":"#393836"},"keyword":{"fg":"#8992a7","italic":true},"keyword.conditional":{"fg":"#8992a7","italic":true},"keyword.conditional.ternary":{"fg":"#8992a7","italic":true},"keyword.coroutine":{"fg":"#8992a7","italic":true},"keyword.debug":{"fg":"#8992a7","italic":true},"keyword.directive":{"fg":"#8992a7","italic":true},"keyword.directive.define":{"fg":"#8992a7","italic":true},"keyword.exception":{"fg":"#c4746e","bold":true},"keyword.export":{"fg":"#8992a7","italic":true},"keyword.function":{"fg":"#8992a7","italic":true},"keyword.import":{"fg":"#c4746e"},"keyword.modifier":{"fg":"#8992a7","italic":true},"keyword.operator":{"fg":"#c4746e","bold":true},"keyword.repeat":{"fg":"#8992a7","italic":true},"keyword.return":{"fg":"#c4746e","italic":true},"keyword.type":{"fg":"#8992a7","italic":true},"label":{"fg":"#8992a7","bold":true},"markup":{"fg":"#949fb5"},"markup.environment":{"fg":"#8992a7","italic":true},"markup.environment.name":{"fg":"#8992a7","italic":true},"markup.heading":{"fg":"#8ba4b0"},"markup.heading.1":{"fg":"#8ba4b0"},"markup.heading.2":{"fg":"#8ba4b0"},"markup.heading.3":{"fg":"#8ba4b0"},"markup.heading.4":{"fg":"#8ba4b0"},"markup.heading.5":{"fg":"#8ba4b0"},"markup.heading.6":{"fg":"#8ba4b0"},"markup.italic":{"italic":true},"markup.link":{"fg":"#949fb5","underline":"solid"},"markup.link.label":{"fg":"#949fb5","underline":"solid"},"markup.link.url":{"fg":"#949fb5","underline":"undercurl"},"markup.list":{"fg":"#949fb5"},"markup.list.checked":{"fg":"#949fb5"},"markup.list.unchecked":{"fg":"#949fb5"},"markup.math":{"fg":"#b6927b"},"markup.quote":{"fg":"#a6a69c"},"markup.raw":{"fg":"#8a9a7b"},"markup.raw.block":{"fg":"#8a9a7b"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#8ea4a2"},"module.builtin":{"fg":"#949fb5"},"normal":{"fg":"#c5c9c5","bg":"#181616"},"number":{"fg":"#a292a3"},"number.float":{"fg":"#a292a3"},"operator":{"fg":"#c4746e"},"property":{"fg":"#c4b28a"},"punctuation.bracket":{"fg":"#9e9b93"},"punctuation.delimiter":{"fg":"#9e9b93"},"punctuation.special":{"fg":"#949fb5"},"string":{"fg":"#8a9a7b"},"string.documentation":{"fg":"#8a9a7b"},"string.escape":{"fg":"#c4746e","bold":true},"string.regexp":{"fg":"#c4746e"},"string.special":{"fg":"#949fb5"},"string.special.path":{"fg":"#949fb5"},"string.special.symbol":{"fg":"#c4b28a"},"string.special.url":{"fg":"#949fb5","underline":"undercurl"},"tag":{"fg":"#949fb5"},"tag.attribute":{"fg":"#c4b28a"},"tag.builtin":{"fg":"#949fb5"},"tag.delimiter":{"fg":"#9e9b93"},"type":{"fg":"#8ea4a2"},"type.builtin":{"fg":"#949fb5"},"type.definition":{"fg":"#8ea4a2"},"variable":{"fg":"#c5c9c5"},"variable.builtin":{"fg":"#c4746e","italic":true},"variable.member":{"fg":"#c4b28a"},"variable.parameter":{"fg":"#a6a69c"},"variable.parameter.builtin":{"fg":"#949fb5"}}}
@@ -0,0 +1 @@
1
+ {"name":"kanagawa_lotus","appearance":"light","revision":"aef7f5cec0a40dbe7f3304214850c472e2264b10","highlights":{"attribute":{"fg":"#cc6d00"},"attribute.builtin":{"fg":"#6693bf"},"boolean":{"fg":"#cc6d00","bold":true},"character":{"fg":"#6f894e"},"character.special":{"fg":"#6693bf"},"comment":{"fg":"#8a8980","italic":true},"comment.documentation":{"fg":"#8a8980","italic":true},"comment.error":{"fg":"#545464","bg":"#e82424","bold":true},"comment.hint":{"fg":"#8a8980","italic":true},"comment.note":{"fg":"#dcd7ba","bg":"#5e857a","bold":true},"comment.todo":{"fg":"#dcd7ba","bg":"#5a7785","bold":true},"comment.warning":{"fg":"#dcd7ba","bg":"#e98a00","bold":true},"constant":{"fg":"#cc6d00"},"constant.builtin":{"fg":"#6693bf"},"constant.macro":{"fg":"#cc6d00"},"constructor":{"fg":"#6693bf"},"constructor.lua":{"fg":"#624c83"},"diff.delta":{"fg":"#de9800"},"diff.minus":{"fg":"#d7474b"},"diff.plus":{"fg":"#6e915f"},"function":{"fg":"#4d699b"},"function.builtin":{"fg":"#6693bf"},"function.call":{"fg":"#4d699b"},"function.macro":{"fg":"#4d699b"},"function.method":{"fg":"#4d699b"},"function.method.call":{"fg":"#4d699b"},"highlighted":{"bg":"#e4d794"},"keyword":{"fg":"#624c83","italic":true},"keyword.conditional":{"fg":"#624c83","italic":true},"keyword.conditional.ternary":{"fg":"#624c83","italic":true},"keyword.coroutine":{"fg":"#624c83","italic":true},"keyword.debug":{"fg":"#624c83","italic":true},"keyword.directive":{"fg":"#624c83","italic":true},"keyword.directive.define":{"fg":"#624c83","italic":true},"keyword.exception":{"fg":"#c84053","bold":true},"keyword.export":{"fg":"#624c83","italic":true},"keyword.function":{"fg":"#624c83","italic":true},"keyword.import":{"fg":"#c84053"},"keyword.modifier":{"fg":"#624c83","italic":true},"keyword.operator":{"fg":"#836f4a","bold":true},"keyword.repeat":{"fg":"#624c83","italic":true},"keyword.return":{"fg":"#c84053","italic":true},"keyword.type":{"fg":"#624c83","italic":true},"label":{"fg":"#624c83","bold":true},"markup":{"fg":"#6693bf"},"markup.environment":{"fg":"#624c83","italic":true},"markup.environment.name":{"fg":"#624c83","italic":true},"markup.heading":{"fg":"#4d699b"},"markup.heading.1":{"fg":"#4d699b"},"markup.heading.2":{"fg":"#4d699b"},"markup.heading.3":{"fg":"#4d699b"},"markup.heading.4":{"fg":"#4d699b"},"markup.heading.5":{"fg":"#4d699b"},"markup.heading.6":{"fg":"#4d699b"},"markup.italic":{"italic":true},"markup.link":{"fg":"#6693bf","underline":"solid"},"markup.link.label":{"fg":"#6693bf","underline":"solid"},"markup.link.url":{"fg":"#6693bf","underline":"undercurl"},"markup.list":{"fg":"#6693bf"},"markup.list.checked":{"fg":"#6693bf"},"markup.list.unchecked":{"fg":"#6693bf"},"markup.math":{"fg":"#cc6d00"},"markup.quote":{"fg":"#5d57a3"},"markup.raw":{"fg":"#6f894e"},"markup.raw.block":{"fg":"#6f894e"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#597b75"},"module.builtin":{"fg":"#6693bf"},"normal":{"fg":"#545464","bg":"#f2ecbc"},"number":{"fg":"#b35b79"},"number.float":{"fg":"#b35b79"},"operator":{"fg":"#836f4a"},"property":{"fg":"#77713f"},"punctuation.bracket":{"fg":"#4e8ca2"},"punctuation.delimiter":{"fg":"#4e8ca2"},"punctuation.special":{"fg":"#6693bf"},"string":{"fg":"#6f894e"},"string.documentation":{"fg":"#6f894e"},"string.escape":{"fg":"#836f4a","bold":true},"string.regexp":{"fg":"#836f4a"},"string.special":{"fg":"#6693bf"},"string.special.path":{"fg":"#6693bf"},"string.special.symbol":{"fg":"#77713f"},"string.special.url":{"fg":"#6693bf","underline":"undercurl"},"tag":{"fg":"#6693bf"},"tag.attribute":{"fg":"#77713f"},"tag.builtin":{"fg":"#6693bf"},"tag.delimiter":{"fg":"#4e8ca2"},"type":{"fg":"#597b75"},"type.builtin":{"fg":"#6693bf"},"type.definition":{"fg":"#597b75"},"variable":{"fg":"#545464"},"variable.builtin":{"fg":"#c84053","italic":true},"variable.member":{"fg":"#77713f"},"variable.parameter":{"fg":"#5d57a3"},"variable.parameter.builtin":{"fg":"#6693bf"}}}
@@ -0,0 +1 @@
1
+ {"name":"kanagawa_wave","appearance":"dark","revision":"aef7f5cec0a40dbe7f3304214850c472e2264b10","highlights":{"attribute":{"fg":"#ffa066"},"attribute.builtin":{"fg":"#7fb4ca"},"boolean":{"fg":"#ffa066","bold":true},"character":{"fg":"#98bb6c"},"character.special":{"fg":"#7fb4ca"},"comment":{"fg":"#727169","italic":true},"comment.documentation":{"fg":"#727169","italic":true},"comment.error":{"fg":"#dcd7ba","bg":"#e82424","bold":true},"comment.hint":{"fg":"#727169","italic":true},"comment.note":{"fg":"#223249","bg":"#6a9589","bold":true},"comment.todo":{"fg":"#223249","bg":"#658594","bold":true},"comment.warning":{"fg":"#223249","bg":"#ff9e3b","bold":true},"constant":{"fg":"#ffa066"},"constant.builtin":{"fg":"#7fb4ca"},"constant.macro":{"fg":"#ffa066"},"constructor":{"fg":"#7fb4ca"},"constructor.lua":{"fg":"#957fb8"},"diff.delta":{"fg":"#dca561"},"diff.minus":{"fg":"#c34043"},"diff.plus":{"fg":"#76946a"},"function":{"fg":"#7e9cd8"},"function.builtin":{"fg":"#7fb4ca"},"function.call":{"fg":"#7e9cd8"},"function.macro":{"fg":"#7e9cd8"},"function.method":{"fg":"#7e9cd8"},"function.method.call":{"fg":"#7e9cd8"},"highlighted":{"bg":"#363646"},"keyword":{"fg":"#957fb8","italic":true},"keyword.conditional":{"fg":"#957fb8","italic":true},"keyword.conditional.ternary":{"fg":"#957fb8","italic":true},"keyword.coroutine":{"fg":"#957fb8","italic":true},"keyword.debug":{"fg":"#957fb8","italic":true},"keyword.directive":{"fg":"#957fb8","italic":true},"keyword.directive.define":{"fg":"#957fb8","italic":true},"keyword.exception":{"fg":"#ff5d62","bold":true},"keyword.export":{"fg":"#957fb8","italic":true},"keyword.function":{"fg":"#957fb8","italic":true},"keyword.import":{"fg":"#e46876"},"keyword.modifier":{"fg":"#957fb8","italic":true},"keyword.operator":{"fg":"#c0a36e","bold":true},"keyword.repeat":{"fg":"#957fb8","italic":true},"keyword.return":{"fg":"#ff5d62","italic":true},"keyword.type":{"fg":"#957fb8","italic":true},"label":{"fg":"#957fb8","bold":true},"markup":{"fg":"#7fb4ca"},"markup.environment":{"fg":"#957fb8","italic":true},"markup.environment.name":{"fg":"#957fb8","italic":true},"markup.heading":{"fg":"#7e9cd8"},"markup.heading.1":{"fg":"#7e9cd8"},"markup.heading.2":{"fg":"#7e9cd8"},"markup.heading.3":{"fg":"#7e9cd8"},"markup.heading.4":{"fg":"#7e9cd8"},"markup.heading.5":{"fg":"#7e9cd8"},"markup.heading.6":{"fg":"#7e9cd8"},"markup.italic":{"italic":true},"markup.link":{"fg":"#7fb4ca","underline":"solid"},"markup.link.label":{"fg":"#7fb4ca","underline":"solid"},"markup.link.url":{"fg":"#7fb4ca","underline":"undercurl"},"markup.list":{"fg":"#7fb4ca"},"markup.list.checked":{"fg":"#7fb4ca"},"markup.list.unchecked":{"fg":"#7fb4ca"},"markup.math":{"fg":"#ffa066"},"markup.quote":{"fg":"#b8b4d0"},"markup.raw":{"fg":"#98bb6c"},"markup.raw.block":{"fg":"#98bb6c"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#7aa89f"},"module.builtin":{"fg":"#7fb4ca"},"normal":{"fg":"#dcd7ba","bg":"#1f1f28"},"number":{"fg":"#d27e99"},"number.float":{"fg":"#d27e99"},"operator":{"fg":"#c0a36e"},"property":{"fg":"#e6c384"},"punctuation.bracket":{"fg":"#9cabca"},"punctuation.delimiter":{"fg":"#9cabca"},"punctuation.special":{"fg":"#7fb4ca"},"string":{"fg":"#98bb6c"},"string.documentation":{"fg":"#98bb6c"},"string.escape":{"fg":"#c0a36e","bold":true},"string.regexp":{"fg":"#c0a36e"},"string.special":{"fg":"#7fb4ca"},"string.special.path":{"fg":"#7fb4ca"},"string.special.symbol":{"fg":"#e6c384"},"string.special.url":{"fg":"#7fb4ca","underline":"undercurl"},"tag":{"fg":"#7fb4ca"},"tag.attribute":{"fg":"#e6c384"},"tag.builtin":{"fg":"#7fb4ca"},"tag.delimiter":{"fg":"#9cabca"},"type":{"fg":"#7aa89f"},"type.builtin":{"fg":"#7fb4ca"},"type.definition":{"fg":"#7aa89f"},"variable":{"fg":"#dcd7ba"},"variable.builtin":{"fg":"#e46876","italic":true},"variable.member":{"fg":"#e6c384"},"variable.parameter":{"fg":"#b8b4d0"},"variable.parameter.builtin":{"fg":"#7fb4ca"}}}
@@ -0,0 +1 @@
1
+ {"name":"material_darker","appearance":"dark","revision":"52c121551ffbf7b8f25bed3ef5878e5d6896c786","highlights":{"attribute":{"bg":"#343c4d"},"attribute.builtin":{"fg":"#89ddff"},"boolean":{"fg":"#f78c6c"},"character":{"fg":"#f78c6c"},"character.special":{"fg":"#f07178"},"comment":{"fg":"#515151"},"comment.documentation":{"fg":"#515151"},"comment.error":{"fg":"#515151","bg":"#ff5370"},"comment.hint":{"fg":"#515151","bg":"#c792ea"},"comment.note":{"fg":"#515151","bg":"#b0c9ff"},"comment.todo":{"fg":"#515151"},"comment.warning":{"fg":"#515151","bg":"#ffcb6b"},"constant":{"fg":"#ffcb6b"},"constant.builtin":{"fg":"#ffcb6b"},"constant.macro":{"fg":"#89ddff"},"constructor":{"fg":"#82aaff"},"diff.delta":{"bg":"#343c4d"},"diff.minus":{"bg":"#4a3132"},"diff.plus":{"bg":"#414937"},"error":{"fg":"#ff5370","bold":true},"function":{"fg":"#82aaff"},"function.builtin":{"fg":"#82aaff"},"function.call":{"fg":"#82aaff"},"function.macro":{"fg":"#82aaff"},"function.method":{"fg":"#82aaff"},"function.method.call":{"fg":"#82aaff"},"highlighted":{"bg":"#323232"},"keyword":{"fg":"#89ddff"},"keyword.conditional":{"fg":"#c792ea"},"keyword.conditional.ternary":{"fg":"#c792ea"},"keyword.coroutine":{"fg":"#89ddff","italic":true},"keyword.debug":{"fg":"#89ddff"},"keyword.directive":{"fg":"#89ddff"},"keyword.directive.define":{"fg":"#89ddff"},"keyword.export":{"fg":"#89ddff"},"keyword.function":{"fg":"#89ddff"},"keyword.import":{"fg":"#89ddff"},"keyword.modifier":{"fg":"#89ddff"},"keyword.operator":{"fg":"#89ddff"},"keyword.repeat":{"fg":"#c792ea"},"keyword.return":{"fg":"#89ddff"},"keyword.type":{"fg":"#89ddff"},"label":{"fg":"#ffcb6b"},"markup":{"fg":"#89ddff"},"markup.environment":{"fg":"#f07178"},"markup.environment.name":{"fg":"#f07178"},"markup.heading":{"fg":"#89ddff","bold":true},"markup.heading.1":{"fg":"#89ddff","bold":true},"markup.heading.2":{"fg":"#89ddff","bold":true},"markup.heading.3":{"fg":"#89ddff","bold":true},"markup.heading.4":{"fg":"#89ddff","bold":true},"markup.heading.5":{"fg":"#89ddff","bold":true},"markup.heading.6":{"fg":"#89ddff","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#f07178"},"markup.link.label":{"fg":"#f07178"},"markup.link.url":{"fg":"#80cbc4"},"markup.list":{"fg":"#89ddff"},"markup.list.checked":{"fg":"#c3e88d"},"markup.math":{"fg":"#82aaff"},"markup.quote":{"fg":"#89ddff"},"markup.raw":{"fg":"#c792ea"},"markup.raw.block":{"fg":"#c792ea"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ffcb6b"},"module.builtin":{"fg":"#89ddff"},"namespace":{"fg":"#ffcb6b"},"normal":{"fg":"#b0bec5","bg":"#212121"},"number":{"fg":"#f78c6c"},"number.float":{"fg":"#f78c6c"},"operator":{"fg":"#89ddff"},"property":{"fg":"#8c8b8b"},"punctuation.bracket":{"fg":"#89ddff"},"punctuation.delimiter":{"fg":"#89ddff"},"punctuation.special":{"fg":"#89ddff"},"string":{"fg":"#c3e88d"},"string.documentation":{"fg":"#c3e88d"},"string.escape":{"fg":"#8c8b8b"},"string.regex":{"fg":"#ffcb6b"},"string.regexp":{"fg":"#ffcb6b"},"string.special":{"fg":"#8c8b8b"},"string.special.path":{"fg":"#8c8b8b"},"string.special.symbol":{"fg":"#ffcb6b"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#f07178"},"tag.attribute":{"fg":"#c792ea"},"tag.builtin":{"fg":"#89ddff"},"tag.delimiter":{"fg":"#89ddff"},"type":{"fg":"#c792ea"},"type.builtin":{"fg":"#c792ea"},"variable":{"fg":"#b0bec5"},"variable.builtin":{"fg":"#89ddff"},"variable.member":{"fg":"#8c8b8b"},"variable.parameter":{"fg":"#b0bec5"},"variable.parameter.builtin":{"fg":"#89ddff"}}}
@@ -0,0 +1 @@
1
+ {"name":"material_deep_ocean","appearance":"dark","revision":"52c121551ffbf7b8f25bed3ef5878e5d6896c786","highlights":{"attribute":{"bg":"#263048"},"attribute.builtin":{"fg":"#89ddff"},"boolean":{"fg":"#f78c6c"},"character":{"fg":"#f78c6c"},"character.special":{"fg":"#f07178"},"comment":{"fg":"#464b5d"},"comment.documentation":{"fg":"#464b5d"},"comment.error":{"fg":"#464b5d","bg":"#ff5370"},"comment.hint":{"fg":"#464b5d","bg":"#c792ea"},"comment.note":{"fg":"#464b5d","bg":"#b0c9ff"},"comment.todo":{"fg":"#464b5d"},"comment.warning":{"fg":"#464b5d","bg":"#ffcb6b"},"constant":{"fg":"#ffcb6b"},"constant.builtin":{"fg":"#ffcb6b"},"constant.macro":{"fg":"#89ddff"},"constructor":{"fg":"#82aaff"},"diff.delta":{"bg":"#263048"},"diff.minus":{"bg":"#3c242d"},"diff.plus":{"bg":"#333c31"},"error":{"fg":"#ff5370","bold":true},"function":{"fg":"#82aaff"},"function.builtin":{"fg":"#82aaff"},"function.call":{"fg":"#82aaff"},"function.macro":{"fg":"#82aaff"},"function.method":{"fg":"#82aaff"},"function.method.call":{"fg":"#82aaff"},"highlighted":{"bg":"#1a1c25"},"keyword":{"fg":"#89ddff"},"keyword.conditional":{"fg":"#c792ea"},"keyword.conditional.ternary":{"fg":"#c792ea"},"keyword.coroutine":{"fg":"#89ddff","italic":true},"keyword.debug":{"fg":"#89ddff"},"keyword.directive":{"fg":"#89ddff"},"keyword.directive.define":{"fg":"#89ddff"},"keyword.exception":{"fg":"#f07178"},"keyword.export":{"fg":"#89ddff"},"keyword.function":{"fg":"#89ddff"},"keyword.import":{"fg":"#89ddff"},"keyword.modifier":{"fg":"#89ddff"},"keyword.operator":{"fg":"#89ddff"},"keyword.repeat":{"fg":"#c792ea"},"keyword.return":{"fg":"#89ddff"},"keyword.type":{"fg":"#89ddff"},"label":{"fg":"#ffcb6b"},"markup":{"fg":"#89ddff"},"markup.environment":{"fg":"#f07178"},"markup.environment.name":{"fg":"#f07178"},"markup.heading":{"fg":"#89ddff","bold":true},"markup.heading.1":{"fg":"#89ddff","bold":true},"markup.heading.2":{"fg":"#89ddff","bold":true},"markup.heading.3":{"fg":"#89ddff","bold":true},"markup.heading.4":{"fg":"#89ddff","bold":true},"markup.heading.5":{"fg":"#89ddff","bold":true},"markup.heading.6":{"fg":"#89ddff","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#f07178"},"markup.link.label":{"fg":"#f07178"},"markup.link.url":{"fg":"#80cbc4"},"markup.list":{"fg":"#89ddff"},"markup.list.checked":{"fg":"#c3e88d"},"markup.math":{"fg":"#82aaff"},"markup.quote":{"fg":"#89ddff"},"markup.raw":{"fg":"#c792ea"},"markup.raw.block":{"fg":"#c792ea"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ffcb6b"},"module.builtin":{"fg":"#89ddff"},"namespace":{"fg":"#ffcb6b"},"normal":{"fg":"#a6accd","bg":"#0f111a"},"number":{"fg":"#f78c6c"},"number.float":{"fg":"#f78c6c"},"operator":{"fg":"#89ddff"},"property":{"fg":"#717cb4"},"punctuation.bracket":{"fg":"#89ddff"},"punctuation.delimiter":{"fg":"#89ddff"},"punctuation.special":{"fg":"#89ddff"},"string":{"fg":"#c3e88d"},"string.documentation":{"fg":"#c3e88d"},"string.escape":{"fg":"#717cb4"},"string.regex":{"fg":"#ffcb6b"},"string.regexp":{"fg":"#ffcb6b"},"string.special":{"fg":"#717cb4"},"string.special.path":{"fg":"#717cb4"},"string.special.symbol":{"fg":"#ffcb6b"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#f07178"},"tag.attribute":{"fg":"#c792ea"},"tag.builtin":{"fg":"#89ddff"},"tag.delimiter":{"fg":"#89ddff"},"type":{"fg":"#c792ea"},"type.builtin":{"fg":"#c792ea"},"variable":{"fg":"#a6accd"},"variable.builtin":{"fg":"#89ddff"},"variable.member":{"fg":"#717cb4"},"variable.parameter":{"fg":"#a6accd"},"variable.parameter.builtin":{"fg":"#89ddff"}}}
@@ -0,0 +1 @@
1
+ {"name":"material_lighter","appearance":"light","revision":"52c121551ffbf7b8f25bed3ef5878e5d6896c786","highlights":{"attribute":{"bg":"#dbe2ed"},"attribute.builtin":{"fg":"#39adb5"},"boolean":{"fg":"#f76d47"},"character":{"fg":"#f76d47"},"character.special":{"fg":"#e53935"},"comment":{"fg":"#aabfc9"},"comment.documentation":{"fg":"#aabfc9"},"comment.error":{"fg":"#aabfc9","bg":"#ff5370"},"comment.hint":{"fg":"#aabfc9","bg":"#7c4dff"},"comment.note":{"fg":"#aabfc9","bg":"#8796b0"},"comment.todo":{"fg":"#aabfc9"},"comment.warning":{"fg":"#aabfc9","bg":"#f6a434"},"constant":{"fg":"#f6a434"},"constant.builtin":{"fg":"#f6a434"},"constant.macro":{"fg":"#39adb5"},"constructor":{"fg":"#6182b8"},"diff.delta":{"bg":"#dbe2ed"},"diff.minus":{"bg":"#f6d3d3"},"diff.plus":{"bg":"#e5edda"},"error":{"fg":"#ff5370","bold":true},"function":{"fg":"#6182b8"},"function.builtin":{"fg":"#6182b8"},"function.call":{"fg":"#6182b8"},"function.macro":{"fg":"#6182b8"},"function.method":{"fg":"#6182b8"},"function.method.call":{"fg":"#6182b8"},"highlighted":{"bg":"#e7e7e8"},"keyword":{"fg":"#39adb5"},"keyword.conditional":{"fg":"#7c4dff"},"keyword.conditional.ternary":{"fg":"#7c4dff"},"keyword.coroutine":{"fg":"#39adb5","italic":true},"keyword.debug":{"fg":"#39adb5"},"keyword.directive":{"fg":"#39adb5"},"keyword.directive.define":{"fg":"#39adb5"},"keyword.exception":{"fg":"#e53935"},"keyword.export":{"fg":"#39adb5"},"keyword.function":{"fg":"#39adb5"},"keyword.import":{"fg":"#39adb5"},"keyword.modifier":{"fg":"#39adb5"},"keyword.operator":{"fg":"#39adb5"},"keyword.repeat":{"fg":"#7c4dff"},"keyword.return":{"fg":"#39adb5"},"keyword.type":{"fg":"#39adb5"},"label":{"fg":"#f6a434"},"markup":{"fg":"#39adb5"},"markup.environment":{"fg":"#e53935"},"markup.environment.name":{"fg":"#e53935"},"markup.heading":{"fg":"#39adb5","bold":true},"markup.heading.1":{"fg":"#39adb5","bold":true},"markup.heading.2":{"fg":"#39adb5","bold":true},"markup.heading.3":{"fg":"#39adb5","bold":true},"markup.heading.4":{"fg":"#39adb5","bold":true},"markup.heading.5":{"fg":"#39adb5","bold":true},"markup.heading.6":{"fg":"#39adb5","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#e53935"},"markup.link.label":{"fg":"#e53935"},"markup.link.url":{"fg":"#80cbc4"},"markup.list":{"fg":"#39adb5"},"markup.list.checked":{"fg":"#91b859"},"markup.math":{"fg":"#6182b8"},"markup.quote":{"fg":"#39adb5"},"markup.raw":{"fg":"#7c4dff"},"markup.raw.block":{"fg":"#7c4dff"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#f6a434"},"module.builtin":{"fg":"#39adb5"},"namespace":{"fg":"#f6a434"},"normal":{"fg":"#546e7a","bg":"#fafafa"},"number":{"fg":"#f76d47"},"number.float":{"fg":"#f76d47"},"operator":{"fg":"#39adb5"},"property":{"fg":"#94a7b0"},"punctuation.bracket":{"fg":"#39adb5"},"punctuation.delimiter":{"fg":"#39adb5"},"punctuation.special":{"fg":"#39adb5"},"string":{"fg":"#91b859"},"string.documentation":{"fg":"#91b859"},"string.escape":{"fg":"#94a7b0"},"string.regex":{"fg":"#f6a434"},"string.regexp":{"fg":"#f6a434"},"string.special":{"fg":"#94a7b0"},"string.special.path":{"fg":"#94a7b0"},"string.special.symbol":{"fg":"#f6a434"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#e53935"},"tag.attribute":{"fg":"#7c4dff"},"tag.builtin":{"fg":"#39adb5"},"tag.delimiter":{"fg":"#39adb5"},"type":{"fg":"#7c4dff"},"type.builtin":{"fg":"#7c4dff"},"variable":{"fg":"#546e7a"},"variable.builtin":{"fg":"#39adb5"},"variable.member":{"fg":"#94a7b0"},"variable.parameter":{"fg":"#546e7a"},"variable.parameter.builtin":{"fg":"#39adb5"}}}
@@ -0,0 +1 @@
1
+ {"name":"material_oceanic","appearance":"dark","revision":"52c121551ffbf7b8f25bed3ef5878e5d6896c786","highlights":{"attribute":{"bg":"#384d62"},"attribute.builtin":{"fg":"#89ddff"},"boolean":{"fg":"#f78c6c"},"character":{"fg":"#f78c6c"},"character.special":{"fg":"#f07178"},"comment":{"fg":"#546e7a"},"comment.documentation":{"fg":"#546e7a"},"comment.error":{"fg":"#546e7a","bg":"#ff5370"},"comment.hint":{"fg":"#546e7a","bg":"#c792ea"},"comment.note":{"fg":"#546e7a","bg":"#b0c9ff"},"comment.todo":{"fg":"#546e7a"},"comment.warning":{"fg":"#546e7a","bg":"#ffcb6b"},"constant":{"fg":"#ffcb6b"},"constant.builtin":{"fg":"#ffcb6b"},"constant.macro":{"fg":"#89ddff"},"constructor":{"fg":"#82aaff"},"diff.delta":{"bg":"#384d62"},"diff.minus":{"bg":"#4e4247"},"diff.plus":{"bg":"#455a4b"},"error":{"fg":"#ff5370","bold":true},"function":{"fg":"#82aaff"},"function.builtin":{"fg":"#82aaff"},"function.call":{"fg":"#82aaff"},"function.macro":{"fg":"#82aaff"},"function.method":{"fg":"#82aaff"},"function.method.call":{"fg":"#82aaff"},"highlighted":{"bg":"#314549"},"keyword":{"fg":"#89ddff"},"keyword.conditional":{"fg":"#c792ea"},"keyword.conditional.ternary":{"fg":"#c792ea"},"keyword.coroutine":{"fg":"#89ddff","italic":true},"keyword.debug":{"fg":"#89ddff"},"keyword.directive":{"fg":"#89ddff"},"keyword.directive.define":{"fg":"#89ddff"},"keyword.exception":{"fg":"#f07178"},"keyword.export":{"fg":"#89ddff"},"keyword.function":{"fg":"#89ddff"},"keyword.import":{"fg":"#89ddff"},"keyword.modifier":{"fg":"#89ddff"},"keyword.operator":{"fg":"#89ddff"},"keyword.repeat":{"fg":"#c792ea"},"keyword.return":{"fg":"#89ddff"},"keyword.type":{"fg":"#89ddff"},"label":{"fg":"#ffcb6b"},"markup":{"fg":"#89ddff"},"markup.environment":{"fg":"#f07178"},"markup.environment.name":{"fg":"#f07178"},"markup.heading":{"fg":"#89ddff","bold":true},"markup.heading.1":{"fg":"#89ddff","bold":true},"markup.heading.2":{"fg":"#89ddff","bold":true},"markup.heading.3":{"fg":"#89ddff","bold":true},"markup.heading.4":{"fg":"#89ddff","bold":true},"markup.heading.5":{"fg":"#89ddff","bold":true},"markup.heading.6":{"fg":"#89ddff","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#f07178"},"markup.link.label":{"fg":"#f07178"},"markup.link.url":{"fg":"#80cbc4"},"markup.list":{"fg":"#89ddff"},"markup.list.checked":{"fg":"#c3e88d"},"markup.math":{"fg":"#82aaff"},"markup.quote":{"fg":"#89ddff"},"markup.raw":{"fg":"#c792ea"},"markup.raw.block":{"fg":"#c792ea"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ffcb6b"},"module.builtin":{"fg":"#89ddff"},"namespace":{"fg":"#ffcb6b"},"normal":{"fg":"#b0bec5","bg":"#25363b"},"number":{"fg":"#f78c6c"},"number.float":{"fg":"#f78c6c"},"operator":{"fg":"#89ddff"},"property":{"fg":"#7c9ead"},"punctuation.bracket":{"fg":"#89ddff"},"punctuation.delimiter":{"fg":"#89ddff"},"punctuation.special":{"fg":"#89ddff"},"string":{"fg":"#c3e88d"},"string.documentation":{"fg":"#c3e88d"},"string.escape":{"fg":"#7c9ead"},"string.regex":{"fg":"#ffcb6b"},"string.regexp":{"fg":"#ffcb6b"},"string.special":{"fg":"#7c9ead"},"string.special.path":{"fg":"#7c9ead"},"string.special.symbol":{"fg":"#ffcb6b"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#f07178"},"tag.attribute":{"fg":"#c792ea"},"tag.builtin":{"fg":"#89ddff"},"tag.delimiter":{"fg":"#89ddff"},"type":{"fg":"#c792ea"},"type.builtin":{"fg":"#c792ea"},"variable":{"fg":"#b0bec5"},"variable.builtin":{"fg":"#89ddff"},"variable.member":{"fg":"#7c9ead"},"variable.parameter":{"fg":"#b0bec5"},"variable.parameter.builtin":{"fg":"#89ddff"}}}
@@ -0,0 +1 @@
1
+ {"name":"material_palenight","appearance":"dark","revision":"52c121551ffbf7b8f25bed3ef5878e5d6896c786","highlights":{"attribute":{"bg":"#3b4665"},"attribute.builtin":{"fg":"#89ddff"},"boolean":{"fg":"#f78c6c"},"character":{"fg":"#f78c6c"},"character.special":{"fg":"#f07178"},"comment":{"fg":"#676e95"},"comment.documentation":{"fg":"#676e95"},"comment.error":{"fg":"#676e95","bg":"#ff5370"},"comment.hint":{"fg":"#676e95","bg":"#c792ea"},"comment.note":{"fg":"#676e95","bg":"#b0c9ff"},"comment.todo":{"fg":"#676e95"},"comment.warning":{"fg":"#676e95","bg":"#ffcb6b"},"constant":{"fg":"#ffcb6b"},"constant.builtin":{"fg":"#ffcb6b"},"constant.macro":{"fg":"#89ddff"},"constructor":{"fg":"#82aaff"},"diff.delta":{"bg":"#3b4665"},"diff.minus":{"bg":"#513b4a"},"diff.plus":{"bg":"#48524e"},"error":{"fg":"#ff5370","bold":true},"function":{"fg":"#82aaff"},"function.builtin":{"fg":"#82aaff"},"function.call":{"fg":"#82aaff"},"function.macro":{"fg":"#82aaff"},"function.method":{"fg":"#82aaff"},"function.method.call":{"fg":"#82aaff"},"highlighted":{"bg":"#414863"},"keyword":{"fg":"#89ddff"},"keyword.conditional":{"fg":"#c792ea"},"keyword.conditional.ternary":{"fg":"#c792ea"},"keyword.coroutine":{"fg":"#89ddff","italic":true},"keyword.debug":{"fg":"#89ddff"},"keyword.directive":{"fg":"#89ddff"},"keyword.directive.define":{"fg":"#89ddff"},"keyword.export":{"fg":"#89ddff"},"keyword.function":{"fg":"#89ddff"},"keyword.import":{"fg":"#89ddff"},"keyword.modifier":{"fg":"#89ddff"},"keyword.operator":{"fg":"#89ddff"},"keyword.repeat":{"fg":"#c792ea"},"keyword.return":{"fg":"#89ddff"},"keyword.type":{"fg":"#89ddff"},"label":{"fg":"#ffcb6b"},"markup":{"fg":"#89ddff"},"markup.environment":{"fg":"#f07178"},"markup.environment.name":{"fg":"#f07178"},"markup.heading":{"fg":"#89ddff","bold":true},"markup.heading.1":{"fg":"#89ddff","bold":true},"markup.heading.2":{"fg":"#89ddff","bold":true},"markup.heading.3":{"fg":"#89ddff","bold":true},"markup.heading.4":{"fg":"#89ddff","bold":true},"markup.heading.5":{"fg":"#89ddff","bold":true},"markup.heading.6":{"fg":"#89ddff","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#f07178"},"markup.link.label":{"fg":"#f07178"},"markup.link.url":{"fg":"#80cbc4"},"markup.list":{"fg":"#89ddff"},"markup.list.checked":{"fg":"#c3e88d"},"markup.math":{"fg":"#82aaff"},"markup.quote":{"fg":"#89ddff"},"markup.raw":{"fg":"#c792ea"},"markup.raw.block":{"fg":"#c792ea"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ffcb6b"},"module.builtin":{"fg":"#89ddff"},"namespace":{"fg":"#ffcb6b"},"normal":{"fg":"#a6accd","bg":"#292d3e"},"number":{"fg":"#f78c6c"},"number.float":{"fg":"#f78c6c"},"operator":{"fg":"#89ddff"},"property":{"fg":"#717cb4"},"punctuation.bracket":{"fg":"#89ddff"},"punctuation.delimiter":{"fg":"#89ddff"},"punctuation.special":{"fg":"#89ddff"},"string":{"fg":"#c3e88d"},"string.documentation":{"fg":"#c3e88d"},"string.escape":{"fg":"#717cb4"},"string.regex":{"fg":"#ffcb6b"},"string.regexp":{"fg":"#ffcb6b"},"string.special":{"fg":"#717cb4"},"string.special.path":{"fg":"#717cb4"},"string.special.symbol":{"fg":"#ffcb6b"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#f07178"},"tag.attribute":{"fg":"#c792ea"},"tag.builtin":{"fg":"#89ddff"},"tag.delimiter":{"fg":"#89ddff"},"type":{"fg":"#c792ea"},"type.builtin":{"fg":"#c792ea"},"variable":{"fg":"#a6accd"},"variable.builtin":{"fg":"#89ddff"},"variable.member":{"fg":"#717cb4"},"variable.parameter":{"fg":"#a6accd"},"variable.parameter.builtin":{"fg":"#89ddff"}}}
@@ -0,0 +1 @@
1
+ {"name":"matte_black","appearance":"dark","revision":"a8a039f5d6189b28d76fa0221e64965efec7e996","highlights":{"attribute":{"fg":"#d97706","italic":true},"attribute.builtin":{"fg":"#f59e0b"},"boolean":{"fg":"#10b981"},"character":{"fg":"#efbf04"},"character.special":{"fg":"#efbf04"},"comment":{"fg":"#8a8a8d","italic":true},"comment.documentation":{"fg":"#8a8a8d","italic":true},"comment.error":{"fg":"#dc2626","italic":true},"comment.hint":{"fg":"#8a8a8d","italic":true},"comment.note":{"fg":"#8a8a8d","italic":true},"comment.todo":{"fg":"#fbbf24","italic":true},"comment.warning":{"fg":"#d97706","italic":true},"constant":{"fg":"#d97706"},"constant.builtin":{"fg":"#d97706"},"constant.macro":{"fg":"#fbbf24"},"constructor":{"fg":"#fbbf24"},"diff.delta":{"fg":"#f59e0b"},"diff.minus":{"fg":"#dc2626"},"diff.plus":{"fg":"#10b981"},"function":{"fg":"#dc2626"},"function.builtin":{"fg":"#d97706"},"function.call":{"fg":"#f59e0b"},"function.macro":{"fg":"#fbbf24"},"function.method":{"fg":"#f59e0b"},"function.method.call":{"fg":"#f59e0b"},"highlighted":{"bg":"#212121"},"keyword":{"fg":"#059669"},"keyword.conditional":{"fg":"#059669"},"keyword.conditional.ternary":{"fg":"#059669"},"keyword.coroutine":{"fg":"#059669"},"keyword.debug":{"fg":"#059669"},"keyword.directive":{"fg":"#3b82f6"},"keyword.directive.define":{"fg":"#fbbf24"},"keyword.exception":{"fg":"#059669"},"keyword.export":{"fg":"#059669"},"keyword.function":{"fg":"#059669"},"keyword.import":{"fg":"#059669"},"keyword.modifier":{"fg":"#059669"},"keyword.operator":{"fg":"#bebebe"},"keyword.repeat":{"fg":"#059669"},"keyword.return":{"fg":"#059669"},"keyword.type":{"fg":"#059669"},"label":{"fg":"#059669"},"markup":{"fg":"#f59e0b"},"markup.environment":{"fg":"#f59e0b"},"markup.environment.name":{"fg":"#f59e0b"},"markup.heading":{"fg":"#d97706","bold":true},"markup.heading.1":{"fg":"#d97706","bold":true},"markup.heading.2":{"fg":"#d97706","bold":true},"markup.heading.3":{"fg":"#d97706","bold":true},"markup.heading.4":{"fg":"#d97706","bold":true},"markup.heading.5":{"fg":"#d97706","bold":true},"markup.heading.6":{"fg":"#d97706","bold":true},"markup.italic":{"fg":"#eaeaea","italic":true},"markup.link":{"fg":"#f59e0b","underline":"solid"},"markup.link.label":{"fg":"#f59e0b"},"markup.link.url":{"fg":"#f59e0b","underline":"solid"},"markup.list":{"fg":"#f59e0b"},"markup.list.checked":{"fg":"#10b981"},"markup.list.unchecked":{"fg":"#f59e0b"},"markup.math":{"fg":"#efbf04"},"markup.quote":{"fg":"#8a8a8d","italic":true},"markup.raw":{"fg":"#eaeaea"},"markup.raw.block":{"fg":"#eaeaea"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#eaeaea","bold":true},"markup.underline":{"fg":"#f59e0b","underline":"solid"},"module":{"fg":"#bf9903","italic":true},"module.builtin":{"fg":"#f59e0b"},"namespace":{"fg":"#bf9903","italic":true},"normal":{"fg":"#eaeaea","bg":"#121212"},"number":{"fg":"#efbf04"},"number.float":{"fg":"#efbf04"},"operator":{"fg":"#bebebe"},"property":{"fg":"#f59e0b"},"punctuation.bracket":{"fg":"#8a8a8d"},"punctuation.delimiter":{"fg":"#8a8a8d"},"punctuation.special":{"fg":"#3b82f6"},"string":{"fg":"#eaeaea"},"string.documentation":{"fg":"#eaeaea"},"string.escape":{"fg":"#efbf04"},"string.regex":{"fg":"#d97706"},"string.regexp":{"fg":"#efbf04"},"string.special":{"fg":"#efbf04"},"string.special.path":{"fg":"#efbf04"},"string.special.symbol":{"fg":"#efbf04"},"string.special.url":{"fg":"#f59e0b","italic":true},"tag":{"fg":"#059669"},"tag.attribute":{"fg":"#d97706","italic":true},"tag.builtin":{"fg":"#f59e0b"},"tag.delimiter":{"fg":"#bebebe"},"type":{"fg":"#fbbf24"},"type.builtin":{"fg":"#f59e0b","italic":true},"type.definition":{"fg":"#fbbf24"},"variable":{"fg":"#d97706"},"variable.builtin":{"fg":"#3b82f6"},"variable.builtin.javascript":{"fg":"#3b82f6","italic":true},"variable.builtin.lua":{"fg":"#3b82f6","italic":true},"variable.builtin.python":{"fg":"#3b82f6","italic":true},"variable.member":{"fg":"#eaeaea"},"variable.parameter":{"fg":"#bebebe"},"variable.parameter.builtin":{"fg":"#f59e0b"}}}
@@ -0,0 +1 @@
1
+ {"name":"melange_dark","appearance":"dark","revision":"ce42f6b629beeaa00591ba73a77d3eeac4cf28ce","highlights":{"attribute":{"fg":"#85b695"},"attribute.builtin":{"fg":"#ebc06d"},"boolean":{"fg":"#cf9bc2"},"character":{"fg":"#7f91b2"},"character.special":{"fg":"#ebc06d"},"comment":{"fg":"#c1a78e","italic":true},"comment.documentation":{"fg":"#c1a78e"},"comment.error":{"fg":"#c1a78e","bold":true},"comment.hint":{"fg":"#c1a78e","italic":true},"comment.note":{"fg":"#c1a78e","bold":true},"comment.todo":{"fg":"#c1a78e","bold":true},"comment.warning":{"fg":"#c1a78e","bold":true},"constant":{"fg":"#ece1d7"},"constant.builtin":{"fg":"#b380b0"},"constant.macro":{"fg":"#b380b0"},"constructor":{"fg":"#ebc06d"},"diff.delta":{"bg":"#422741"},"diff.minus":{"fg":"#c1a78e","bg":"#7d2a2f"},"diff.plus":{"bg":"#233524"},"function":{"fg":"#ebc06d"},"function.builtin":{"fg":"#ebc06d"},"function.call":{"fg":"#ebc06d"},"function.macro":{"fg":"#ebc06d"},"function.method":{"fg":"#ebc06d"},"function.method.call":{"fg":"#ebc06d"},"highlighted":{"bg":"#34302c"},"keyword":{"fg":"#e49b5d"},"keyword.conditional":{"fg":"#e49b5d"},"keyword.conditional.ternary":{"fg":"#e49b5d"},"keyword.coroutine":{"fg":"#e49b5d"},"keyword.debug":{"fg":"#e49b5d"},"keyword.directive":{"fg":"#85b695"},"keyword.directive.define":{"fg":"#85b695"},"keyword.exception":{"fg":"#e49b5d"},"keyword.export":{"fg":"#e49b5d"},"keyword.function":{"fg":"#85b695"},"keyword.import":{"fg":"#85b695"},"keyword.modifier":{"fg":"#e49b5d"},"keyword.operator":{"fg":"#e49b5d"},"keyword.repeat":{"fg":"#e49b5d"},"keyword.return":{"fg":"#e49b5d"},"keyword.type":{"fg":"#e49b5d"},"label":{"fg":"#89b3b6"},"markup":{"fg":"#ebc06d"},"markup.environment":{"fg":"#ebc06d"},"markup.environment.name":{"fg":"#ebc06d"},"markup.heading":{"fg":"#e49b5d","bold":true},"markup.heading.1":{"fg":"#e49b5d","bold":true},"markup.heading.2":{"fg":"#ebc06d","bold":true},"markup.heading.3":{"fg":"#85b695","bold":true},"markup.heading.4":{"fg":"#e49b5d","bold":true},"markup.heading.5":{"fg":"#ebc06d","bold":true},"markup.heading.6":{"fg":"#85b695","bold":true},"markup.italic":{"italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"underline":"solid"},"markup.link.url":{"fg":"#7f91b2"},"markup.list":{"fg":"#8b7449"},"markup.list.checked":{"fg":"#8b7449"},"markup.list.unchecked":{"fg":"#8b7449"},"markup.math":{"fg":"#89b3b6"},"markup.quote":{"fg":"#c1a78e","italic":true},"markup.raw":{"fg":"#89b3b6"},"markup.raw.block":{"fg":"#c1a78e"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ece1d7"},"module.builtin":{"fg":"#ece1d7"},"normal":{"fg":"#ece1d7","bg":"#292522"},"number":{"fg":"#cf9bc2"},"number.float":{"fg":"#cf9bc2"},"operator":{"fg":"#d47766"},"property":{"fg":"#ece1d7"},"punctuation.bracket":{"fg":"#8b7449"},"punctuation.delimiter":{"fg":"#bd8183"},"punctuation.special":{"fg":"#ebc06d"},"string":{"fg":"#a3a9ce","italic":true},"string.documentation":{"fg":"#a3a9ce"},"string.escape":{"fg":"#7f91b2"},"string.regexp":{"fg":"#a3a9ce"},"string.special":{"fg":"#89b3b6"},"string.special.path":{"fg":"#78997a"},"string.special.symbol":{"fg":"#ece1d7","italic":true},"string.special.url":{"fg":"#7f91b2"},"tag":{"fg":"#ebc06d"},"tag.attribute":{"fg":"#89b3b6"},"tag.builtin":{"fg":"#ebc06d"},"tag.delimiter":{"fg":"#8b7449"},"type":{"fg":"#7b9695"},"type.builtin":{"fg":"#7b9695"},"type.definition":{"fg":"#7b9695"},"variable":{"fg":"#ece1d7"},"variable.builtin":{"fg":"#ece1d7","italic":true},"variable.member":{"fg":"#ece1d7"},"variable.parameter":{"fg":"#ece1d7"},"variable.parameter.builtin":{"fg":"#ebc06d"}}}
@@ -0,0 +1 @@
1
+ {"name":"melange_light","appearance":"light","revision":"ce42f6b629beeaa00591ba73a77d3eeac4cf28ce","highlights":{"attribute":{"fg":"#3a684a"},"attribute.builtin":{"fg":"#a06d00"},"boolean":{"fg":"#904180"},"character":{"fg":"#7892bd"},"character.special":{"fg":"#a06d00"},"comment":{"fg":"#7d6658","italic":true},"comment.documentation":{"fg":"#7d6658"},"comment.error":{"fg":"#7d6658","bold":true},"comment.hint":{"fg":"#7d6658","italic":true},"comment.note":{"fg":"#7d6658","bold":true},"comment.todo":{"fg":"#7d6658","bold":true},"comment.warning":{"fg":"#7d6658","bold":true},"constant":{"fg":"#54433a"},"constant.builtin":{"fg":"#be79bb"},"constant.macro":{"fg":"#be79bb"},"constructor":{"fg":"#a06d00"},"diff.delta":{"bg":"#e8e0e8"},"diff.minus":{"fg":"#7d6658","bg":"#f1dedf"},"diff.plus":{"bg":"#d0e9d1"},"function":{"fg":"#a06d00"},"function.builtin":{"fg":"#a06d00"},"function.call":{"fg":"#a06d00"},"function.macro":{"fg":"#a06d00"},"function.method":{"fg":"#a06d00"},"function.method.call":{"fg":"#a06d00"},"highlighted":{"bg":"#e9e1db"},"keyword":{"fg":"#bc5c00"},"keyword.conditional":{"fg":"#bc5c00"},"keyword.conditional.ternary":{"fg":"#bc5c00"},"keyword.coroutine":{"fg":"#bc5c00"},"keyword.debug":{"fg":"#bc5c00"},"keyword.directive":{"fg":"#3a684a"},"keyword.directive.define":{"fg":"#3a684a"},"keyword.exception":{"fg":"#bc5c00"},"keyword.export":{"fg":"#bc5c00"},"keyword.function":{"fg":"#3a684a"},"keyword.import":{"fg":"#3a684a"},"keyword.modifier":{"fg":"#bc5c00"},"keyword.operator":{"fg":"#bc5c00"},"keyword.repeat":{"fg":"#bc5c00"},"keyword.return":{"fg":"#bc5c00"},"keyword.type":{"fg":"#bc5c00"},"label":{"fg":"#3d6568"},"markup":{"fg":"#a06d00"},"markup.environment":{"fg":"#a06d00"},"markup.environment.name":{"fg":"#a06d00"},"markup.heading":{"fg":"#bc5c00","bold":true},"markup.heading.1":{"fg":"#bc5c00","bold":true},"markup.heading.2":{"fg":"#a06d00","bold":true},"markup.heading.3":{"fg":"#3a684a","bold":true},"markup.heading.4":{"fg":"#bc5c00","bold":true},"markup.heading.5":{"fg":"#a06d00","bold":true},"markup.heading.6":{"fg":"#3a684a","bold":true},"markup.italic":{"italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"underline":"solid"},"markup.link.url":{"fg":"#7892bd"},"markup.list":{"fg":"#cca478"},"markup.list.checked":{"fg":"#cca478"},"markup.list.unchecked":{"fg":"#cca478"},"markup.math":{"fg":"#3d6568"},"markup.quote":{"fg":"#7d6658","italic":true},"markup.raw":{"fg":"#3d6568"},"markup.raw.block":{"fg":"#7d6658"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#54433a"},"module.builtin":{"fg":"#54433a"},"normal":{"fg":"#54433a","bg":"#f1f1f1"},"number":{"fg":"#904180"},"number.float":{"fg":"#904180"},"operator":{"fg":"#bf0021"},"property":{"fg":"#54433a"},"punctuation.bracket":{"fg":"#cca478"},"punctuation.delimiter":{"fg":"#c77b8b"},"punctuation.special":{"fg":"#a06d00"},"string":{"fg":"#465aa4","italic":true},"string.documentation":{"fg":"#465aa4"},"string.escape":{"fg":"#7892bd"},"string.regexp":{"fg":"#465aa4"},"string.special":{"fg":"#3d6568"},"string.special.path":{"fg":"#6e9b72"},"string.special.symbol":{"fg":"#54433a","italic":true},"string.special.url":{"fg":"#7892bd"},"tag":{"fg":"#a06d00"},"tag.attribute":{"fg":"#3d6568"},"tag.builtin":{"fg":"#a06d00"},"tag.delimiter":{"fg":"#cca478"},"type":{"fg":"#739797"},"type.builtin":{"fg":"#739797"},"type.definition":{"fg":"#739797"},"variable":{"fg":"#54433a"},"variable.builtin":{"fg":"#54433a","italic":true},"variable.member":{"fg":"#54433a"},"variable.parameter":{"fg":"#54433a"},"variable.parameter.builtin":{"fg":"#a06d00"}}}
@@ -0,0 +1 @@
1
+ {"name":"modus_operandi","appearance":"light","revision":"c57c2c56c9f0af04f3b609d11caa840880074784","highlights":{"attribute":{"fg":"#a0132f"},"attribute.builtin":{"fg":"#a0132f"},"boolean":{"fg":"#0031a9","bold":true},"character":{"fg":"#3548cf"},"character.special":{"fg":"#005077"},"comment":{"fg":"#595959","italic":true},"comment.documentation":{"fg":"#2a5045","italic":true},"comment.error":{"fg":"#a0132f"},"comment.hint":{"fg":"#595959","italic":true},"comment.note":{"fg":"#005077"},"comment.todo":{"fg":"#721045","bold":true},"comment.warning":{"fg":"#7a4f2f"},"constant":{"fg":"#000000"},"constant.builtin":{"fg":"#005f5f"},"constant.macro":{"fg":"#a0132f"},"constructor":{"fg":"#7a4f2f"},"constructor.tsx":{"fg":"#0031a9"},"diff.delta":{"fg":"#553d00","bg":"#ffdfa9"},"diff.minus":{"fg":"#8f1313","bg":"#ffd8d5"},"diff.plus":{"fg":"#005000","bg":"#c1f2d1"},"function":{"fg":"#721045"},"function.builtin":{"fg":"#005f5f"},"function.call":{"fg":"#721045"},"function.macro":{"fg":"#a0132f"},"function.method":{"fg":"#721045"},"function.method.call":{"fg":"#721045"},"highlighted":{"bg":"#dae5ec"},"keyword":{"fg":"#531ab6","italic":true},"keyword.conditional":{"fg":"#531ab6"},"keyword.conditional.ternary":{"fg":"#531ab6"},"keyword.coroutine":{"fg":"#531ab6","italic":true},"keyword.debug":{"fg":"#005f5f"},"keyword.directive":{"fg":"#a0132f"},"keyword.directive.define":{"fg":"#a0132f"},"keyword.exception":{"fg":"#531ab6"},"keyword.export":{"fg":"#531ab6","italic":true},"keyword.function":{"fg":"#721045"},"keyword.import":{"fg":"#a0132f"},"keyword.modifier":{"fg":"#531ab6","italic":true},"keyword.operator":{"fg":"#000000"},"keyword.repeat":{"fg":"#531ab6"},"keyword.return":{"fg":"#531ab6","italic":true},"keyword.type":{"fg":"#005f5f"},"label":{"fg":"#005e8b"},"markup":{"fg":"#005f5f"},"markup.environment":{"fg":"#005f5f"},"markup.environment.name":{"fg":"#005f5f"},"markup.heading":{"fg":"#193668","bold":true},"markup.heading.1":{"fg":"#0031a9","bold":true},"markup.heading.2":{"fg":"#6f5500","bold":true},"markup.heading.3":{"fg":"#721045","bold":true},"markup.heading.4":{"fg":"#006800","bold":true},"markup.heading.5":{"fg":"#a60000","bold":true},"markup.heading.6":{"fg":"#3f578f","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#005f5f"},"markup.link.label":{"fg":"#005077"},"markup.link.url":{"fg":"#193668","underline":"solid"},"markup.list":{"fg":"#000000"},"markup.list.checked":{"fg":"#006800"},"markup.list.unchecked":{"fg":"#6f5500"},"markup.math":{"fg":"#005f5f"},"markup.quote":{"italic":true},"markup.raw":{"fg":"#3548cf"},"markup.raw.block":{"fg":"#3548cf"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#a0132f"},"module.builtin":{"fg":"#531ab6"},"normal":{"fg":"#000000","bg":"#ffffff"},"number":{"fg":"#003497"},"number.float":{"fg":"#003497"},"operator":{"fg":"#000000"},"punctuation.bracket":{"fg":"#000000"},"punctuation.delimiter":{"fg":"#000000"},"punctuation.special":{"fg":"#000000"},"string":{"fg":"#3548cf"},"string.documentation":{"fg":"#2a5045","italic":true},"string.escape":{"fg":"#624416"},"string.regex":{"fg":"#00663f"},"string.regexp":{"fg":"#7f0000"},"string.special":{"fg":"#7f0000"},"string.special.path":{"fg":"#0031a9"},"string.special.symbol":{"fg":"#005e8b"},"string.special.url":{"fg":"#005f5f"},"tag":{"fg":"#005e8b"},"tag.builtin":{"fg":"#005f5f"},"tag.delimiter":{"fg":"#000000"},"tag.delimiter.tsx":{"fg":"#0000b0"},"tag.tsx":{"fg":"#a60000"},"type":{"fg":"#005f5f"},"type.builtin":{"fg":"#005f5f"},"type.definition":{"fg":"#3f578f"},"variable":{"fg":"#005e8b"},"variable.builtin":{"fg":"#531ab6"},"variable.member":{"fg":"#005e8b"},"variable.parameter":{"fg":"#005e8b"},"variable.parameter.builtin":{"fg":"#005077"}}}
@@ -0,0 +1 @@
1
+ {"name":"modus_vivendi","appearance":"dark","revision":"c57c2c56c9f0af04f3b609d11caa840880074784","highlights":{"attribute":{"fg":"#ff7f9f"},"attribute.builtin":{"fg":"#ff7f9f"},"boolean":{"fg":"#2fafff","bold":true},"character":{"fg":"#79a8ff"},"character.special":{"fg":"#9ac8e0"},"comment":{"fg":"#989898","italic":true},"comment.documentation":{"fg":"#88ca9f","italic":true},"comment.error":{"fg":"#ff7f9f"},"comment.hint":{"fg":"#989898","italic":true},"comment.note":{"fg":"#9ac8e0"},"comment.todo":{"fg":"#feacd0","bold":true},"comment.warning":{"fg":"#dfaf7a"},"constant":{"fg":"#ffffff"},"constant.builtin":{"fg":"#6ae4b9"},"constant.macro":{"fg":"#ff7f9f"},"constructor":{"fg":"#dfaf7a"},"constructor.tsx":{"fg":"#2fafff"},"diff.delta":{"fg":"#efef80","bg":"#363300"},"diff.minus":{"fg":"#ffbfbf","bg":"#4f1119"},"diff.plus":{"fg":"#a0e0a0","bg":"#00381f"},"function":{"fg":"#feacd0"},"function.builtin":{"fg":"#6ae4b9"},"function.call":{"fg":"#feacd0"},"function.macro":{"fg":"#ff7f9f"},"function.method":{"fg":"#feacd0"},"function.method.call":{"fg":"#feacd0"},"highlighted":{"bg":"#2f3849"},"keyword":{"fg":"#b6a0ff","italic":true},"keyword.conditional":{"fg":"#b6a0ff"},"keyword.conditional.ternary":{"fg":"#b6a0ff"},"keyword.coroutine":{"fg":"#b6a0ff","italic":true},"keyword.debug":{"fg":"#6ae4b9"},"keyword.directive":{"fg":"#ff7f9f"},"keyword.directive.define":{"fg":"#ff7f9f"},"keyword.exception":{"fg":"#b6a0ff"},"keyword.export":{"fg":"#b6a0ff","italic":true},"keyword.function":{"fg":"#feacd0"},"keyword.import":{"fg":"#ff7f9f"},"keyword.modifier":{"fg":"#b6a0ff","italic":true},"keyword.operator":{"fg":"#ffffff"},"keyword.repeat":{"fg":"#b6a0ff"},"keyword.return":{"fg":"#b6a0ff","italic":true},"keyword.type":{"fg":"#6ae4b9"},"label":{"fg":"#00d3d0"},"markup":{"fg":"#6ae4b9"},"markup.environment":{"fg":"#6ae4b9"},"markup.environment.name":{"fg":"#6ae4b9"},"markup.heading":{"fg":"#c6daff","bold":true},"markup.heading.1":{"fg":"#2fafff","bold":true},"markup.heading.2":{"fg":"#d0bc00","bold":true},"markup.heading.3":{"fg":"#feacd0","bold":true},"markup.heading.4":{"fg":"#44bc44","bold":true},"markup.heading.5":{"fg":"#ff5f59","bold":true},"markup.heading.6":{"fg":"#4ae2f0","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#6ae4b9"},"markup.link.label":{"fg":"#9ac8e0"},"markup.link.url":{"fg":"#c6daff","underline":"solid"},"markup.list":{"fg":"#ffffff"},"markup.list.checked":{"fg":"#44bc44"},"markup.list.unchecked":{"fg":"#d0bc00"},"markup.math":{"fg":"#6ae4b9"},"markup.quote":{"italic":true},"markup.raw":{"fg":"#79a8ff"},"markup.raw.block":{"fg":"#79a8ff"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ff7f9f"},"module.builtin":{"fg":"#b6a0ff"},"normal":{"fg":"#ffffff","bg":"#000000"},"number":{"fg":"#82b0ec"},"number.float":{"fg":"#82b0ec"},"operator":{"fg":"#ffffff"},"punctuation.bracket":{"fg":"#ffffff"},"punctuation.delimiter":{"fg":"#ffffff"},"punctuation.special":{"fg":"#ffffff"},"string":{"fg":"#79a8ff"},"string.documentation":{"fg":"#88ca9f","italic":true},"string.escape":{"fg":"#d2b580"},"string.regex":{"fg":"#00c06f"},"string.regexp":{"fg":"#ff9580"},"string.special":{"fg":"#ff9580"},"string.special.path":{"fg":"#2fafff"},"string.special.symbol":{"fg":"#00d3d0"},"string.special.url":{"fg":"#6ae4b9"},"tag":{"fg":"#00d3d0"},"tag.builtin":{"fg":"#6ae4b9"},"tag.delimiter":{"fg":"#ffffff"},"tag.delimiter.tsx":{"fg":"#00bcff"},"tag.tsx":{"fg":"#ff5f59"},"type":{"fg":"#6ae4b9"},"type.builtin":{"fg":"#6ae4b9"},"type.definition":{"fg":"#4ae2f0"},"variable":{"fg":"#00d3d0"},"variable.builtin":{"fg":"#b6a0ff"},"variable.member":{"fg":"#00d3d0"},"variable.parameter":{"fg":"#00d3d0"},"variable.parameter.builtin":{"fg":"#9ac8e0"}}}
@@ -0,0 +1 @@
1
+ {"name":"molokai","appearance":"dark","revision":"720bacc534fa3b1566d75612986737088a4fb132","highlights":{"attribute":{"fg":"#f92672"},"attribute.builtin":{"fg":"#819aff"},"boolean":{"fg":"#ae81ff"},"character":{"fg":"#a6e22e"},"character.special":{"fg":"#819aff"},"comment":{"fg":"#7e8e91","italic":true},"comment.documentation":{"fg":"#7e8e91","italic":true},"comment.error":{"fg":"#ff4a44"},"comment.hint":{"fg":"#7e8e91","italic":true},"comment.note":{"fg":"#6796e6"},"comment.todo":{"fg":"#1b1d1e","bg":"#e6db74"},"comment.warning":{"fg":"#cd9731"},"constant":{"fg":"#ae81ff"},"constant.builtin":{"fg":"#a6e22e"},"constant.macro":{"fg":"#f92672"},"constructor":{"fg":"#819aff"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ffc0b9"},"diff.plus":{"fg":"#b3f6c0"},"function":{"fg":"#a6e22e"},"function.builtin":{"fg":"#819aff"},"function.call":{"fg":"#a6e22e"},"function.macro":{"fg":"#a6e22e"},"function.method":{"fg":"#a6e22e"},"function.method.call":{"fg":"#a6e22e"},"highlighted":{"bg":"#303132"},"keyword":{"fg":"#66d9ef","italic":true},"keyword.conditional":{"fg":"#66d9ef","italic":true},"keyword.conditional.ternary":{"fg":"#66d9ef","italic":true},"keyword.coroutine":{"fg":"#66d9ef","italic":true},"keyword.debug":{"fg":"#66d9ef","italic":true},"keyword.directive":{"fg":"#66d9ef","italic":true},"keyword.directive.define":{"fg":"#66d9ef","italic":true},"keyword.exception":{"fg":"#66d9ef","italic":true},"keyword.export":{"fg":"#66d9ef","italic":true},"keyword.function":{"fg":"#f92672"},"keyword.import":{"fg":"#66d9ef","italic":true},"keyword.modifier":{"fg":"#66d9ef","italic":true},"keyword.operator":{"fg":"#f92672"},"keyword.repeat":{"fg":"#66d9ef","italic":true},"keyword.return":{"fg":"#f92672","italic":true},"keyword.type":{"fg":"#66d9ef","italic":true},"label":{"fg":"#819aff"},"markup":{"fg":"#819aff"},"markup.environment":{"fg":"#819aff"},"markup.environment.name":{"fg":"#819aff"},"markup.heading":{"fg":"#a6e22e","bold":true},"markup.heading.1":{"fg":"#a6e22e","bold":true},"markup.heading.2":{"fg":"#a6e22e","bold":true},"markup.heading.3":{"fg":"#a6e22e","bold":true},"markup.heading.4":{"fg":"#a6e22e","bold":true},"markup.heading.5":{"fg":"#a6e22e","bold":true},"markup.heading.6":{"fg":"#a6e22e","bold":true},"markup.italic":{"italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"underline":"solid"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#819aff"},"markup.list.checked":{"fg":"#819aff"},"markup.list.unchecked":{"fg":"#819aff"},"markup.math":{"fg":"#819aff"},"markup.quote":{"fg":"#819aff"},"markup.raw":{"fg":"#819aff"},"markup.raw.block":{"fg":"#819aff"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#66d9ef"},"module.builtin":{"fg":"#819aff"},"namespace":{"fg":"#f92672"},"normal":{"fg":"#f8f8f2","bg":"#1b1d1e"},"number":{"fg":"#ae81ff"},"number.float":{"fg":"#ae81ff"},"operator":{"fg":"#f92672"},"property":{"fg":"#f8f8f2"},"punctuation.bracket":{"fg":"#fd971f"},"punctuation.delimiter":{"fg":"#e0e2ea"},"punctuation.special":{"fg":"#e0e2ea"},"punctuation.special.markdown":{"fg":"#fd971f","bold":true},"string":{"fg":"#e6db74"},"string.documentation":{"fg":"#e6db74"},"string.escape":{"fg":"#ae81ff"},"string.regexp":{"fg":"#819aff"},"string.special":{"fg":"#819aff"},"string.special.path":{"fg":"#819aff"},"string.special.symbol":{"fg":"#819aff"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#f92672"},"tag.attribute":{"fg":"#f8f8f2"},"tag.builtin":{"fg":"#819aff"},"tag.delimiter":{"fg":"#e0e2ea"},"type":{"fg":"#66d9ef"},"type.builtin":{"fg":"#66d9ef"},"type.definition":{"fg":"#66d9ef"},"variable.builtin":{"fg":"#fd971f"},"variable.parameter.builtin":{"fg":"#819aff"}}}
@@ -0,0 +1 @@
1
+ {"name":"monokai_pro_dark","appearance":"dark","revision":"8d43e7746754c2dc6e8b797cbcdd361b46086675","highlights":{"attribute":{"fg":"#a9dc76"},"attribute.builtin":{"fg":"#fc9867"},"boolean":{"fg":"#ab9df2"},"character":{"fg":"#ffd866"},"character.special":{"fg":"#ffd866"},"comment":{"fg":"#727072","italic":true},"comment.documentation":{"fg":"#727072","italic":true},"comment.documentation.lua":{"fg":"#78dce8"},"comment.error":{"fg":"#ff6188"},"comment.hint":{"fg":"#727072","italic":true},"comment.note":{"fg":"#78dce8"},"comment.todo":{"fg":"#ab9df2","bg":"#2d2a2e","bold":true},"comment.warning":{"fg":"#fc9867"},"constant":{"fg":"#ab9df2"},"constant.builtin":{"fg":"#ab9df2"},"constant.cpp":{"fg":"#78dce8"},"constant.macro":{"fg":"#ab9df2"},"constant.macro.cpp":{"fg":"#ff6188"},"constructor":{"fg":"#a9dc76"},"diff.delta":{"fg":"#ffd866"},"diff.minus":{"fg":"#ff6188"},"diff.plus":{"fg":"#a9dc76"},"function":{"fg":"#a9dc76"},"function.builtin":{"fg":"#a9dc76"},"function.call":{"fg":"#a9dc76"},"function.macro":{"fg":"#a9dc76"},"function.method":{"fg":"#a9dc76"},"function.method.call":{"fg":"#a9dc76"},"function.scss":{"fg":"#78dce8"},"highlighted":{"bg":"#373438"},"keyword":{"fg":"#ff6188","italic":true},"keyword.conditional":{"fg":"#ff6188"},"keyword.conditional.ternary":{"fg":"#ff6188"},"keyword.coroutine":{"fg":"#ff6188"},"keyword.cpp":{"fg":"#78dce8","italic":true},"keyword.debug":{"fg":"#ff6188"},"keyword.directive":{"fg":"#ff6188"},"keyword.directive.define":{"fg":"#ff6188"},"keyword.dockerfile":{"fg":"#ff6188"},"keyword.exception":{"fg":"#ff6188"},"keyword.export":{"fg":"#ff6188","italic":true},"keyword.function":{"fg":"#78dce8","italic":true},"keyword.function.go":{"fg":"#ff6188"},"keyword.function.lua":{"fg":"#ff6188"},"keyword.import":{"fg":"#ff6188"},"keyword.modifier":{"fg":"#ff6188","italic":true},"keyword.operator":{"fg":"#ff6188"},"keyword.repeat":{"fg":"#ff6188"},"keyword.return":{"fg":"#ff6188"},"keyword.scss":{"fg":"#ff6188"},"keyword.type":{"fg":"#78dce8","italic":true},"label":{"fg":"#78dce8"},"markup":{"fg":"#fcfcfa"},"markup.environment":{"fg":"#fcfcfa"},"markup.environment.name":{"fg":"#fcfcfa"},"markup.heading":{"fg":"#a9dc76","bold":true},"markup.heading.1":{"fg":"#a9dc76","bold":true},"markup.heading.1.markdown":{"fg":"#ffd866"},"markup.heading.2":{"fg":"#a9dc76","bold":true},"markup.heading.2.markdown":{"fg":"#ffd866"},"markup.heading.3":{"fg":"#a9dc76","bold":true},"markup.heading.3.markdown":{"fg":"#ffd866"},"markup.heading.4":{"fg":"#a9dc76","bold":true},"markup.heading.4.markdown":{"fg":"#ffd866"},"markup.heading.5":{"fg":"#a9dc76","bold":true},"markup.heading.5.markdown":{"fg":"#ffd866"},"markup.heading.6":{"fg":"#a9dc76","bold":true},"markup.heading.6.markdown":{"fg":"#ffd866"},"markup.italic":{"fg":"#fcfcfa","italic":true},"markup.italic.markdown_inline":{"italic":true},"markup.link":{"fg":"#fc9867","underline":"solid"},"markup.link.label":{"fg":"#fc9867","underline":"solid"},"markup.link.label.markdown_inline":{"fg":"#ff6188"},"markup.link.url":{"fg":"#fc9867","underline":"solid"},"markup.link.url.markdown_inline":{"fg":"#a9dc76","underline":"solid"},"markup.list":{"fg":"#fcfcfa"},"markup.list.checked":{"fg":"#fcfcfa"},"markup.list.unchecked":{"fg":"#fcfcfa"},"markup.math":{"fg":"#ffd866"},"markup.quote":{"fg":"#fcfcfa"},"markup.raw":{"fg":"#ffd866"},"markup.raw.block":{"fg":"#ffd866"},"markup.raw.block.markdown":{"bg":"#221f22"},"markup.strikethrough":{"fg":"#fcfcfa","strikethrough":true},"markup.strong":{"fg":"#fcfcfa","bold":true},"markup.strong.markdown_inline":{"bold":true},"markup.underline":{"fg":"#fcfcfa","underline":"solid"},"module":{"fg":"#78dce8"},"module.builtin":{"fg":"#78dce8"},"module.go":{"fg":"#fcfcfa"},"namespace.cpp":{"fg":"#a9dc76"},"namespace.lua":{"fg":"#ff6188"},"normal":{"fg":"#fcfcfa","bg":"#2d2a2e"},"number":{"fg":"#ab9df2"},"number.float":{"fg":"#ab9df2"},"operator":{"fg":"#ff6188"},"property":{"fg":"#fcfcfa"},"property.scss":{"fg":"#a9dc76"},"property.yaml":{"fg":"#ff6188"},"punctuation.bracket":{"fg":"#ff6188"},"punctuation.delimiter":{"fg":"#939293"},"punctuation.special":{"fg":"#939293"},"punctuation.special.latex":{"fg":"#ff6188"},"punctuation.special.yaml":{"fg":"#fcfcfa"},"string":{"fg":"#ffd866"},"string.documentation":{"fg":"#727072"},"string.escape":{"fg":"#ab9df2"},"string.latex":{"fg":"#78dce8"},"string.regexp":{"fg":"#ffd866"},"string.scss":{"fg":"#fc9867","italic":true},"string.special":{"fg":"#fc9867"},"string.special.path":{"fg":"#fc9867"},"string.special.symbol":{"fg":"#fc9867"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#ff6188"},"tag.attribute":{"fg":"#78dce8","italic":true},"tag.builtin":{"fg":"#ff6188"},"tag.delimiter":{"fg":"#939293"},"type":{"fg":"#78dce8"},"type.builtin":{"fg":"#78dce8","italic":true},"type.cpp":{"fg":"#fc9867","italic":true},"type.definition":{"fg":"#a9dc76"},"variable":{"fg":"#fcfcfa"},"variable.builtin":{"fg":"#c1c0c0","italic":true},"variable.member":{"fg":"#fcfcfa"},"variable.parameter":{"fg":"#fc9867","italic":true},"variable.parameter.builtin":{"fg":"#fc9867","italic":true}}}
@@ -0,0 +1 @@
1
+ {"name":"monokai_pro_machine","appearance":"dark","revision":"8d43e7746754c2dc6e8b797cbcdd361b46086675","highlights":{"attribute":{"fg":"#a2e57b"},"attribute.builtin":{"fg":"#ffb270"},"boolean":{"fg":"#baa0f8"},"character":{"fg":"#ffed72"},"character.special":{"fg":"#ffed72"},"comment":{"fg":"#6b7678","italic":true},"comment.documentation":{"fg":"#6b7678","italic":true},"comment.documentation.lua":{"fg":"#7cd5f1"},"comment.error":{"fg":"#ff6d7e"},"comment.hint":{"fg":"#6b7678","italic":true},"comment.note":{"fg":"#7cd5f1"},"comment.todo":{"fg":"#baa0f8","bg":"#273136","bold":true},"comment.warning":{"fg":"#ffb270"},"constant":{"fg":"#baa0f8"},"constant.builtin":{"fg":"#baa0f8"},"constant.cpp":{"fg":"#7cd5f1"},"constant.macro":{"fg":"#baa0f8"},"constant.macro.cpp":{"fg":"#ff6d7e"},"constructor":{"fg":"#a2e57b"},"diff.delta":{"fg":"#ffed72"},"diff.minus":{"fg":"#ff6d7e"},"diff.plus":{"fg":"#a2e57b"},"function":{"fg":"#a2e57b"},"function.builtin":{"fg":"#a2e57b"},"function.call":{"fg":"#a2e57b"},"function.macro":{"fg":"#a2e57b"},"function.method":{"fg":"#a2e57b"},"function.method.call":{"fg":"#a2e57b"},"function.scss":{"fg":"#7cd5f1"},"highlighted":{"bg":"#313b3f"},"keyword":{"fg":"#ff6d7e","italic":true},"keyword.conditional":{"fg":"#ff6d7e"},"keyword.conditional.ternary":{"fg":"#ff6d7e"},"keyword.coroutine":{"fg":"#ff6d7e"},"keyword.cpp":{"fg":"#7cd5f1","italic":true},"keyword.debug":{"fg":"#ff6d7e"},"keyword.directive":{"fg":"#ff6d7e"},"keyword.directive.define":{"fg":"#ff6d7e"},"keyword.dockerfile":{"fg":"#ff6d7e"},"keyword.exception":{"fg":"#ff6d7e"},"keyword.export":{"fg":"#ff6d7e","italic":true},"keyword.function":{"fg":"#7cd5f1","italic":true},"keyword.function.go":{"fg":"#ff6d7e"},"keyword.function.lua":{"fg":"#ff6d7e"},"keyword.import":{"fg":"#ff6d7e"},"keyword.modifier":{"fg":"#ff6d7e","italic":true},"keyword.operator":{"fg":"#ff6d7e"},"keyword.repeat":{"fg":"#ff6d7e"},"keyword.return":{"fg":"#ff6d7e"},"keyword.scss":{"fg":"#ff6d7e"},"keyword.type":{"fg":"#7cd5f1","italic":true},"label":{"fg":"#7cd5f1"},"markup":{"fg":"#f2fffc"},"markup.environment":{"fg":"#f2fffc"},"markup.environment.name":{"fg":"#f2fffc"},"markup.heading":{"fg":"#a2e57b","bold":true},"markup.heading.1":{"fg":"#a2e57b","bold":true},"markup.heading.1.markdown":{"fg":"#ffed72"},"markup.heading.2":{"fg":"#a2e57b","bold":true},"markup.heading.2.markdown":{"fg":"#ffed72"},"markup.heading.3":{"fg":"#a2e57b","bold":true},"markup.heading.3.markdown":{"fg":"#ffed72"},"markup.heading.4":{"fg":"#a2e57b","bold":true},"markup.heading.4.markdown":{"fg":"#ffed72"},"markup.heading.5":{"fg":"#a2e57b","bold":true},"markup.heading.5.markdown":{"fg":"#ffed72"},"markup.heading.6":{"fg":"#a2e57b","bold":true},"markup.heading.6.markdown":{"fg":"#ffed72"},"markup.italic":{"fg":"#f2fffc","italic":true},"markup.italic.markdown_inline":{"italic":true},"markup.link":{"fg":"#ffb270","underline":"solid"},"markup.link.label":{"fg":"#ffb270","underline":"solid"},"markup.link.label.markdown_inline":{"fg":"#ff6d7e"},"markup.link.url":{"fg":"#ffb270","underline":"solid"},"markup.link.url.markdown_inline":{"fg":"#a2e57b","underline":"solid"},"markup.list":{"fg":"#f2fffc"},"markup.list.checked":{"fg":"#f2fffc"},"markup.list.unchecked":{"fg":"#f2fffc"},"markup.math":{"fg":"#ffed72"},"markup.quote":{"fg":"#f2fffc"},"markup.raw":{"fg":"#ffed72"},"markup.raw.block":{"fg":"#ffed72"},"markup.raw.block.markdown":{"bg":"#1d2528"},"markup.strikethrough":{"fg":"#f2fffc","strikethrough":true},"markup.strong":{"fg":"#f2fffc","bold":true},"markup.strong.markdown_inline":{"bold":true},"markup.underline":{"fg":"#f2fffc","underline":"solid"},"module":{"fg":"#7cd5f1"},"module.builtin":{"fg":"#7cd5f1"},"module.go":{"fg":"#f2fffc"},"namespace.cpp":{"fg":"#a2e57b"},"namespace.lua":{"fg":"#ff6d7e"},"normal":{"fg":"#f2fffc","bg":"#273136"},"number":{"fg":"#baa0f8"},"number.float":{"fg":"#baa0f8"},"operator":{"fg":"#ff6d7e"},"property":{"fg":"#f2fffc"},"property.scss":{"fg":"#a2e57b"},"property.yaml":{"fg":"#ff6d7e"},"punctuation.bracket":{"fg":"#ff6d7e"},"punctuation.delimiter":{"fg":"#8b9798"},"punctuation.special":{"fg":"#8b9798"},"punctuation.special.latex":{"fg":"#ff6d7e"},"punctuation.special.yaml":{"fg":"#f2fffc"},"string":{"fg":"#ffed72"},"string.documentation":{"fg":"#6b7678"},"string.escape":{"fg":"#baa0f8"},"string.latex":{"fg":"#7cd5f1"},"string.regexp":{"fg":"#ffed72"},"string.scss":{"fg":"#ffb270","italic":true},"string.special":{"fg":"#ffb270"},"string.special.path":{"fg":"#ffb270"},"string.special.symbol":{"fg":"#ffb270"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#ff6d7e"},"tag.attribute":{"fg":"#7cd5f1","italic":true},"tag.builtin":{"fg":"#ff6d7e"},"tag.delimiter":{"fg":"#8b9798"},"type":{"fg":"#7cd5f1"},"type.builtin":{"fg":"#7cd5f1","italic":true},"type.cpp":{"fg":"#ffb270","italic":true},"type.definition":{"fg":"#a2e57b"},"variable":{"fg":"#f2fffc"},"variable.builtin":{"fg":"#b8c4c3","italic":true},"variable.member":{"fg":"#f2fffc"},"variable.parameter":{"fg":"#ffb270","italic":true},"variable.parameter.builtin":{"fg":"#ffb270","italic":true}}}
@@ -0,0 +1 @@
1
+ {"name":"monokai_pro_ristretto","appearance":"dark","revision":"8d43e7746754c2dc6e8b797cbcdd361b46086675","highlights":{"attribute":{"fg":"#adda78"},"attribute.builtin":{"fg":"#f38d70"},"boolean":{"fg":"#a8a9eb"},"character":{"fg":"#f9cc6c"},"character.special":{"fg":"#f9cc6c"},"comment":{"fg":"#72696a","italic":true},"comment.documentation":{"fg":"#72696a","italic":true},"comment.documentation.lua":{"fg":"#85dacc"},"comment.error":{"fg":"#fd6883"},"comment.hint":{"fg":"#72696a","italic":true},"comment.note":{"fg":"#85dacc"},"comment.todo":{"fg":"#a8a9eb","bg":"#2c2525","bold":true},"comment.warning":{"fg":"#f38d70"},"constant":{"fg":"#a8a9eb"},"constant.builtin":{"fg":"#a8a9eb"},"constant.cpp":{"fg":"#85dacc"},"constant.macro":{"fg":"#a8a9eb"},"constant.macro.cpp":{"fg":"#fd6883"},"constructor":{"fg":"#adda78"},"diff.delta":{"fg":"#f9cc6c"},"diff.minus":{"fg":"#fd6883"},"diff.plus":{"fg":"#adda78"},"function":{"fg":"#adda78"},"function.builtin":{"fg":"#adda78"},"function.call":{"fg":"#adda78"},"function.macro":{"fg":"#adda78"},"function.method":{"fg":"#adda78"},"function.method.call":{"fg":"#adda78"},"function.scss":{"fg":"#85dacc"},"highlighted":{"bg":"#362f2f"},"keyword":{"fg":"#fd6883","italic":true},"keyword.conditional":{"fg":"#fd6883"},"keyword.conditional.ternary":{"fg":"#fd6883"},"keyword.coroutine":{"fg":"#fd6883"},"keyword.cpp":{"fg":"#85dacc","italic":true},"keyword.debug":{"fg":"#fd6883"},"keyword.directive":{"fg":"#fd6883"},"keyword.directive.define":{"fg":"#fd6883"},"keyword.dockerfile":{"fg":"#fd6883"},"keyword.exception":{"fg":"#fd6883"},"keyword.export":{"fg":"#fd6883","italic":true},"keyword.function":{"fg":"#85dacc","italic":true},"keyword.function.go":{"fg":"#fd6883"},"keyword.function.lua":{"fg":"#fd6883"},"keyword.import":{"fg":"#fd6883"},"keyword.modifier":{"fg":"#fd6883","italic":true},"keyword.operator":{"fg":"#fd6883"},"keyword.repeat":{"fg":"#fd6883"},"keyword.return":{"fg":"#fd6883"},"keyword.scss":{"fg":"#fd6883"},"keyword.type":{"fg":"#85dacc","italic":true},"label":{"fg":"#85dacc"},"markup":{"fg":"#fff1f3"},"markup.environment":{"fg":"#fff1f3"},"markup.environment.name":{"fg":"#fff1f3"},"markup.heading":{"fg":"#adda78","bold":true},"markup.heading.1":{"fg":"#adda78","bold":true},"markup.heading.1.markdown":{"fg":"#f9cc6c"},"markup.heading.2":{"fg":"#adda78","bold":true},"markup.heading.2.markdown":{"fg":"#f9cc6c"},"markup.heading.3":{"fg":"#adda78","bold":true},"markup.heading.3.markdown":{"fg":"#f9cc6c"},"markup.heading.4":{"fg":"#adda78","bold":true},"markup.heading.4.markdown":{"fg":"#f9cc6c"},"markup.heading.5":{"fg":"#adda78","bold":true},"markup.heading.5.markdown":{"fg":"#f9cc6c"},"markup.heading.6":{"fg":"#adda78","bold":true},"markup.heading.6.markdown":{"fg":"#f9cc6c"},"markup.italic":{"fg":"#fff1f3","italic":true},"markup.italic.markdown_inline":{"italic":true},"markup.link":{"fg":"#f38d70","underline":"solid"},"markup.link.label":{"fg":"#f38d70","underline":"solid"},"markup.link.label.markdown_inline":{"fg":"#fd6883"},"markup.link.url":{"fg":"#f38d70","underline":"solid"},"markup.link.url.markdown_inline":{"fg":"#adda78","underline":"solid"},"markup.list":{"fg":"#fff1f3"},"markup.list.checked":{"fg":"#fff1f3"},"markup.list.unchecked":{"fg":"#fff1f3"},"markup.math":{"fg":"#f9cc6c"},"markup.quote":{"fg":"#fff1f3"},"markup.raw":{"fg":"#f9cc6c"},"markup.raw.block":{"fg":"#f9cc6c"},"markup.raw.block.markdown":{"bg":"#211c1c"},"markup.strikethrough":{"fg":"#fff1f3","strikethrough":true},"markup.strong":{"fg":"#fff1f3","bold":true},"markup.strong.markdown_inline":{"bold":true},"markup.underline":{"fg":"#fff1f3","underline":"solid"},"module":{"fg":"#85dacc"},"module.builtin":{"fg":"#85dacc"},"module.go":{"fg":"#fff1f3"},"namespace.cpp":{"fg":"#adda78"},"namespace.lua":{"fg":"#fd6883"},"normal":{"fg":"#fff1f3","bg":"#2c2525"},"number":{"fg":"#a8a9eb"},"number.float":{"fg":"#a8a9eb"},"operator":{"fg":"#fd6883"},"property":{"fg":"#fff1f3"},"property.scss":{"fg":"#adda78"},"property.yaml":{"fg":"#fd6883"},"punctuation.bracket":{"fg":"#fd6883"},"punctuation.delimiter":{"fg":"#948a8b"},"punctuation.special":{"fg":"#948a8b"},"punctuation.special.latex":{"fg":"#fd6883"},"punctuation.special.yaml":{"fg":"#fff1f3"},"string":{"fg":"#f9cc6c"},"string.documentation":{"fg":"#72696a"},"string.escape":{"fg":"#a8a9eb"},"string.latex":{"fg":"#85dacc"},"string.regexp":{"fg":"#f9cc6c"},"string.scss":{"fg":"#f38d70","italic":true},"string.special":{"fg":"#f38d70"},"string.special.path":{"fg":"#f38d70"},"string.special.symbol":{"fg":"#f38d70"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#fd6883"},"tag.attribute":{"fg":"#85dacc","italic":true},"tag.builtin":{"fg":"#fd6883"},"tag.delimiter":{"fg":"#948a8b"},"type":{"fg":"#85dacc"},"type.builtin":{"fg":"#85dacc","italic":true},"type.cpp":{"fg":"#f38d70","italic":true},"type.definition":{"fg":"#adda78"},"variable":{"fg":"#fff1f3"},"variable.builtin":{"fg":"#c3b7b8","italic":true},"variable.member":{"fg":"#fff1f3"},"variable.parameter":{"fg":"#f38d70","italic":true},"variable.parameter.builtin":{"fg":"#f38d70","italic":true}}}
@@ -0,0 +1 @@
1
+ {"name":"monokai_pro_spectrum","appearance":"dark","revision":"8d43e7746754c2dc6e8b797cbcdd361b46086675","highlights":{"attribute":{"fg":"#7bd88f"},"attribute.builtin":{"fg":"#fd9353"},"boolean":{"fg":"#948ae3"},"character":{"fg":"#fce566"},"character.special":{"fg":"#fce566"},"comment":{"fg":"#69676c","italic":true},"comment.documentation":{"fg":"#69676c","italic":true},"comment.documentation.lua":{"fg":"#5ad4e6"},"comment.error":{"fg":"#fc618d"},"comment.hint":{"fg":"#69676c","italic":true},"comment.note":{"fg":"#5ad4e6"},"comment.todo":{"fg":"#948ae3","bg":"#222222","bold":true},"comment.warning":{"fg":"#fd9353"},"constant":{"fg":"#948ae3"},"constant.builtin":{"fg":"#948ae3"},"constant.cpp":{"fg":"#5ad4e6"},"constant.macro":{"fg":"#948ae3"},"constant.macro.cpp":{"fg":"#fc618d"},"constructor":{"fg":"#7bd88f"},"diff.delta":{"fg":"#fce566"},"diff.minus":{"fg":"#fc618d"},"diff.plus":{"fg":"#7bd88f"},"function":{"fg":"#7bd88f"},"function.builtin":{"fg":"#7bd88f"},"function.call":{"fg":"#7bd88f"},"function.macro":{"fg":"#7bd88f"},"function.method":{"fg":"#7bd88f"},"function.method.call":{"fg":"#7bd88f"},"function.scss":{"fg":"#5ad4e6"},"highlighted":{"bg":"#2c2c2d"},"keyword":{"fg":"#fc618d","italic":true},"keyword.conditional":{"fg":"#fc618d"},"keyword.conditional.ternary":{"fg":"#fc618d"},"keyword.coroutine":{"fg":"#fc618d"},"keyword.cpp":{"fg":"#5ad4e6","italic":true},"keyword.debug":{"fg":"#fc618d"},"keyword.directive":{"fg":"#fc618d"},"keyword.directive.define":{"fg":"#fc618d"},"keyword.dockerfile":{"fg":"#fc618d"},"keyword.exception":{"fg":"#fc618d"},"keyword.export":{"fg":"#fc618d","italic":true},"keyword.function":{"fg":"#5ad4e6","italic":true},"keyword.function.go":{"fg":"#fc618d"},"keyword.function.lua":{"fg":"#fc618d"},"keyword.import":{"fg":"#fc618d"},"keyword.modifier":{"fg":"#fc618d","italic":true},"keyword.operator":{"fg":"#fc618d"},"keyword.repeat":{"fg":"#fc618d"},"keyword.return":{"fg":"#fc618d"},"keyword.scss":{"fg":"#fc618d"},"keyword.type":{"fg":"#5ad4e6","italic":true},"label":{"fg":"#5ad4e6"},"markup":{"fg":"#f7f1ff"},"markup.environment":{"fg":"#f7f1ff"},"markup.environment.name":{"fg":"#f7f1ff"},"markup.heading":{"fg":"#7bd88f","bold":true},"markup.heading.1":{"fg":"#7bd88f","bold":true},"markup.heading.1.markdown":{"fg":"#fce566"},"markup.heading.2":{"fg":"#7bd88f","bold":true},"markup.heading.2.markdown":{"fg":"#fce566"},"markup.heading.3":{"fg":"#7bd88f","bold":true},"markup.heading.3.markdown":{"fg":"#fce566"},"markup.heading.4":{"fg":"#7bd88f","bold":true},"markup.heading.4.markdown":{"fg":"#fce566"},"markup.heading.5":{"fg":"#7bd88f","bold":true},"markup.heading.5.markdown":{"fg":"#fce566"},"markup.heading.6":{"fg":"#7bd88f","bold":true},"markup.heading.6.markdown":{"fg":"#fce566"},"markup.italic":{"fg":"#f7f1ff","italic":true},"markup.italic.markdown_inline":{"italic":true},"markup.link":{"fg":"#fd9353","underline":"solid"},"markup.link.label":{"fg":"#fd9353","underline":"solid"},"markup.link.label.markdown_inline":{"fg":"#fc618d"},"markup.link.url":{"fg":"#fd9353","underline":"solid"},"markup.link.url.markdown_inline":{"fg":"#7bd88f","underline":"solid"},"markup.list":{"fg":"#f7f1ff"},"markup.list.checked":{"fg":"#f7f1ff"},"markup.list.unchecked":{"fg":"#f7f1ff"},"markup.math":{"fg":"#fce566"},"markup.quote":{"fg":"#f7f1ff"},"markup.raw":{"fg":"#fce566"},"markup.raw.block":{"fg":"#fce566"},"markup.raw.block.markdown":{"bg":"#191919"},"markup.strikethrough":{"fg":"#f7f1ff","strikethrough":true},"markup.strong":{"fg":"#f7f1ff","bold":true},"markup.strong.markdown_inline":{"bold":true},"markup.underline":{"fg":"#f7f1ff","underline":"solid"},"module":{"fg":"#5ad4e6"},"module.builtin":{"fg":"#5ad4e6"},"module.go":{"fg":"#f7f1ff"},"namespace.cpp":{"fg":"#7bd88f"},"namespace.lua":{"fg":"#fc618d"},"normal":{"fg":"#f7f1ff","bg":"#222222"},"number":{"fg":"#948ae3"},"number.float":{"fg":"#948ae3"},"operator":{"fg":"#fc618d"},"property":{"fg":"#f7f1ff"},"property.scss":{"fg":"#7bd88f"},"property.yaml":{"fg":"#fc618d"},"punctuation.bracket":{"fg":"#fc618d"},"punctuation.delimiter":{"fg":"#8b888f"},"punctuation.special":{"fg":"#8b888f"},"punctuation.special.latex":{"fg":"#fc618d"},"punctuation.special.yaml":{"fg":"#f7f1ff"},"string":{"fg":"#fce566"},"string.documentation":{"fg":"#69676c"},"string.escape":{"fg":"#948ae3"},"string.latex":{"fg":"#5ad4e6"},"string.regexp":{"fg":"#fce566"},"string.scss":{"fg":"#fd9353","italic":true},"string.special":{"fg":"#fd9353"},"string.special.path":{"fg":"#fd9353"},"string.special.symbol":{"fg":"#fd9353"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#fc618d"},"tag.attribute":{"fg":"#5ad4e6","italic":true},"tag.builtin":{"fg":"#fc618d"},"tag.delimiter":{"fg":"#8b888f"},"type":{"fg":"#5ad4e6"},"type.builtin":{"fg":"#5ad4e6","italic":true},"type.cpp":{"fg":"#fd9353","italic":true},"type.definition":{"fg":"#7bd88f"},"variable":{"fg":"#f7f1ff"},"variable.builtin":{"fg":"#bab6c0","italic":true},"variable.member":{"fg":"#f7f1ff"},"variable.parameter":{"fg":"#fd9353","italic":true},"variable.parameter.builtin":{"fg":"#fd9353","italic":true}}}
@@ -0,0 +1 @@
1
+ {"name":"moonfly","appearance":"dark","revision":"d11b3d04cc1cb71a778d67a4df73283a5a6d66f4","highlights":{"attribute":{"fg":"#74b2ff"},"attribute.builtin":{"fg":"#e65e72"},"attribute.zig":{"fg":"#cf87e8"},"boolean":{"fg":"#e65e72"},"character":{"fg":"#ae81ff"},"character.special":{"fg":"#e65e72"},"character.special.vim":{"fg":"#74b2ff"},"comment":{"fg":"#949494","italic":true},"comment.documentation":{"fg":"#949494","italic":true},"comment.error":{"fg":"#ff5d5d"},"comment.hint":{"fg":"#949494","italic":true},"comment.note":{"fg":"#949494"},"comment.todo":{"fg":"#e3c78a","bg":"#262626"},"comment.warning":{"fg":"#e3c78a"},"constant":{"fg":"#79dac8"},"constant.builtin":{"fg":"#8cc85f"},"constant.macro":{"fg":"#cf87e8"},"constructor":{"fg":"#36c692"},"diff.delta":{"fg":"#74b2ff"},"diff.minus":{"fg":"#ff5d5d"},"diff.plus":{"fg":"#8cc85f"},"function":{"fg":"#74b2ff"},"function.builtin":{"fg":"#74b2ff"},"function.call":{"fg":"#74b2ff"},"function.macro":{"fg":"#79dac8"},"function.macro.vim":{"fg":"#74b2ff"},"function.method":{"fg":"#74b2ff"},"function.method.call":{"fg":"#74b2ff"},"highlighted":{"bg":"#1c1c1c"},"keyword":{"fg":"#cf87e8"},"keyword.conditional":{"fg":"#cf87e8"},"keyword.conditional.ternary":{"fg":"#cf87e8"},"keyword.coroutine":{"fg":"#cf87e8"},"keyword.debug":{"fg":"#cf87e8"},"keyword.directive":{"fg":"#e65e72"},"keyword.directive.define":{"fg":"#e65e72"},"keyword.exception":{"fg":"#cf87e8"},"keyword.export":{"fg":"#cf87e8"},"keyword.function":{"fg":"#cf87e8"},"keyword.gitcommit":{"fg":"#74b2ff"},"keyword.import":{"fg":"#e65e72"},"keyword.import.bash":{"fg":"#cf87e8"},"keyword.import.rust":{"fg":"#cf87e8"},"keyword.modifier":{"fg":"#cf87e8"},"keyword.operator":{"fg":"#cf87e8"},"keyword.repeat":{"fg":"#cf87e8"},"keyword.return":{"fg":"#cf87e8"},"keyword.type":{"fg":"#cf87e8"},"label":{"fg":"#79dac8"},"markup":{"fg":"#e65e72"},"markup.environment":{"fg":"#cf87e8"},"markup.environment.name":{"fg":"#36c692"},"markup.heading":{"fg":"#cf87e8"},"markup.heading.1":{"fg":"#cf87e8"},"markup.heading.1.markdown":{"fg":"#adadf3"},"markup.heading.2":{"fg":"#cf87e8"},"markup.heading.2.markdown":{"fg":"#adadf3"},"markup.heading.3":{"fg":"#cf87e8"},"markup.heading.3.markdown":{"fg":"#79dac8"},"markup.heading.4":{"fg":"#cf87e8"},"markup.heading.4.markdown":{"fg":"#de935f"},"markup.heading.5":{"fg":"#cf87e8"},"markup.heading.5.markdown":{"fg":"#74b2ff"},"markup.heading.6":{"fg":"#cf87e8"},"markup.heading.markdown":{"fg":"#74b2ff"},"markup.italic":{"fg":"#e196a2","italic":true},"markup.link":{"fg":"#8cc85f"},"markup.link.gitcommit":{"fg":"#36c692"},"markup.link.label":{"fg":"#8cc85f"},"markup.link.url":{"fg":"#ae81ff","underline":"solid"},"markup.link.url.astro":{"fg":"#cf87e8","italic":true},"markup.link.url.gitcommit":{"fg":"#36c692"},"markup.link.url.html":{"fg":"#cf87e8","italic":true},"markup.link.url.svelte":{"fg":"#cf87e8","italic":true},"markup.link.url.vue":{"fg":"#cf87e8","italic":true},"markup.list":{"fg":"#e65e72"},"markup.list.checked":{"fg":"#79dac8"},"markup.list.latex":{"fg":"#ae81ff"},"markup.list.unchecked":{"fg":"#80a0ff"},"markup.math":{"fg":"#74b2ff"},"markup.quote":{"fg":"#949494"},"markup.raw":{"fg":"#c6c684"},"markup.raw.block":{"fg":"#c6c684"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#e196a2"},"markup.underline":{"underline":"solid"},"module":{"fg":"#79dac8"},"module.builtin":{"fg":"#8cc85f"},"namespace.latex":{"fg":"#adadf3"},"normal":{"fg":"#c6c6c6","bg":"#080808"},"number":{"fg":"#de935f"},"number.float":{"fg":"#de935f"},"operator":{"fg":"#e65e72"},"property":{"fg":"#adadf3"},"punctuation.bracket":{"fg":"#c6c6c6"},"punctuation.delimiter":{"fg":"#c6c6c6"},"punctuation.delimiter.astro":{"fg":"#e65e72"},"punctuation.delimiter.css":{"fg":"#e65e72"},"punctuation.delimiter.rust":{"fg":"#e65e72"},"punctuation.delimiter.scss":{"fg":"#e65e72"},"punctuation.delimiter.yaml":{"fg":"#e65e72"},"punctuation.special":{"fg":"#e65e72"},"string":{"fg":"#c6c684"},"string.documentation":{"fg":"#88a2b7"},"string.escape":{"fg":"#e65e72"},"string.json":{"fg":"#85dc85"},"string.regexp":{"fg":"#79dac8"},"string.special":{"fg":"#e65e72"},"string.special.path":{"fg":"#e196a2"},"string.special.symbol":{"fg":"#ae81ff"},"string.special.url":{"fg":"#ae81ff"},"tag":{"fg":"#80a0ff"},"tag.attribute":{"fg":"#79dac8"},"tag.builtin":{"fg":"#80a0ff"},"tag.delimiter":{"fg":"#8cc85f"},"tag.javascript":{"fg":"#36c692"},"tag.jsx":{"fg":"#36c692"},"tag.tsx":{"fg":"#36c692"},"tag.typescript":{"fg":"#36c692"},"type":{"fg":"#36c692"},"type.builtin":{"fg":"#36c692"},"type.definition":{"fg":"#36c692"},"variable":{"fg":"#c6c6c6"},"variable.builtin":{"fg":"#8cc85f"},"variable.builtin.vim":{"fg":"#36c692"},"variable.member":{"fg":"#adadf3"},"variable.member.ruby":{"fg":"#79dac8"},"variable.member.yaml":{"fg":"#80a0ff"},"variable.parameter":{"fg":"#e196a2"},"variable.parameter.bash":{"fg":"#79dac8"},"variable.parameter.builtin":{"fg":"#e65e72"},"variable.scss":{"fg":"#79dac8"},"variable.vim":{"fg":"#79dac8"}}}
@@ -0,0 +1 @@
1
+ {"name":"moonlight","appearance":"dark","revision":"e24e4218ec680b6396532808abf57ca0ada82e66","highlights":{"attribute":{"fg":"#b994f1"},"attribute.builtin":{"fg":"#ff757f"},"boolean":{"fg":"#f67f81"},"character":{"fg":"#f67f81"},"character.special":{"fg":"#ecb2f0"},"comment":{"fg":"#7486d6"},"comment.documentation":{"fg":"#7486d6"},"comment.error":{"fg":"#ffc0b9"},"comment.hint":{"fg":"#7486d6"},"comment.note":{"fg":"#8cf8f7"},"comment.todo":{"fg":"#ffc777","bold":true,"italic":true},"comment.warning":{"fg":"#fce094"},"constant":{"fg":"#ffc777"},"constant.builtin":{"fg":"#ff757f"},"constant.macro":{"fg":"#ffc777"},"constructor":{"fg":"#ff757f"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ffc0b9"},"diff.plus":{"fg":"#b3f6c0"},"function":{"fg":"#04d1f9"},"function.builtin":{"fg":"#ff757f"},"function.call":{"fg":"#04d1f9"},"function.macro":{"fg":"#04d1f9"},"function.method":{"fg":"#04d1f9"},"function.method.call":{"fg":"#04d1f9"},"keyword":{"fg":"#b4a4f4"},"keyword.conditional":{"fg":"#b4a4f4"},"keyword.conditional.ternary":{"fg":"#b4a4f4"},"keyword.coroutine":{"fg":"#b4a4f4"},"keyword.debug":{"fg":"#b4a4f4"},"keyword.directive":{"fg":"#b4a4f4"},"keyword.directive.define":{"fg":"#b4a4f4"},"keyword.exception":{"fg":"#b4a4f4"},"keyword.export":{"fg":"#b4a4f4"},"keyword.function":{"fg":"#b4a4f4"},"keyword.import":{"fg":"#b4a4f4"},"keyword.modifier":{"fg":"#b4a4f4"},"keyword.operator":{"fg":"#b4a4f4"},"keyword.repeat":{"fg":"#b4a4f4"},"keyword.return":{"fg":"#b4a4f4"},"keyword.type":{"fg":"#b4a4f4"},"label":{"fg":"#b4a4f4"},"markup":{"fg":"#ff757f"},"markup.environment":{"fg":"#ff757f"},"markup.environment.name":{"fg":"#ff757f"},"markup.heading":{"fg":"#2df4c0","bold":true},"markup.heading.1":{"fg":"#2df4c0","bold":true},"markup.heading.2":{"fg":"#2df4c0","bold":true},"markup.heading.3":{"fg":"#2df4c0","bold":true},"markup.heading.4":{"fg":"#2df4c0","bold":true},"markup.heading.5":{"fg":"#2df4c0","bold":true},"markup.heading.6":{"fg":"#2df4c0","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#80cbc4","underline":"solid"},"markup.link.label":{"fg":"#80cbc4","underline":"solid"},"markup.link.url":{"fg":"#80cbc4","underline":"solid"},"markup.list":{"fg":"#ff757f"},"markup.list.checked":{"fg":"#ff757f"},"markup.list.unchecked":{"fg":"#ff757f"},"markup.math":{"fg":"#ff757f"},"markup.quote":{"fg":"#ff757f"},"markup.raw":{"fg":"#ff757f"},"markup.raw.block":{"fg":"#ff757f"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module.builtin":{"fg":"#ff757f"},"normal":{"fg":"#e4f3fa","bg":"#212337"},"number":{"fg":"#f67f81"},"number.float":{"fg":"#f67f81"},"operator":{"fg":"#b994f1"},"property":{"fg":"#a6dbff"},"punctuation.bracket":{"fg":"#b994f1"},"punctuation.delimiter":{"fg":"#b994f1"},"punctuation.special":{"fg":"#ff757f"},"string":{"fg":"#2df4c0","italic":true},"string.documentation":{"fg":"#2df4c0","italic":true},"string.escape":{"fg":"#ecb2f0"},"string.regexp":{"fg":"#ecb2f0"},"string.special":{"fg":"#ecb2f0"},"string.special.path":{"fg":"#ecb2f0"},"string.special.symbol":{"fg":"#ecb2f0"},"string.special.url":{"fg":"#80cbc4","underline":"solid"},"tag":{"fg":"#ff757f"},"tag.attribute":{"fg":"#ff757f"},"tag.builtin":{"fg":"#ff757f"},"tag.delimiter":{"fg":"#ff757f"},"type":{"fg":"#b4a4f4"},"type.builtin":{"fg":"#ff757f"},"type.definition":{"fg":"#b4a4f4"},"variable":{"fg":"#e0e2ea"},"variable.builtin":{"fg":"#ff757f"},"variable.member":{"fg":"#e0e2ea"},"variable.parameter":{"fg":"#e0e2ea"},"variable.parameter.builtin":{"fg":"#ff757f"}}}
@@ -0,0 +1 @@
1
+ {"name":"neosolarized_dark","appearance":"dark","revision":"0c01fd2ac2ab33918073f57c63bcb2ae5a31d8de","highlights":{"attribute":{"fg":"#268bd2"},"attribute.builtin":{"fg":"#cb4b16"},"boolean":{"fg":"#2aa198"},"character":{"fg":"#2aa198"},"character.special":{"fg":"#cb4b16"},"comment":{"fg":"#586e75","italic":true},"comment.documentation":{"fg":"#586e75","italic":true},"comment.error":{"fg":"#dc322f"},"comment.hint":{"fg":"#586e75","italic":true},"comment.note":{"fg":"#268bd2"},"comment.todo":{"fg":"#d33682","bold":true},"comment.warning":{"fg":"#b58900"},"constant":{"fg":"#2aa198"},"constant.builtin":{"fg":"#b58900"},"constant.macro":{"fg":"#dc322f"},"constructor":{"fg":"#cb4b16"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ffc0b9"},"diff.plus":{"fg":"#b3f6c0"},"error":{"fg":"#dc322f"},"function":{"fg":"#268bd2"},"function.builtin":{"fg":"#268bd2"},"function.call":{"fg":"#268bd2"},"function.macro":{"fg":"#dc322f"},"function.method":{"fg":"#268bd2"},"function.method.call":{"fg":"#268bd2"},"highlighted":{"bg":"#073642"},"keyword":{"fg":"#719e07"},"keyword.conditional":{"fg":"#719e07"},"keyword.conditional.ternary":{"fg":"#719e07"},"keyword.coroutine":{"fg":"#719e07"},"keyword.debug":{"fg":"#719e07"},"keyword.directive":{"fg":"#719e07"},"keyword.directive.define":{"fg":"#719e07"},"keyword.exception":{"fg":"#719e07"},"keyword.export":{"fg":"#719e07"},"keyword.function":{"fg":"#719e07"},"keyword.import":{"fg":"#719e07"},"keyword.modifier":{"fg":"#719e07"},"keyword.operator":{"fg":"#719e07"},"keyword.repeat":{"fg":"#719e07"},"keyword.return":{"fg":"#719e07"},"keyword.type":{"fg":"#719e07"},"label":{"fg":"#719e07"},"markup":{"fg":"#cb4b16"},"markup.environment":{"fg":"#cb4b16"},"markup.environment.name":{"fg":"#cb4b16"},"markup.heading":{"fg":"#cb4b16","bold":true},"markup.heading.1":{"fg":"#cb4b16","bold":true},"markup.heading.2":{"fg":"#cb4b16","bold":true},"markup.heading.3":{"fg":"#cb4b16","bold":true},"markup.heading.4":{"fg":"#cb4b16","bold":true},"markup.heading.5":{"fg":"#cb4b16","bold":true},"markup.heading.6":{"fg":"#cb4b16","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#6c71c4"},"markup.link.label":{"fg":"#6c71c4"},"markup.link.url":{"fg":"#6c71c4"},"markup.list":{"fg":"#cb4b16"},"markup.list.checked":{"fg":"#cb4b16"},"markup.list.unchecked":{"fg":"#cb4b16"},"markup.math":{"fg":"#cb4b16"},"markup.quote":{"fg":"#cb4b16"},"markup.raw":{"fg":"#cb4b16"},"markup.raw.block":{"fg":"#cb4b16"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#b58900"},"module.builtin":{"fg":"#cb4b16"},"namespace":{"fg":"#268bd2"},"normal":{"fg":"#839496"},"number":{"fg":"#2aa198"},"number.float":{"fg":"#2aa198"},"operator":{"fg":"#719e07"},"property":{"fg":"#268bd2"},"punctuation.bracket":{"fg":"#cb4b16"},"punctuation.delimiter":{"fg":"#719e07"},"punctuation.special":{"fg":"#cb4b16"},"string":{"fg":"#2aa198"},"string.documentation":{"fg":"#2aa198"},"string.escape":{"fg":"#cb4b16"},"string.regexp":{"fg":"#cb4b16"},"string.special":{"fg":"#cb4b16"},"string.special.path":{"fg":"#cb4b16"},"string.special.symbol":{"fg":"#cb4b16"},"string.special.url":{"fg":"#6c71c4"},"tag":{"fg":"#719e07"},"tag.attribute":{"fg":"#268bd2"},"tag.builtin":{"fg":"#cb4b16"},"tag.delimiter":{"fg":"#dc322f"},"type":{"fg":"#b58900"},"type.builtin":{"fg":"#b58900"},"type.definition":{"fg":"#b58900"},"variable":{"fg":"#839496"},"variable.builtin":{"fg":"#cb4b16"},"variable.member":{"fg":"#839496"},"variable.parameter":{"fg":"#839496"},"variable.parameter.builtin":{"fg":"#cb4b16"}}}
@@ -0,0 +1 @@
1
+ {"name":"neosolarized_light","appearance":"light","revision":"0c01fd2ac2ab33918073f57c63bcb2ae5a31d8de","highlights":{"attribute":{"fg":"#268bd2"},"attribute.builtin":{"fg":"#cb4b16"},"boolean":{"fg":"#2aa198"},"character":{"fg":"#2aa198"},"character.special":{"fg":"#cb4b16"},"comment":{"fg":"#586e75","italic":true},"comment.documentation":{"fg":"#586e75","italic":true},"comment.error":{"fg":"#dc322f"},"comment.hint":{"fg":"#586e75","italic":true},"comment.note":{"fg":"#268bd2"},"comment.todo":{"fg":"#d33682","bold":true},"comment.warning":{"fg":"#b58900"},"constant":{"fg":"#2aa198"},"constant.builtin":{"fg":"#b58900"},"constant.macro":{"fg":"#dc322f"},"constructor":{"fg":"#cb4b16"},"diff.delta":{"fg":"#007373"},"diff.minus":{"fg":"#590008"},"diff.plus":{"fg":"#005523"},"error":{"fg":"#dc322f"},"function":{"fg":"#268bd2"},"function.builtin":{"fg":"#268bd2"},"function.call":{"fg":"#268bd2"},"function.macro":{"fg":"#dc322f"},"function.method":{"fg":"#268bd2"},"function.method.call":{"fg":"#268bd2"},"highlighted":{"bg":"#073642"},"keyword":{"fg":"#719e07"},"keyword.conditional":{"fg":"#719e07"},"keyword.conditional.ternary":{"fg":"#719e07"},"keyword.coroutine":{"fg":"#719e07"},"keyword.debug":{"fg":"#719e07"},"keyword.directive":{"fg":"#719e07"},"keyword.directive.define":{"fg":"#719e07"},"keyword.exception":{"fg":"#719e07"},"keyword.export":{"fg":"#719e07"},"keyword.function":{"fg":"#719e07"},"keyword.import":{"fg":"#719e07"},"keyword.modifier":{"fg":"#719e07"},"keyword.operator":{"fg":"#719e07"},"keyword.repeat":{"fg":"#719e07"},"keyword.return":{"fg":"#719e07"},"keyword.type":{"fg":"#719e07"},"label":{"fg":"#719e07"},"markup":{"fg":"#cb4b16"},"markup.environment":{"fg":"#cb4b16"},"markup.environment.name":{"fg":"#cb4b16"},"markup.heading":{"fg":"#cb4b16","bold":true},"markup.heading.1":{"fg":"#cb4b16","bold":true},"markup.heading.2":{"fg":"#cb4b16","bold":true},"markup.heading.3":{"fg":"#cb4b16","bold":true},"markup.heading.4":{"fg":"#cb4b16","bold":true},"markup.heading.5":{"fg":"#cb4b16","bold":true},"markup.heading.6":{"fg":"#cb4b16","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#6c71c4"},"markup.link.label":{"fg":"#6c71c4"},"markup.link.url":{"fg":"#6c71c4"},"markup.list":{"fg":"#cb4b16"},"markup.list.checked":{"fg":"#cb4b16"},"markup.list.unchecked":{"fg":"#cb4b16"},"markup.math":{"fg":"#cb4b16"},"markup.quote":{"fg":"#cb4b16"},"markup.raw":{"fg":"#cb4b16"},"markup.raw.block":{"fg":"#cb4b16"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#b58900"},"module.builtin":{"fg":"#cb4b16"},"namespace":{"fg":"#268bd2"},"normal":{"fg":"#839496"},"number":{"fg":"#2aa198"},"number.float":{"fg":"#2aa198"},"operator":{"fg":"#719e07"},"property":{"fg":"#268bd2"},"punctuation.bracket":{"fg":"#cb4b16"},"punctuation.delimiter":{"fg":"#719e07"},"punctuation.special":{"fg":"#cb4b16"},"string":{"fg":"#2aa198"},"string.documentation":{"fg":"#2aa198"},"string.escape":{"fg":"#cb4b16"},"string.regexp":{"fg":"#cb4b16"},"string.special":{"fg":"#cb4b16"},"string.special.path":{"fg":"#cb4b16"},"string.special.symbol":{"fg":"#cb4b16"},"string.special.url":{"fg":"#6c71c4"},"tag":{"fg":"#719e07"},"tag.attribute":{"fg":"#268bd2"},"tag.builtin":{"fg":"#cb4b16"},"tag.delimiter":{"fg":"#dc322f"},"type":{"fg":"#b58900"},"type.builtin":{"fg":"#b58900"},"type.definition":{"fg":"#b58900"},"variable":{"fg":"#839496"},"variable.builtin":{"fg":"#cb4b16"},"variable.member":{"fg":"#839496"},"variable.parameter":{"fg":"#839496"},"variable.parameter.builtin":{"fg":"#cb4b16"}}}
@@ -0,0 +1 @@
1
+ {"name":"neovim_dark","appearance":"dark","revision":"306a05526ada86a7b30af95c5cc81ffba93fef97","highlights":{"attribute":{"fg":"#e0e2ea"},"attribute.builtin":{"fg":"#8cf8f7"},"boolean":{"fg":"#e0e2ea"},"character":{"fg":"#e0e2ea"},"character.special":{"fg":"#8cf8f7"},"comment":{"fg":"#9b9ea4"},"comment.documentation":{"fg":"#9b9ea4"},"comment.error":{"fg":"#ffc0b9"},"comment.hint":{"fg":"#9b9ea4"},"comment.note":{"fg":"#8cf8f7"},"comment.todo":{"fg":"#e0e2ea","bold":true},"comment.warning":{"fg":"#fce094"},"constant":{"fg":"#e0e2ea"},"constant.builtin":{"fg":"#8cf8f7"},"constant.macro":{"fg":"#e0e2ea"},"constructor":{"fg":"#8cf8f7"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ffc0b9"},"diff.plus":{"fg":"#b3f6c0"},"function":{"fg":"#8cf8f7"},"function.builtin":{"fg":"#8cf8f7"},"function.call":{"fg":"#8cf8f7"},"function.macro":{"fg":"#8cf8f7"},"function.method":{"fg":"#8cf8f7"},"function.method.call":{"fg":"#8cf8f7"},"highlighted":{"bg":"#2c2e33"},"keyword":{"fg":"#e0e2ea","bold":true},"keyword.conditional":{"fg":"#e0e2ea","bold":true},"keyword.conditional.ternary":{"fg":"#e0e2ea","bold":true},"keyword.coroutine":{"fg":"#e0e2ea","bold":true},"keyword.debug":{"fg":"#e0e2ea","bold":true},"keyword.directive":{"fg":"#e0e2ea","bold":true},"keyword.directive.define":{"fg":"#e0e2ea","bold":true},"keyword.exception":{"fg":"#e0e2ea","bold":true},"keyword.export":{"fg":"#e0e2ea","bold":true},"keyword.function":{"fg":"#e0e2ea","bold":true},"keyword.import":{"fg":"#e0e2ea","bold":true},"keyword.modifier":{"fg":"#e0e2ea","bold":true},"keyword.operator":{"fg":"#e0e2ea","bold":true},"keyword.repeat":{"fg":"#e0e2ea","bold":true},"keyword.return":{"fg":"#e0e2ea","bold":true},"keyword.type":{"fg":"#e0e2ea","bold":true},"label":{"fg":"#e0e2ea","bold":true},"markup":{"fg":"#8cf8f7"},"markup.environment":{"fg":"#8cf8f7"},"markup.environment.name":{"fg":"#8cf8f7"},"markup.heading":{"fg":"#e0e2ea","bold":true},"markup.heading.1":{"fg":"#e0e2ea","bold":true},"markup.heading.2":{"fg":"#e0e2ea","bold":true},"markup.heading.3":{"fg":"#e0e2ea","bold":true},"markup.heading.4":{"fg":"#e0e2ea","bold":true},"markup.heading.5":{"fg":"#e0e2ea","bold":true},"markup.heading.6":{"fg":"#e0e2ea","bold":true},"markup.italic":{"italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"underline":"solid"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#8cf8f7"},"markup.list.checked":{"fg":"#8cf8f7"},"markup.list.unchecked":{"fg":"#8cf8f7"},"markup.math":{"fg":"#8cf8f7"},"markup.quote":{"fg":"#8cf8f7"},"markup.raw":{"fg":"#8cf8f7"},"markup.raw.block":{"fg":"#8cf8f7"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#e0e2ea"},"module.builtin":{"fg":"#8cf8f7"},"normal":{"fg":"#e0e2ea","bg":"#14161b"},"number":{"fg":"#e0e2ea"},"number.float":{"fg":"#e0e2ea"},"operator":{"fg":"#e0e2ea"},"property":{"fg":"#a6dbff"},"punctuation.bracket":{"fg":"#e0e2ea"},"punctuation.delimiter":{"fg":"#e0e2ea"},"punctuation.special":{"fg":"#8cf8f7"},"string":{"fg":"#b3f6c0"},"string.documentation":{"fg":"#b3f6c0"},"string.escape":{"fg":"#8cf8f7"},"string.regexp":{"fg":"#8cf8f7"},"string.special":{"fg":"#8cf8f7"},"string.special.path":{"fg":"#8cf8f7"},"string.special.symbol":{"fg":"#8cf8f7"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#8cf8f7"},"tag.attribute":{"fg":"#8cf8f7"},"tag.builtin":{"fg":"#8cf8f7"},"tag.delimiter":{"fg":"#8cf8f7"},"type":{"fg":"#e0e2ea"},"type.builtin":{"fg":"#8cf8f7"},"type.definition":{"fg":"#e0e2ea"},"variable":{"fg":"#e0e2ea"},"variable.builtin":{"fg":"#8cf8f7"},"variable.member":{"fg":"#e0e2ea"},"variable.parameter":{"fg":"#e0e2ea"},"variable.parameter.builtin":{"fg":"#8cf8f7"}}}
@@ -0,0 +1 @@
1
+ {"name":"neovim_light","appearance":"light","revision":"306a05526ada86a7b30af95c5cc81ffba93fef97","highlights":{"attribute":{"fg":"#14161b"},"attribute.builtin":{"fg":"#007373"},"boolean":{"fg":"#14161b"},"character":{"fg":"#14161b"},"character.special":{"fg":"#007373"},"comment":{"fg":"#4f5258"},"comment.documentation":{"fg":"#4f5258"},"comment.error":{"fg":"#590008"},"comment.hint":{"fg":"#4f5258"},"comment.note":{"fg":"#007373"},"comment.todo":{"fg":"#14161b","bold":true},"comment.warning":{"fg":"#6b5300"},"constant":{"fg":"#14161b"},"constant.builtin":{"fg":"#007373"},"constant.macro":{"fg":"#14161b"},"constructor":{"fg":"#007373"},"diff.delta":{"fg":"#007373"},"diff.minus":{"fg":"#590008"},"diff.plus":{"fg":"#005523"},"function":{"fg":"#007373"},"function.builtin":{"fg":"#007373"},"function.call":{"fg":"#007373"},"function.macro":{"fg":"#007373"},"function.method":{"fg":"#007373"},"function.method.call":{"fg":"#007373"},"highlighted":{"bg":"#c4c6cd"},"keyword":{"fg":"#14161b","bold":true},"keyword.conditional":{"fg":"#14161b","bold":true},"keyword.conditional.ternary":{"fg":"#14161b","bold":true},"keyword.coroutine":{"fg":"#14161b","bold":true},"keyword.debug":{"fg":"#14161b","bold":true},"keyword.directive":{"fg":"#14161b","bold":true},"keyword.directive.define":{"fg":"#14161b","bold":true},"keyword.exception":{"fg":"#14161b","bold":true},"keyword.export":{"fg":"#14161b","bold":true},"keyword.function":{"fg":"#14161b","bold":true},"keyword.import":{"fg":"#14161b","bold":true},"keyword.modifier":{"fg":"#14161b","bold":true},"keyword.operator":{"fg":"#14161b","bold":true},"keyword.repeat":{"fg":"#14161b","bold":true},"keyword.return":{"fg":"#14161b","bold":true},"keyword.type":{"fg":"#14161b","bold":true},"label":{"fg":"#14161b","bold":true},"markup":{"fg":"#007373"},"markup.environment":{"fg":"#007373"},"markup.environment.name":{"fg":"#007373"},"markup.heading":{"fg":"#14161b","bold":true},"markup.heading.1":{"fg":"#14161b","bold":true},"markup.heading.2":{"fg":"#14161b","bold":true},"markup.heading.3":{"fg":"#14161b","bold":true},"markup.heading.4":{"fg":"#14161b","bold":true},"markup.heading.5":{"fg":"#14161b","bold":true},"markup.heading.6":{"fg":"#14161b","bold":true},"markup.italic":{"italic":true},"markup.link":{"underline":"solid"},"markup.link.label":{"underline":"solid"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#007373"},"markup.list.checked":{"fg":"#007373"},"markup.list.unchecked":{"fg":"#007373"},"markup.math":{"fg":"#007373"},"markup.quote":{"fg":"#007373"},"markup.raw":{"fg":"#007373"},"markup.raw.block":{"fg":"#007373"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#14161b"},"module.builtin":{"fg":"#007373"},"normal":{"fg":"#14161b","bg":"#e0e2ea"},"number":{"fg":"#14161b"},"number.float":{"fg":"#14161b"},"operator":{"fg":"#14161b"},"property":{"fg":"#004c73"},"punctuation.bracket":{"fg":"#14161b"},"punctuation.delimiter":{"fg":"#14161b"},"punctuation.special":{"fg":"#007373"},"string":{"fg":"#005523"},"string.documentation":{"fg":"#005523"},"string.escape":{"fg":"#007373"},"string.regexp":{"fg":"#007373"},"string.special":{"fg":"#007373"},"string.special.path":{"fg":"#007373"},"string.special.symbol":{"fg":"#007373"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#007373"},"tag.attribute":{"fg":"#007373"},"tag.builtin":{"fg":"#007373"},"tag.delimiter":{"fg":"#007373"},"type":{"fg":"#14161b"},"type.builtin":{"fg":"#007373"},"type.definition":{"fg":"#14161b"},"variable":{"fg":"#14161b"},"variable.builtin":{"fg":"#007373"},"variable.member":{"fg":"#14161b"},"variable.parameter":{"fg":"#14161b"},"variable.parameter.builtin":{"fg":"#007373"}}}
@@ -0,0 +1 @@
1
+ {"name":"nightfly","appearance":"dark","revision":"3b48dc0c5921f899aeb1e6e61b77b9345888a2f7","highlights":{"attribute":{"fg":"#82aaff"},"attribute.builtin":{"fg":"#ff5874"},"attribute.zig":{"fg":"#c792ea"},"boolean":{"fg":"#ff5874"},"character":{"fg":"#ae81ff"},"character.special":{"fg":"#ff5874"},"character.special.vim":{"fg":"#82aaff"},"comment":{"fg":"#7c8f8f","italic":true},"comment.documentation":{"fg":"#7c8f8f","italic":true},"comment.error":{"fg":"#fc514e"},"comment.hint":{"fg":"#7c8f8f","italic":true},"comment.note":{"fg":"#7c8f8f"},"comment.todo":{"fg":"#e3d18a","bg":"#0e293f"},"comment.warning":{"fg":"#e3d18a"},"constant":{"fg":"#7fdbca"},"constant.builtin":{"fg":"#a1cd5e"},"constant.macro":{"fg":"#c792ea"},"constructor":{"fg":"#21c7a8"},"diff.delta":{"fg":"#87bcff"},"diff.minus":{"fg":"#fc514e"},"diff.plus":{"fg":"#a1cd5e"},"function":{"fg":"#82aaff"},"function.builtin":{"fg":"#82aaff"},"function.call":{"fg":"#82aaff"},"function.macro":{"fg":"#7fdbca"},"function.macro.vim":{"fg":"#82aaff"},"function.method":{"fg":"#82aaff"},"function.method.call":{"fg":"#82aaff"},"highlighted":{"bg":"#092236"},"keyword":{"fg":"#c792ea"},"keyword.conditional":{"fg":"#c792ea"},"keyword.conditional.ternary":{"fg":"#c792ea"},"keyword.coroutine":{"fg":"#c792ea"},"keyword.debug":{"fg":"#c792ea"},"keyword.directive":{"fg":"#ff5874"},"keyword.directive.define":{"fg":"#ff5874"},"keyword.exception":{"fg":"#c792ea"},"keyword.export":{"fg":"#c792ea"},"keyword.function":{"fg":"#c792ea"},"keyword.gitcommit":{"fg":"#82aaff"},"keyword.import":{"fg":"#ff5874"},"keyword.import.bash":{"fg":"#c792ea"},"keyword.import.rust":{"fg":"#c792ea"},"keyword.modifier":{"fg":"#c792ea"},"keyword.operator":{"fg":"#c792ea"},"keyword.repeat":{"fg":"#c792ea"},"keyword.return":{"fg":"#c792ea"},"keyword.type":{"fg":"#c792ea"},"label":{"fg":"#7fdbca"},"markup":{"fg":"#ff5874"},"markup.environment":{"fg":"#c792ea"},"markup.environment.name":{"fg":"#21c7a8"},"markup.heading":{"fg":"#c792ea"},"markup.heading.1":{"fg":"#c792ea"},"markup.heading.1.markdown":{"fg":"#b0b2f4"},"markup.heading.2":{"fg":"#c792ea"},"markup.heading.2.markdown":{"fg":"#b0b2f4"},"markup.heading.3":{"fg":"#c792ea"},"markup.heading.3.markdown":{"fg":"#7fdbca"},"markup.heading.4":{"fg":"#c792ea"},"markup.heading.4.markdown":{"fg":"#f78c6c"},"markup.heading.5":{"fg":"#c792ea"},"markup.heading.5.markdown":{"fg":"#87bcff"},"markup.heading.6":{"fg":"#c792ea"},"markup.heading.markdown":{"fg":"#87bcff"},"markup.italic":{"fg":"#e39aa6","italic":true},"markup.link":{"fg":"#a1cd5e"},"markup.link.gitcommit":{"fg":"#21c7a8"},"markup.link.label":{"fg":"#a1cd5e"},"markup.link.url":{"fg":"#ae81ff","underline":"solid"},"markup.link.url.astro":{"fg":"#c792ea","italic":true},"markup.link.url.gitcommit":{"fg":"#21c7a8"},"markup.link.url.html":{"fg":"#c792ea","italic":true},"markup.link.url.svelte":{"fg":"#c792ea","italic":true},"markup.link.url.vue":{"fg":"#c792ea","italic":true},"markup.list":{"fg":"#ff5874"},"markup.list.checked":{"fg":"#7fdbca"},"markup.list.latex":{"fg":"#ae81ff"},"markup.list.unchecked":{"fg":"#82aaff"},"markup.math":{"fg":"#87bcff"},"markup.quote":{"fg":"#7c8f8f"},"markup.raw":{"fg":"#ecc48d"},"markup.raw.block":{"fg":"#ecc48d"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"fg":"#e39aa6"},"markup.underline":{"underline":"solid"},"module":{"fg":"#7fdbca"},"module.builtin":{"fg":"#a1cd5e"},"namespace.latex":{"fg":"#b0b2f4"},"normal":{"fg":"#c3ccdc","bg":"#011627"},"number":{"fg":"#f78c6c"},"number.float":{"fg":"#f78c6c"},"operator":{"fg":"#ff5874"},"property":{"fg":"#b0b2f4"},"punctuation.bracket":{"fg":"#c3ccdc"},"punctuation.delimiter":{"fg":"#c3ccdc"},"punctuation.delimiter.astro":{"fg":"#ff5874"},"punctuation.delimiter.css":{"fg":"#ff5874"},"punctuation.delimiter.rust":{"fg":"#ff5874"},"punctuation.delimiter.scss":{"fg":"#ff5874"},"punctuation.delimiter.yaml":{"fg":"#ff5874"},"punctuation.special":{"fg":"#ff5874"},"string":{"fg":"#ecc48d"},"string.documentation":{"fg":"#87a3ba"},"string.escape":{"fg":"#ff5874"},"string.json":{"fg":"#85dc85"},"string.regexp":{"fg":"#7fdbca"},"string.special":{"fg":"#ff5874"},"string.special.path":{"fg":"#e39aa6"},"string.special.symbol":{"fg":"#ae81ff"},"string.special.url":{"fg":"#ae81ff"},"tag":{"fg":"#82aaff"},"tag.attribute":{"fg":"#7fdbca"},"tag.builtin":{"fg":"#82aaff"},"tag.delimiter":{"fg":"#a1cd5e"},"tag.javascript":{"fg":"#21c7a8"},"tag.jsx":{"fg":"#21c7a8"},"tag.tsx":{"fg":"#21c7a8"},"tag.typescript":{"fg":"#21c7a8"},"type":{"fg":"#21c7a8"},"type.builtin":{"fg":"#21c7a8"},"type.definition":{"fg":"#21c7a8"},"variable":{"fg":"#c3ccdc"},"variable.builtin":{"fg":"#a1cd5e"},"variable.builtin.vim":{"fg":"#21c7a8"},"variable.member":{"fg":"#b0b2f4"},"variable.member.ruby":{"fg":"#7fdbca"},"variable.member.yaml":{"fg":"#82aaff"},"variable.parameter":{"fg":"#e39aa6"},"variable.parameter.bash":{"fg":"#7fdbca"},"variable.parameter.builtin":{"fg":"#ff5874"},"variable.scss":{"fg":"#7fdbca"},"variable.vim":{"fg":"#7fdbca"}}}
@@ -0,0 +1 @@
1
+ {"name":"nightfox","appearance":"dark","revision":"ba47d4b4c5ec308718641ba7402c143836f35aa9","highlights":{"attribute":{"fg":"#f6b079"},"attribute.builtin":{"fg":"#86abdc"},"boolean":{"fg":"#f4a261"},"character":{"fg":"#81b29a"},"character.special":{"fg":"#86abdc"},"comment":{"fg":"#738091"},"comment.documentation":{"fg":"#738091"},"comment.error":{"fg":"#192330","bg":"#c94f6d"},"comment.hint":{"fg":"#738091"},"comment.note":{"fg":"#192330","bg":"#719cd6"},"comment.todo":{"fg":"#192330","bg":"#81b29a"},"comment.warning":{"fg":"#192330","bg":"#dbc074"},"constant":{"fg":"#f6b079"},"constant.builtin":{"fg":"#f6b079"},"constant.macro":{"fg":"#dc8ed9"},"constructor":{"fg":"#63cdcf"},"constructor.lua":{"fg":"#aeafb0"},"diff.delta":{"fg":"#dbc074"},"diff.minus":{"fg":"#c94f6d"},"diff.plus":{"fg":"#81b29a"},"function":{"fg":"#86abdc"},"function.builtin":{"fg":"#c94f6d"},"function.call":{"fg":"#86abdc"},"function.macro":{"fg":"#c94f6d"},"function.method":{"fg":"#86abdc"},"function.method.call":{"fg":"#86abdc"},"highlighted":{"bg":"#29394f"},"keyword":{"fg":"#9d79d6"},"keyword.conditional":{"fg":"#baa1e2"},"keyword.conditional.ternary":{"fg":"#baa1e2"},"keyword.coroutine":{"fg":"#9d79d6"},"keyword.debug":{"fg":"#9d79d6"},"keyword.directive":{"fg":"#9d79d6"},"keyword.directive.define":{"fg":"#9d79d6"},"keyword.exception":{"fg":"#9d79d6"},"keyword.export":{"fg":"#9d79d6"},"keyword.function":{"fg":"#9d79d6"},"keyword.import":{"fg":"#dc8ed9"},"keyword.modifier":{"fg":"#9d79d6"},"keyword.operator":{"fg":"#aeafb0"},"keyword.repeat":{"fg":"#baa1e2"},"keyword.return":{"fg":"#c94f6d"},"keyword.type":{"fg":"#9d79d6"},"label":{"fg":"#baa1e2"},"label.json":{"fg":"#86abdc"},"markup":{"fg":"#cdcecf"},"markup.environment":{"fg":"#cdcecf"},"markup.environment.name":{"fg":"#cdcecf"},"markup.heading":{"fg":"#86abdc","bold":true},"markup.heading.1":{"fg":"#86abdc","bold":true},"markup.heading.2":{"fg":"#86abdc","bold":true},"markup.heading.3":{"fg":"#86abdc","bold":true},"markup.heading.4":{"fg":"#86abdc","bold":true},"markup.heading.5":{"fg":"#86abdc","bold":true},"markup.heading.6":{"fg":"#86abdc","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#9d79d6","bold":true},"markup.link.label":{"fg":"#86abdc"},"markup.link.url":{"fg":"#f6b079","italic":true,"underline":"solid"},"markup.list":{"fg":"#7ad5d6"},"markup.list.checked":{"fg":"#81b29a"},"markup.list.unchecked":{"fg":"#dbc074"},"markup.math":{"fg":"#86abdc"},"markup.quote":{"fg":"#aeafb0"},"markup.raw":{"fg":"#63cdcf","italic":true},"markup.raw.block":{"fg":"#d67ad2"},"markup.strikethrough":{"fg":"#cdcecf","strikethrough":true},"markup.strong":{"fg":"#ab435d","bold":true},"module":{"fg":"#7ad5d6"},"module.builtin":{"fg":"#86abdc"},"namespace":{"fg":"#7ad5d6"},"normal":{"fg":"#cdcecf","bg":"#192330"},"number":{"fg":"#f4a261"},"number.float":{"fg":"#f4a261"},"operator":{"fg":"#aeafb0"},"property":{"fg":"#719cd6"},"punctuation.bracket":{"fg":"#aeafb0"},"punctuation.delimiter":{"fg":"#aeafb0"},"punctuation.special":{"fg":"#7ad5d6"},"string":{"fg":"#81b29a"},"string.documentation":{"fg":"#81b29a"},"string.escape":{"fg":"#e0c989","bold":true},"string.regex":{"fg":"#e0c989"},"string.regexp":{"fg":"#e0c989"},"string.special":{"fg":"#86abdc"},"string.special.path":{"fg":"#86abdc"},"string.special.symbol":{"fg":"#86abdc"},"string.special.url":{"fg":"#f6b079","italic":true,"underline":"solid"},"tag":{"fg":"#9d79d6"},"tag.attribute":{"fg":"#86abdc","italic":true},"tag.builtin":{"fg":"#86abdc"},"tag.delimiter":{"fg":"#7ad5d6"},"type":{"fg":"#dbc074"},"type.builtin":{"fg":"#7ad5d6"},"type.definition":{"fg":"#dbc074"},"variable":{"fg":"#dfdfe0"},"variable.builtin":{"fg":"#c94f6d"},"variable.member":{"fg":"#719cd6"},"variable.parameter":{"fg":"#7ad5d6"},"variable.parameter.builtin":{"fg":"#86abdc"}}}
package/json/nord.json ADDED
@@ -0,0 +1 @@
1
+ {"name":"nord","appearance":"dark","revision":"80c1e5321505aeb22b7a9f23eb82f1e193c12470","highlights":{"attribute":{"fg":"#b48ead"},"attribute.builtin":{"fg":"#d8dee9"},"boolean":{"fg":"#81a1c1","bold":true},"character":{"fg":"#a3be8c","italic":true},"character.special":{"fg":"#ebcb8b"},"comment":{"fg":"#616e88","italic":true},"comment.documentation":{"fg":"#616e88","italic":true},"comment.error":{"fg":"#bf616a"},"comment.hint":{"fg":"#616e88","italic":true},"comment.note":{"fg":"#5e81ac"},"comment.todo":{"fg":"#ebcb8b","bold":true,"italic":true},"comment.warning":{"fg":"#b48ead"},"constant":{"fg":"#ebcb8b"},"constant.builtin":{"fg":"#8fbcbb","bold":true},"constant.macro":{"fg":"#8fbcbb","bold":true},"constructor":{"fg":"#81a1c1"},"diff.delta":{"fg":"#8cf8f7"},"diff.minus":{"fg":"#ffc0b9"},"diff.plus":{"fg":"#b3f6c0"},"error":{"fg":"#bf616a"},"function":{"fg":"#88c0d0","italic":true},"function.builtin":{"fg":"#88c0d0","italic":true},"function.call":{"fg":"#88c0d0","italic":true},"function.macro":{"fg":"#88c0d0","italic":true},"function.method":{"fg":"#88c0d0","italic":true},"function.method.call":{"fg":"#88c0d0","italic":true},"highlighted":{"bg":"#3b4252"},"keyword":{"fg":"#81a1c1","italic":true},"keyword.conditional":{"fg":"#81a1c1","italic":true},"keyword.conditional.ternary":{"fg":"#81a1c1","italic":true},"keyword.coroutine":{"fg":"#81a1c1","italic":true},"keyword.debug":{"fg":"#81a1c1","italic":true},"keyword.directive":{"fg":"#81a1c1","italic":true},"keyword.directive.define":{"fg":"#81a1c1","italic":true},"keyword.exception":{"fg":"#81a1c1","italic":true},"keyword.export":{"fg":"#81a1c1","italic":true},"keyword.function":{"fg":"#88c0d0","italic":true},"keyword.import":{"fg":"#81a1c1","italic":true},"keyword.modifier":{"fg":"#81a1c1","italic":true},"keyword.operator":{"fg":"#88c0d0","italic":true},"keyword.repeat":{"fg":"#81a1c1","italic":true},"keyword.return":{"fg":"#88c0d0","italic":true},"keyword.type":{"fg":"#81a1c1","italic":true},"label":{"fg":"#b48ead"},"markup":{"fg":"#d8dee9"},"markup.environment":{"fg":"#d8dee9"},"markup.environment.name":{"fg":"#d8dee9"},"markup.heading":{"fg":"#a3be8c","bold":true},"markup.heading.1":{"fg":"#a3be8c","bold":true},"markup.heading.2":{"fg":"#a3be8c","bold":true},"markup.heading.3":{"fg":"#a3be8c","bold":true},"markup.heading.4":{"fg":"#a3be8c","bold":true},"markup.heading.5":{"fg":"#a3be8c","bold":true},"markup.heading.6":{"fg":"#a3be8c","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#a3be8c","underline":"solid"},"markup.link.label":{"fg":"#a3be8c","underline":"solid"},"markup.link.url":{"fg":"#a3be8c","underline":"solid"},"markup.list":{"fg":"#d8dee9"},"markup.list.checked":{"fg":"#d8dee9"},"markup.list.unchecked":{"fg":"#d8dee9"},"markup.math":{"fg":"#d8dee9"},"markup.quote":{"fg":"#d8dee9"},"markup.raw":{"fg":"#d8dee9"},"markup.raw.block":{"fg":"#d8dee9"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#81a1c1"},"module.builtin":{"fg":"#d8dee9"},"namespace":{"fg":"#d8dee9","italic":true},"normal":{"fg":"#d8dee9","bg":"#2e3440"},"number":{"fg":"#b48ead"},"number.float":{"fg":"#b48ead"},"operator":{"fg":"#81a1c1"},"property":{"fg":"#5e81ac","italic":true},"punctuation.bracket":{"fg":"#88c0d0"},"punctuation.delimiter":{"fg":"#88c0d0"},"punctuation.special":{"fg":"#88c0d0"},"string":{"fg":"#a3be8c","italic":true},"string.documentation":{"fg":"#a3be8c","italic":true},"string.escape":{"fg":"#b48ead","italic":true},"string.regex":{"fg":"#8fbcbb","italic":true},"string.regexp":{"fg":"#ebcb8b"},"string.special":{"fg":"#ebcb8b"},"string.special.path":{"fg":"#ebcb8b"},"string.special.symbol":{"fg":"#ebcb8b"},"string.special.url":{"fg":"#a3be8c","underline":"solid"},"tag":{"fg":"#d8dee9"},"tag.attribute":{"fg":"#d8dee9"},"tag.builtin":{"fg":"#d8dee9"},"tag.delimiter":{"fg":"#b48ead"},"type":{"fg":"#81a1c1"},"type.builtin":{"fg":"#81a1c1"},"type.definition":{"fg":"#81a1c1"},"variable":{"fg":"#d8dee9","bold":true},"variable.builtin":{"fg":"#d8dee9","bold":true},"variable.member":{"fg":"#d8dee9","bold":true},"variable.parameter":{"fg":"#d8dee9","bold":true},"variable.parameter.builtin":{"fg":"#d8dee9"}}}
@@ -0,0 +1 @@
1
+ {"name":"nordfox","appearance":"dark","revision":"ba47d4b4c5ec308718641ba7402c143836f35aa9","highlights":{"attribute":{"fg":"#d89079"},"attribute.builtin":{"fg":"#8cafd2"},"boolean":{"fg":"#c9826b"},"character":{"fg":"#a3be8c"},"character.special":{"fg":"#8cafd2"},"comment":{"fg":"#60728a"},"comment.documentation":{"fg":"#60728a"},"comment.error":{"fg":"#2e3440","bg":"#bf616a"},"comment.hint":{"fg":"#60728a"},"comment.note":{"fg":"#2e3440","bg":"#81a1c1"},"comment.todo":{"fg":"#2e3440","bg":"#a3be8c"},"comment.warning":{"fg":"#2e3440","bg":"#ebcb8b"},"constant":{"fg":"#d89079"},"constant.builtin":{"fg":"#d89079"},"constant.macro":{"fg":"#d092ce"},"constructor":{"fg":"#88c0d0"},"constructor.lua":{"fg":"#abb1bb"},"diff.delta":{"fg":"#ebcb8b"},"diff.minus":{"fg":"#bf616a"},"diff.plus":{"fg":"#a3be8c"},"function":{"fg":"#8cafd2"},"function.builtin":{"fg":"#bf616a"},"function.call":{"fg":"#8cafd2"},"function.macro":{"fg":"#bf616a"},"function.method":{"fg":"#8cafd2"},"function.method.call":{"fg":"#8cafd2"},"highlighted":{"bg":"#444c5e"},"keyword":{"fg":"#b48ead"},"keyword.conditional":{"fg":"#c895bf"},"keyword.conditional.ternary":{"fg":"#c895bf"},"keyword.coroutine":{"fg":"#b48ead"},"keyword.debug":{"fg":"#b48ead"},"keyword.directive":{"fg":"#b48ead"},"keyword.directive.define":{"fg":"#b48ead"},"keyword.exception":{"fg":"#b48ead"},"keyword.export":{"fg":"#b48ead"},"keyword.function":{"fg":"#b48ead"},"keyword.import":{"fg":"#d092ce"},"keyword.modifier":{"fg":"#b48ead"},"keyword.operator":{"fg":"#abb1bb"},"keyword.repeat":{"fg":"#c895bf"},"keyword.return":{"fg":"#bf616a"},"keyword.type":{"fg":"#b48ead"},"label":{"fg":"#c895bf"},"label.json":{"fg":"#8cafd2"},"markup":{"fg":"#cdcecf"},"markup.environment":{"fg":"#cdcecf"},"markup.environment.name":{"fg":"#cdcecf"},"markup.heading":{"fg":"#8cafd2","bold":true},"markup.heading.1":{"fg":"#8cafd2","bold":true},"markup.heading.2":{"fg":"#8cafd2","bold":true},"markup.heading.3":{"fg":"#8cafd2","bold":true},"markup.heading.4":{"fg":"#8cafd2","bold":true},"markup.heading.5":{"fg":"#8cafd2","bold":true},"markup.heading.6":{"fg":"#8cafd2","bold":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#b48ead","bold":true},"markup.link.label":{"fg":"#8cafd2"},"markup.link.url":{"fg":"#d89079","italic":true,"underline":"solid"},"markup.list":{"fg":"#93ccdc"},"markup.list.checked":{"fg":"#a3be8c"},"markup.list.unchecked":{"fg":"#ebcb8b"},"markup.math":{"fg":"#8cafd2"},"markup.quote":{"fg":"#abb1bb"},"markup.raw":{"fg":"#88c0d0","italic":true},"markup.raw.block":{"fg":"#bf88bc"},"markup.strikethrough":{"fg":"#cdcecf","strikethrough":true},"markup.strong":{"fg":"#a54e56","bold":true},"module":{"fg":"#93ccdc"},"module.builtin":{"fg":"#8cafd2"},"namespace":{"fg":"#93ccdc"},"normal":{"fg":"#cdcecf","bg":"#2e3440"},"number":{"fg":"#c9826b"},"number.float":{"fg":"#c9826b"},"operator":{"fg":"#abb1bb"},"property":{"fg":"#81a1c1"},"punctuation.bracket":{"fg":"#abb1bb"},"punctuation.delimiter":{"fg":"#abb1bb"},"punctuation.special":{"fg":"#93ccdc"},"string":{"fg":"#a3be8c"},"string.documentation":{"fg":"#a3be8c"},"string.escape":{"fg":"#f0d399","bold":true},"string.regex":{"fg":"#f0d399"},"string.regexp":{"fg":"#f0d399"},"string.special":{"fg":"#8cafd2"},"string.special.path":{"fg":"#8cafd2"},"string.special.symbol":{"fg":"#8cafd2"},"string.special.url":{"fg":"#d89079","italic":true,"underline":"solid"},"tag":{"fg":"#b48ead"},"tag.attribute":{"fg":"#8cafd2","italic":true},"tag.builtin":{"fg":"#8cafd2"},"tag.delimiter":{"fg":"#93ccdc"},"type":{"fg":"#ebcb8b"},"type.builtin":{"fg":"#93ccdc"},"type.definition":{"fg":"#ebcb8b"},"variable":{"fg":"#e5e9f0"},"variable.builtin":{"fg":"#bf616a"},"variable.member":{"fg":"#81a1c1"},"variable.parameter":{"fg":"#93ccdc"},"variable.parameter.builtin":{"fg":"#8cafd2"}}}
@@ -0,0 +1 @@
1
+ {"name":"nordic","appearance":"dark","revision":"962c717820a9d7201ef7622cf1e78bd57806bb7c","highlights":{"attribute":{"fg":"#bf616a"},"attribute.builtin":{"fg":"#81a1c1"},"boolean":{"fg":"#be9db8"},"character":{"fg":"#a3be8c"},"character.special":{"fg":"#81a1c1"},"comment":{"fg":"#4c566a","italic":true},"comment.documentation":{"fg":"#4c566a","italic":true},"comment.error":{"fg":"#c5727a"},"comment.hint":{"fg":"#b1c89d"},"comment.note":{"fg":"#b1c89d"},"comment.warning":{"fg":"#ebcb8b"},"constant":{"fg":"#be9db8"},"constant.builtin":{"fg":"#be9db8"},"constant.macro":{"fg":"#be9db8"},"constructor":{"fg":"#88c0d0"},"constructor.tsx":{"fg":"#81a1c1"},"diff.delta":{"bg":"#292f3a"},"diff.minus":{"bg":"#43343e","bold":true},"diff.plus":{"bg":"#3d4745","bold":true},"function":{"fg":"#88c0d0"},"function.builtin":{"fg":"#88c0d0"},"function.call":{"fg":"#88c0d0"},"function.macro":{"fg":"#bf616a"},"function.method":{"fg":"#88c0d0"},"function.method.call":{"fg":"#88c0d0"},"highlighted":{"bg":"#1b1f26"},"keyword":{"fg":"#d08770"},"keyword.conditional":{"fg":"#d08770"},"keyword.conditional.ternary":{"fg":"#d08770"},"keyword.coroutine":{"fg":"#bf616a"},"keyword.debug":{"fg":"#81a1c1"},"keyword.directive":{"fg":"#bf616a"},"keyword.directive.define":{"fg":"#bf616a"},"keyword.exception":{"fg":"#bf616a"},"keyword.export":{"fg":"#d08770"},"keyword.function":{"fg":"#d08770"},"keyword.import":{"fg":"#bf616a"},"keyword.modifier":{"fg":"#d08770"},"keyword.operator":{"fg":"#d08770"},"keyword.repeat":{"fg":"#d08770"},"keyword.return":{"fg":"#d08770"},"keyword.type":{"fg":"#d08770"},"label":{"fg":"#d08770"},"markup.environment":{"fg":"#bf616a"},"markup.environment.name":{"fg":"#ebcb8b"},"markup.heading":{"fg":"#d8dee9","bold":true},"markup.heading.1":{"fg":"#ebcb8b","bold":true},"markup.heading.2":{"fg":"#d08770","bold":true},"markup.heading.3":{"fg":"#b48ead","bold":true},"markup.heading.4":{"fg":"#a3be8c"},"markup.heading.5":{"fg":"#88c0d0","italic":true},"markup.heading.6":{"fg":"#8fbcbb","italic":true},"markup.italic":{"italic":true},"markup.link":{"fg":"#8fbcbb"},"markup.link.label":{"fg":"#81a1c1"},"markup.link.url":{"underline":"solid"},"markup.list":{"fg":"#c0c8d8"},"markup.list.checked":{"fg":"#8fbcbb"},"markup.list.markdown":{"fg":"#ebcb8b","bold":true},"markup.list.unchecked":{"fg":"#c0c8d8"},"markup.math":{"fg":"#81a1c1"},"markup.raw":{"fg":"#a3be8c"},"markup.raw.block":{"fg":"#a3be8c"},"markup.raw.markdown_inline":{"fg":"#c0c8d8","bg":"#222630"},"markup.strikethrough":{"strikethrough":true},"markup.strong":{"bold":true},"markup.underline":{"underline":"solid"},"module":{"fg":"#ebcb8b"},"module.builtin":{"fg":"#5e81ac"},"namespace":{"fg":"#e7c173"},"normal":{"fg":"#c0c8d8","bg":"#242933"},"number":{"fg":"#be9db8"},"number.float":{"fg":"#be9db8"},"operator":{"fg":"#c0c8d8"},"property":{"fg":"#8fbcbb"},"punctuation.bracket":{"fg":"#c0c8d8"},"punctuation.delimiter":{"fg":"#60728a","italic":true},"punctuation.special":{"fg":"#bf616a"},"punctuation.special.markdown":{"fg":"#d08770","bold":true},"string":{"fg":"#a3be8c"},"string.documentation":{"fg":"#a3be8c"},"string.escape":{"fg":"#be9db8"},"string.regex":{"fg":"#be9db8"},"string.regexp":{"fg":"#ebcb8b"},"string.special":{"fg":"#ebcb8b"},"string.special.path":{"fg":"#ebcb8b"},"string.special.symbol":{"fg":"#ebcb8b"},"string.special.url":{"underline":"solid"},"tag":{"fg":"#81a1c1"},"tag.attribute":{"fg":"#ebcb8b"},"tag.builtin":{"fg":"#81a1c1"},"tag.delimiter":{"fg":"#c0c8d8"},"tag.delimiter.tsx":{"fg":"#81a1c1"},"type":{"fg":"#ebcb8b"},"type.builtin":{"fg":"#ebcb8b"},"type.definition":{"fg":"#ebcb8b"},"variable":{"fg":"#c0c8d8"},"variable.builtin":{"fg":"#5e81ac"},"variable.member":{"fg":"#8fbcbb"},"variable.parameter":{"fg":"#c0c8d8"},"variable.parameter.builtin":{"fg":"#81a1c1"}}}