@bilal-fazlani/mock-server 0.2.1 → 0.3.0

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 (703) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/bundle-full.mjs +41 -0
  4. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/engine-oniguruma.mjs +8 -0
  5. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/index.mjs +29 -0
  6. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
  7. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
  8. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/themes.mjs +396 -0
  9. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/wasm.mjs +3 -0
  10. package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/package.json +73 -0
  11. package/.next/standalone/.next/prerender-manifest.json +3 -3
  12. package/.next/standalone/.next/required-server-files.json +4 -1
  13. package/.next/standalone/.next/server/app/[...path]/route.js +2 -2
  14. package/.next/standalone/.next/server/app/[...path]/route.js.nft.json +1 -1
  15. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  16. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  21. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  22. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  24. package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
  25. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  26. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  27. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  28. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  29. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  30. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/.next/standalone/.next/server/app/index.html +1 -1
  32. package/.next/standalone/.next/server/app/index.rsc +2 -2
  33. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  34. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +2 -2
  35. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  36. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  37. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  38. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  39. package/.next/standalone/.next/server/app/ui/[...notFound]/page.js +1 -1
  40. package/.next/standalone/.next/server/app/ui/[...notFound]/page.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/ui/[...notFound]/page_client-reference-manifest.js +1 -1
  42. package/.next/standalone/.next/server/app/ui/api/catalog/route.js +2 -2
  43. package/.next/standalone/.next/server/app/ui/api/catalog/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js +2 -2
  45. package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js +1 -1
  47. package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/ui/api/health/route.js +1 -1
  49. package/.next/standalone/.next/server/app/ui/api/health/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js +1 -1
  51. package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/ui/api/logs/route.js +1 -1
  53. package/.next/standalone/.next/server/app/ui/api/logs/route.js.nft.json +1 -1
  54. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js +1 -1
  55. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js +2 -2
  57. package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js.nft.json +1 -1
  58. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js +8 -7
  59. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/ui/catalog/page.js +5 -5
  62. package/.next/standalone/.next/server/app/ui/catalog/page.js.nft.json +1 -1
  63. package/.next/standalone/.next/server/app/ui/catalog/page_client-reference-manifest.js +1 -1
  64. package/.next/standalone/.next/server/app/ui/environment/page.js +4 -4
  65. package/.next/standalone/.next/server/app/ui/environment/page.js.nft.json +1 -1
  66. package/.next/standalone/.next/server/app/ui/environment/page_client-reference-manifest.js +1 -1
  67. package/.next/standalone/.next/server/app/ui/global-mocks/page/server-reference-manifest.json +2 -2
  68. package/.next/standalone/.next/server/app/ui/global-mocks/page.js +4 -4
  69. package/.next/standalone/.next/server/app/ui/global-mocks/page.js.nft.json +1 -1
  70. package/.next/standalone/.next/server/app/ui/global-mocks/page_client-reference-manifest.js +1 -1
  71. package/.next/standalone/.next/server/app/ui/logs/page/server-reference-manifest.json +1 -1
  72. package/.next/standalone/.next/server/app/ui/logs/page.js +5 -5
  73. package/.next/standalone/.next/server/app/ui/logs/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/ui/logs/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/ui/page.js +4 -4
  76. package/.next/standalone/.next/server/app/ui/page.js.nft.json +1 -1
  77. package/.next/standalone/.next/server/app/ui/page_client-reference-manifest.js +1 -1
  78. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page/server-reference-manifest.json +4 -4
  79. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js +6 -6
  80. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js.nft.json +1 -1
  81. package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page_client-reference-manifest.js +1 -1
  82. package/.next/standalone/.next/server/app/ui/profiles/new/page/server-reference-manifest.json +4 -4
  83. package/.next/standalone/.next/server/app/ui/profiles/new/page.js +5 -5
  84. package/.next/standalone/.next/server/app/ui/profiles/new/page.js.nft.json +1 -1
  85. package/.next/standalone/.next/server/app/ui/profiles/new/page_client-reference-manifest.js +1 -1
  86. package/.next/standalone/.next/server/app/ui/profiles/new.html +1 -1
  87. package/.next/standalone/.next/server/app/ui/profiles/new.rsc +31 -31
  88. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_full.segment.rsc +31 -31
  89. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_head.segment.rsc +1 -1
  90. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_index.segment.rsc +2 -2
  91. package/.next/standalone/.next/server/app/ui/profiles/new.segments/_tree.segment.rsc +2 -2
  92. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new/__PAGE__.segment.rsc +18 -17
  93. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new.segment.rsc +1 -1
  94. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles.segment.rsc +1 -1
  95. package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui.segment.rsc +3 -3
  96. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_w4w88._.js +3 -0
  97. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0eo49or._.js +3 -0
  98. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0om7kg8._.js +3 -0
  99. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s6drot._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t8o5f7._.js +3 -0
  101. package/.next/standalone/.next/server/chunks/[root-of-the-server]__14hrty_._.js +3 -0
  102. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1d3vxpt._.js +3 -0
  103. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1e407ve._.js +3 -0
  104. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1islaxo._.js +3 -0
  105. package/.next/standalone/.next/server/chunks/{_01xbyam._.js → _0qbx9v1._.js} +6 -6
  106. package/.next/standalone/.next/server/chunks/{_0022gwg._.js → _16q11je._.js} +6 -6
  107. package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_1hi1g43.js +1 -1
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__095ld3v._.js +3 -0
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c_8sxb._.js +3 -0
  110. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__131d-3a._.js → [root-of-the-server]__0ok8mg5._.js} +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uln_1r._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xmt17v._.js +3 -0
  113. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__16y93ju._.js +3 -0
  114. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18_kqdp._.js +3 -0
  115. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18z_8pt._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ac328a._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ffkjjl._.js +3 -0
  118. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1gmmta4._.js +1 -1
  119. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1k-7k5k._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1po4if1._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1r99_25._.js +3 -0
  122. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1xkfxwl._.js +3 -0
  123. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__20xpe3a._.js +3 -0
  124. package/.next/standalone/.next/server/chunks/ssr/_0ceyznt._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/{_1s8xzfs._.js → _0dcewjo._.js} +5 -5
  126. package/.next/standalone/.next/server/chunks/ssr/_0dp2bez._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/_0hv6b4i._.js +1 -1
  128. package/.next/standalone/.next/server/chunks/ssr/_0txvxmw._.js +3 -0
  129. package/.next/standalone/.next/server/chunks/ssr/_13ez5qw._.js +3 -0
  130. package/.next/standalone/.next/server/chunks/ssr/_142--49._.js +3 -0
  131. package/.next/standalone/.next/server/chunks/ssr/_1nyvjoj._.js +3 -0
  132. package/.next/standalone/.next/server/chunks/ssr/src_1s6weq_._.js +1 -1
  133. package/.next/standalone/.next/server/chunks/ssr/src_app_ui_logs_LogRow_tsx_1mzipt8._.js +1 -1
  134. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  135. package/.next/standalone/.next/server/pages/404.html +1 -1
  136. package/.next/standalone/.next/server/pages/500.html +1 -1
  137. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  138. package/.next/standalone/.next/server/server-reference-manifest.json +8 -8
  139. package/.next/standalone/.next/static/chunks/12ny879muwkxw.js +1 -0
  140. package/.next/standalone/.next/static/chunks/18hh57jv94a5e.js +1 -0
  141. package/.next/standalone/.next/static/chunks/1rml3lmlc_-1c.js +1 -0
  142. package/.next/standalone/.next/static/chunks/1zxhmuljxo270.js +1 -0
  143. package/.next/standalone/.next/static/chunks/2bqfpygv3x9-k.js +1 -0
  144. package/.next/standalone/.next/static/chunks/3fpjbzbf26aey.js +1 -0
  145. package/.next/standalone/.next/static/chunks/3ivfq435-2tni.css +3 -0
  146. package/.next/standalone/next.config.ts +32 -0
  147. package/.next/standalone/node_modules/@shikijs/core/dist/index.mjs +1406 -0
  148. package/.next/standalone/node_modules/@shikijs/core/package.json +60 -0
  149. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +47 -0
  150. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +27 -0
  151. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
  152. package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/scanner-DX8LRFGE.mjs +77 -0
  153. package/.next/standalone/node_modules/@shikijs/engine-javascript/package.json +42 -0
  154. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +449 -0
  155. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
  156. package/.next/standalone/node_modules/@shikijs/engine-oniguruma/package.json +45 -0
  157. package/.next/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
  158. package/.next/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
  159. package/.next/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
  160. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
  161. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
  162. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
  163. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
  164. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
  165. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
  166. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
  167. package/.next/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
  168. package/.next/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
  169. package/.next/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
  170. package/.next/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
  171. package/.next/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
  172. package/.next/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
  173. package/.next/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
  174. package/.next/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
  175. package/.next/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
  176. package/.next/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
  177. package/.next/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
  178. package/.next/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
  179. package/.next/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
  180. package/.next/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
  181. package/.next/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
  182. package/.next/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
  183. package/.next/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
  184. package/.next/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
  185. package/.next/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
  186. package/.next/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
  187. package/.next/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
  188. package/.next/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
  189. package/.next/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
  190. package/.next/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
  191. package/.next/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
  192. package/.next/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
  193. package/.next/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
  194. package/.next/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
  195. package/.next/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
  196. package/.next/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
  197. package/.next/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
  198. package/.next/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
  199. package/.next/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
  200. package/.next/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
  201. package/.next/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
  202. package/.next/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
  203. package/.next/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
  204. package/.next/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
  205. package/.next/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
  206. package/.next/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
  207. package/.next/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
  208. package/.next/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
  209. package/.next/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
  210. package/.next/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
  211. package/.next/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
  212. package/.next/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
  213. package/.next/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
  214. package/.next/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
  215. package/.next/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
  216. package/.next/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
  217. package/.next/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
  218. package/.next/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
  219. package/.next/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
  220. package/.next/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
  221. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
  222. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
  223. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
  224. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
  225. package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
  226. package/.next/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
  227. package/.next/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
  228. package/.next/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
  229. package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
  230. package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
  231. package/.next/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
  232. package/.next/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
  233. package/.next/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
  234. package/.next/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
  235. package/.next/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
  236. package/.next/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
  237. package/.next/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
  238. package/.next/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
  239. package/.next/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
  240. package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
  241. package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
  242. package/.next/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
  243. package/.next/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
  244. package/.next/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
  245. package/.next/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
  246. package/.next/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
  247. package/.next/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
  248. package/.next/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
  249. package/.next/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
  250. package/.next/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
  251. package/.next/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
  252. package/.next/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
  253. package/.next/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
  254. package/.next/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
  255. package/.next/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
  256. package/.next/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
  257. package/.next/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
  258. package/.next/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
  259. package/.next/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
  260. package/.next/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
  261. package/.next/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
  262. package/.next/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
  263. package/.next/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
  264. package/.next/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
  265. package/.next/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
  266. package/.next/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
  267. package/.next/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
  268. package/.next/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
  269. package/.next/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
  270. package/.next/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
  271. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
  272. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
  273. package/.next/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
  274. package/.next/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
  275. package/.next/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
  276. package/.next/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
  277. package/.next/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
  278. package/.next/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
  279. package/.next/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
  280. package/.next/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
  281. package/.next/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
  282. package/.next/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
  283. package/.next/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
  284. package/.next/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
  285. package/.next/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
  286. package/.next/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
  287. package/.next/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
  288. package/.next/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
  289. package/.next/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
  290. package/.next/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
  291. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
  292. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
  293. package/.next/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
  294. package/.next/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
  295. package/.next/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
  296. package/.next/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
  297. package/.next/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
  298. package/.next/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
  299. package/.next/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
  300. package/.next/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
  301. package/.next/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
  302. package/.next/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
  303. package/.next/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
  304. package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
  305. package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
  306. package/.next/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
  307. package/.next/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
  308. package/.next/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
  309. package/.next/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
  310. package/.next/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
  311. package/.next/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
  312. package/.next/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
  313. package/.next/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
  314. package/.next/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
  315. package/.next/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
  316. package/.next/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
  317. package/.next/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
  318. package/.next/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
  319. package/.next/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
  320. package/.next/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
  321. package/.next/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
  322. package/.next/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
  323. package/.next/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
  324. package/.next/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
  325. package/.next/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
  326. package/.next/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
  327. package/.next/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
  328. package/.next/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
  329. package/.next/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
  330. package/.next/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
  331. package/.next/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
  332. package/.next/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
  333. package/.next/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
  334. package/.next/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
  335. package/.next/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
  336. package/.next/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
  337. package/.next/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
  338. package/.next/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
  339. package/.next/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
  340. package/.next/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
  341. package/.next/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
  342. package/.next/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
  343. package/.next/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
  344. package/.next/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
  345. package/.next/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
  346. package/.next/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
  347. package/.next/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
  348. package/.next/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
  349. package/.next/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
  350. package/.next/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
  351. package/.next/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
  352. package/.next/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
  353. package/.next/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
  354. package/.next/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
  355. package/.next/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
  356. package/.next/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
  357. package/.next/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
  358. package/.next/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
  359. package/.next/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
  360. package/.next/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
  361. package/.next/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
  362. package/.next/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
  363. package/.next/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
  364. package/.next/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
  365. package/.next/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
  366. package/.next/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
  367. package/.next/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
  368. package/.next/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
  369. package/.next/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
  370. package/.next/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
  371. package/.next/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
  372. package/.next/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
  373. package/.next/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
  374. package/.next/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
  375. package/.next/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
  376. package/.next/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
  377. package/.next/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
  378. package/.next/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
  379. package/.next/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
  380. package/.next/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
  381. package/.next/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
  382. package/.next/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
  383. package/.next/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
  384. package/.next/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
  385. package/.next/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
  386. package/.next/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
  387. package/.next/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
  388. package/.next/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
  389. package/.next/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
  390. package/.next/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
  391. package/.next/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
  392. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
  393. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
  394. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
  395. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
  396. package/.next/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
  397. package/.next/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
  398. package/.next/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
  399. package/.next/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
  400. package/.next/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
  401. package/.next/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
  402. package/.next/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
  403. package/.next/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
  404. package/.next/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
  405. package/.next/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
  406. package/.next/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
  407. package/.next/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
  408. package/.next/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
  409. package/.next/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
  410. package/.next/standalone/node_modules/@shikijs/langs/package.json +387 -0
  411. package/.next/standalone/node_modules/@shikijs/primitive/dist/index.mjs +834 -0
  412. package/.next/standalone/node_modules/@shikijs/primitive/package.json +56 -0
  413. package/.next/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
  414. package/.next/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
  415. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
  416. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
  417. package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
  418. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
  419. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
  420. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
  421. package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
  422. package/.next/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
  423. package/.next/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
  424. package/.next/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
  425. package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
  426. package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
  427. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
  428. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
  429. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
  430. package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
  431. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
  432. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
  433. package/.next/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
  434. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
  435. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
  436. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
  437. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
  438. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
  439. package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
  440. package/.next/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
  441. package/.next/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
  442. package/.next/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
  443. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
  444. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
  445. package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
  446. package/.next/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
  447. package/.next/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
  448. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
  449. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
  450. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
  451. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
  452. package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
  453. package/.next/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
  454. package/.next/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
  455. package/.next/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
  456. package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
  457. package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
  458. package/.next/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
  459. package/.next/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
  460. package/.next/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
  461. package/.next/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
  462. package/.next/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
  463. package/.next/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
  464. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
  465. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
  466. package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
  467. package/.next/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
  468. package/.next/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
  469. package/.next/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
  470. package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
  471. package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
  472. package/.next/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
  473. package/.next/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
  474. package/.next/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
  475. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
  476. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
  477. package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
  478. package/.next/standalone/node_modules/@shikijs/themes/package.json +106 -0
  479. package/.next/standalone/node_modules/@shikijs/types/dist/index.mjs +9 -0
  480. package/.next/standalone/node_modules/@shikijs/types/package.json +39 -0
  481. package/.next/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
  482. package/.next/standalone/node_modules/@shikijs/vscode-textmate/package.json +46 -0
  483. package/.next/standalone/node_modules/ccount/index.js +27 -0
  484. package/.next/standalone/node_modules/ccount/package.json +71 -0
  485. package/.next/standalone/node_modules/character-entities-html4/index.js +259 -0
  486. package/.next/standalone/node_modules/character-entities-html4/package.json +79 -0
  487. package/.next/standalone/node_modules/character-entities-legacy/index.js +113 -0
  488. package/.next/standalone/node_modules/character-entities-legacy/package.json +77 -0
  489. package/.next/standalone/node_modules/comma-separated-tokens/index.js +74 -0
  490. package/.next/standalone/node_modules/comma-separated-tokens/package.json +72 -0
  491. package/.next/standalone/node_modules/hast-util-to-html/index.js +8 -0
  492. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
  493. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
  494. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
  495. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
  496. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
  497. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
  498. package/.next/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
  499. package/.next/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
  500. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
  501. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
  502. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
  503. package/.next/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
  504. package/.next/standalone/node_modules/hast-util-to-html/package.json +106 -0
  505. package/.next/standalone/node_modules/hast-util-whitespace/index.js +1 -0
  506. package/.next/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
  507. package/.next/standalone/node_modules/hast-util-whitespace/package.json +83 -0
  508. package/.next/standalone/node_modules/html-void-elements/index.js +27 -0
  509. package/.next/standalone/node_modules/html-void-elements/package.json +79 -0
  510. package/.next/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
  511. package/.next/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
  512. package/.next/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
  513. package/.next/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
  514. package/.next/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
  515. package/.next/standalone/node_modules/oniguruma-parser/package.json +64 -0
  516. package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1878 -0
  517. package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
  518. package/.next/standalone/node_modules/oniguruma-to-es/package.json +61 -0
  519. package/.next/standalone/node_modules/property-information/index.js +17 -0
  520. package/.next/standalone/node_modules/property-information/lib/aria.js +61 -0
  521. package/.next/standalone/node_modules/property-information/lib/find.js +97 -0
  522. package/.next/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
  523. package/.next/standalone/node_modules/property-information/lib/html.js +332 -0
  524. package/.next/standalone/node_modules/property-information/lib/normalize.js +12 -0
  525. package/.next/standalone/node_modules/property-information/lib/svg.js +569 -0
  526. package/.next/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
  527. package/.next/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
  528. package/.next/standalone/node_modules/property-information/lib/util/create.js +69 -0
  529. package/.next/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
  530. package/.next/standalone/node_modules/property-information/lib/util/info.js +32 -0
  531. package/.next/standalone/node_modules/property-information/lib/util/merge.js +27 -0
  532. package/.next/standalone/node_modules/property-information/lib/util/schema.js +29 -0
  533. package/.next/standalone/node_modules/property-information/lib/util/types.js +13 -0
  534. package/.next/standalone/node_modules/property-information/lib/xlink.js +17 -0
  535. package/.next/standalone/node_modules/property-information/lib/xml.js +9 -0
  536. package/.next/standalone/node_modules/property-information/lib/xmlns.js +9 -0
  537. package/.next/standalone/node_modules/property-information/package.json +84 -0
  538. package/.next/standalone/node_modules/regex/package.json +60 -0
  539. package/.next/standalone/node_modules/regex/src/atomic.js +224 -0
  540. package/.next/standalone/node_modules/regex/src/internals.js +2 -0
  541. package/.next/standalone/node_modules/regex/src/subclass.js +98 -0
  542. package/.next/standalone/node_modules/regex/src/utils-internals.js +33 -0
  543. package/.next/standalone/node_modules/regex-recursion/package.json +47 -0
  544. package/.next/standalone/node_modules/regex-recursion/src/index.js +365 -0
  545. package/.next/standalone/node_modules/regex-utilities/package.json +35 -0
  546. package/.next/standalone/node_modules/regex-utilities/src/index.js +170 -0
  547. package/.next/standalone/node_modules/shiki/dist/bundle-full.mjs +41 -0
  548. package/.next/standalone/node_modules/shiki/dist/engine-oniguruma.mjs +8 -0
  549. package/.next/standalone/node_modules/shiki/dist/index.mjs +29 -0
  550. package/.next/standalone/node_modules/shiki/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
  551. package/.next/standalone/node_modules/shiki/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
  552. package/.next/standalone/node_modules/shiki/dist/themes.mjs +396 -0
  553. package/.next/standalone/node_modules/shiki/dist/wasm.mjs +3 -0
  554. package/.next/standalone/node_modules/shiki/package.json +73 -0
  555. package/.next/standalone/node_modules/space-separated-tokens/index.js +24 -0
  556. package/.next/standalone/node_modules/space-separated-tokens/package.json +67 -0
  557. package/.next/standalone/node_modules/stringify-entities/index.js +6 -0
  558. package/.next/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
  559. package/.next/standalone/node_modules/stringify-entities/lib/core.js +117 -0
  560. package/.next/standalone/node_modules/stringify-entities/lib/index.js +36 -0
  561. package/.next/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
  562. package/.next/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
  563. package/.next/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
  564. package/.next/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
  565. package/.next/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
  566. package/.next/standalone/node_modules/stringify-entities/package.json +86 -0
  567. package/.next/standalone/node_modules/zwitch/index.js +118 -0
  568. package/.next/standalone/node_modules/zwitch/package.json +72 -0
  569. package/.next/standalone/package-lock.json +719 -672
  570. package/.next/standalone/package.json +2 -1
  571. package/.next/standalone/release-please-config.json +1 -0
  572. package/.next/standalone/scripts/validate-catalog.ts +38 -0
  573. package/.next/standalone/server.js +1 -1
  574. package/.next/standalone/src/app/[...path]/route.ts +41 -0
  575. package/.next/standalone/src/app/ui/api/catalog/route.ts +32 -0
  576. package/.next/standalone/src/app/ui/api/global-mocks/[system]/[endpoint]/route.ts +53 -0
  577. package/.next/standalone/src/app/ui/api/global-mocks/route.ts +8 -0
  578. package/.next/standalone/src/app/ui/api/health/route.ts +47 -0
  579. package/.next/standalone/src/app/ui/api/logs/[logId]/route.ts +15 -0
  580. package/.next/standalone/src/app/ui/api/logs/route.ts +24 -0
  581. package/.next/standalone/src/app/ui/api/profiles/[profileId]/reset/route.ts +25 -0
  582. package/.next/standalone/src/app/ui/api/profiles/[profileId]/route.ts +64 -0
  583. package/.next/standalone/src/app/ui/catalog/highlight.ts +12 -0
  584. package/.next/standalone/src/app/ui/catalog/scenario-view.ts +68 -0
  585. package/.next/standalone/src/app/ui/global-mocks/actions.ts +50 -0
  586. package/.next/standalone/src/app/ui/logs/actions.ts +11 -0
  587. package/.next/standalone/src/app/ui/logs/list-state.ts +64 -0
  588. package/.next/standalone/src/app/ui/logs/types.ts +17 -0
  589. package/.next/standalone/src/app/ui/profiles/actions.ts +60 -0
  590. package/.next/standalone/src/lib/build-info.ts +13 -0
  591. package/.next/standalone/src/lib/catalog/find.ts +17 -0
  592. package/.next/standalone/src/lib/catalog/load.ts +226 -0
  593. package/.next/standalone/src/lib/catalog/path-template.ts +63 -0
  594. package/.next/standalone/src/lib/catalog/request-example.ts +96 -0
  595. package/.next/standalone/src/lib/catalog/schema.ts +154 -0
  596. package/.next/standalone/src/lib/catalog/selector.ts +153 -0
  597. package/.next/standalone/src/lib/catalog/types.ts +43 -0
  598. package/.next/standalone/src/lib/catalog/validate.ts +290 -0
  599. package/.next/standalone/src/lib/config.ts +93 -0
  600. package/.next/standalone/src/lib/dynamic/history-store.ts +68 -0
  601. package/.next/standalone/src/lib/environment.ts +155 -0
  602. package/.next/standalone/src/lib/format.ts +3 -0
  603. package/.next/standalone/src/lib/logs/admin-log.ts +27 -0
  604. package/.next/standalone/src/lib/logs/store.ts +153 -0
  605. package/.next/standalone/src/lib/mock-engine/fixtures.ts +38 -0
  606. package/.next/standalone/src/lib/mock-engine/resolver.ts +110 -0
  607. package/.next/standalone/src/lib/mock-engine/template.ts +71 -0
  608. package/.next/standalone/src/lib/mongo/embedded.ts +40 -0
  609. package/.next/standalone/src/lib/profiles/api-scenarios.ts +69 -0
  610. package/.next/standalone/src/lib/profiles/form.ts +64 -0
  611. package/.next/standalone/src/lib/profiles/stale.ts +56 -0
  612. package/.next/standalone/src/lib/profiles/store.ts +420 -0
  613. package/.next/standalone/src/lib/router/handler.ts +187 -0
  614. package/.next/standalone/src/lib/router/passthrough.ts +86 -0
  615. package/.next/standalone/src/lib/router/route-request.ts +645 -0
  616. package/.next/standalone/src/lib/runtime.ts +150 -0
  617. package/.next/standalone/src/lib/scenarios.ts +52 -0
  618. package/.next/standalone/src/lib/utils.ts +6 -0
  619. package/.next/standalone/tests/api/catalog-route.test.ts +72 -0
  620. package/.next/standalone/tests/api/global-mocks-route.test.ts +171 -0
  621. package/.next/standalone/tests/api/profiles-reset-route.test.ts +50 -0
  622. package/.next/standalone/tests/api/profiles-route.test.ts +132 -0
  623. package/.next/standalone/tests/bin/args.test.ts +42 -0
  624. package/.next/standalone/tests/catalog/find.test.ts +40 -0
  625. package/.next/standalone/tests/catalog/load.test.ts +258 -0
  626. package/.next/standalone/tests/catalog/path-template.test.ts +79 -0
  627. package/.next/standalone/tests/catalog/request-example.test.ts +86 -0
  628. package/.next/standalone/tests/catalog/schema.test.ts +249 -0
  629. package/.next/standalone/tests/catalog/selector.test.ts +175 -0
  630. package/.next/standalone/tests/catalog/validate.test.ts +462 -0
  631. package/.next/standalone/tests/dynamic/history-store.test.ts +82 -0
  632. package/.next/standalone/tests/global-mocks/actions.test.ts +192 -0
  633. package/.next/standalone/tests/lib/config-catalog-dir.test.ts +17 -0
  634. package/.next/standalone/tests/lib/config.test.ts +99 -0
  635. package/.next/standalone/tests/lib/environment.test.ts +115 -0
  636. package/.next/standalone/tests/lib/format.test.ts +8 -0
  637. package/.next/standalone/tests/lib/runtime.test.ts +153 -0
  638. package/.next/standalone/tests/lib/scenarios.test.ts +88 -0
  639. package/.next/standalone/tests/logs/admin-log.test.ts +51 -0
  640. package/.next/standalone/tests/logs/store.test.ts +233 -0
  641. package/.next/standalone/tests/mock-engine/fixtures.test.ts +33 -0
  642. package/.next/standalone/tests/mock-engine/resolver.test.ts +117 -0
  643. package/.next/standalone/tests/mock-engine/template.test.ts +74 -0
  644. package/.next/standalone/tests/mongo/embedded.test.ts +78 -0
  645. package/.next/standalone/tests/profiles/actions.test.ts +183 -0
  646. package/.next/standalone/tests/profiles/api-scenarios.test.ts +105 -0
  647. package/.next/standalone/tests/profiles/form.test.ts +181 -0
  648. package/.next/standalone/tests/profiles/request-log-ttl-index.test.ts +62 -0
  649. package/.next/standalone/tests/profiles/stale.test.ts +174 -0
  650. package/.next/standalone/tests/profiles/store.test.ts +470 -0
  651. package/.next/standalone/tests/router/dynamic.e2e.test.ts +147 -0
  652. package/.next/standalone/tests/router/handler.e2e.test.ts +97 -0
  653. package/.next/standalone/tests/router/handler.test.ts +344 -0
  654. package/.next/standalone/tests/router/passthrough.test.ts +100 -0
  655. package/.next/standalone/tests/router/route-request.test.ts +1147 -0
  656. package/.next/standalone/tests/testdata/fixtures/test-system/hello_world/by_amount.ts +3 -0
  657. package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/hold.json +1 -0
  658. package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/success.json +1 -0
  659. package/.next/standalone/tests/ui/list-state.test.ts +84 -0
  660. package/.next/standalone/tests/ui/log-summary-view.test.ts +24 -0
  661. package/.next/standalone/tests/ui/scenario-view.test.ts +138 -0
  662. package/.next/standalone/vitest.config.ts +19 -0
  663. package/package.json +2 -1
  664. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0668hgm._.js +0 -3
  665. package/.next/standalone/.next/server/chunks/[root-of-the-server]__078olc9._.js +0 -3
  666. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0f-_c79._.js +0 -3
  667. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0geqpjb._.js +0 -3
  668. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uudiqz._.js +0 -3
  669. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wg041t._.js +0 -3
  670. package/.next/standalone/.next/server/chunks/[root-of-the-server]__19qak1g._.js +0 -3
  671. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1eiw7ks._.js +0 -3
  672. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1qb7sih._.js +0 -3
  673. package/.next/standalone/.next/server/chunks/_095ilyi._.js +0 -11
  674. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05255v2._.js +0 -3
  675. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dmadib._.js +0 -3
  676. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jey74_._.js +0 -3
  677. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nj8b73._.js +0 -3
  678. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12oahit._.js +0 -3
  679. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__14u5l1_._.js +0 -3
  680. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1bbz1wr._.js +0 -3
  681. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1eoh3gn._.js +0 -3
  682. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kd5kn_._.js +0 -3
  683. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kie6ah._.js +0 -3
  684. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1u6i1bm._.js +0 -3
  685. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ypwv93._.js +0 -3
  686. package/.next/standalone/.next/server/chunks/ssr/_0a347_9._.js +0 -3
  687. package/.next/standalone/.next/server/chunks/ssr/_0btcklf._.js +0 -3
  688. package/.next/standalone/.next/server/chunks/ssr/_0exg_3l._.js +0 -11
  689. package/.next/standalone/.next/server/chunks/ssr/_1_7ssjl._.js +0 -3
  690. package/.next/standalone/.next/server/chunks/ssr/_1hdkp-g._.js +0 -3
  691. package/.next/standalone/.next/server/chunks/ssr/_1jfkfx-._.js +0 -3
  692. package/.next/standalone/.next/server/chunks/ssr/node_modules_10liiot._.js +0 -3
  693. package/.next/standalone/.next/static/chunks/08ghjqetuoc_b.js +0 -1
  694. package/.next/standalone/.next/static/chunks/19w2nv_pvssix.js +0 -1
  695. package/.next/standalone/.next/static/chunks/1ljc320o2yhky.js +0 -1
  696. package/.next/standalone/.next/static/chunks/2akx4rvdzbimg.css +0 -3
  697. package/.next/standalone/.next/static/chunks/2kg3qe34tmgob.js +0 -1
  698. package/.next/standalone/.next/static/chunks/2nlgh2oq4eg96.js +0 -1
  699. package/.next/standalone/.next/static/chunks/30olthhuj56a1.js +0 -1
  700. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_buildManifest.js +0 -0
  701. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_clientMiddlewareManifest.js +0 -0
  702. /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_ssgManifest.js +0 -0
  703. /package/.next/standalone/catalog/hello-system/account_balance/{_dynamic.ts → dynamic.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ /* Theme: dracula-soft */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#BD93F910\",\"activityBar.activeBorder\":\"#FF79C680\",\"activityBar.background\":\"#343746\",\"activityBar.foreground\":\"#f6f6f4\",\"activityBar.inactiveForeground\":\"#7b7f8b\",\"activityBarBadge.background\":\"#f286c4\",\"activityBarBadge.foreground\":\"#f6f6f4\",\"badge.background\":\"#44475A\",\"badge.foreground\":\"#f6f6f4\",\"breadcrumb.activeSelectionForeground\":\"#f6f6f4\",\"breadcrumb.background\":\"#282A36\",\"breadcrumb.focusForeground\":\"#f6f6f4\",\"breadcrumb.foreground\":\"#7b7f8b\",\"breadcrumbPicker.background\":\"#191A21\",\"button.background\":\"#44475A\",\"button.foreground\":\"#f6f6f4\",\"button.secondaryBackground\":\"#282A36\",\"button.secondaryForeground\":\"#f6f6f4\",\"button.secondaryHoverBackground\":\"#343746\",\"debugToolBar.background\":\"#262626\",\"diffEditor.insertedTextBackground\":\"#50FA7B20\",\"diffEditor.removedTextBackground\":\"#FF555550\",\"dropdown.background\":\"#343746\",\"dropdown.border\":\"#191A21\",\"dropdown.foreground\":\"#f6f6f4\",\"editor.background\":\"#282A36\",\"editor.findMatchBackground\":\"#FFB86C80\",\"editor.findMatchHighlightBackground\":\"#FFFFFF40\",\"editor.findRangeHighlightBackground\":\"#44475A75\",\"editor.foldBackground\":\"#21222C80\",\"editor.foreground\":\"#f6f6f4\",\"editor.hoverHighlightBackground\":\"#8BE9FD50\",\"editor.lineHighlightBorder\":\"#44475A\",\"editor.rangeHighlightBackground\":\"#BD93F915\",\"editor.selectionBackground\":\"#44475A\",\"editor.selectionHighlightBackground\":\"#424450\",\"editor.snippetFinalTabstopHighlightBackground\":\"#282A36\",\"editor.snippetFinalTabstopHighlightBorder\":\"#62e884\",\"editor.snippetTabstopHighlightBackground\":\"#282A36\",\"editor.snippetTabstopHighlightBorder\":\"#7b7f8b\",\"editor.wordHighlightBackground\":\"#8BE9FD50\",\"editor.wordHighlightStrongBackground\":\"#50FA7B50\",\"editorBracketHighlight.foreground1\":\"#f6f6f4\",\"editorBracketHighlight.foreground2\":\"#f286c4\",\"editorBracketHighlight.foreground3\":\"#97e1f1\",\"editorBracketHighlight.foreground4\":\"#62e884\",\"editorBracketHighlight.foreground5\":\"#bf9eee\",\"editorBracketHighlight.foreground6\":\"#FFB86C\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#ee6666\",\"editorCodeLens.foreground\":\"#7b7f8b\",\"editorError.foreground\":\"#ee6666\",\"editorGroup.border\":\"#bf9eee\",\"editorGroup.dropBackground\":\"#44475A70\",\"editorGroupHeader.tabsBackground\":\"#191A21\",\"editorGutter.addedBackground\":\"#50FA7B80\",\"editorGutter.deletedBackground\":\"#FF555580\",\"editorGutter.modifiedBackground\":\"#8BE9FD80\",\"editorHoverWidget.background\":\"#282A36\",\"editorHoverWidget.border\":\"#7b7f8b\",\"editorIndentGuide.activeBackground\":\"#FFFFFF45\",\"editorIndentGuide.background\":\"#FFFFFF1A\",\"editorLineNumber.foreground\":\"#7b7f8b\",\"editorLink.activeForeground\":\"#97e1f1\",\"editorMarkerNavigation.background\":\"#262626\",\"editorOverviewRuler.addedForeground\":\"#50FA7B80\",\"editorOverviewRuler.border\":\"#191A21\",\"editorOverviewRuler.currentContentForeground\":\"#62e884\",\"editorOverviewRuler.deletedForeground\":\"#FF555580\",\"editorOverviewRuler.errorForeground\":\"#FF555580\",\"editorOverviewRuler.incomingContentForeground\":\"#bf9eee\",\"editorOverviewRuler.infoForeground\":\"#8BE9FD80\",\"editorOverviewRuler.modifiedForeground\":\"#8BE9FD80\",\"editorOverviewRuler.selectionHighlightForeground\":\"#FFB86C\",\"editorOverviewRuler.warningForeground\":\"#FFB86C80\",\"editorOverviewRuler.wordHighlightForeground\":\"#97e1f1\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#62e884\",\"editorRuler.foreground\":\"#FFFFFF1A\",\"editorSuggestWidget.background\":\"#262626\",\"editorSuggestWidget.foreground\":\"#f6f6f4\",\"editorSuggestWidget.selectedBackground\":\"#44475A\",\"editorWarning.foreground\":\"#97e1f1\",\"editorWhitespace.foreground\":\"#FFFFFF1A\",\"editorWidget.background\":\"#262626\",\"errorForeground\":\"#ee6666\",\"extensionButton.prominentBackground\":\"#50FA7B90\",\"extensionButton.prominentForeground\":\"#f6f6f4\",\"extensionButton.prominentHoverBackground\":\"#50FA7B60\",\"focusBorder\":\"#7b7f8b\",\"foreground\":\"#f6f6f4\",\"gitDecoration.conflictingResourceForeground\":\"#FFB86C\",\"gitDecoration.deletedResourceForeground\":\"#ee6666\",\"gitDecoration.ignoredResourceForeground\":\"#7b7f8b\",\"gitDecoration.modifiedResourceForeground\":\"#97e1f1\",\"gitDecoration.untrackedResourceForeground\":\"#62e884\",\"inlineChat.regionHighlight\":\"#343746\",\"input.background\":\"#282A36\",\"input.border\":\"#191A21\",\"input.foreground\":\"#f6f6f4\",\"input.placeholderForeground\":\"#7b7f8b\",\"inputOption.activeBorder\":\"#bf9eee\",\"inputValidation.errorBorder\":\"#ee6666\",\"inputValidation.infoBorder\":\"#f286c4\",\"inputValidation.warningBorder\":\"#FFB86C\",\"list.activeSelectionBackground\":\"#44475A\",\"list.activeSelectionForeground\":\"#f6f6f4\",\"list.dropBackground\":\"#44475A\",\"list.errorForeground\":\"#ee6666\",\"list.focusBackground\":\"#44475A75\",\"list.highlightForeground\":\"#97e1f1\",\"list.hoverBackground\":\"#44475A75\",\"list.inactiveSelectionBackground\":\"#44475A75\",\"list.warningForeground\":\"#FFB86C\",\"listFilterWidget.background\":\"#343746\",\"listFilterWidget.noMatchesOutline\":\"#ee6666\",\"listFilterWidget.outline\":\"#424450\",\"merge.currentHeaderBackground\":\"#50FA7B90\",\"merge.incomingHeaderBackground\":\"#BD93F990\",\"panel.background\":\"#282A36\",\"panel.border\":\"#bf9eee\",\"panelTitle.activeBorder\":\"#f286c4\",\"panelTitle.activeForeground\":\"#f6f6f4\",\"panelTitle.inactiveForeground\":\"#7b7f8b\",\"peekView.border\":\"#44475A\",\"peekViewEditor.background\":\"#282A36\",\"peekViewEditor.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.background\":\"#262626\",\"peekViewResult.fileForeground\":\"#f6f6f4\",\"peekViewResult.lineForeground\":\"#f6f6f4\",\"peekViewResult.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.selectionBackground\":\"#44475A\",\"peekViewResult.selectionForeground\":\"#f6f6f4\",\"peekViewTitle.background\":\"#191A21\",\"peekViewTitleDescription.foreground\":\"#7b7f8b\",\"peekViewTitleLabel.foreground\":\"#f6f6f4\",\"pickerGroup.border\":\"#bf9eee\",\"pickerGroup.foreground\":\"#97e1f1\",\"progressBar.background\":\"#f286c4\",\"selection.background\":\"#bf9eee\",\"settings.checkboxBackground\":\"#262626\",\"settings.checkboxBorder\":\"#191A21\",\"settings.checkboxForeground\":\"#f6f6f4\",\"settings.dropdownBackground\":\"#262626\",\"settings.dropdownBorder\":\"#191A21\",\"settings.dropdownForeground\":\"#f6f6f4\",\"settings.headerForeground\":\"#f6f6f4\",\"settings.modifiedItemIndicator\":\"#FFB86C\",\"settings.numberInputBackground\":\"#262626\",\"settings.numberInputBorder\":\"#191A21\",\"settings.numberInputForeground\":\"#f6f6f4\",\"settings.textInputBackground\":\"#262626\",\"settings.textInputBorder\":\"#191A21\",\"settings.textInputForeground\":\"#f6f6f4\",\"sideBar.background\":\"#262626\",\"sideBarSectionHeader.background\":\"#282A36\",\"sideBarSectionHeader.border\":\"#191A21\",\"sideBarTitle.foreground\":\"#f6f6f4\",\"statusBar.background\":\"#191A21\",\"statusBar.debuggingBackground\":\"#ee6666\",\"statusBar.debuggingForeground\":\"#191A21\",\"statusBar.foreground\":\"#f6f6f4\",\"statusBar.noFolderBackground\":\"#191A21\",\"statusBar.noFolderForeground\":\"#f6f6f4\",\"statusBarItem.prominentBackground\":\"#ee6666\",\"statusBarItem.prominentHoverBackground\":\"#FFB86C\",\"statusBarItem.remoteBackground\":\"#bf9eee\",\"statusBarItem.remoteForeground\":\"#282A36\",\"tab.activeBackground\":\"#282A36\",\"tab.activeBorderTop\":\"#FF79C680\",\"tab.activeForeground\":\"#f6f6f4\",\"tab.border\":\"#191A21\",\"tab.inactiveBackground\":\"#262626\",\"tab.inactiveForeground\":\"#7b7f8b\",\"terminal.ansiBlack\":\"#262626\",\"terminal.ansiBlue\":\"#bf9eee\",\"terminal.ansiBrightBlack\":\"#7b7f8b\",\"terminal.ansiBrightBlue\":\"#d6b4f7\",\"terminal.ansiBrightCyan\":\"#adf6f6\",\"terminal.ansiBrightGreen\":\"#78f09a\",\"terminal.ansiBrightMagenta\":\"#f49dda\",\"terminal.ansiBrightRed\":\"#f07c7c\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#f6f6ae\",\"terminal.ansiCyan\":\"#97e1f1\",\"terminal.ansiGreen\":\"#62e884\",\"terminal.ansiMagenta\":\"#f286c4\",\"terminal.ansiRed\":\"#ee6666\",\"terminal.ansiWhite\":\"#f6f6f4\",\"terminal.ansiYellow\":\"#e7ee98\",\"terminal.background\":\"#282A36\",\"terminal.foreground\":\"#f6f6f4\",\"titleBar.activeBackground\":\"#262626\",\"titleBar.activeForeground\":\"#f6f6f4\",\"titleBar.inactiveBackground\":\"#191A21\",\"titleBar.inactiveForeground\":\"#7b7f8b\",\"walkThrough.embeddedEditorBackground\":\"#262626\"},\"displayName\":\"Dracula Theme Soft\",\"name\":\"dracula-soft\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"header\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"invalid\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#ee6666\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"entity.name.filename\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"markup.error\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7ee98\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"beginning.punctuation.definition.quote.markdown\",\"punctuation.definition.link.restructuredtext\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"markup.inline.raw\",\"markup.raw.restructuredtext\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"meta.link.reference.def.restructuredtext\",\"punctuation.definition.directive.restructuredtext\",\"string.other.link.description\",\"string.other.link.title\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.directive.restructuredtext\",\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.separator.markdown\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.raw.inner.restructuredtext\",\"markup.fenced_code.block.markdown punctuation.definition.markdown\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"punctuation.definition.constant.restructuredtext\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"markup.heading.markdown punctuation.definition.string.begin\",\"markup.heading.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.paragraph.markdown punctuation.definition.string.begin\",\"meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin\",\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"entity.name.type.class\",\"entity.name.class\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"keyword.expressions-and-types.swift\",\"keyword.other.this\",\"variable.language\",\"variable.language punctuation.definition.variable.php\",\"variable.other.readwrite.instance.ruby\",\"variable.parameter.function.language.special\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"unused.comment\",\"wildcard.comment\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"comment keyword.codetag.notation\",\"comment.block.documentation keyword\",\"comment.block.documentation storage.type.class\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"comment.block.documentation entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment.block.documentation entity.name.type punctuation.definition.bracket\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment.block.documentation variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"constant.character.escape\",\"constant.character.string.escape\",\"constant.regexp\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#62e884\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.object\",\"meta.function-call.php\",\"meta.function-call.static\",\"meta.method-call.java meta.method\",\"meta.method.groovy\",\"support.function.any-method.lua\",\"keyword.operator.function.infix\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"entity.name.variable.parameter\",\"meta.at-rule.function variable\",\"meta.at-rule.mixin variable\",\"meta.function.arguments variable.other.php\",\"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql\",\"variable.parameter\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.decorator variable.other.readwrite\",\"meta.decorator variable.other.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#62e884\"}},{\"scope\":[\"meta.decorator variable.other.object\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"keyword.control.new\",\"keyword.operator.new\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"support\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"support.function.magic\",\"support.variable\",\"variable.other.predefined\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"support.function\",\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"regular\"}},{\"scope\":[\"constant.other.symbol.hashkey punctuation.definition.constant.ruby\",\"entity.other.attribute-name.placeholder punctuation\",\"entity.other.attribute-name.pseudo-class punctuation\",\"entity.other.attribute-name.pseudo-element punctuation\",\"meta.group.double.toml\",\"meta.group.toml\",\"meta.object-binding-pattern-variable punctuation.destructuring\",\"punctuation.colon.graphql\",\"punctuation.definition.block.scalar.folded.yaml\",\"punctuation.definition.block.scalar.literal.yaml\",\"punctuation.definition.block.sequence.item.yaml\",\"punctuation.definition.entity.other.inherited-class\",\"punctuation.function.swift\",\"punctuation.separator.dictionary.key-value\",\"punctuation.separator.hash\",\"punctuation.separator.inheritance\",\"punctuation.separator.key-value\",\"punctuation.separator.key-value.mapping.yaml\",\"punctuation.separator.namespace\",\"punctuation.separator.pointer-access\",\"punctuation.separator.slice\",\"string.unquoted.heredoc punctuation.definition.string\",\"support.other.chomping-indicator.yaml\",\"punctuation.separator.annotation\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"keyword.operator.other.powershell\",\"keyword.other.statement-separator.powershell\",\"meta.brace.round\",\"meta.function-call punctuation\",\"punctuation.definition.arguments.begin\",\"punctuation.definition.arguments.end\",\"punctuation.definition.entity.begin\",\"punctuation.definition.entity.end\",\"punctuation.definition.tag.cs\",\"punctuation.definition.type.begin\",\"punctuation.definition.type.end\",\"punctuation.section.scope.begin\",\"punctuation.section.scope.end\",\"punctuation.terminator.expression.php\",\"storage.type.generic.java\",\"string.template meta.brace\",\"string.template punctuation.accessor\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.string-contents.quoted.double punctuation.definition.variable\",\"punctuation.definition.interpolation.begin\",\"punctuation.definition.interpolation.end\",\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.coffee\",\"punctuation.section.embedded.end\",\"punctuation.section.embedded.end source.php\",\"punctuation.section.embedded.end source.ruby\",\"punctuation.definition.variable.makefile\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.function.target.makefile\",\"entity.name.section.toml\",\"entity.name.tag.yaml\",\"variable.other.key.toml\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"constant.other.date\",\"constant.other.timestamp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"italic underline\",\"foreground\":\"#62e884\"}},{\"scope\":[\"storage\",\"meta.implementation storage.type.objc\",\"meta.interface-or-protocol storage.type.objc\",\"source.groovy storage.type.def\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.type\",\"keyword.primitive-datatypes.swift\",\"keyword.type.cs\",\"meta.protocol-list.objc\",\"meta.return-type.objc\",\"source.go storage.type\",\"source.groovy storage.type\",\"source.java storage.type\",\"source.powershell entity.other.attribute-name\",\"storage.class.std.rust\",\"storage.type.attribute.swift\",\"storage.type.c\",\"storage.type.core.rust\",\"storage.type.cs\",\"storage.type.groovy\",\"storage.type.objc\",\"storage.type.php\",\"storage.type.haskell\",\"storage.type.ocaml\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"entity.name.type.type-parameter\",\"meta.indexer.mappedtype.declaration entity.name.type\",\"meta.type.parameters entity.name.type\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"storage.modifier\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"string.regexp\",\"constant.other.character-class.set.regexp\",\"constant.character.escape.backslash.regexp\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.group.capture.regexp\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"punctuation.definition.group.regexp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"punctuation.definition.group.assertion.regexp\",\"keyword.operator.negation.regexp\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"meta.assertion.look-ahead.regexp\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#dee492\"}},{\"scope\":[\"punctuation.support.type.property-name.begin\",\"punctuation.support.type.property-name.end\"],\"settings\":{\"foreground\":\"#97e2f2\"}},{\"scope\":[\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"variable\",\"constant.other.key.perl\",\"support.variable.property\",\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.import variable.other.readwrite\",\"meta.variable.assignment.destructured.object.coffee variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.import variable.other.readwrite.alias\",\"meta.export variable.other.readwrite.alias\",\"meta.variable.assignment.destructured.object.coffee variable variable\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.selectionset.graphql variable\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.selectionset.graphql meta.arguments variable\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"entity.name.fragment.graphql\",\"variable.fragment.graphql\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"constant.other.symbol.hashkey.ruby\",\"keyword.operator.dereference.java\",\"keyword.operator.navigation.groovy\",\"meta.scope.for-loop.shell punctuation.definition.string.begin\",\"meta.scope.for-loop.shell punctuation.definition.string.end\",\"meta.scope.for-loop.shell string\",\"storage.modifier.import\",\"punctuation.section.embedded.begin.tsx\",\"punctuation.section.embedded.end.tsx\",\"punctuation.section.embedded.begin.jsx\",\"punctuation.section.embedded.end.jsx\",\"punctuation.separator.list.comma.css\",\"constant.language.empty-list.haskell\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"source.shell variable.other\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.attribute-selector.end.bracket.square.scss\",\"punctuation.definition.attribute-selector.begin.bracket.square.scss\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.preprocessor.haskell\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"log.error\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ee6666\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e7ee98\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: dracula */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#BD93F910\",\"activityBar.activeBorder\":\"#FF79C680\",\"activityBar.background\":\"#343746\",\"activityBar.foreground\":\"#F8F8F2\",\"activityBar.inactiveForeground\":\"#6272A4\",\"activityBarBadge.background\":\"#FF79C6\",\"activityBarBadge.foreground\":\"#F8F8F2\",\"badge.background\":\"#44475A\",\"badge.foreground\":\"#F8F8F2\",\"breadcrumb.activeSelectionForeground\":\"#F8F8F2\",\"breadcrumb.background\":\"#282A36\",\"breadcrumb.focusForeground\":\"#F8F8F2\",\"breadcrumb.foreground\":\"#6272A4\",\"breadcrumbPicker.background\":\"#191A21\",\"button.background\":\"#44475A\",\"button.foreground\":\"#F8F8F2\",\"button.secondaryBackground\":\"#282A36\",\"button.secondaryForeground\":\"#F8F8F2\",\"button.secondaryHoverBackground\":\"#343746\",\"debugToolBar.background\":\"#21222C\",\"diffEditor.insertedTextBackground\":\"#50FA7B20\",\"diffEditor.removedTextBackground\":\"#FF555550\",\"dropdown.background\":\"#343746\",\"dropdown.border\":\"#191A21\",\"dropdown.foreground\":\"#F8F8F2\",\"editor.background\":\"#282A36\",\"editor.findMatchBackground\":\"#FFB86C80\",\"editor.findMatchHighlightBackground\":\"#FFFFFF40\",\"editor.findRangeHighlightBackground\":\"#44475A75\",\"editor.foldBackground\":\"#21222C80\",\"editor.foreground\":\"#F8F8F2\",\"editor.hoverHighlightBackground\":\"#8BE9FD50\",\"editor.lineHighlightBorder\":\"#44475A\",\"editor.rangeHighlightBackground\":\"#BD93F915\",\"editor.selectionBackground\":\"#44475A\",\"editor.selectionHighlightBackground\":\"#424450\",\"editor.snippetFinalTabstopHighlightBackground\":\"#282A36\",\"editor.snippetFinalTabstopHighlightBorder\":\"#50FA7B\",\"editor.snippetTabstopHighlightBackground\":\"#282A36\",\"editor.snippetTabstopHighlightBorder\":\"#6272A4\",\"editor.wordHighlightBackground\":\"#8BE9FD50\",\"editor.wordHighlightStrongBackground\":\"#50FA7B50\",\"editorBracketHighlight.foreground1\":\"#F8F8F2\",\"editorBracketHighlight.foreground2\":\"#FF79C6\",\"editorBracketHighlight.foreground3\":\"#8BE9FD\",\"editorBracketHighlight.foreground4\":\"#50FA7B\",\"editorBracketHighlight.foreground5\":\"#BD93F9\",\"editorBracketHighlight.foreground6\":\"#FFB86C\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#FF5555\",\"editorCodeLens.foreground\":\"#6272A4\",\"editorError.foreground\":\"#FF5555\",\"editorGroup.border\":\"#BD93F9\",\"editorGroup.dropBackground\":\"#44475A70\",\"editorGroupHeader.tabsBackground\":\"#191A21\",\"editorGutter.addedBackground\":\"#50FA7B80\",\"editorGutter.deletedBackground\":\"#FF555580\",\"editorGutter.modifiedBackground\":\"#8BE9FD80\",\"editorHoverWidget.background\":\"#282A36\",\"editorHoverWidget.border\":\"#6272A4\",\"editorIndentGuide.activeBackground\":\"#FFFFFF45\",\"editorIndentGuide.background\":\"#FFFFFF1A\",\"editorLineNumber.foreground\":\"#6272A4\",\"editorLink.activeForeground\":\"#8BE9FD\",\"editorMarkerNavigation.background\":\"#21222C\",\"editorOverviewRuler.addedForeground\":\"#50FA7B80\",\"editorOverviewRuler.border\":\"#191A21\",\"editorOverviewRuler.currentContentForeground\":\"#50FA7B\",\"editorOverviewRuler.deletedForeground\":\"#FF555580\",\"editorOverviewRuler.errorForeground\":\"#FF555580\",\"editorOverviewRuler.incomingContentForeground\":\"#BD93F9\",\"editorOverviewRuler.infoForeground\":\"#8BE9FD80\",\"editorOverviewRuler.modifiedForeground\":\"#8BE9FD80\",\"editorOverviewRuler.selectionHighlightForeground\":\"#FFB86C\",\"editorOverviewRuler.warningForeground\":\"#FFB86C80\",\"editorOverviewRuler.wordHighlightForeground\":\"#8BE9FD\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#50FA7B\",\"editorRuler.foreground\":\"#FFFFFF1A\",\"editorSuggestWidget.background\":\"#21222C\",\"editorSuggestWidget.foreground\":\"#F8F8F2\",\"editorSuggestWidget.selectedBackground\":\"#44475A\",\"editorWarning.foreground\":\"#8BE9FD\",\"editorWhitespace.foreground\":\"#FFFFFF1A\",\"editorWidget.background\":\"#21222C\",\"errorForeground\":\"#FF5555\",\"extensionButton.prominentBackground\":\"#50FA7B90\",\"extensionButton.prominentForeground\":\"#F8F8F2\",\"extensionButton.prominentHoverBackground\":\"#50FA7B60\",\"focusBorder\":\"#6272A4\",\"foreground\":\"#F8F8F2\",\"gitDecoration.conflictingResourceForeground\":\"#FFB86C\",\"gitDecoration.deletedResourceForeground\":\"#FF5555\",\"gitDecoration.ignoredResourceForeground\":\"#6272A4\",\"gitDecoration.modifiedResourceForeground\":\"#8BE9FD\",\"gitDecoration.untrackedResourceForeground\":\"#50FA7B\",\"inlineChat.regionHighlight\":\"#343746\",\"input.background\":\"#282A36\",\"input.border\":\"#191A21\",\"input.foreground\":\"#F8F8F2\",\"input.placeholderForeground\":\"#6272A4\",\"inputOption.activeBorder\":\"#BD93F9\",\"inputValidation.errorBorder\":\"#FF5555\",\"inputValidation.infoBorder\":\"#FF79C6\",\"inputValidation.warningBorder\":\"#FFB86C\",\"list.activeSelectionBackground\":\"#44475A\",\"list.activeSelectionForeground\":\"#F8F8F2\",\"list.dropBackground\":\"#44475A\",\"list.errorForeground\":\"#FF5555\",\"list.focusBackground\":\"#44475A75\",\"list.highlightForeground\":\"#8BE9FD\",\"list.hoverBackground\":\"#44475A75\",\"list.inactiveSelectionBackground\":\"#44475A75\",\"list.warningForeground\":\"#FFB86C\",\"listFilterWidget.background\":\"#343746\",\"listFilterWidget.noMatchesOutline\":\"#FF5555\",\"listFilterWidget.outline\":\"#424450\",\"merge.currentHeaderBackground\":\"#50FA7B90\",\"merge.incomingHeaderBackground\":\"#BD93F990\",\"panel.background\":\"#282A36\",\"panel.border\":\"#BD93F9\",\"panelTitle.activeBorder\":\"#FF79C6\",\"panelTitle.activeForeground\":\"#F8F8F2\",\"panelTitle.inactiveForeground\":\"#6272A4\",\"peekView.border\":\"#44475A\",\"peekViewEditor.background\":\"#282A36\",\"peekViewEditor.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.background\":\"#21222C\",\"peekViewResult.fileForeground\":\"#F8F8F2\",\"peekViewResult.lineForeground\":\"#F8F8F2\",\"peekViewResult.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.selectionBackground\":\"#44475A\",\"peekViewResult.selectionForeground\":\"#F8F8F2\",\"peekViewTitle.background\":\"#191A21\",\"peekViewTitleDescription.foreground\":\"#6272A4\",\"peekViewTitleLabel.foreground\":\"#F8F8F2\",\"pickerGroup.border\":\"#BD93F9\",\"pickerGroup.foreground\":\"#8BE9FD\",\"progressBar.background\":\"#FF79C6\",\"selection.background\":\"#BD93F9\",\"settings.checkboxBackground\":\"#21222C\",\"settings.checkboxBorder\":\"#191A21\",\"settings.checkboxForeground\":\"#F8F8F2\",\"settings.dropdownBackground\":\"#21222C\",\"settings.dropdownBorder\":\"#191A21\",\"settings.dropdownForeground\":\"#F8F8F2\",\"settings.headerForeground\":\"#F8F8F2\",\"settings.modifiedItemIndicator\":\"#FFB86C\",\"settings.numberInputBackground\":\"#21222C\",\"settings.numberInputBorder\":\"#191A21\",\"settings.numberInputForeground\":\"#F8F8F2\",\"settings.textInputBackground\":\"#21222C\",\"settings.textInputBorder\":\"#191A21\",\"settings.textInputForeground\":\"#F8F8F2\",\"sideBar.background\":\"#21222C\",\"sideBarSectionHeader.background\":\"#282A36\",\"sideBarSectionHeader.border\":\"#191A21\",\"sideBarTitle.foreground\":\"#F8F8F2\",\"statusBar.background\":\"#191A21\",\"statusBar.debuggingBackground\":\"#FF5555\",\"statusBar.debuggingForeground\":\"#191A21\",\"statusBar.foreground\":\"#F8F8F2\",\"statusBar.noFolderBackground\":\"#191A21\",\"statusBar.noFolderForeground\":\"#F8F8F2\",\"statusBarItem.prominentBackground\":\"#FF5555\",\"statusBarItem.prominentHoverBackground\":\"#FFB86C\",\"statusBarItem.remoteBackground\":\"#BD93F9\",\"statusBarItem.remoteForeground\":\"#282A36\",\"tab.activeBackground\":\"#282A36\",\"tab.activeBorderTop\":\"#FF79C680\",\"tab.activeForeground\":\"#F8F8F2\",\"tab.border\":\"#191A21\",\"tab.inactiveBackground\":\"#21222C\",\"tab.inactiveForeground\":\"#6272A4\",\"terminal.ansiBlack\":\"#21222C\",\"terminal.ansiBlue\":\"#BD93F9\",\"terminal.ansiBrightBlack\":\"#6272A4\",\"terminal.ansiBrightBlue\":\"#D6ACFF\",\"terminal.ansiBrightCyan\":\"#A4FFFF\",\"terminal.ansiBrightGreen\":\"#69FF94\",\"terminal.ansiBrightMagenta\":\"#FF92DF\",\"terminal.ansiBrightRed\":\"#FF6E6E\",\"terminal.ansiBrightWhite\":\"#FFFFFF\",\"terminal.ansiBrightYellow\":\"#FFFFA5\",\"terminal.ansiCyan\":\"#8BE9FD\",\"terminal.ansiGreen\":\"#50FA7B\",\"terminal.ansiMagenta\":\"#FF79C6\",\"terminal.ansiRed\":\"#FF5555\",\"terminal.ansiWhite\":\"#F8F8F2\",\"terminal.ansiYellow\":\"#F1FA8C\",\"terminal.background\":\"#282A36\",\"terminal.foreground\":\"#F8F8F2\",\"titleBar.activeBackground\":\"#21222C\",\"titleBar.activeForeground\":\"#F8F8F2\",\"titleBar.inactiveBackground\":\"#191A21\",\"titleBar.inactiveForeground\":\"#6272A4\",\"walkThrough.embeddedEditorBackground\":\"#21222C\"},\"displayName\":\"Dracula Theme\",\"name\":\"dracula\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"header\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"invalid\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#FF5555\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"entity.name.filename\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"markup.error\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"beginning.punctuation.definition.quote.markdown\",\"punctuation.definition.link.restructuredtext\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"markup.inline.raw\",\"markup.raw.restructuredtext\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"meta.link.reference.def.restructuredtext\",\"punctuation.definition.directive.restructuredtext\",\"string.other.link.description\",\"string.other.link.title\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.directive.restructuredtext\",\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.separator.markdown\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.raw.inner.restructuredtext\",\"markup.fenced_code.block.markdown punctuation.definition.markdown\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"punctuation.definition.constant.restructuredtext\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"markup.heading.markdown punctuation.definition.string.begin\",\"markup.heading.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.paragraph.markdown punctuation.definition.string.begin\",\"meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin\",\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"entity.name.type.class\",\"entity.name.class\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"keyword.expressions-and-types.swift\",\"keyword.other.this\",\"variable.language\",\"variable.language punctuation.definition.variable.php\",\"variable.other.readwrite.instance.ruby\",\"variable.parameter.function.language.special\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"unused.comment\",\"wildcard.comment\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"comment keyword.codetag.notation\",\"comment.block.documentation keyword\",\"comment.block.documentation storage.type.class\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"comment.block.documentation entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment.block.documentation entity.name.type punctuation.definition.bracket\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment.block.documentation variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"constant.character.escape\",\"constant.character.string.escape\",\"constant.regexp\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.object\",\"meta.function-call.php\",\"meta.function-call.static\",\"meta.method-call.java meta.method\",\"meta.method.groovy\",\"support.function.any-method.lua\",\"keyword.operator.function.infix\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"entity.name.variable.parameter\",\"meta.at-rule.function variable\",\"meta.at-rule.mixin variable\",\"meta.function.arguments variable.other.php\",\"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql\",\"variable.parameter\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.decorator variable.other.readwrite\",\"meta.decorator variable.other.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"meta.decorator variable.other.object\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"keyword.control.new\",\"keyword.operator.new\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"support\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"support.function.magic\",\"support.variable\",\"variable.other.predefined\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"support.function\",\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"regular\"}},{\"scope\":[\"constant.other.symbol.hashkey punctuation.definition.constant.ruby\",\"entity.other.attribute-name.placeholder punctuation\",\"entity.other.attribute-name.pseudo-class punctuation\",\"entity.other.attribute-name.pseudo-element punctuation\",\"meta.group.double.toml\",\"meta.group.toml\",\"meta.object-binding-pattern-variable punctuation.destructuring\",\"punctuation.colon.graphql\",\"punctuation.definition.block.scalar.folded.yaml\",\"punctuation.definition.block.scalar.literal.yaml\",\"punctuation.definition.block.sequence.item.yaml\",\"punctuation.definition.entity.other.inherited-class\",\"punctuation.function.swift\",\"punctuation.separator.dictionary.key-value\",\"punctuation.separator.hash\",\"punctuation.separator.inheritance\",\"punctuation.separator.key-value\",\"punctuation.separator.key-value.mapping.yaml\",\"punctuation.separator.namespace\",\"punctuation.separator.pointer-access\",\"punctuation.separator.slice\",\"string.unquoted.heredoc punctuation.definition.string\",\"support.other.chomping-indicator.yaml\",\"punctuation.separator.annotation\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"keyword.operator.other.powershell\",\"keyword.other.statement-separator.powershell\",\"meta.brace.round\",\"meta.function-call punctuation\",\"punctuation.definition.arguments.begin\",\"punctuation.definition.arguments.end\",\"punctuation.definition.entity.begin\",\"punctuation.definition.entity.end\",\"punctuation.definition.tag.cs\",\"punctuation.definition.type.begin\",\"punctuation.definition.type.end\",\"punctuation.section.scope.begin\",\"punctuation.section.scope.end\",\"punctuation.terminator.expression.php\",\"storage.type.generic.java\",\"string.template meta.brace\",\"string.template punctuation.accessor\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.string-contents.quoted.double punctuation.definition.variable\",\"punctuation.definition.interpolation.begin\",\"punctuation.definition.interpolation.end\",\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.coffee\",\"punctuation.section.embedded.end\",\"punctuation.section.embedded.end source.php\",\"punctuation.section.embedded.end source.ruby\",\"punctuation.definition.variable.makefile\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.function.target.makefile\",\"entity.name.section.toml\",\"entity.name.tag.yaml\",\"variable.other.key.toml\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"constant.other.date\",\"constant.other.timestamp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"italic underline\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"storage\",\"meta.implementation storage.type.objc\",\"meta.interface-or-protocol storage.type.objc\",\"source.groovy storage.type.def\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.type\",\"keyword.primitive-datatypes.swift\",\"keyword.type.cs\",\"meta.protocol-list.objc\",\"meta.return-type.objc\",\"source.go storage.type\",\"source.groovy storage.type\",\"source.java storage.type\",\"source.powershell entity.other.attribute-name\",\"storage.class.std.rust\",\"storage.type.attribute.swift\",\"storage.type.c\",\"storage.type.core.rust\",\"storage.type.cs\",\"storage.type.groovy\",\"storage.type.objc\",\"storage.type.php\",\"storage.type.haskell\",\"storage.type.ocaml\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"entity.name.type.type-parameter\",\"meta.indexer.mappedtype.declaration entity.name.type\",\"meta.type.parameters entity.name.type\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"storage.modifier\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"string.regexp\",\"constant.other.character-class.set.regexp\",\"constant.character.escape.backslash.regexp\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.group.capture.regexp\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"punctuation.definition.group.regexp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"punctuation.definition.group.assertion.regexp\",\"keyword.operator.negation.regexp\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"meta.assertion.look-ahead.regexp\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#E9F284\"}},{\"scope\":[\"punctuation.support.type.property-name.begin\",\"punctuation.support.type.property-name.end\"],\"settings\":{\"foreground\":\"#8BE9FE\"}},{\"scope\":[\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"variable\",\"constant.other.key.perl\",\"support.variable.property\",\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.import variable.other.readwrite\",\"meta.variable.assignment.destructured.object.coffee variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.import variable.other.readwrite.alias\",\"meta.export variable.other.readwrite.alias\",\"meta.variable.assignment.destructured.object.coffee variable variable\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.selectionset.graphql variable\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.selectionset.graphql meta.arguments variable\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"entity.name.fragment.graphql\",\"variable.fragment.graphql\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"constant.other.symbol.hashkey.ruby\",\"keyword.operator.dereference.java\",\"keyword.operator.navigation.groovy\",\"meta.scope.for-loop.shell punctuation.definition.string.begin\",\"meta.scope.for-loop.shell punctuation.definition.string.end\",\"meta.scope.for-loop.shell string\",\"storage.modifier.import\",\"punctuation.section.embedded.begin.tsx\",\"punctuation.section.embedded.end.tsx\",\"punctuation.section.embedded.begin.jsx\",\"punctuation.section.embedded.end.jsx\",\"punctuation.separator.list.comma.css\",\"constant.language.empty-list.haskell\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"source.shell variable.other\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.attribute-selector.end.bracket.square.scss\",\"punctuation.definition.attribute-selector.begin.bracket.square.scss\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.preprocessor.haskell\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"log.error\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FF5555\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#F1FA8C\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: everforest-dark */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#a7c080d0\",\"activityBar.activeFocusBorder\":\"#a7c080\",\"activityBar.background\":\"#2d353b\",\"activityBar.border\":\"#2d353b\",\"activityBar.dropBackground\":\"#2d353b\",\"activityBar.foreground\":\"#d3c6aa\",\"activityBar.inactiveForeground\":\"#859289\",\"activityBarBadge.background\":\"#a7c080\",\"activityBarBadge.foreground\":\"#2d353b\",\"badge.background\":\"#a7c080\",\"badge.foreground\":\"#2d353b\",\"breadcrumb.activeSelectionForeground\":\"#d3c6aa\",\"breadcrumb.focusForeground\":\"#d3c6aa\",\"breadcrumb.foreground\":\"#859289\",\"button.background\":\"#a7c080\",\"button.foreground\":\"#2d353b\",\"button.hoverBackground\":\"#a7c080d0\",\"button.secondaryBackground\":\"#3d484d\",\"button.secondaryForeground\":\"#d3c6aa\",\"button.secondaryHoverBackground\":\"#475258\",\"charts.blue\":\"#7fbbb3\",\"charts.foreground\":\"#d3c6aa\",\"charts.green\":\"#a7c080\",\"charts.orange\":\"#e69875\",\"charts.purple\":\"#d699b6\",\"charts.red\":\"#e67e80\",\"charts.yellow\":\"#dbbc7f\",\"checkbox.background\":\"#2d353b\",\"checkbox.border\":\"#4f585e\",\"checkbox.foreground\":\"#e69875\",\"debugConsole.errorForeground\":\"#e67e80\",\"debugConsole.infoForeground\":\"#a7c080\",\"debugConsole.sourceForeground\":\"#d699b6\",\"debugConsole.warningForeground\":\"#dbbc7f\",\"debugConsoleInputIcon.foreground\":\"#83c092\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#7fbbb3\",\"debugIcon.breakpointDisabledForeground\":\"#da6362\",\"debugIcon.breakpointForeground\":\"#e67e80\",\"debugIcon.breakpointStackframeForeground\":\"#e67e80\",\"debugIcon.breakpointUnverifiedForeground\":\"#9aa79d\",\"debugIcon.continueForeground\":\"#7fbbb3\",\"debugIcon.disconnectForeground\":\"#d699b6\",\"debugIcon.pauseForeground\":\"#dbbc7f\",\"debugIcon.restartForeground\":\"#83c092\",\"debugIcon.startForeground\":\"#83c092\",\"debugIcon.stepBackForeground\":\"#7fbbb3\",\"debugIcon.stepIntoForeground\":\"#7fbbb3\",\"debugIcon.stepOutForeground\":\"#7fbbb3\",\"debugIcon.stepOverForeground\":\"#7fbbb3\",\"debugIcon.stopForeground\":\"#e67e80\",\"debugTokenExpression.boolean\":\"#d699b6\",\"debugTokenExpression.error\":\"#e67e80\",\"debugTokenExpression.name\":\"#7fbbb3\",\"debugTokenExpression.number\":\"#d699b6\",\"debugTokenExpression.string\":\"#dbbc7f\",\"debugTokenExpression.value\":\"#a7c080\",\"debugToolBar.background\":\"#2d353b\",\"descriptionForeground\":\"#859289\",\"diffEditor.diagonalFill\":\"#4f585e\",\"diffEditor.insertedTextBackground\":\"#569d7930\",\"diffEditor.removedTextBackground\":\"#da636230\",\"dropdown.background\":\"#2d353b\",\"dropdown.border\":\"#4f585e\",\"dropdown.foreground\":\"#9aa79d\",\"editor.background\":\"#2d353b\",\"editor.findMatchBackground\":\"#d77f4840\",\"editor.findMatchHighlightBackground\":\"#899c4040\",\"editor.findRangeHighlightBackground\":\"#47525860\",\"editor.foldBackground\":\"#4f585e80\",\"editor.foreground\":\"#d3c6aa\",\"editor.hoverHighlightBackground\":\"#475258b0\",\"editor.inactiveSelectionBackground\":\"#47525860\",\"editor.lineHighlightBackground\":\"#3d484d90\",\"editor.lineHighlightBorder\":\"#4f585e00\",\"editor.rangeHighlightBackground\":\"#3d484d80\",\"editor.selectionBackground\":\"#475258c0\",\"editor.selectionHighlightBackground\":\"#47525860\",\"editor.snippetFinalTabstopHighlightBackground\":\"#899c4040\",\"editor.snippetFinalTabstopHighlightBorder\":\"#2d353b\",\"editor.snippetTabstopHighlightBackground\":\"#3d484d\",\"editor.symbolHighlightBackground\":\"#5a93a240\",\"editor.wordHighlightBackground\":\"#47525858\",\"editor.wordHighlightStrongBackground\":\"#475258b0\",\"editorBracketHighlight.foreground1\":\"#e67e80\",\"editorBracketHighlight.foreground2\":\"#dbbc7f\",\"editorBracketHighlight.foreground3\":\"#a7c080\",\"editorBracketHighlight.foreground4\":\"#7fbbb3\",\"editorBracketHighlight.foreground5\":\"#e69875\",\"editorBracketHighlight.foreground6\":\"#d699b6\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#859289\",\"editorBracketMatch.background\":\"#4f585e\",\"editorBracketMatch.border\":\"#2d353b00\",\"editorCodeLens.foreground\":\"#7f897da0\",\"editorCursor.foreground\":\"#d3c6aa\",\"editorError.background\":\"#da636200\",\"editorError.foreground\":\"#da6362\",\"editorGhostText.background\":\"#2d353b00\",\"editorGhostText.foreground\":\"#7f897da0\",\"editorGroup.border\":\"#21272b\",\"editorGroup.dropBackground\":\"#4f585e60\",\"editorGroupHeader.noTabsBackground\":\"#2d353b\",\"editorGroupHeader.tabsBackground\":\"#2d353b\",\"editorGutter.addedBackground\":\"#899c40a0\",\"editorGutter.background\":\"#2d353b00\",\"editorGutter.commentRangeForeground\":\"#7f897d\",\"editorGutter.deletedBackground\":\"#da6362a0\",\"editorGutter.modifiedBackground\":\"#5a93a2a0\",\"editorHint.foreground\":\"#b87b9d\",\"editorHoverWidget.background\":\"#343f44\",\"editorHoverWidget.border\":\"#475258\",\"editorIndentGuide.activeBackground\":\"#9aa79d50\",\"editorIndentGuide.background\":\"#9aa79d20\",\"editorInfo.background\":\"#5a93a200\",\"editorInfo.foreground\":\"#5a93a2\",\"editorInlayHint.background\":\"#2d353b00\",\"editorInlayHint.foreground\":\"#7f897da0\",\"editorInlayHint.parameterBackground\":\"#2d353b00\",\"editorInlayHint.parameterForeground\":\"#7f897da0\",\"editorInlayHint.typeBackground\":\"#2d353b00\",\"editorInlayHint.typeForeground\":\"#7f897da0\",\"editorLightBulb.foreground\":\"#dbbc7f\",\"editorLightBulbAutoFix.foreground\":\"#83c092\",\"editorLineNumber.activeForeground\":\"#9aa79de0\",\"editorLineNumber.foreground\":\"#7f897da0\",\"editorLink.activeForeground\":\"#a7c080\",\"editorMarkerNavigation.background\":\"#343f44\",\"editorMarkerNavigationError.background\":\"#da636280\",\"editorMarkerNavigationInfo.background\":\"#5a93a280\",\"editorMarkerNavigationWarning.background\":\"#bf983d80\",\"editorOverviewRuler.addedForeground\":\"#899c40a0\",\"editorOverviewRuler.border\":\"#2d353b00\",\"editorOverviewRuler.commonContentForeground\":\"#859289\",\"editorOverviewRuler.currentContentForeground\":\"#5a93a2\",\"editorOverviewRuler.deletedForeground\":\"#da6362a0\",\"editorOverviewRuler.errorForeground\":\"#e67e80\",\"editorOverviewRuler.findMatchForeground\":\"#569d79\",\"editorOverviewRuler.incomingContentForeground\":\"#569d79\",\"editorOverviewRuler.infoForeground\":\"#d699b6\",\"editorOverviewRuler.modifiedForeground\":\"#5a93a2a0\",\"editorOverviewRuler.rangeHighlightForeground\":\"#569d79\",\"editorOverviewRuler.selectionHighlightForeground\":\"#569d79\",\"editorOverviewRuler.warningForeground\":\"#dbbc7f\",\"editorOverviewRuler.wordHighlightForeground\":\"#4f585e\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#4f585e\",\"editorRuler.foreground\":\"#475258a0\",\"editorSuggestWidget.background\":\"#3d484d\",\"editorSuggestWidget.border\":\"#3d484d\",\"editorSuggestWidget.foreground\":\"#d3c6aa\",\"editorSuggestWidget.highlightForeground\":\"#a7c080\",\"editorSuggestWidget.selectedBackground\":\"#475258\",\"editorUnnecessaryCode.border\":\"#2d353b\",\"editorUnnecessaryCode.opacity\":\"#00000080\",\"editorWarning.background\":\"#bf983d00\",\"editorWarning.foreground\":\"#bf983d\",\"editorWhitespace.foreground\":\"#475258\",\"editorWidget.background\":\"#2d353b\",\"editorWidget.border\":\"#4f585e\",\"editorWidget.foreground\":\"#d3c6aa\",\"errorForeground\":\"#e67e80\",\"extensionBadge.remoteBackground\":\"#a7c080\",\"extensionBadge.remoteForeground\":\"#2d353b\",\"extensionButton.prominentBackground\":\"#a7c080\",\"extensionButton.prominentForeground\":\"#2d353b\",\"extensionButton.prominentHoverBackground\":\"#a7c080d0\",\"extensionIcon.preReleaseForeground\":\"#e69875\",\"extensionIcon.starForeground\":\"#83c092\",\"extensionIcon.verifiedForeground\":\"#a7c080\",\"focusBorder\":\"#2d353b00\",\"foreground\":\"#9aa79d\",\"gitDecoration.addedResourceForeground\":\"#a7c080a0\",\"gitDecoration.conflictingResourceForeground\":\"#d699b6a0\",\"gitDecoration.deletedResourceForeground\":\"#e67e80a0\",\"gitDecoration.ignoredResourceForeground\":\"#4f585e\",\"gitDecoration.modifiedResourceForeground\":\"#7fbbb3a0\",\"gitDecoration.stageDeletedResourceForeground\":\"#83c092a0\",\"gitDecoration.stageModifiedResourceForeground\":\"#83c092a0\",\"gitDecoration.submoduleResourceForeground\":\"#e69875a0\",\"gitDecoration.untrackedResourceForeground\":\"#dbbc7fa0\",\"gitlens.closedPullRequestIconColor\":\"#e67e80\",\"gitlens.decorations.addedForegroundColor\":\"#a7c080\",\"gitlens.decorations.branchAheadForegroundColor\":\"#83c092\",\"gitlens.decorations.branchBehindForegroundColor\":\"#e69875\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#dbbc7f\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#e67e80\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#7fbbb3\",\"gitlens.decorations.branchUpToDateForegroundColor\":\"#d3c6aa\",\"gitlens.decorations.copiedForegroundColor\":\"#d699b6\",\"gitlens.decorations.deletedForegroundColor\":\"#e67e80\",\"gitlens.decorations.ignoredForegroundColor\":\"#9aa79d\",\"gitlens.decorations.modifiedForegroundColor\":\"#7fbbb3\",\"gitlens.decorations.renamedForegroundColor\":\"#d699b6\",\"gitlens.decorations.untrackedForegroundColor\":\"#dbbc7f\",\"gitlens.gutterBackgroundColor\":\"#2d353b\",\"gitlens.gutterForegroundColor\":\"#d3c6aa\",\"gitlens.gutterUncommittedForegroundColor\":\"#7fbbb3\",\"gitlens.lineHighlightBackgroundColor\":\"#343f44\",\"gitlens.lineHighlightOverviewRulerColor\":\"#a7c080\",\"gitlens.mergedPullRequestIconColor\":\"#d699b6\",\"gitlens.openPullRequestIconColor\":\"#83c092\",\"gitlens.trailingLineForegroundColor\":\"#859289\",\"gitlens.unpublishedCommitIconColor\":\"#dbbc7f\",\"gitlens.unpulledChangesIconColor\":\"#e69875\",\"gitlens.unpushlishedChangesIconColor\":\"#7fbbb3\",\"icon.foreground\":\"#83c092\",\"imagePreview.border\":\"#2d353b\",\"input.background\":\"#2d353b00\",\"input.border\":\"#4f585e\",\"input.foreground\":\"#d3c6aa\",\"input.placeholderForeground\":\"#7f897d\",\"inputOption.activeBorder\":\"#83c092\",\"inputValidation.errorBackground\":\"#da6362\",\"inputValidation.errorBorder\":\"#e67e80\",\"inputValidation.errorForeground\":\"#d3c6aa\",\"inputValidation.infoBackground\":\"#5a93a2\",\"inputValidation.infoBorder\":\"#7fbbb3\",\"inputValidation.infoForeground\":\"#d3c6aa\",\"inputValidation.warningBackground\":\"#bf983d\",\"inputValidation.warningBorder\":\"#dbbc7f\",\"inputValidation.warningForeground\":\"#d3c6aa\",\"issues.closed\":\"#e67e80\",\"issues.open\":\"#83c092\",\"keybindingLabel.background\":\"#2d353b00\",\"keybindingLabel.border\":\"#272e33\",\"keybindingLabel.bottomBorder\":\"#21272b\",\"keybindingLabel.foreground\":\"#d3c6aa\",\"keybindingTable.headerBackground\":\"#3d484d\",\"keybindingTable.rowsBackground\":\"#343f44\",\"list.activeSelectionBackground\":\"#47525880\",\"list.activeSelectionForeground\":\"#d3c6aa\",\"list.dropBackground\":\"#343f4480\",\"list.errorForeground\":\"#e67e80\",\"list.focusBackground\":\"#47525880\",\"list.focusForeground\":\"#d3c6aa\",\"list.highlightForeground\":\"#a7c080\",\"list.hoverBackground\":\"#2d353b00\",\"list.hoverForeground\":\"#d3c6aa\",\"list.inactiveFocusBackground\":\"#47525860\",\"list.inactiveSelectionBackground\":\"#47525880\",\"list.inactiveSelectionForeground\":\"#9aa79d\",\"list.invalidItemForeground\":\"#da6362\",\"list.warningForeground\":\"#dbbc7f\",\"menu.background\":\"#2d353b\",\"menu.foreground\":\"#9aa79d\",\"menu.selectionBackground\":\"#343f44\",\"menu.selectionForeground\":\"#d3c6aa\",\"menubar.selectionBackground\":\"#2d353b\",\"menubar.selectionBorder\":\"#2d353b\",\"merge.border\":\"#2d353b00\",\"merge.currentContentBackground\":\"#5a93a240\",\"merge.currentHeaderBackground\":\"#5a93a280\",\"merge.incomingContentBackground\":\"#569d7940\",\"merge.incomingHeaderBackground\":\"#569d7980\",\"minimap.errorHighlight\":\"#da636280\",\"minimap.findMatchHighlight\":\"#569d7960\",\"minimap.selectionHighlight\":\"#4f585ef0\",\"minimap.warningHighlight\":\"#bf983d80\",\"minimapGutter.addedBackground\":\"#899c40a0\",\"minimapGutter.deletedBackground\":\"#da6362a0\",\"minimapGutter.modifiedBackground\":\"#5a93a2a0\",\"notebook.cellBorderColor\":\"#4f585e\",\"notebook.cellHoverBackground\":\"#2d353b\",\"notebook.cellStatusBarItemHoverBackground\":\"#343f44\",\"notebook.cellToolbarSeparator\":\"#4f585e\",\"notebook.focusedCellBackground\":\"#2d353b\",\"notebook.focusedCellBorder\":\"#4f585e\",\"notebook.focusedEditorBorder\":\"#4f585e\",\"notebook.focusedRowBorder\":\"#4f585e\",\"notebook.inactiveFocusedCellBorder\":\"#4f585e\",\"notebook.outputContainerBackgroundColor\":\"#272e33\",\"notebook.selectedCellBorder\":\"#4f585e\",\"notebookStatusErrorIcon.foreground\":\"#e67e80\",\"notebookStatusRunningIcon.foreground\":\"#7fbbb3\",\"notebookStatusSuccessIcon.foreground\":\"#a7c080\",\"notificationCenterHeader.background\":\"#3d484d\",\"notificationCenterHeader.foreground\":\"#d3c6aa\",\"notificationLink.foreground\":\"#a7c080\",\"notifications.background\":\"#2d353b\",\"notifications.foreground\":\"#d3c6aa\",\"notificationsErrorIcon.foreground\":\"#e67e80\",\"notificationsInfoIcon.foreground\":\"#7fbbb3\",\"notificationsWarningIcon.foreground\":\"#dbbc7f\",\"panel.background\":\"#2d353b\",\"panel.border\":\"#2d353b\",\"panelInput.border\":\"#4f585e\",\"panelSection.border\":\"#21272b\",\"panelSectionHeader.background\":\"#2d353b\",\"panelTitle.activeBorder\":\"#a7c080d0\",\"panelTitle.activeForeground\":\"#d3c6aa\",\"panelTitle.inactiveForeground\":\"#859289\",\"peekView.border\":\"#475258\",\"peekViewEditor.background\":\"#343f44\",\"peekViewEditor.matchHighlightBackground\":\"#bf983d50\",\"peekViewEditorGutter.background\":\"#343f44\",\"peekViewResult.background\":\"#343f44\",\"peekViewResult.fileForeground\":\"#d3c6aa\",\"peekViewResult.lineForeground\":\"#9aa79d\",\"peekViewResult.matchHighlightBackground\":\"#bf983d50\",\"peekViewResult.selectionBackground\":\"#569d7950\",\"peekViewResult.selectionForeground\":\"#d3c6aa\",\"peekViewTitle.background\":\"#475258\",\"peekViewTitleDescription.foreground\":\"#d3c6aa\",\"peekViewTitleLabel.foreground\":\"#a7c080\",\"pickerGroup.border\":\"#a7c0801a\",\"pickerGroup.foreground\":\"#d3c6aa\",\"ports.iconRunningProcessForeground\":\"#e69875\",\"problemsErrorIcon.foreground\":\"#e67e80\",\"problemsInfoIcon.foreground\":\"#7fbbb3\",\"problemsWarningIcon.foreground\":\"#dbbc7f\",\"progressBar.background\":\"#a7c080\",\"quickInputTitle.background\":\"#343f44\",\"rust_analyzer.inlayHints.background\":\"#2d353b00\",\"rust_analyzer.inlayHints.foreground\":\"#7f897da0\",\"rust_analyzer.syntaxTreeBorder\":\"#e67e80\",\"sash.hoverBorder\":\"#475258\",\"scrollbar.shadow\":\"#00000070\",\"scrollbarSlider.activeBackground\":\"#9aa79d\",\"scrollbarSlider.background\":\"#4f585e80\",\"scrollbarSlider.hoverBackground\":\"#4f585e\",\"selection.background\":\"#475258e0\",\"settings.checkboxBackground\":\"#2d353b\",\"settings.checkboxBorder\":\"#4f585e\",\"settings.checkboxForeground\":\"#e69875\",\"settings.dropdownBackground\":\"#2d353b\",\"settings.dropdownBorder\":\"#4f585e\",\"settings.dropdownForeground\":\"#83c092\",\"settings.focusedRowBackground\":\"#343f44\",\"settings.headerForeground\":\"#9aa79d\",\"settings.modifiedItemIndicator\":\"#7f897d\",\"settings.numberInputBackground\":\"#2d353b\",\"settings.numberInputBorder\":\"#4f585e\",\"settings.numberInputForeground\":\"#d699b6\",\"settings.rowHoverBackground\":\"#343f44\",\"settings.textInputBackground\":\"#2d353b\",\"settings.textInputBorder\":\"#4f585e\",\"settings.textInputForeground\":\"#7fbbb3\",\"sideBar.background\":\"#2d353b\",\"sideBar.foreground\":\"#859289\",\"sideBarSectionHeader.background\":\"#2d353b00\",\"sideBarSectionHeader.foreground\":\"#9aa79d\",\"sideBarTitle.foreground\":\"#9aa79d\",\"statusBar.background\":\"#2d353b\",\"statusBar.border\":\"#2d353b\",\"statusBar.debuggingBackground\":\"#2d353b\",\"statusBar.debuggingForeground\":\"#e69875\",\"statusBar.foreground\":\"#9aa79d\",\"statusBar.noFolderBackground\":\"#2d353b\",\"statusBar.noFolderBorder\":\"#2d353b\",\"statusBar.noFolderForeground\":\"#9aa79d\",\"statusBarItem.activeBackground\":\"#47525870\",\"statusBarItem.errorBackground\":\"#2d353b\",\"statusBarItem.errorForeground\":\"#e67e80\",\"statusBarItem.hoverBackground\":\"#475258a0\",\"statusBarItem.prominentBackground\":\"#2d353b\",\"statusBarItem.prominentForeground\":\"#d3c6aa\",\"statusBarItem.prominentHoverBackground\":\"#475258a0\",\"statusBarItem.remoteBackground\":\"#2d353b\",\"statusBarItem.remoteForeground\":\"#9aa79d\",\"statusBarItem.warningBackground\":\"#2d353b\",\"statusBarItem.warningForeground\":\"#dbbc7f\",\"symbolIcon.arrayForeground\":\"#7fbbb3\",\"symbolIcon.booleanForeground\":\"#d699b6\",\"symbolIcon.classForeground\":\"#dbbc7f\",\"symbolIcon.colorForeground\":\"#d3c6aa\",\"symbolIcon.constantForeground\":\"#83c092\",\"symbolIcon.constructorForeground\":\"#d699b6\",\"symbolIcon.enumeratorForeground\":\"#d699b6\",\"symbolIcon.enumeratorMemberForeground\":\"#83c092\",\"symbolIcon.eventForeground\":\"#dbbc7f\",\"symbolIcon.fieldForeground\":\"#d3c6aa\",\"symbolIcon.fileForeground\":\"#d3c6aa\",\"symbolIcon.folderForeground\":\"#d3c6aa\",\"symbolIcon.functionForeground\":\"#a7c080\",\"symbolIcon.interfaceForeground\":\"#dbbc7f\",\"symbolIcon.keyForeground\":\"#a7c080\",\"symbolIcon.keywordForeground\":\"#e67e80\",\"symbolIcon.methodForeground\":\"#a7c080\",\"symbolIcon.moduleForeground\":\"#d699b6\",\"symbolIcon.namespaceForeground\":\"#d699b6\",\"symbolIcon.nullForeground\":\"#83c092\",\"symbolIcon.numberForeground\":\"#d699b6\",\"symbolIcon.objectForeground\":\"#d699b6\",\"symbolIcon.operatorForeground\":\"#e69875\",\"symbolIcon.packageForeground\":\"#d699b6\",\"symbolIcon.propertyForeground\":\"#83c092\",\"symbolIcon.referenceForeground\":\"#7fbbb3\",\"symbolIcon.snippetForeground\":\"#d3c6aa\",\"symbolIcon.stringForeground\":\"#a7c080\",\"symbolIcon.structForeground\":\"#dbbc7f\",\"symbolIcon.textForeground\":\"#d3c6aa\",\"symbolIcon.typeParameterForeground\":\"#83c092\",\"symbolIcon.unitForeground\":\"#d3c6aa\",\"symbolIcon.variableForeground\":\"#7fbbb3\",\"tab.activeBackground\":\"#2d353b\",\"tab.activeBorder\":\"#a7c080d0\",\"tab.activeForeground\":\"#d3c6aa\",\"tab.border\":\"#2d353b\",\"tab.hoverBackground\":\"#2d353b\",\"tab.hoverForeground\":\"#d3c6aa\",\"tab.inactiveBackground\":\"#2d353b\",\"tab.inactiveForeground\":\"#7f897d\",\"tab.lastPinnedBorder\":\"#a7c080d0\",\"tab.unfocusedActiveBorder\":\"#859289\",\"tab.unfocusedActiveForeground\":\"#9aa79d\",\"tab.unfocusedHoverForeground\":\"#d3c6aa\",\"tab.unfocusedInactiveForeground\":\"#7f897d\",\"terminal.ansiBlack\":\"#343f44\",\"terminal.ansiBlue\":\"#7fbbb3\",\"terminal.ansiBrightBlack\":\"#859289\",\"terminal.ansiBrightBlue\":\"#7fbbb3\",\"terminal.ansiBrightCyan\":\"#83c092\",\"terminal.ansiBrightGreen\":\"#a7c080\",\"terminal.ansiBrightMagenta\":\"#d699b6\",\"terminal.ansiBrightRed\":\"#e67e80\",\"terminal.ansiBrightWhite\":\"#d3c6aa\",\"terminal.ansiBrightYellow\":\"#dbbc7f\",\"terminal.ansiCyan\":\"#83c092\",\"terminal.ansiGreen\":\"#a7c080\",\"terminal.ansiMagenta\":\"#d699b6\",\"terminal.ansiRed\":\"#e67e80\",\"terminal.ansiWhite\":\"#d3c6aa\",\"terminal.ansiYellow\":\"#dbbc7f\",\"terminal.foreground\":\"#d3c6aa\",\"terminalCursor.foreground\":\"#d3c6aa\",\"testing.iconErrored\":\"#e67e80\",\"testing.iconFailed\":\"#e67e80\",\"testing.iconPassed\":\"#83c092\",\"testing.iconQueued\":\"#7fbbb3\",\"testing.iconSkipped\":\"#d699b6\",\"testing.iconUnset\":\"#dbbc7f\",\"testing.runAction\":\"#83c092\",\"textBlockQuote.background\":\"#272e33\",\"textBlockQuote.border\":\"#475258\",\"textCodeBlock.background\":\"#272e33\",\"textLink.activeForeground\":\"#a7c080c0\",\"textLink.foreground\":\"#a7c080\",\"textPreformat.foreground\":\"#dbbc7f\",\"titleBar.activeBackground\":\"#2d353b\",\"titleBar.activeForeground\":\"#9aa79d\",\"titleBar.border\":\"#2d353b\",\"titleBar.inactiveBackground\":\"#2d353b\",\"titleBar.inactiveForeground\":\"#7f897d\",\"toolbar.hoverBackground\":\"#343f44\",\"tree.indentGuidesStroke\":\"#7f897d\",\"walkThrough.embeddedEditorBackground\":\"#272e33\",\"welcomePage.buttonBackground\":\"#343f44\",\"welcomePage.buttonHoverBackground\":\"#343f44a0\",\"welcomePage.progress.foreground\":\"#a7c080\",\"welcomePage.tileHoverBackground\":\"#343f44\",\"widget.shadow\":\"#00000070\"},\"displayName\":\"Everforest Dark\",\"name\":\"everforest-dark\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class:python\":\"#83c092\",\"class:typescript\":\"#83c092\",\"class:typescriptreact\":\"#83c092\",\"enum:typescript\":\"#d699b6\",\"enum:typescriptreact\":\"#d699b6\",\"enumMember:typescript\":\"#7fbbb3\",\"enumMember:typescriptreact\":\"#7fbbb3\",\"interface:typescript\":\"#83c092\",\"interface:typescriptreact\":\"#83c092\",\"intrinsic:python\":\"#d699b6\",\"macro:rust\":\"#83c092\",\"memberOperatorOverload\":\"#e69875\",\"module:python\":\"#7fbbb3\",\"namespace:rust\":\"#d699b6\",\"namespace:typescript\":\"#d699b6\",\"namespace:typescriptreact\":\"#d699b6\",\"operatorOverload\":\"#e69875\",\"property.defaultLibrary:javascript\":\"#d699b6\",\"property.defaultLibrary:javascriptreact\":\"#d699b6\",\"property.defaultLibrary:typescript\":\"#d699b6\",\"property.defaultLibrary:typescriptreact\":\"#d699b6\",\"selfKeyword:rust\":\"#d699b6\",\"variable.defaultLibrary:javascript\":\"#d699b6\",\"variable.defaultLibrary:javascriptreact\":\"#d699b6\",\"variable.defaultLibrary:typescript\":\"#d699b6\",\"variable.defaultLibrary:typescriptreact\":\"#d699b6\"},\"tokenColors\":[{\"scope\":\"keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.other.debugger\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.label, constant.other.label\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type, support.type, entity.name.type, keyword.type\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"constant.language.boolean\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.function.preprocessor\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"constant.language, support.constant\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"variable, support.variable, meta.definition.variable\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation, meta.brace, meta.delimiter, meta.bracket\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"heading.1.markdown, markup.heading.setext.1.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e67e80\"}},{\"scope\":\"heading.2.markdown, markup.heading.setext.2.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e69875\"}},{\"scope\":\"heading.3.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dbbc7f\"}},{\"scope\":\"heading.4.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#a7c080\"}},{\"scope\":\"heading.5.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7fbbb3\"}},{\"scope\":\"heading.6.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#859289\"}},{\"scope\":\"string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#d699b6\"}},{\"scope\":\"markup.underline.link.image.markdown, markup.underline.link.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#a7c080\"}},{\"scope\":\"punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#859289\"}},{\"scope\":\"meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#859289\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.bold markup.italic, markup.italic markup.bold\",\"settings\":{\"fontStyle\":\"italic bold\"}},{\"scope\":\"punctuation.definition.markdown, punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"markup.fenced_code.block.markdown, markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"punctuation.definition.heading.restructuredtext\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e69875\"}},{\"scope\":\"punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"punctuation.definition.bold.restructuredtext\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#859289\"}},{\"scope\":\"entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"constant.other.footnote.link.restructuredtext\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"support.directive.restructuredtext\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"support.function.be.latex\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"keyword.control.preamble.latex\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.separator.namespace.xml\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"variable.language.documentroot.xml, meta.tag.sgml.doctype.xml\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"storage.type.proto\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.class.proto, entity.name.class.message.proto\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"entity.other.attribute-name.class.css\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"support.type.vendored.property-name.css\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.control.at-rule.keyframes.scss\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"meta.function.stylus\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"entity.name.function.stylus\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.unquoted.js\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"punctuation.definition.block.tag.jsdoc\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage.type.js, storage.type.function.arrow.js\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"JSXNested\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.type.module.ts\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.name.type.module.ts\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"storage.type.function.coffee\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"meta.type-signature.purescript\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.name.function.purescript\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"support.other.module.purescript\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.dot.dart\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"storage.type.primitive.dart\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"support.class.dart\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"variable.language.dart\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.other.import.dart, storage.type.annotation.dart\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.other.attribute-name.class.pug\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage.type.function.pug\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.other.attribute-name.tag.pug\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.tag.pug, storage.type.import.include.pug\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"punctuation.separator.pointer-access.c\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.member.c\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.member.cpp\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.other.using.cs\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"variable.other.object.property.cs\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.type.namespace.cs\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"keyword.symbol.fsharp, constant.language.unit.fsharp\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.format.specifier.fsharp, entity.name.type.fsharp\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.section.fsharp\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"support.function.attribute.fsharp\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.separator.java, punctuation.separator.period.java\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.other.import.java, keyword.other.package.java\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage.type.function.arrow.java, keyword.control.ternary.java\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.property.java\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"keyword.other.import.kotlin\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage.type.kotlin\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"constant.language.kotlin\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.package.kotlin, storage.type.annotation.kotlin\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.package.scala\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"constant.language.scala\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"entity.name.import.scala\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.class, entity.other.inherited-class.scala\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"keyword.declaration.stable.scala, keyword.other.arrow.scala\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"keyword.other.import.scala\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.separator.groovy\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"storage.type.def.groovy\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.interpolated.groovy, meta.method.groovy\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"storage.modifier.import.groovy, storage.modifier.package.groovy\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type.annotation.groovy\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"keyword.type.go\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"entity.name.package.go\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.import.go, keyword.package.go\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.type.mod.rust\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.operator.path.rust, keyword.operator.member-access.rust\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"storage.type.rust\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"support.constant.core.rust\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"meta.attribute.rust, variable.language.rust, storage.type.module.rust\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"meta.function-call.swift, support.function.any-method.swift\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"support.variable.swift\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.operator.class.php\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"storage.type.trait.php\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"constant.language.php, support.other.namespace.php\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.control.import.include.php, storage.type.php\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"meta.function-call.arguments.python\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.definition.decorator.python, punctuation.separator.period.python\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.control.import.python, keyword.control.import.from.python\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"constant.language.lua\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.class.lua\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"meta.function.method.with-arguments.ruby\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"punctuation.separator.method.ruby\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.control.pseudo-method.ruby, storage.type.variable.ruby\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"keyword.other.special-method.ruby\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.control.module.ruby, punctuation.definition.constant.ruby\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"variable.other.constant.ruby\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"storage.type.haskell\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.function.haskell\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"entity.name.namespace, meta.preprocessor.haskell\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.control.import.julia, keyword.control.export.julia\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.storage.modifier.julia\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"keyword.other.period.elm\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"storage.type.elm\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"keyword.other.r\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"entity.name.function.r, variable.function.r\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"constant.language.r\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.namespace.r\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"keyword.control.directive.erlang, keyword.control.directive.define.erlang\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"entity.name.type.class.module.erlang\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"constant.language.elixir\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"keyword.control.module.elixir\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.type.value-signature.ocaml\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.other.ocaml\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"constant.language.variant.ocaml\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.type.sub.perl, storage.type.declare.routine.perl\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"meta.function.lisp\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"storage.type.function-type.lisp\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"keyword.constant.lisp\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.function.lisp\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.global.clojure\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.function.clojure\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"meta.scope.if-block.shell, meta.scope.group.shell\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"support.function.builtin.shell, entity.name.function.shell\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"support.function.builtin.fish\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"support.function.unix.fish\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"constant.character.escape.single.fish\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.definition.variable.powershell\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"variable.other.member.powershell\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#d3c6aa\"}},{\"scope\":\"keyword.type.graphql\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"entity.name.fragment.graphql\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.function.target.makefile\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"variable.other.makefile\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"meta.scope.prerequisites.makefile\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"string.source.cmake\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.source.cmake\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"storage.source.cmake\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.definition.map.viml\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"storage.type.map.viml\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"constant.character.map.viml, constant.character.map.key.viml\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"constant.character.map.special.viml\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"constant.language.tmux, constant.numeric.tmux\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"entity.name.function.package-manager.dockerfile\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"keyword.operator.flag.dockerfile\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.double.dockerfile, string.quoted.single.dockerfile\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"constant.character.escape.dockerfile\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"entity.name.type.base-image.dockerfile, entity.name.image.dockerfile\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"punctuation.definition.separator.diff\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"markup.deleted.diff, punctuation.definition.deleted.diff\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"meta.diff.range.context, punctuation.definition.range.diff\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"meta.diff.header.from-file\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"markup.inserted.diff, punctuation.definition.inserted.diff\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"markup.changed.diff, punctuation.definition.changed.diff\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"punctuation.definition.from-file.diff\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"entity.name.section.group-title.ini, punctuation.definition.entity.ini\",\"settings\":{\"foreground\":\"#e67e80\"}},{\"scope\":\"punctuation.separator.key-value.ini\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"keyword.other.definition.ini\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"support.function.aggregate.sql\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"support.type.graphql\",\"settings\":{\"foreground\":\"#dbbc7f\"}},{\"scope\":\"variable.parameter.graphql\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"punctuation.separator.key-value.mapping.yaml\",\"settings\":{\"foreground\":\"#859289\"}},{\"scope\":\"string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml\",\"settings\":{\"foreground\":\"#83c092\"}},{\"scope\":\"keyword.key.toml\",\"settings\":{\"foreground\":\"#e69875\"}},{\"scope\":\"string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml\",\"settings\":{\"foreground\":\"#a7c080\"}},{\"scope\":\"constant.other.boolean.toml\",\"settings\":{\"foreground\":\"#7fbbb3\"}},{\"scope\":\"entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml\",\"settings\":{\"foreground\":\"#d699b6\"}},{\"scope\":\"comment, string.comment, punctuation.definition.comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#859289\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: everforest-light */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#93b259d0\",\"activityBar.activeFocusBorder\":\"#93b259\",\"activityBar.background\":\"#fdf6e3\",\"activityBar.border\":\"#fdf6e3\",\"activityBar.dropBackground\":\"#fdf6e3\",\"activityBar.foreground\":\"#5c6a72\",\"activityBar.inactiveForeground\":\"#939f91\",\"activityBarBadge.background\":\"#93b259\",\"activityBarBadge.foreground\":\"#fdf6e3\",\"badge.background\":\"#93b259\",\"badge.foreground\":\"#fdf6e3\",\"breadcrumb.activeSelectionForeground\":\"#5c6a72\",\"breadcrumb.focusForeground\":\"#5c6a72\",\"breadcrumb.foreground\":\"#939f91\",\"button.background\":\"#93b259\",\"button.foreground\":\"#fdf6e3\",\"button.hoverBackground\":\"#93b259d0\",\"button.secondaryBackground\":\"#efebd4\",\"button.secondaryForeground\":\"#5c6a72\",\"button.secondaryHoverBackground\":\"#e6e2cc\",\"charts.blue\":\"#3a94c5\",\"charts.foreground\":\"#5c6a72\",\"charts.green\":\"#8da101\",\"charts.orange\":\"#f57d26\",\"charts.purple\":\"#df69ba\",\"charts.red\":\"#f85552\",\"charts.yellow\":\"#dfa000\",\"checkbox.background\":\"#fdf6e3\",\"checkbox.border\":\"#e0dcc7\",\"checkbox.foreground\":\"#f57d26\",\"debugConsole.errorForeground\":\"#f85552\",\"debugConsole.infoForeground\":\"#8da101\",\"debugConsole.sourceForeground\":\"#df69ba\",\"debugConsole.warningForeground\":\"#dfa000\",\"debugConsoleInputIcon.foreground\":\"#35a77c\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#3a94c5\",\"debugIcon.breakpointDisabledForeground\":\"#f1706f\",\"debugIcon.breakpointForeground\":\"#f85552\",\"debugIcon.breakpointStackframeForeground\":\"#f85552\",\"debugIcon.breakpointUnverifiedForeground\":\"#879686\",\"debugIcon.continueForeground\":\"#3a94c5\",\"debugIcon.disconnectForeground\":\"#df69ba\",\"debugIcon.pauseForeground\":\"#dfa000\",\"debugIcon.restartForeground\":\"#35a77c\",\"debugIcon.startForeground\":\"#35a77c\",\"debugIcon.stepBackForeground\":\"#3a94c5\",\"debugIcon.stepIntoForeground\":\"#3a94c5\",\"debugIcon.stepOutForeground\":\"#3a94c5\",\"debugIcon.stepOverForeground\":\"#3a94c5\",\"debugIcon.stopForeground\":\"#f85552\",\"debugTokenExpression.boolean\":\"#df69ba\",\"debugTokenExpression.error\":\"#f85552\",\"debugTokenExpression.name\":\"#3a94c5\",\"debugTokenExpression.number\":\"#df69ba\",\"debugTokenExpression.string\":\"#dfa000\",\"debugTokenExpression.value\":\"#8da101\",\"debugToolBar.background\":\"#fdf6e3\",\"descriptionForeground\":\"#939f91\",\"diffEditor.diagonalFill\":\"#e0dcc7\",\"diffEditor.insertedTextBackground\":\"#6ec39830\",\"diffEditor.removedTextBackground\":\"#f1706f30\",\"dropdown.background\":\"#fdf6e3\",\"dropdown.border\":\"#e0dcc7\",\"dropdown.foreground\":\"#879686\",\"editor.background\":\"#fdf6e3\",\"editor.findMatchBackground\":\"#f3945940\",\"editor.findMatchHighlightBackground\":\"#a4bb4a40\",\"editor.findRangeHighlightBackground\":\"#e6e2cc50\",\"editor.foldBackground\":\"#e0dcc780\",\"editor.foreground\":\"#5c6a72\",\"editor.hoverHighlightBackground\":\"#e6e2cc90\",\"editor.inactiveSelectionBackground\":\"#e6e2cc50\",\"editor.lineHighlightBackground\":\"#efebd470\",\"editor.lineHighlightBorder\":\"#e0dcc700\",\"editor.rangeHighlightBackground\":\"#efebd480\",\"editor.selectionBackground\":\"#e6e2cca0\",\"editor.selectionHighlightBackground\":\"#e6e2cc50\",\"editor.snippetFinalTabstopHighlightBackground\":\"#a4bb4a40\",\"editor.snippetFinalTabstopHighlightBorder\":\"#fdf6e3\",\"editor.snippetTabstopHighlightBackground\":\"#efebd4\",\"editor.symbolHighlightBackground\":\"#6cb3c640\",\"editor.wordHighlightBackground\":\"#e6e2cc48\",\"editor.wordHighlightStrongBackground\":\"#e6e2cc90\",\"editorBracketHighlight.foreground1\":\"#f85552\",\"editorBracketHighlight.foreground2\":\"#dfa000\",\"editorBracketHighlight.foreground3\":\"#8da101\",\"editorBracketHighlight.foreground4\":\"#3a94c5\",\"editorBracketHighlight.foreground5\":\"#f57d26\",\"editorBracketHighlight.foreground6\":\"#df69ba\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#939f91\",\"editorBracketMatch.background\":\"#e0dcc7\",\"editorBracketMatch.border\":\"#fdf6e300\",\"editorCodeLens.foreground\":\"#a4ad9ea0\",\"editorCursor.foreground\":\"#5c6a72\",\"editorError.background\":\"#f1706f00\",\"editorError.foreground\":\"#f1706f\",\"editorGhostText.background\":\"#fdf6e300\",\"editorGhostText.foreground\":\"#a4ad9ea0\",\"editorGroup.border\":\"#efebd4\",\"editorGroup.dropBackground\":\"#e0dcc760\",\"editorGroupHeader.noTabsBackground\":\"#fdf6e3\",\"editorGroupHeader.tabsBackground\":\"#fdf6e3\",\"editorGutter.addedBackground\":\"#a4bb4aa0\",\"editorGutter.background\":\"#fdf6e300\",\"editorGutter.commentRangeForeground\":\"#a4ad9e\",\"editorGutter.deletedBackground\":\"#f1706fa0\",\"editorGutter.modifiedBackground\":\"#6cb3c6a0\",\"editorHint.foreground\":\"#e092be\",\"editorHoverWidget.background\":\"#f4f0d9\",\"editorHoverWidget.border\":\"#e6e2cc\",\"editorIndentGuide.activeBackground\":\"#87968650\",\"editorIndentGuide.background\":\"#87968620\",\"editorInfo.background\":\"#6cb3c600\",\"editorInfo.foreground\":\"#6cb3c6\",\"editorInlayHint.background\":\"#fdf6e300\",\"editorInlayHint.foreground\":\"#a4ad9ea0\",\"editorInlayHint.parameterBackground\":\"#fdf6e300\",\"editorInlayHint.parameterForeground\":\"#a4ad9ea0\",\"editorInlayHint.typeBackground\":\"#fdf6e300\",\"editorInlayHint.typeForeground\":\"#a4ad9ea0\",\"editorLightBulb.foreground\":\"#dfa000\",\"editorLightBulbAutoFix.foreground\":\"#35a77c\",\"editorLineNumber.activeForeground\":\"#879686e0\",\"editorLineNumber.foreground\":\"#a4ad9ea0\",\"editorLink.activeForeground\":\"#8da101\",\"editorMarkerNavigation.background\":\"#f4f0d9\",\"editorMarkerNavigationError.background\":\"#f1706f80\",\"editorMarkerNavigationInfo.background\":\"#6cb3c680\",\"editorMarkerNavigationWarning.background\":\"#e4b64980\",\"editorOverviewRuler.addedForeground\":\"#a4bb4aa0\",\"editorOverviewRuler.border\":\"#fdf6e300\",\"editorOverviewRuler.commonContentForeground\":\"#939f91\",\"editorOverviewRuler.currentContentForeground\":\"#6cb3c6\",\"editorOverviewRuler.deletedForeground\":\"#f1706fa0\",\"editorOverviewRuler.errorForeground\":\"#f85552\",\"editorOverviewRuler.findMatchForeground\":\"#6ec398\",\"editorOverviewRuler.incomingContentForeground\":\"#6ec398\",\"editorOverviewRuler.infoForeground\":\"#df69ba\",\"editorOverviewRuler.modifiedForeground\":\"#6cb3c6a0\",\"editorOverviewRuler.rangeHighlightForeground\":\"#6ec398\",\"editorOverviewRuler.selectionHighlightForeground\":\"#6ec398\",\"editorOverviewRuler.warningForeground\":\"#dfa000\",\"editorOverviewRuler.wordHighlightForeground\":\"#e0dcc7\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#e0dcc7\",\"editorRuler.foreground\":\"#e6e2cca0\",\"editorSuggestWidget.background\":\"#efebd4\",\"editorSuggestWidget.border\":\"#efebd4\",\"editorSuggestWidget.foreground\":\"#5c6a72\",\"editorSuggestWidget.highlightForeground\":\"#8da101\",\"editorSuggestWidget.selectedBackground\":\"#e6e2cc\",\"editorUnnecessaryCode.border\":\"#fdf6e3\",\"editorUnnecessaryCode.opacity\":\"#00000080\",\"editorWarning.background\":\"#e4b64900\",\"editorWarning.foreground\":\"#e4b649\",\"editorWhitespace.foreground\":\"#e6e2cc\",\"editorWidget.background\":\"#fdf6e3\",\"editorWidget.border\":\"#e0dcc7\",\"editorWidget.foreground\":\"#5c6a72\",\"errorForeground\":\"#f85552\",\"extensionBadge.remoteBackground\":\"#93b259\",\"extensionBadge.remoteForeground\":\"#fdf6e3\",\"extensionButton.prominentBackground\":\"#93b259\",\"extensionButton.prominentForeground\":\"#fdf6e3\",\"extensionButton.prominentHoverBackground\":\"#93b259d0\",\"extensionIcon.preReleaseForeground\":\"#f57d26\",\"extensionIcon.starForeground\":\"#35a77c\",\"extensionIcon.verifiedForeground\":\"#8da101\",\"focusBorder\":\"#fdf6e300\",\"foreground\":\"#879686\",\"gitDecoration.addedResourceForeground\":\"#8da101a0\",\"gitDecoration.conflictingResourceForeground\":\"#df69baa0\",\"gitDecoration.deletedResourceForeground\":\"#f85552a0\",\"gitDecoration.ignoredResourceForeground\":\"#e0dcc7\",\"gitDecoration.modifiedResourceForeground\":\"#3a94c5a0\",\"gitDecoration.stageDeletedResourceForeground\":\"#35a77ca0\",\"gitDecoration.stageModifiedResourceForeground\":\"#35a77ca0\",\"gitDecoration.submoduleResourceForeground\":\"#f57d26a0\",\"gitDecoration.untrackedResourceForeground\":\"#dfa000a0\",\"gitlens.closedPullRequestIconColor\":\"#f85552\",\"gitlens.decorations.addedForegroundColor\":\"#8da101\",\"gitlens.decorations.branchAheadForegroundColor\":\"#35a77c\",\"gitlens.decorations.branchBehindForegroundColor\":\"#f57d26\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#dfa000\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#f85552\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#3a94c5\",\"gitlens.decorations.branchUpToDateForegroundColor\":\"#5c6a72\",\"gitlens.decorations.copiedForegroundColor\":\"#df69ba\",\"gitlens.decorations.deletedForegroundColor\":\"#f85552\",\"gitlens.decorations.ignoredForegroundColor\":\"#879686\",\"gitlens.decorations.modifiedForegroundColor\":\"#3a94c5\",\"gitlens.decorations.renamedForegroundColor\":\"#df69ba\",\"gitlens.decorations.untrackedForegroundColor\":\"#dfa000\",\"gitlens.gutterBackgroundColor\":\"#fdf6e3\",\"gitlens.gutterForegroundColor\":\"#5c6a72\",\"gitlens.gutterUncommittedForegroundColor\":\"#3a94c5\",\"gitlens.lineHighlightBackgroundColor\":\"#f4f0d9\",\"gitlens.lineHighlightOverviewRulerColor\":\"#93b259\",\"gitlens.mergedPullRequestIconColor\":\"#df69ba\",\"gitlens.openPullRequestIconColor\":\"#35a77c\",\"gitlens.trailingLineForegroundColor\":\"#939f91\",\"gitlens.unpublishedCommitIconColor\":\"#dfa000\",\"gitlens.unpulledChangesIconColor\":\"#f57d26\",\"gitlens.unpushlishedChangesIconColor\":\"#3a94c5\",\"icon.foreground\":\"#35a77c\",\"imagePreview.border\":\"#fdf6e3\",\"input.background\":\"#fdf6e300\",\"input.border\":\"#e0dcc7\",\"input.foreground\":\"#5c6a72\",\"input.placeholderForeground\":\"#a4ad9e\",\"inputOption.activeBorder\":\"#35a77c\",\"inputValidation.errorBackground\":\"#f1706f\",\"inputValidation.errorBorder\":\"#f85552\",\"inputValidation.errorForeground\":\"#5c6a72\",\"inputValidation.infoBackground\":\"#6cb3c6\",\"inputValidation.infoBorder\":\"#3a94c5\",\"inputValidation.infoForeground\":\"#5c6a72\",\"inputValidation.warningBackground\":\"#e4b649\",\"inputValidation.warningBorder\":\"#dfa000\",\"inputValidation.warningForeground\":\"#5c6a72\",\"issues.closed\":\"#f85552\",\"issues.open\":\"#35a77c\",\"keybindingLabel.background\":\"#fdf6e300\",\"keybindingLabel.border\":\"#f4f0d9\",\"keybindingLabel.bottomBorder\":\"#efebd4\",\"keybindingLabel.foreground\":\"#5c6a72\",\"keybindingTable.headerBackground\":\"#efebd4\",\"keybindingTable.rowsBackground\":\"#f4f0d9\",\"list.activeSelectionBackground\":\"#e6e2cc80\",\"list.activeSelectionForeground\":\"#5c6a72\",\"list.dropBackground\":\"#f4f0d980\",\"list.errorForeground\":\"#f85552\",\"list.focusBackground\":\"#e6e2cc80\",\"list.focusForeground\":\"#5c6a72\",\"list.highlightForeground\":\"#8da101\",\"list.hoverBackground\":\"#fdf6e300\",\"list.hoverForeground\":\"#5c6a72\",\"list.inactiveFocusBackground\":\"#e6e2cc60\",\"list.inactiveSelectionBackground\":\"#e6e2cc80\",\"list.inactiveSelectionForeground\":\"#879686\",\"list.invalidItemForeground\":\"#f1706f\",\"list.warningForeground\":\"#dfa000\",\"menu.background\":\"#fdf6e3\",\"menu.foreground\":\"#879686\",\"menu.selectionBackground\":\"#f4f0d9\",\"menu.selectionForeground\":\"#5c6a72\",\"menubar.selectionBackground\":\"#fdf6e3\",\"menubar.selectionBorder\":\"#fdf6e3\",\"merge.border\":\"#fdf6e300\",\"merge.currentContentBackground\":\"#6cb3c640\",\"merge.currentHeaderBackground\":\"#6cb3c680\",\"merge.incomingContentBackground\":\"#6ec39840\",\"merge.incomingHeaderBackground\":\"#6ec39880\",\"minimap.errorHighlight\":\"#f1706f80\",\"minimap.findMatchHighlight\":\"#6ec39860\",\"minimap.selectionHighlight\":\"#e0dcc7f0\",\"minimap.warningHighlight\":\"#e4b64980\",\"minimapGutter.addedBackground\":\"#a4bb4aa0\",\"minimapGutter.deletedBackground\":\"#f1706fa0\",\"minimapGutter.modifiedBackground\":\"#6cb3c6a0\",\"notebook.cellBorderColor\":\"#e0dcc7\",\"notebook.cellHoverBackground\":\"#fdf6e3\",\"notebook.cellStatusBarItemHoverBackground\":\"#f4f0d9\",\"notebook.cellToolbarSeparator\":\"#e0dcc7\",\"notebook.focusedCellBackground\":\"#fdf6e3\",\"notebook.focusedCellBorder\":\"#e0dcc7\",\"notebook.focusedEditorBorder\":\"#e0dcc7\",\"notebook.focusedRowBorder\":\"#e0dcc7\",\"notebook.inactiveFocusedCellBorder\":\"#e0dcc7\",\"notebook.outputContainerBackgroundColor\":\"#f4f0d9\",\"notebook.selectedCellBorder\":\"#e0dcc7\",\"notebookStatusErrorIcon.foreground\":\"#f85552\",\"notebookStatusRunningIcon.foreground\":\"#3a94c5\",\"notebookStatusSuccessIcon.foreground\":\"#8da101\",\"notificationCenterHeader.background\":\"#efebd4\",\"notificationCenterHeader.foreground\":\"#5c6a72\",\"notificationLink.foreground\":\"#8da101\",\"notifications.background\":\"#fdf6e3\",\"notifications.foreground\":\"#5c6a72\",\"notificationsErrorIcon.foreground\":\"#f85552\",\"notificationsInfoIcon.foreground\":\"#3a94c5\",\"notificationsWarningIcon.foreground\":\"#dfa000\",\"panel.background\":\"#fdf6e3\",\"panel.border\":\"#fdf6e3\",\"panelInput.border\":\"#e0dcc7\",\"panelSection.border\":\"#efebd4\",\"panelSectionHeader.background\":\"#fdf6e3\",\"panelTitle.activeBorder\":\"#93b259d0\",\"panelTitle.activeForeground\":\"#5c6a72\",\"panelTitle.inactiveForeground\":\"#939f91\",\"peekView.border\":\"#e6e2cc\",\"peekViewEditor.background\":\"#f4f0d9\",\"peekViewEditor.matchHighlightBackground\":\"#e4b64950\",\"peekViewEditorGutter.background\":\"#f4f0d9\",\"peekViewResult.background\":\"#f4f0d9\",\"peekViewResult.fileForeground\":\"#5c6a72\",\"peekViewResult.lineForeground\":\"#879686\",\"peekViewResult.matchHighlightBackground\":\"#e4b64950\",\"peekViewResult.selectionBackground\":\"#6ec39850\",\"peekViewResult.selectionForeground\":\"#5c6a72\",\"peekViewTitle.background\":\"#e6e2cc\",\"peekViewTitleDescription.foreground\":\"#5c6a72\",\"peekViewTitleLabel.foreground\":\"#8da101\",\"pickerGroup.border\":\"#93b2591a\",\"pickerGroup.foreground\":\"#5c6a72\",\"ports.iconRunningProcessForeground\":\"#f57d26\",\"problemsErrorIcon.foreground\":\"#f85552\",\"problemsInfoIcon.foreground\":\"#3a94c5\",\"problemsWarningIcon.foreground\":\"#dfa000\",\"progressBar.background\":\"#93b259\",\"quickInputTitle.background\":\"#f4f0d9\",\"rust_analyzer.inlayHints.background\":\"#fdf6e300\",\"rust_analyzer.inlayHints.foreground\":\"#a4ad9ea0\",\"rust_analyzer.syntaxTreeBorder\":\"#f85552\",\"sash.hoverBorder\":\"#e6e2cc\",\"scrollbar.shadow\":\"#3c474d20\",\"scrollbarSlider.activeBackground\":\"#879686\",\"scrollbarSlider.background\":\"#e0dcc780\",\"scrollbarSlider.hoverBackground\":\"#e0dcc7\",\"selection.background\":\"#e6e2ccc0\",\"settings.checkboxBackground\":\"#fdf6e3\",\"settings.checkboxBorder\":\"#e0dcc7\",\"settings.checkboxForeground\":\"#f57d26\",\"settings.dropdownBackground\":\"#fdf6e3\",\"settings.dropdownBorder\":\"#e0dcc7\",\"settings.dropdownForeground\":\"#35a77c\",\"settings.focusedRowBackground\":\"#f4f0d9\",\"settings.headerForeground\":\"#879686\",\"settings.modifiedItemIndicator\":\"#a4ad9e\",\"settings.numberInputBackground\":\"#fdf6e3\",\"settings.numberInputBorder\":\"#e0dcc7\",\"settings.numberInputForeground\":\"#df69ba\",\"settings.rowHoverBackground\":\"#f4f0d9\",\"settings.textInputBackground\":\"#fdf6e3\",\"settings.textInputBorder\":\"#e0dcc7\",\"settings.textInputForeground\":\"#3a94c5\",\"sideBar.background\":\"#fdf6e3\",\"sideBar.foreground\":\"#939f91\",\"sideBarSectionHeader.background\":\"#fdf6e300\",\"sideBarSectionHeader.foreground\":\"#879686\",\"sideBarTitle.foreground\":\"#879686\",\"statusBar.background\":\"#fdf6e3\",\"statusBar.border\":\"#fdf6e3\",\"statusBar.debuggingBackground\":\"#fdf6e3\",\"statusBar.debuggingForeground\":\"#f57d26\",\"statusBar.foreground\":\"#879686\",\"statusBar.noFolderBackground\":\"#fdf6e3\",\"statusBar.noFolderBorder\":\"#fdf6e3\",\"statusBar.noFolderForeground\":\"#879686\",\"statusBarItem.activeBackground\":\"#e6e2cc70\",\"statusBarItem.errorBackground\":\"#fdf6e3\",\"statusBarItem.errorForeground\":\"#f85552\",\"statusBarItem.hoverBackground\":\"#e6e2cca0\",\"statusBarItem.prominentBackground\":\"#fdf6e3\",\"statusBarItem.prominentForeground\":\"#5c6a72\",\"statusBarItem.prominentHoverBackground\":\"#e6e2cca0\",\"statusBarItem.remoteBackground\":\"#fdf6e3\",\"statusBarItem.remoteForeground\":\"#879686\",\"statusBarItem.warningBackground\":\"#fdf6e3\",\"statusBarItem.warningForeground\":\"#dfa000\",\"symbolIcon.arrayForeground\":\"#3a94c5\",\"symbolIcon.booleanForeground\":\"#df69ba\",\"symbolIcon.classForeground\":\"#dfa000\",\"symbolIcon.colorForeground\":\"#5c6a72\",\"symbolIcon.constantForeground\":\"#35a77c\",\"symbolIcon.constructorForeground\":\"#df69ba\",\"symbolIcon.enumeratorForeground\":\"#df69ba\",\"symbolIcon.enumeratorMemberForeground\":\"#35a77c\",\"symbolIcon.eventForeground\":\"#dfa000\",\"symbolIcon.fieldForeground\":\"#5c6a72\",\"symbolIcon.fileForeground\":\"#5c6a72\",\"symbolIcon.folderForeground\":\"#5c6a72\",\"symbolIcon.functionForeground\":\"#8da101\",\"symbolIcon.interfaceForeground\":\"#dfa000\",\"symbolIcon.keyForeground\":\"#8da101\",\"symbolIcon.keywordForeground\":\"#f85552\",\"symbolIcon.methodForeground\":\"#8da101\",\"symbolIcon.moduleForeground\":\"#df69ba\",\"symbolIcon.namespaceForeground\":\"#df69ba\",\"symbolIcon.nullForeground\":\"#35a77c\",\"symbolIcon.numberForeground\":\"#df69ba\",\"symbolIcon.objectForeground\":\"#df69ba\",\"symbolIcon.operatorForeground\":\"#f57d26\",\"symbolIcon.packageForeground\":\"#df69ba\",\"symbolIcon.propertyForeground\":\"#35a77c\",\"symbolIcon.referenceForeground\":\"#3a94c5\",\"symbolIcon.snippetForeground\":\"#5c6a72\",\"symbolIcon.stringForeground\":\"#8da101\",\"symbolIcon.structForeground\":\"#dfa000\",\"symbolIcon.textForeground\":\"#5c6a72\",\"symbolIcon.typeParameterForeground\":\"#35a77c\",\"symbolIcon.unitForeground\":\"#5c6a72\",\"symbolIcon.variableForeground\":\"#3a94c5\",\"tab.activeBackground\":\"#fdf6e3\",\"tab.activeBorder\":\"#93b259d0\",\"tab.activeForeground\":\"#5c6a72\",\"tab.border\":\"#fdf6e3\",\"tab.hoverBackground\":\"#fdf6e3\",\"tab.hoverForeground\":\"#5c6a72\",\"tab.inactiveBackground\":\"#fdf6e3\",\"tab.inactiveForeground\":\"#a4ad9e\",\"tab.lastPinnedBorder\":\"#93b259d0\",\"tab.unfocusedActiveBorder\":\"#939f91\",\"tab.unfocusedActiveForeground\":\"#879686\",\"tab.unfocusedHoverForeground\":\"#5c6a72\",\"tab.unfocusedInactiveForeground\":\"#a4ad9e\",\"terminal.ansiBlack\":\"#5c6a72\",\"terminal.ansiBlue\":\"#3a94c5\",\"terminal.ansiBrightBlack\":\"#5c6a72\",\"terminal.ansiBrightBlue\":\"#3a94c5\",\"terminal.ansiBrightCyan\":\"#35a77c\",\"terminal.ansiBrightGreen\":\"#8da101\",\"terminal.ansiBrightMagenta\":\"#df69ba\",\"terminal.ansiBrightRed\":\"#f85552\",\"terminal.ansiBrightWhite\":\"#f4f0d9\",\"terminal.ansiBrightYellow\":\"#dfa000\",\"terminal.ansiCyan\":\"#35a77c\",\"terminal.ansiGreen\":\"#8da101\",\"terminal.ansiMagenta\":\"#df69ba\",\"terminal.ansiRed\":\"#f85552\",\"terminal.ansiWhite\":\"#939f91\",\"terminal.ansiYellow\":\"#dfa000\",\"terminal.foreground\":\"#5c6a72\",\"terminalCursor.foreground\":\"#5c6a72\",\"testing.iconErrored\":\"#f85552\",\"testing.iconFailed\":\"#f85552\",\"testing.iconPassed\":\"#35a77c\",\"testing.iconQueued\":\"#3a94c5\",\"testing.iconSkipped\":\"#df69ba\",\"testing.iconUnset\":\"#dfa000\",\"testing.runAction\":\"#35a77c\",\"textBlockQuote.background\":\"#f4f0d9\",\"textBlockQuote.border\":\"#e6e2cc\",\"textCodeBlock.background\":\"#f4f0d9\",\"textLink.activeForeground\":\"#8da101c0\",\"textLink.foreground\":\"#8da101\",\"textPreformat.foreground\":\"#dfa000\",\"titleBar.activeBackground\":\"#fdf6e3\",\"titleBar.activeForeground\":\"#879686\",\"titleBar.border\":\"#fdf6e3\",\"titleBar.inactiveBackground\":\"#fdf6e3\",\"titleBar.inactiveForeground\":\"#a4ad9e\",\"toolbar.hoverBackground\":\"#f4f0d9\",\"tree.indentGuidesStroke\":\"#a4ad9e\",\"walkThrough.embeddedEditorBackground\":\"#f4f0d9\",\"welcomePage.buttonBackground\":\"#f4f0d9\",\"welcomePage.buttonHoverBackground\":\"#f4f0d9a0\",\"welcomePage.progress.foreground\":\"#8da101\",\"welcomePage.tileHoverBackground\":\"#f4f0d9\",\"widget.shadow\":\"#3c474d20\"},\"displayName\":\"Everforest Light\",\"name\":\"everforest-light\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class:python\":\"#35a77c\",\"class:typescript\":\"#35a77c\",\"class:typescriptreact\":\"#35a77c\",\"enum:typescript\":\"#df69ba\",\"enum:typescriptreact\":\"#df69ba\",\"enumMember:typescript\":\"#3a94c5\",\"enumMember:typescriptreact\":\"#3a94c5\",\"interface:typescript\":\"#35a77c\",\"interface:typescriptreact\":\"#35a77c\",\"intrinsic:python\":\"#df69ba\",\"macro:rust\":\"#35a77c\",\"memberOperatorOverload\":\"#f57d26\",\"module:python\":\"#3a94c5\",\"namespace:rust\":\"#df69ba\",\"namespace:typescript\":\"#df69ba\",\"namespace:typescriptreact\":\"#df69ba\",\"operatorOverload\":\"#f57d26\",\"property.defaultLibrary:javascript\":\"#df69ba\",\"property.defaultLibrary:javascriptreact\":\"#df69ba\",\"property.defaultLibrary:typescript\":\"#df69ba\",\"property.defaultLibrary:typescriptreact\":\"#df69ba\",\"selfKeyword:rust\":\"#df69ba\",\"variable.defaultLibrary:javascript\":\"#df69ba\",\"variable.defaultLibrary:javascriptreact\":\"#df69ba\",\"variable.defaultLibrary:typescript\":\"#df69ba\",\"variable.defaultLibrary:typescriptreact\":\"#df69ba\"},\"tokenColors\":[{\"scope\":\"keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.other.debugger\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.label, constant.other.label\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type, support.type, entity.name.type, keyword.type\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"constant.language.boolean\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.function.preprocessor\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"constant.language, support.constant\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"variable, support.variable, meta.definition.variable\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation, meta.brace, meta.delimiter, meta.bracket\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"heading.1.markdown, markup.heading.setext.1.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f85552\"}},{\"scope\":\"heading.2.markdown, markup.heading.setext.2.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f57d26\"}},{\"scope\":\"heading.3.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dfa000\"}},{\"scope\":\"heading.4.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8da101\"}},{\"scope\":\"heading.5.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#3a94c5\"}},{\"scope\":\"heading.6.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#939f91\"}},{\"scope\":\"string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#df69ba\"}},{\"scope\":\"markup.underline.link.image.markdown, markup.underline.link.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#8da101\"}},{\"scope\":\"punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#939f91\"}},{\"scope\":\"meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#939f91\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.bold markup.italic, markup.italic markup.bold\",\"settings\":{\"fontStyle\":\"italic bold\"}},{\"scope\":\"punctuation.definition.markdown, punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"markup.fenced_code.block.markdown, markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"punctuation.definition.heading.restructuredtext\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f57d26\"}},{\"scope\":\"punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"punctuation.definition.bold.restructuredtext\",\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#939f91\"}},{\"scope\":\"entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"constant.other.footnote.link.restructuredtext\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"support.directive.restructuredtext\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"support.function.be.latex\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"keyword.control.preamble.latex\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.separator.namespace.xml\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"variable.language.documentroot.xml, meta.tag.sgml.doctype.xml\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"storage.type.proto\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.class.proto, entity.name.class.message.proto\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"entity.other.attribute-name.class.css\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"support.type.vendored.property-name.css\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.control.at-rule.keyframes.scss\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"meta.function.stylus\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"entity.name.function.stylus\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.unquoted.js\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"punctuation.definition.block.tag.jsdoc\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage.type.js, storage.type.function.arrow.js\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"JSXNested\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.type.module.ts\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.name.type.module.ts\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"storage.type.function.coffee\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"meta.type-signature.purescript\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.name.function.purescript\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"support.other.module.purescript\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.dot.dart\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"storage.type.primitive.dart\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"support.class.dart\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"variable.language.dart\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.other.import.dart, storage.type.annotation.dart\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.other.attribute-name.class.pug\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage.type.function.pug\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.other.attribute-name.tag.pug\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.tag.pug, storage.type.import.include.pug\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"punctuation.separator.pointer-access.c\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.member.c\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.member.cpp\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.other.using.cs\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"variable.other.object.property.cs\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.type.namespace.cs\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"keyword.symbol.fsharp, constant.language.unit.fsharp\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.format.specifier.fsharp, entity.name.type.fsharp\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.section.fsharp\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"support.function.attribute.fsharp\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.separator.java, punctuation.separator.period.java\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.other.import.java, keyword.other.package.java\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage.type.function.arrow.java, keyword.control.ternary.java\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.property.java\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"keyword.other.import.kotlin\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage.type.kotlin\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"constant.language.kotlin\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.package.kotlin, storage.type.annotation.kotlin\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.package.scala\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"constant.language.scala\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"entity.name.import.scala\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.class, entity.other.inherited-class.scala\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"keyword.declaration.stable.scala, keyword.other.arrow.scala\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"keyword.other.import.scala\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.separator.groovy\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"storage.type.def.groovy\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.interpolated.groovy, meta.method.groovy\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"storage.modifier.import.groovy, storage.modifier.package.groovy\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type.annotation.groovy\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"keyword.type.go\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"entity.name.package.go\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.import.go, keyword.package.go\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.type.mod.rust\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.operator.path.rust, keyword.operator.member-access.rust\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"storage.type.rust\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"support.constant.core.rust\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"meta.attribute.rust, variable.language.rust, storage.type.module.rust\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"meta.function-call.swift, support.function.any-method.swift\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"support.variable.swift\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.operator.class.php\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"storage.type.trait.php\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"constant.language.php, support.other.namespace.php\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.control.import.include.php, storage.type.php\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"meta.function-call.arguments.python\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.definition.decorator.python, punctuation.separator.period.python\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.control.import.python, keyword.control.import.from.python\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"constant.language.lua\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.class.lua\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"meta.function.method.with-arguments.ruby\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"punctuation.separator.method.ruby\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.control.pseudo-method.ruby, storage.type.variable.ruby\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"keyword.other.special-method.ruby\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.control.module.ruby, punctuation.definition.constant.ruby\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"variable.other.constant.ruby\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"storage.type.haskell\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.function.haskell\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"entity.name.namespace, meta.preprocessor.haskell\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.control.import.julia, keyword.control.export.julia\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.storage.modifier.julia\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"keyword.other.period.elm\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"storage.type.elm\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"keyword.other.r\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"entity.name.function.r, variable.function.r\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"constant.language.r\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.namespace.r\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"keyword.control.directive.erlang, keyword.control.directive.define.erlang\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"entity.name.type.class.module.erlang\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"constant.language.elixir\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"keyword.control.module.elixir\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.type.value-signature.ocaml\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.other.ocaml\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"constant.language.variant.ocaml\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.type.sub.perl, storage.type.declare.routine.perl\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"meta.function.lisp\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"storage.type.function-type.lisp\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"keyword.constant.lisp\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.function.lisp\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.global.clojure\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.function.clojure\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"meta.scope.if-block.shell, meta.scope.group.shell\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"support.function.builtin.shell, entity.name.function.shell\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"support.function.builtin.fish\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"support.function.unix.fish\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"constant.character.escape.single.fish\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.definition.variable.powershell\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"variable.other.member.powershell\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#5c6a72\"}},{\"scope\":\"keyword.type.graphql\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"entity.name.fragment.graphql\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.function.target.makefile\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"variable.other.makefile\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"meta.scope.prerequisites.makefile\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"string.source.cmake\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.source.cmake\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"storage.source.cmake\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.definition.map.viml\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"storage.type.map.viml\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"constant.character.map.viml, constant.character.map.key.viml\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"constant.character.map.special.viml\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"constant.language.tmux, constant.numeric.tmux\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"entity.name.function.package-manager.dockerfile\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"keyword.operator.flag.dockerfile\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.double.dockerfile, string.quoted.single.dockerfile\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"constant.character.escape.dockerfile\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"entity.name.type.base-image.dockerfile, entity.name.image.dockerfile\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"punctuation.definition.separator.diff\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"markup.deleted.diff, punctuation.definition.deleted.diff\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"meta.diff.range.context, punctuation.definition.range.diff\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"meta.diff.header.from-file\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"markup.inserted.diff, punctuation.definition.inserted.diff\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"markup.changed.diff, punctuation.definition.changed.diff\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"punctuation.definition.from-file.diff\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"entity.name.section.group-title.ini, punctuation.definition.entity.ini\",\"settings\":{\"foreground\":\"#f85552\"}},{\"scope\":\"punctuation.separator.key-value.ini\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"keyword.other.definition.ini\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"support.function.aggregate.sql\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"support.type.graphql\",\"settings\":{\"foreground\":\"#dfa000\"}},{\"scope\":\"variable.parameter.graphql\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"punctuation.separator.key-value.mapping.yaml\",\"settings\":{\"foreground\":\"#939f91\"}},{\"scope\":\"string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml\",\"settings\":{\"foreground\":\"#35a77c\"}},{\"scope\":\"keyword.key.toml\",\"settings\":{\"foreground\":\"#f57d26\"}},{\"scope\":\"string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml\",\"settings\":{\"foreground\":\"#8da101\"}},{\"scope\":\"constant.other.boolean.toml\",\"settings\":{\"foreground\":\"#3a94c5\"}},{\"scope\":\"entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml\",\"settings\":{\"foreground\":\"#df69ba\"}},{\"scope\":\"comment, string.comment, punctuation.definition.comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#939f91\"}}],\"type\":\"light\"}"))