@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: one-dark-pro */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"actionBar.toggledBackground\":\"#525761\",\"activityBar.background\":\"#282c34\",\"activityBar.foreground\":\"#d7dae0\",\"activityBarBadge.background\":\"#4d78cc\",\"activityBarBadge.foreground\":\"#f8fafd\",\"badge.background\":\"#282c34\",\"button.background\":\"#404754\",\"button.secondaryBackground\":\"#30333d\",\"button.secondaryForeground\":\"#c0bdbd\",\"checkbox.border\":\"#404754\",\"debugToolBar.background\":\"#21252b\",\"descriptionForeground\":\"#abb2bf\",\"diffEditor.insertedTextBackground\":\"#00809b33\",\"dropdown.background\":\"#21252b\",\"dropdown.border\":\"#21252b\",\"editor.background\":\"#282c34\",\"editor.findMatchBackground\":\"#d19a6644\",\"editor.findMatchBorder\":\"#ffffff5a\",\"editor.findMatchHighlightBackground\":\"#ffffff22\",\"editor.foreground\":\"#abb2bf\",\"editor.lineHighlightBackground\":\"#2c313c\",\"editor.selectionBackground\":\"#67769660\",\"editor.selectionHighlightBackground\":\"#ffd33d44\",\"editor.selectionHighlightBorder\":\"#dddddd\",\"editor.wordHighlightBackground\":\"#d2e0ff2f\",\"editor.wordHighlightBorder\":\"#7f848e\",\"editor.wordHighlightStrongBackground\":\"#abb2bf26\",\"editor.wordHighlightStrongBorder\":\"#7f848e\",\"editorBracketHighlight.foreground1\":\"#d19a66\",\"editorBracketHighlight.foreground2\":\"#c678dd\",\"editorBracketHighlight.foreground3\":\"#56b6c2\",\"editorBracketMatch.background\":\"#515a6b\",\"editorBracketMatch.border\":\"#515a6b\",\"editorCursor.background\":\"#ffffffc9\",\"editorCursor.foreground\":\"#528bff\",\"editorError.foreground\":\"#c24038\",\"editorGroup.background\":\"#181a1f\",\"editorGroup.border\":\"#181a1f\",\"editorGroupHeader.tabsBackground\":\"#21252b\",\"editorGutter.addedBackground\":\"#109868\",\"editorGutter.deletedBackground\":\"#9A353D\",\"editorGutter.modifiedBackground\":\"#948B60\",\"editorHoverWidget.background\":\"#21252b\",\"editorHoverWidget.border\":\"#181a1f\",\"editorHoverWidget.highlightForeground\":\"#61afef\",\"editorIndentGuide.activeBackground1\":\"#c8c8c859\",\"editorIndentGuide.background1\":\"#3b4048\",\"editorInlayHint.background\":\"#2c313c\",\"editorInlayHint.foreground\":\"#abb2bf\",\"editorLineNumber.activeForeground\":\"#abb2bf\",\"editorLineNumber.foreground\":\"#495162\",\"editorMarkerNavigation.background\":\"#21252b\",\"editorOverviewRuler.addedBackground\":\"#109868\",\"editorOverviewRuler.deletedBackground\":\"#9A353D\",\"editorOverviewRuler.modifiedBackground\":\"#948B60\",\"editorRuler.foreground\":\"#abb2bf26\",\"editorSuggestWidget.background\":\"#21252b\",\"editorSuggestWidget.border\":\"#181a1f\",\"editorSuggestWidget.selectedBackground\":\"#2c313a\",\"editorWarning.foreground\":\"#d19a66\",\"editorWhitespace.foreground\":\"#ffffff1d\",\"editorWidget.background\":\"#21252b\",\"focusBorder\":\"#3e4452\",\"gitDecoration.ignoredResourceForeground\":\"#636b78\",\"input.background\":\"#1d1f23\",\"input.foreground\":\"#abb2bf\",\"list.activeSelectionBackground\":\"#2c313a\",\"list.activeSelectionForeground\":\"#d7dae0\",\"list.focusBackground\":\"#323842\",\"list.focusForeground\":\"#f0f0f0\",\"list.highlightForeground\":\"#ecebeb\",\"list.hoverBackground\":\"#2c313a\",\"list.hoverForeground\":\"#abb2bf\",\"list.inactiveSelectionBackground\":\"#323842\",\"list.inactiveSelectionForeground\":\"#d7dae0\",\"list.warningForeground\":\"#d19a66\",\"menu.foreground\":\"#abb2bf\",\"menu.separatorBackground\":\"#343a45\",\"minimapGutter.addedBackground\":\"#109868\",\"minimapGutter.deletedBackground\":\"#9A353D\",\"minimapGutter.modifiedBackground\":\"#948B60\",\"multiDiffEditor.headerBackground\":\"#21252b\",\"panel.border\":\"#3e4452\",\"panelSectionHeader.background\":\"#21252b\",\"peekViewEditor.background\":\"#1b1d23\",\"peekViewEditor.matchHighlightBackground\":\"#29244b\",\"peekViewResult.background\":\"#22262b\",\"scrollbar.shadow\":\"#23252c\",\"scrollbarSlider.activeBackground\":\"#747d9180\",\"scrollbarSlider.background\":\"#4e566660\",\"scrollbarSlider.hoverBackground\":\"#5a637580\",\"settings.focusedRowBackground\":\"#282c34\",\"settings.headerForeground\":\"#fff\",\"sideBar.background\":\"#21252b\",\"sideBar.foreground\":\"#abb2bf\",\"sideBarSectionHeader.background\":\"#282c34\",\"sideBarSectionHeader.foreground\":\"#abb2bf\",\"statusBar.background\":\"#21252b\",\"statusBar.debuggingBackground\":\"#cc6633\",\"statusBar.debuggingBorder\":\"#ff000000\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.foreground\":\"#9da5b4\",\"statusBar.noFolderBackground\":\"#21252b\",\"statusBarItem.remoteBackground\":\"#4d78cc\",\"statusBarItem.remoteForeground\":\"#f8fafd\",\"tab.activeBackground\":\"#282c34\",\"tab.activeBorder\":\"#b4b4b4\",\"tab.activeForeground\":\"#dcdcdc\",\"tab.border\":\"#181a1f\",\"tab.hoverBackground\":\"#323842\",\"tab.inactiveBackground\":\"#21252b\",\"tab.unfocusedHoverBackground\":\"#323842\",\"terminal.ansiBlack\":\"#3f4451\",\"terminal.ansiBlue\":\"#4aa5f0\",\"terminal.ansiBrightBlack\":\"#4f5666\",\"terminal.ansiBrightBlue\":\"#4dc4ff\",\"terminal.ansiBrightCyan\":\"#4cd1e0\",\"terminal.ansiBrightGreen\":\"#a5e075\",\"terminal.ansiBrightMagenta\":\"#de73ff\",\"terminal.ansiBrightRed\":\"#ff616e\",\"terminal.ansiBrightWhite\":\"#e6e6e6\",\"terminal.ansiBrightYellow\":\"#f0a45d\",\"terminal.ansiCyan\":\"#42b3c2\",\"terminal.ansiGreen\":\"#8cc265\",\"terminal.ansiMagenta\":\"#c162de\",\"terminal.ansiRed\":\"#e05561\",\"terminal.ansiWhite\":\"#d7dae0\",\"terminal.ansiYellow\":\"#d18f52\",\"terminal.background\":\"#282c34\",\"terminal.border\":\"#3e4452\",\"terminal.foreground\":\"#abb2bf\",\"terminal.selectionBackground\":\"#abb2bf30\",\"textBlockQuote.background\":\"#2e3440\",\"textBlockQuote.border\":\"#4b5362\",\"textLink.foreground\":\"#61afef\",\"textPreformat.foreground\":\"#d19a66\",\"titleBar.activeBackground\":\"#282c34\",\"titleBar.activeForeground\":\"#9da5b4\",\"titleBar.inactiveBackground\":\"#282c34\",\"titleBar.inactiveForeground\":\"#6b717d\",\"tree.indentGuidesStroke\":\"#ffffff1d\",\"walkThrough.embeddedEditorBackground\":\"#2e3440\",\"welcomePage.buttonHoverBackground\":\"#404754\"},\"displayName\":\"One Dark Pro\",\"name\":\"one-dark-pro\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"annotation:dart\":{\"foreground\":\"#d19a66\"},\"enumMember\":{\"foreground\":\"#56b6c2\"},\"macro\":{\"foreground\":\"#d19a66\"},\"memberOperatorOverload\":{\"foreground\":\"#c678dd\"},\"parameter.label:dart\":{\"foreground\":\"#abb2bf\"},\"property:dart\":{\"foreground\":\"#d19a66\"},\"tomlArrayKey\":{\"foreground\":\"#e5c07b\"},\"variable.constant\":{\"foreground\":\"#d19a66\"},\"variable.defaultLibrary\":{\"foreground\":\"#e5c07b\"},\"variable:dart\":{\"foreground\":\"#d19a66\"}},\"tokenColors\":[{\"scope\":\"meta.embedded\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"variable.other.generic-type.haskell\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"storage.type.haskell\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.variable.magic.python\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"variable.parameter.function.language.special.self.python\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.parameter.function.language.special.cls.python\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"storage.modifier.lifetime.rust\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.function.std.rust\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.name.lifetime.rust\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.language.rust\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.edge\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"keyword.operator.word\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"comment markup.link\",\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"meta.function.c,meta.function.cpp\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.separator.key-value\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.expression.import\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"support.constant.math\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.constant.property.math\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"variable.other.constant\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"storage.type.annotation.java\",\"storage.type.object.array.java\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"source.java\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"meta.method.java\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.operator.instanceof.java\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"meta.definition.variable.name.java\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.bitwise\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.channel\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.constant.property-value.scss,support.constant.property-value.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.separator.list.comma.css\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.type.vendored.property-name.css\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.module.node,support.type.object.module,support.module.node\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.type.module\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.json\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"keyword.operator.expression.instanceof\",\"keyword.operator.new\",\"keyword.operator.ternary\",\"keyword.operator.optional\",\"keyword.operator.expression.keyof\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.object.console\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.variable.property.process\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.function,support.function.console\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.operator.misc.rust\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.sigil.rust\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.delete\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.object.dom\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.variable.dom,support.variable.property.dom\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"punctuation.separator.delimiter\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.separator.c,punctuation.separator.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"variable.parameter.function.language.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.type.python\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.logical.python\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"variable.parameter.function.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"meta.function-call.generic.python\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.assignment.compound\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"variable.c\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"token.variable.parameter.java\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"import.storage.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"token.package.keyword\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.package\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"entity.name.function\",\"meta.require\",\"support.function.any-method\",\"variable.function\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.name.type.namespace\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.class, entity.name.type.class\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.class.identifier.namespace.type\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.class\",\"variable.other.class.js\",\"variable.other.class.ts\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.class.php\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.name.type\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"control.elements, keyword.operator.less\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.other.special-method\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.storage\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.storage.type.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.property-value\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.font-name\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"meta.tag\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"constant.other.symbol\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.constant\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.other.attribute-name.class.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.heading punctuation.definition.heading, entity.name.section\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.bold,todo.bold\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.bold\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.italic, punctuation.definition.italic,todo.emphasis\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"emphasis md\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.section.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"punctuation.definition.list.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.underline.link.markdown,markup.underline.link.image.markdown\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"string.other.link.title.markdown,string.other.link.description.markdown\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"markup.raw.monospace.asciidoc\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"punctuation.definition.asciidoc\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.list.asciidoc\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.link.asciidoc,markup.other.url.asciidoc\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"string.unquoted.asciidoc,markup.other.url.asciidoc\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"punctuation.section.embedded, variable.interpolation\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.embedded.begin,punctuation.section.embedded.end\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.illegal.bad-ampersand.html\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"invalid.illegal.unrecognized-tag.html\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated.entity.other.attribute-name.html\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.type.property-name.json punctuation\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.operator.error-control.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.type.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"punctuation.section.array.begin.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.section.array.end.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"invalid.illegal.non-null-typehinted.php\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.core.rust\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.goto-label.php,support.other.php\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.regexp.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.comparison.php\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"meta.function.decorator.python\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"support.token.decorator.python,meta.function.decorator.identifier.python\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"function.parameter\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"function.brace\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"function.parameter.ruby, function.parameter.cs\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"constant.language.symbol.ruby\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"constant.language.symbol.hashkey.ruby\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"rgb-value\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"inline-color-decoration rgb-value\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"less rgb-value\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"selector.sass\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"block.scope.end,block.scope.begin\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.variable.local.cs\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"meta.template.expression\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"keyword.operator.module\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"support.type.type.flowtype\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"support.type.primitive\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.property.object\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"variable.parameter.function.js\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"keyword.other.template.begin\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.template.end\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.substitution.begin\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.substitution.end\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.operator.assignment\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"keyword.operator.assignment.go\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"keyword.operator.arithmetic.go\",\"keyword.operator.address.go\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"keyword.operator.arithmetic.c\",\"keyword.operator.arithmetic.cpp\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"entity.name.package.go\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"support.type.prelude.elm\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"support.constant.elm\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"punctuation.quasi.element\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"constant.character.entity\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"entity.global.clojure\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.symbol.clojure\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"constant.keyword.clojure\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"meta.arguments.coffee\",\"variable.parameter.function.coffee\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"source.ini\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"source.makefile\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"storage.modifier.import.groovy\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.method.groovy\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"meta.definition.variable.name.groovy\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"meta.definition.class.inherited.classes.groovy\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"support.variable.semantic.hlsl\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"support.type.texture.hlsl\",\"support.type.sampler.hlsl\",\"support.type.object.hlsl\",\"support.type.object.rw.hlsl\",\"support.type.fx.hlsl\",\"support.type.object.hlsl\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"text.variable\",\"text.bracketed\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"support.type.swift\",\"support.type.vb.asp\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.function.xi\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.class.xi\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"constant.character.character-class.regexp.xi\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"constant.regexp.xi\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"keyword.control.xi\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"invalid.xi\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"beginning.punctuation.definition.quote.markdown.xi\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown.xi\"],\"settings\":{\"foreground\":\"#7f848e\"}},{\"scope\":[\"constant.character.xi\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"accent.xi\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"wikiword.xi\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"constant.other.color.rgb-value.xi\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"punctuation.definition.tag.xi\"],\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":[\"entity.name.label.cs\",\"entity.name.scope-resolution.function.call\",\"entity.name.scope-resolution.function.definition\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.label.cs\",\"markup.heading.setext.1.markdown\",\"markup.heading.setext.2.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\" meta.brace.square\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"comment, punctuation.definition.comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7f848e\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":\"punctuation.definition.block.sequence.item.yaml\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"constant.language.symbol.elixir\",\"constant.language.symbol.double-quoted.elixir\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"entity.name.variable.parameter.cs\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.variable.field.cs\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"punctuation.section.embedded.begin.php\",\"punctuation.section.embedded.end.php\"],\"settings\":{\"foreground\":\"#BE5046\"}},{\"scope\":[\"support.other.namespace.php\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"variable.parameter.function.latex\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"variable.other.object\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"variable.other.constant.property\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.readwrite.c\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"constant.numeric.decimal.asm.x86_64\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"support.other.parenthesis.regexp\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"log.info\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"log.error\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.expression.is\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.label\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"support.class.math.block.environment.latex\",\"constant.other.general.math.tex\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"constant.character.math.tex\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"comment.line.double-slash,comment.block.documentation\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: one-light */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#FAFAFA\",\"activityBar.foreground\":\"#121417\",\"activityBarBadge.background\":\"#526FFF\",\"activityBarBadge.foreground\":\"#FFFFFF\",\"badge.background\":\"#526FFF\",\"badge.foreground\":\"#FFFFFF\",\"button.background\":\"#5871EF\",\"button.foreground\":\"#FFFFFF\",\"button.hoverBackground\":\"#6B83ED\",\"diffEditor.insertedTextBackground\":\"#00809B33\",\"dropdown.background\":\"#FFFFFF\",\"dropdown.border\":\"#DBDBDC\",\"editor.background\":\"#FAFAFA\",\"editor.findMatchHighlightBackground\":\"#526FFF33\",\"editor.foreground\":\"#383A42\",\"editor.lineHighlightBackground\":\"#383A420C\",\"editor.selectionBackground\":\"#E5E5E6\",\"editorCursor.foreground\":\"#526FFF\",\"editorGroup.background\":\"#EAEAEB\",\"editorGroup.border\":\"#DBDBDC\",\"editorGroupHeader.tabsBackground\":\"#EAEAEB\",\"editorHoverWidget.background\":\"#EAEAEB\",\"editorHoverWidget.border\":\"#DBDBDC\",\"editorIndentGuide.activeBackground\":\"#626772\",\"editorIndentGuide.background\":\"#383A4233\",\"editorInlayHint.background\":\"#F5F5F5\",\"editorInlayHint.foreground\":\"#AFB2BB\",\"editorLineNumber.activeForeground\":\"#383A42\",\"editorLineNumber.foreground\":\"#9D9D9F\",\"editorRuler.foreground\":\"#383A4233\",\"editorSuggestWidget.background\":\"#EAEAEB\",\"editorSuggestWidget.border\":\"#DBDBDC\",\"editorSuggestWidget.selectedBackground\":\"#FFFFFF\",\"editorWhitespace.foreground\":\"#383A4233\",\"editorWidget.background\":\"#EAEAEB\",\"editorWidget.border\":\"#E5E5E6\",\"extensionButton.prominentBackground\":\"#3BBA54\",\"extensionButton.prominentHoverBackground\":\"#4CC263\",\"focusBorder\":\"#526FFF\",\"input.background\":\"#FFFFFF\",\"input.border\":\"#DBDBDC\",\"list.activeSelectionBackground\":\"#DBDBDC\",\"list.activeSelectionForeground\":\"#232324\",\"list.focusBackground\":\"#DBDBDC\",\"list.highlightForeground\":\"#121417\",\"list.hoverBackground\":\"#DBDBDC66\",\"list.inactiveSelectionBackground\":\"#DBDBDC\",\"list.inactiveSelectionForeground\":\"#232324\",\"notebook.cellEditorBackground\":\"#F5F5F5\",\"notification.background\":\"#333333\",\"peekView.border\":\"#526FFF\",\"peekViewEditor.background\":\"#FFFFFF\",\"peekViewResult.background\":\"#EAEAEB\",\"peekViewResult.selectionBackground\":\"#DBDBDC\",\"peekViewTitle.background\":\"#FFFFFF\",\"pickerGroup.border\":\"#526FFF\",\"scrollbarSlider.activeBackground\":\"#747D9180\",\"scrollbarSlider.background\":\"#4E566680\",\"scrollbarSlider.hoverBackground\":\"#5A637580\",\"sideBar.background\":\"#EAEAEB\",\"sideBarSectionHeader.background\":\"#FAFAFA\",\"statusBar.background\":\"#EAEAEB\",\"statusBar.debuggingForeground\":\"#FFFFFF\",\"statusBar.foreground\":\"#424243\",\"statusBar.noFolderBackground\":\"#EAEAEB\",\"statusBarItem.hoverBackground\":\"#DBDBDC\",\"tab.activeBackground\":\"#FAFAFA\",\"tab.activeForeground\":\"#121417\",\"tab.border\":\"#DBDBDC\",\"tab.inactiveBackground\":\"#EAEAEB\",\"titleBar.activeBackground\":\"#EAEAEB\",\"titleBar.activeForeground\":\"#424243\",\"titleBar.inactiveBackground\":\"#EAEAEB\",\"titleBar.inactiveForeground\":\"#424243\"},\"displayName\":\"One Light\",\"name\":\"one-light\",\"tokenColors\":[{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"comment markup.link\"],\"settings\":{\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"entity.name.type\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"keyword\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.control\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"keyword.other.special-method\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"storage\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"storage.type.annotation\",\"storage.type.primitive\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"constant\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.variable\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"constant.other.symbol\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.interpolation\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"string > source\",\"string embedded\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"string.regexp source.ruby.embedded\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"string.other.link\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"punctuation.definition.comment\"],\"settings\":{\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"punctuation.definition.method-parameters\",\"punctuation.definition.function-parameters\",\"punctuation.definition.parameters\",\"punctuation.definition.separator\",\"punctuation.definition.seperator\",\"punctuation.definition.array\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"punctuation.definition.heading\",\"punctuation.definition.identity\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"punctuation.definition.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#C18401\"}},{\"scope\":[\"punctuation.definition.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A626A4\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"punctuation.section.method\",\"punctuation.section.class\",\"punctuation.section.inner-class\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"support.type\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"support.function\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"support.function.any-method\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"entity.name.section\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"entity.other.attribute-name.id\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"meta.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"meta.class.body\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.method-call\",\"meta.method\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"meta.link\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"meta.require\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.tag\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"underline\"],\"settings\":{\"text-decoration\":\"underline\"}},{\"scope\":[\"none\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"background\":\"#F2A60D\",\"foreground\":\"#000000\"}},{\"scope\":[\"invalid.illegal\"],\"settings\":{\"background\":\"#FF1414\",\"foreground\":\"#50A14F\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#986801\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"markup.heading punctuation.definition.heading\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"markup.link\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"markup.raw\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.c keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.cpp keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.cs keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.css property-name\",\"source.css property-value\"],\"settings\":{\"foreground\":\"#696C77\"}},{\"scope\":[\"source.css property-name.support\",\"source.css property-value.support\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.elixir source.embedded.source\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.elixir constant.language\",\"source.elixir constant.numeric\",\"source.elixir constant.definition\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"source.elixir variable.definition\",\"source.elixir variable.anonymous\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.elixir parameter.variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#986801\"}},{\"scope\":[\"source.elixir quoted\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.elixir keyword.special-method\",\"source.elixir embedded.section\",\"source.elixir embedded.source.empty\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.elixir readwrite.module punctuation\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.elixir regexp.section\",\"source.elixir regexp.string\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"source.elixir separator\",\"source.elixir keyword.operator\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"source.elixir variable.constant\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.elixir array\",\"source.elixir scope\",\"source.elixir section\"],\"settings\":{\"foreground\":\"#696C77\"}},{\"scope\":[\"source.gfm markup\"],\"settings\":{\"-webkit-font-smoothing\":\"auto\"}},{\"scope\":[\"source.gfm link entity\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"source.go storage.type.string\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ini keyword.other.definition.ini\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.java storage.modifier.import\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.java storage.type\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.java keyword.operator.instanceof\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.java-properties meta.key-pair\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.java-properties meta.key-pair > punctuation\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.js keyword.operator.delete\",\"source.js keyword.operator.in\",\"source.js keyword.operator.of\",\"source.js keyword.operator.instanceof\",\"source.js keyword.operator.new\",\"source.js keyword.operator.typeof\",\"source.js keyword.operator.void\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ts keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.flow keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > string.quoted.json\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > value.json > string.quoted.json\",\"source.json meta.structure.array.json > value.json > string.quoted.json\",\"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation\",\"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > constant.language.json\",\"source.json meta.structure.array.json > constant.language.json\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"ng.interpolation\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"ng.interpolation.begin\",\"ng.interpolation.end\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"ng.interpolation function\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"ng.interpolation function.begin\",\"ng.interpolation function.end\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"ng.interpolation bool\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"ng.interpolation bracket\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"ng.pipe\",\"ng.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"ng.tag\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"ng.attribute-with-value attribute-name\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"ng.attribute-with-value string\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"ng.attribute-with-value string.begin\",\"ng.attribute-with-value string.end\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ruby constant.other.symbol > punctuation\"],\"settings\":{\"foreground\":\"inherit\"}},{\"scope\":[\"source.php class.bracket\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.python keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.python variable.parameter\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"customrule\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"string.quoted.double punctuation\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"support.type.property-name.json punctuation\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"punctuation.separator.key-value.ts\",\"punctuation.separator.key-value.js\",\"punctuation.separator.key-value.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.js.embedded.html keyword.operator\",\"source.ts.embedded.html keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable.other.readwrite.js\",\"variable.other.readwrite.ts\",\"variable.other.readwrite.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.variable.dom.js\",\"support.variable.dom.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"support.variable.property.dom.js\",\"support.variable.property.dom.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"meta.template.expression.js punctuation.definition\",\"meta.template.expression.ts punctuation.definition\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"source.ts punctuation.definition.typeparameters\",\"source.js punctuation.definition.typeparameters\",\"source.tsx punctuation.definition.typeparameters\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ts punctuation.definition.block\",\"source.js punctuation.definition.block\",\"source.tsx punctuation.definition.block\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ts punctuation.separator.comma\",\"source.js punctuation.separator.comma\",\"source.tsx punctuation.separator.comma\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.variable.property.js\",\"support.variable.property.ts\",\"support.variable.property.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"keyword.control.default.js\",\"keyword.control.default.ts\",\"keyword.control.default.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.instanceof.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.of.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"meta.brace.round.js\",\"meta.array-binding-pattern-variable.js\",\"meta.brace.square.js\",\"meta.brace.round.ts\",\"meta.array-binding-pattern-variable.ts\",\"meta.brace.square.ts\",\"meta.brace.round.tsx\",\"meta.array-binding-pattern-variable.tsx\",\"meta.brace.square.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js punctuation.accessor\",\"source.ts punctuation.accessor\",\"source.tsx punctuation.accessor\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"punctuation.terminator.statement.js\",\"punctuation.terminator.statement.ts\",\"punctuation.terminator.statement.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.array-binding-pattern-variable.js variable.other.readwrite.js\",\"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts\",\"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"source.js support.variable\",\"source.ts support.variable\",\"source.tsx support.variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.other.constant.property.js\",\"variable.other.constant.property.ts\",\"variable.other.constant.property.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"keyword.operator.new.ts\",\"keyword.operator.new.j\",\"keyword.operator.new.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ts keyword.operator\",\"source.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"punctuation.separator.parameter.js\",\"punctuation.separator.parameter.ts\",\"punctuation.separator.parameter.tsx \"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"constant.language.import-export-all.js\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"constant.language.import-export-all.jsx\",\"constant.language.import-export-all.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"keyword.control.as.js\",\"keyword.control.as.ts\",\"keyword.control.as.jsx\",\"keyword.control.as.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"variable.other.readwrite.alias.js\",\"variable.other.readwrite.alias.ts\",\"variable.other.readwrite.alias.jsx\",\"variable.other.readwrite.alias.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.jsx\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"meta.export.default.js variable.other.readwrite.js\",\"meta.export.default.ts variable.other.readwrite.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.js meta.template.expression.js punctuation.accessor\",\"source.ts meta.template.expression.ts punctuation.accessor\",\"source.tsx meta.template.expression.tsx punctuation.accessor\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.js meta.import-equals.external.js keyword.operator\",\"source.jsx meta.import-equals.external.jsx keyword.operator\",\"source.ts meta.import-equals.external.ts keyword.operator\",\"source.tsx meta.import-equals.external.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.definition.property.js variable\",\"meta.definition.property.ts variable\",\"meta.definition.property.jsx variable\",\"meta.definition.property.tsx variable\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.type.parameters.js support.type\",\"meta.type.parameters.jsx support.type\",\"meta.type.parameters.ts support.type\",\"meta.type.parameters.tsx support.type\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js meta.tag.js keyword.operator\",\"source.jsx meta.tag.jsx keyword.operator\",\"source.ts meta.tag.ts keyword.operator\",\"source.tsx meta.tag.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.tag.js punctuation.section.embedded\",\"meta.tag.jsx punctuation.section.embedded\",\"meta.tag.ts punctuation.section.embedded\",\"meta.tag.tsx punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.array.literal.js variable\",\"meta.array.literal.jsx variable\",\"meta.array.literal.ts variable\",\"meta.array.literal.tsx variable\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"support.type.object.module.js\",\"support.type.object.module.jsx\",\"support.type.object.module.ts\",\"support.type.object.module.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"constant.language.json\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable.other.constant.object.js\",\"variable.other.constant.object.jsx\",\"variable.other.constant.object.ts\",\"variable.other.constant.object.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"storage.type.property.js\",\"storage.type.property.jsx\",\"storage.type.property.ts\",\"storage.type.property.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"meta.template.expression.js string.quoted punctuation.definition\",\"meta.template.expression.jsx string.quoted punctuation.definition\",\"meta.template.expression.ts string.quoted punctuation.definition\",\"meta.template.expression.tsx string.quoted punctuation.definition\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"meta.template.expression.js string.template punctuation.definition.string.template\",\"meta.template.expression.jsx string.template punctuation.definition.string.template\",\"meta.template.expression.ts string.template punctuation.definition.string.template\",\"meta.template.expression.tsx string.template punctuation.definition.string.template\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.jsx\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.in.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"variable.other.object.js\",\"variable.other.object.ts\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.object-literal.key.js\",\"meta.object-literal.key.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"source.python constant.other\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"source.python constant\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"constant.character.format.placeholder.other.python storage\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"support.variable.magic.python\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"punctuation.separator.annotation.python\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.separator.parameters.python\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.variable.field.cs\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"source.cs keyword.operator\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.readwrite.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.object.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.object.property.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.variable.property.cs\",\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":\"keyword.other.unsafe.rust\",\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":\"entity.name.type.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"storage.modifier.lifetime.rust\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.lifetime.rust\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"storage.type.core.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"meta.attribute.rust\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"storage.class.std.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"markup.raw.block.markdown\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.variable.shell\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"support.constant.property-value.css\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.constant.css\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"punctuation.separator.key-value.scss\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"punctuation.definition.constant.scss\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"meta.property-list.scss punctuation.separator.key-value.scss\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"storage.type.primitive.array.java\",\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":\"entity.name.section.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"beginning.punctuation.definition.list.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"string.other.link.title.markdown\",\"string.other.link.description.markdown\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":\"punctuation.separator.variable.ruby\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"variable.other.constant.ruby\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"keyword.operator.other.ruby\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"meta.class.php\",\"settings\":{\"foreground\":\"#383A42\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: plastic */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#1085FF\",\"activityBar.background\":\"#21252B\",\"activityBar.border\":\"#0D1117\",\"activityBar.foreground\":\"#C6CCD7\",\"activityBar.inactiveForeground\":\"#5F6672\",\"activityBarBadge.background\":\"#E06C75\",\"activityBarBadge.foreground\":\"#ffffff\",\"breadcrumb.focusForeground\":\"#C6CCD7\",\"breadcrumb.foreground\":\"#5F6672\",\"button.background\":\"#E06C75\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#E48189\",\"button.secondaryBackground\":\"#0D1117\",\"button.secondaryForeground\":\"#ffffff\",\"checkbox.background\":\"#61AFEF\",\"checkbox.foreground\":\"#ffffff\",\"contrastBorder\":\"#0D1117\",\"debugToolBar.background\":\"#181A1F\",\"diffEditor.border\":\"#0D1117\",\"diffEditor.diagonalFill\":\"#0D1117\",\"diffEditor.insertedLineBackground\":\"#CBF6AC0D\",\"diffEditor.insertedTextBackground\":\"#CBF6AC1A\",\"diffEditor.removedLineBackground\":\"#FF9FA80D\",\"diffEditor.removedTextBackground\":\"#FF9FA81A\",\"dropdown.background\":\"#181A1F\",\"dropdown.border\":\"#0D1117\",\"editor.background\":\"#21252B\",\"editor.findMatchBackground\":\"#00000000\",\"editor.findMatchBorder\":\"#1085FF\",\"editor.findMatchHighlightBackground\":\"#00000000\",\"editor.findMatchHighlightBorder\":\"#C6CCD7\",\"editor.foreground\":\"#A9B2C3\",\"editor.lineHighlightBackground\":\"#A9B2C31A\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.linkedEditingBackground\":\"#0D1117\",\"editor.rangeHighlightBorder\":\"#C6CCD7\",\"editor.selectionBackground\":\"#A9B2C333\",\"editor.selectionHighlightBackground\":\"#A9B2C31A\",\"editor.selectionHighlightBorder\":\"#C6CCD7\",\"editor.wordHighlightBackground\":\"#00000000\",\"editor.wordHighlightBorder\":\"#1085FF\",\"editor.wordHighlightStrongBackground\":\"#00000000\",\"editor.wordHighlightStrongBorder\":\"#1085FF\",\"editorBracketHighlight.foreground1\":\"#A9B2C3\",\"editorBracketHighlight.foreground2\":\"#61AFEF\",\"editorBracketHighlight.foreground3\":\"#E5C07B\",\"editorBracketHighlight.foreground4\":\"#E06C75\",\"editorBracketHighlight.foreground5\":\"#98C379\",\"editorBracketHighlight.foreground6\":\"#B57EDC\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#D74E42\",\"editorBracketMatch.background\":\"#00000000\",\"editorBracketMatch.border\":\"#1085FF\",\"editorCursor.foreground\":\"#A9B2C3\",\"editorError.foreground\":\"#D74E42\",\"editorGroup.border\":\"#0D1117\",\"editorGroup.emptyBackground\":\"#181A1F\",\"editorGroupHeader.tabsBackground\":\"#181A1F\",\"editorGutter.addedBackground\":\"#98C379\",\"editorGutter.deletedBackground\":\"#E06C75\",\"editorGutter.modifiedBackground\":\"#D19A66\",\"editorHoverWidget.background\":\"#181A1F\",\"editorHoverWidget.border\":\"#1085FF\",\"editorIndentGuide.activeBackground\":\"#A9B2C333\",\"editorIndentGuide.background\":\"#0D1117\",\"editorInfo.foreground\":\"#1085FF\",\"editorInlayHint.background\":\"#00000000\",\"editorInlayHint.foreground\":\"#5F6672\",\"editorLightBulb.foreground\":\"#E9D16C\",\"editorLightBulbAutoFix.foreground\":\"#1085FF\",\"editorLineNumber.activeForeground\":\"#C6CCD7\",\"editorLineNumber.foreground\":\"#5F6672\",\"editorOverviewRuler.addedForeground\":\"#98C379\",\"editorOverviewRuler.border\":\"#0D1117\",\"editorOverviewRuler.deletedForeground\":\"#E06C75\",\"editorOverviewRuler.errorForeground\":\"#D74E42\",\"editorOverviewRuler.findMatchForeground\":\"#1085FF\",\"editorOverviewRuler.infoForeground\":\"#1085FF\",\"editorOverviewRuler.modifiedForeground\":\"#D19A66\",\"editorOverviewRuler.warningForeground\":\"#E9D16C\",\"editorRuler.foreground\":\"#0D1117\",\"editorStickyScroll.background\":\"#181A1F\",\"editorStickyScrollHover.background\":\"#21252B\",\"editorSuggestWidget.background\":\"#181A1F\",\"editorSuggestWidget.border\":\"#1085FF\",\"editorSuggestWidget.selectedBackground\":\"#A9B2C31A\",\"editorWarning.foreground\":\"#E9D16C\",\"editorWhitespace.foreground\":\"#A9B2C31A\",\"editorWidget.background\":\"#181A1F\",\"errorForeground\":\"#D74E42\",\"focusBorder\":\"#1085FF\",\"gitDecoration.deletedResourceForeground\":\"#E06C75\",\"gitDecoration.ignoredResourceForeground\":\"#5F6672\",\"gitDecoration.modifiedResourceForeground\":\"#D19A66\",\"gitDecoration.untrackedResourceForeground\":\"#98C379\",\"input.background\":\"#0D1117\",\"inputOption.activeBorder\":\"#1085FF\",\"inputValidation.errorBackground\":\"#D74E42\",\"inputValidation.errorBorder\":\"#D74E42\",\"inputValidation.infoBackground\":\"#1085FF\",\"inputValidation.infoBorder\":\"#1085FF\",\"inputValidation.infoForeground\":\"#0D1117\",\"inputValidation.warningBackground\":\"#E9D16C\",\"inputValidation.warningBorder\":\"#E9D16C\",\"inputValidation.warningForeground\":\"#0D1117\",\"list.activeSelectionBackground\":\"#A9B2C333\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.errorForeground\":\"#D74E42\",\"list.focusBackground\":\"#A9B2C333\",\"list.hoverBackground\":\"#A9B2C31A\",\"list.inactiveFocusOutline\":\"#5F6672\",\"list.inactiveSelectionBackground\":\"#A9B2C333\",\"list.inactiveSelectionForeground\":\"#C6CCD7\",\"list.warningForeground\":\"#E9D16C\",\"minimap.findMatchHighlight\":\"#1085FF\",\"minimap.selectionHighlight\":\"#C6CCD7\",\"minimapGutter.addedBackground\":\"#98C379\",\"minimapGutter.deletedBackground\":\"#E06C75\",\"minimapGutter.modifiedBackground\":\"#D19A66\",\"notificationCenter.border\":\"#0D1117\",\"notificationCenterHeader.background\":\"#181A1F\",\"notificationToast.border\":\"#0D1117\",\"notifications.background\":\"#181A1F\",\"notifications.border\":\"#0D1117\",\"panel.background\":\"#181A1F\",\"panel.border\":\"#0D1117\",\"panelTitle.inactiveForeground\":\"#5F6672\",\"peekView.border\":\"#1085FF\",\"peekViewEditor.background\":\"#181A1F\",\"peekViewEditor.matchHighlightBackground\":\"#A9B2C333\",\"peekViewResult.background\":\"#181A1F\",\"peekViewResult.matchHighlightBackground\":\"#A9B2C333\",\"peekViewResult.selectionBackground\":\"#A9B2C31A\",\"peekViewResult.selectionForeground\":\"#C6CCD7\",\"peekViewTitle.background\":\"#181A1F\",\"sash.hoverBorder\":\"#A9B2C333\",\"scrollbar.shadow\":\"#00000000\",\"scrollbarSlider.activeBackground\":\"#A9B2C333\",\"scrollbarSlider.background\":\"#A9B2C31A\",\"scrollbarSlider.hoverBackground\":\"#A9B2C333\",\"sideBar.background\":\"#181A1F\",\"sideBar.border\":\"#0D1117\",\"sideBar.foreground\":\"#C6CCD7\",\"sideBarSectionHeader.background\":\"#21252B\",\"statusBar.background\":\"#21252B\",\"statusBar.border\":\"#0D1117\",\"statusBar.debuggingBackground\":\"#21252B\",\"statusBar.debuggingBorder\":\"#56B6C2\",\"statusBar.debuggingForeground\":\"#A9B2C3\",\"statusBar.focusBorder\":\"#A9B2C3\",\"statusBar.foreground\":\"#A9B2C3\",\"statusBar.noFolderBackground\":\"#181A1F\",\"statusBarItem.activeBackground\":\"#0D1117\",\"statusBarItem.errorBackground\":\"#21252B\",\"statusBarItem.errorForeground\":\"#D74E42\",\"statusBarItem.focusBorder\":\"#A9B2C3\",\"statusBarItem.hoverBackground\":\"#181A1F\",\"statusBarItem.hoverForeground\":\"#A9B2C3\",\"statusBarItem.remoteBackground\":\"#21252B\",\"statusBarItem.remoteForeground\":\"#B57EDC\",\"statusBarItem.warningBackground\":\"#21252B\",\"statusBarItem.warningForeground\":\"#E9D16C\",\"tab.activeBackground\":\"#21252B\",\"tab.activeBorderTop\":\"#1085FF\",\"tab.activeForeground\":\"#C6CCD7\",\"tab.border\":\"#0D1117\",\"tab.inactiveBackground\":\"#181A1F\",\"tab.inactiveForeground\":\"#5F6672\",\"tab.lastPinnedBorder\":\"#A9B2C333\",\"terminal.ansiBlack\":\"#5F6672\",\"terminal.ansiBlue\":\"#61AFEF\",\"terminal.ansiBrightBlack\":\"#5F6672\",\"terminal.ansiBrightBlue\":\"#61AFEF\",\"terminal.ansiBrightCyan\":\"#56B6C2\",\"terminal.ansiBrightGreen\":\"#98C379\",\"terminal.ansiBrightMagenta\":\"#B57EDC\",\"terminal.ansiBrightRed\":\"#E06C75\",\"terminal.ansiBrightWhite\":\"#A9B2C3\",\"terminal.ansiBrightYellow\":\"#E5C07B\",\"terminal.ansiCyan\":\"#56B6C2\",\"terminal.ansiGreen\":\"#98C379\",\"terminal.ansiMagenta\":\"#B57EDC\",\"terminal.ansiRed\":\"#E06C75\",\"terminal.ansiWhite\":\"#A9B2C3\",\"terminal.ansiYellow\":\"#E5C07B\",\"terminal.foreground\":\"#A9B2C3\",\"titleBar.activeBackground\":\"#21252B\",\"titleBar.activeForeground\":\"#C6CCD7\",\"titleBar.border\":\"#0D1117\",\"titleBar.inactiveBackground\":\"#21252B\",\"titleBar.inactiveForeground\":\"#5F6672\",\"toolbar.hoverBackground\":\"#A9B2C333\",\"widget.shadow\":\"#00000000\"},\"displayName\":\"Plastic\",\"name\":\"plastic\",\"semanticHighlighting\":true,\"semanticTokenColors\":{},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"source.diff\"],\"settings\":{\"foreground\":\"#5F6672\"}},{\"scope\":[\"entity.name.function\",\"support.function\",\"meta.diff.range\",\"punctuation.definition.range.diff\"],\"settings\":{\"foreground\":\"#B57EDC\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\",\"variable.language\",\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\",\"punctuation.definition.from-file.diff\"],\"settings\":{\"foreground\":\"#E06C75\"}},{\"scope\":[\"constant\",\"support.constant\"],\"settings\":{\"foreground\":\"#56B6C2\"}},{\"scope\":[\"storage\",\"support.class\",\"entity.name.namespace\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#61AFEF\"}},{\"scope\":[\"markup.inline.raw.string\",\"string\",\"markup.inserted\",\"punctuation.definition.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#98C379\"}},{\"scope\":[\"entity.name.section\",\"entity.name.tag\",\"entity.name.type\",\"support.type\"],\"settings\":{\"foreground\":\"#E5C07B\"}},{\"scope\":[\"support.type.property-name\",\"support.variable\",\"variable\"],\"settings\":{\"foreground\":\"#C6CCD7\"}},{\"scope\":[\"entity.other\",\"punctuation.definition.entity\",\"support.other\"],\"settings\":{\"foreground\":\"#D19A66\"}},{\"scope\":[\"meta.brace\",\"punctuation\"],\"settings\":{\"foreground\":\"#A9B2C3\"}},{\"scope\":[\"markup.bold\",\"punctuation.definition.bold\",\"entity.other.attribute-name.id\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"comment\",\"markup.italic\",\"punctuation.definition.italic\"],\"settings\":{\"fontStyle\":\"italic\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: poimandres */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#a6accd\",\"activityBar.background\":\"#1b1e28\",\"activityBar.dropBorder\":\"#a6accd\",\"activityBar.foreground\":\"#a6accd\",\"activityBar.inactiveForeground\":\"#a6accd66\",\"activityBarBadge.background\":\"#303340\",\"activityBarBadge.foreground\":\"#e4f0fb\",\"badge.background\":\"#303340\",\"badge.foreground\":\"#e4f0fb\",\"breadcrumb.activeSelectionForeground\":\"#e4f0fb\",\"breadcrumb.background\":\"#00000000\",\"breadcrumb.focusForeground\":\"#e4f0fb\",\"breadcrumb.foreground\":\"#767c9dcc\",\"breadcrumbPicker.background\":\"#1b1e28\",\"button.background\":\"#303340\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#50647750\",\"button.secondaryBackground\":\"#a6accd\",\"button.secondaryForeground\":\"#ffffff\",\"button.secondaryHoverBackground\":\"#a6accd\",\"charts.blue\":\"#ADD7FF\",\"charts.foreground\":\"#a6accd\",\"charts.green\":\"#5DE4c7\",\"charts.lines\":\"#a6accd80\",\"charts.orange\":\"#89ddff\",\"charts.purple\":\"#f087bd\",\"charts.red\":\"#d0679d\",\"charts.yellow\":\"#fffac2\",\"checkbox.background\":\"#1b1e28\",\"checkbox.border\":\"#ffffff10\",\"checkbox.foreground\":\"#e4f0fb\",\"debugConsole.errorForeground\":\"#d0679d\",\"debugConsole.infoForeground\":\"#ADD7FF\",\"debugConsole.sourceForeground\":\"#a6accd\",\"debugConsole.warningForeground\":\"#fffac2\",\"debugConsoleInputIcon.foreground\":\"#a6accd\",\"debugExceptionWidget.background\":\"#d0679d\",\"debugExceptionWidget.border\":\"#d0679d\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#fffac2\",\"debugIcon.breakpointDisabledForeground\":\"#7390AA\",\"debugIcon.breakpointForeground\":\"#d0679d\",\"debugIcon.breakpointStackframeForeground\":\"#5fb3a1\",\"debugIcon.breakpointUnverifiedForeground\":\"#7390AA\",\"debugIcon.continueForeground\":\"#ADD7FF\",\"debugIcon.disconnectForeground\":\"#d0679d\",\"debugIcon.pauseForeground\":\"#ADD7FF\",\"debugIcon.restartForeground\":\"#5fb3a1\",\"debugIcon.startForeground\":\"#5fb3a1\",\"debugIcon.stepBackForeground\":\"#ADD7FF\",\"debugIcon.stepIntoForeground\":\"#ADD7FF\",\"debugIcon.stepOutForeground\":\"#ADD7FF\",\"debugIcon.stepOverForeground\":\"#ADD7FF\",\"debugIcon.stopForeground\":\"#d0679d\",\"debugTokenExpression.boolean\":\"#89ddff\",\"debugTokenExpression.error\":\"#d0679d\",\"debugTokenExpression.name\":\"#e4f0fb\",\"debugTokenExpression.number\":\"#5fb3a1\",\"debugTokenExpression.string\":\"#89ddff\",\"debugTokenExpression.value\":\"#a6accd99\",\"debugToolBar.background\":\"#303340\",\"debugView.exceptionLabelBackground\":\"#d0679d\",\"debugView.exceptionLabelForeground\":\"#e4f0fb\",\"debugView.stateLabelBackground\":\"#303340\",\"debugView.stateLabelForeground\":\"#a6accd\",\"debugView.valueChangedHighlight\":\"#89ddff\",\"descriptionForeground\":\"#a6accdb3\",\"diffEditor.diagonalFill\":\"#a6accd33\",\"diffEditor.insertedTextBackground\":\"#50647715\",\"diffEditor.removedTextBackground\":\"#d0679d20\",\"dropdown.background\":\"#1b1e28\",\"dropdown.border\":\"#ffffff10\",\"dropdown.foreground\":\"#e4f0fb\",\"editor.background\":\"#1b1e28\",\"editor.findMatchBackground\":\"#ADD7FF40\",\"editor.findMatchBorder\":\"#ADD7FF\",\"editor.findMatchHighlightBackground\":\"#ADD7FF40\",\"editor.findRangeHighlightBackground\":\"#ADD7FF40\",\"editor.focusedStackFrameHighlightBackground\":\"#7abd7a4d\",\"editor.foldBackground\":\"#717cb40b\",\"editor.foreground\":\"#a6accd\",\"editor.hoverHighlightBackground\":\"#264f7840\",\"editor.inactiveSelectionBackground\":\"#717cb425\",\"editor.lineHighlightBackground\":\"#717cb425\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.linkedEditingBackground\":\"#d0679d4d\",\"editor.rangeHighlightBackground\":\"#ffffff0b\",\"editor.selectionBackground\":\"#717cb425\",\"editor.selectionHighlightBackground\":\"#00000000\",\"editor.selectionHighlightBorder\":\"#ADD7FF80\",\"editor.snippetFinalTabstopHighlightBorder\":\"#525252\",\"editor.snippetTabstopHighlightBackground\":\"#7c7c7c4d\",\"editor.stackFrameHighlightBackground\":\"#ffff0033\",\"editor.symbolHighlightBackground\":\"#89ddff60\",\"editor.wordHighlightBackground\":\"#ADD7FF20\",\"editor.wordHighlightStrongBackground\":\"#ADD7FF40\",\"editorBracketMatch.background\":\"#00000000\",\"editorBracketMatch.border\":\"#e4f0fb40\",\"editorCodeLens.foreground\":\"#a6accd\",\"editorCursor.foreground\":\"#a6accd\",\"editorError.foreground\":\"#d0679d\",\"editorGroup.border\":\"#00000030\",\"editorGroup.dropBackground\":\"#7390AA80\",\"editorGroupHeader.noTabsBackground\":\"#1b1e28\",\"editorGroupHeader.tabsBackground\":\"#1b1e28\",\"editorGutter.addedBackground\":\"#5fb3a140\",\"editorGutter.background\":\"#1b1e28\",\"editorGutter.commentRangeForeground\":\"#a6accd\",\"editorGutter.deletedBackground\":\"#d0679d40\",\"editorGutter.foldingControlForeground\":\"#a6accd\",\"editorGutter.modifiedBackground\":\"#ADD7FF20\",\"editorHint.foreground\":\"#7390AAb3\",\"editorHoverWidget.background\":\"#1b1e28\",\"editorHoverWidget.border\":\"#ffffff10\",\"editorHoverWidget.foreground\":\"#a6accd\",\"editorHoverWidget.statusBarBackground\":\"#202430\",\"editorIndentGuide.activeBackground\":\"#e3e4e229\",\"editorIndentGuide.background\":\"#303340\",\"editorInfo.foreground\":\"#ADD7FF\",\"editorInlineHint.background\":\"#a6accd\",\"editorInlineHint.foreground\":\"#1b1e28\",\"editorLightBulb.foreground\":\"#fffac2\",\"editorLightBulbAutoFix.foreground\":\"#ADD7FF\",\"editorLineNumber.activeForeground\":\"#a6accd\",\"editorLineNumber.foreground\":\"#767c9d50\",\"editorLink.activeForeground\":\"#ADD7FF\",\"editorMarkerNavigation.background\":\"#2d2d30\",\"editorMarkerNavigationError.background\":\"#d0679d\",\"editorMarkerNavigationInfo.background\":\"#ADD7FF\",\"editorMarkerNavigationWarning.background\":\"#fffac2\",\"editorOverviewRuler.addedForeground\":\"#5fb3a199\",\"editorOverviewRuler.border\":\"#00000000\",\"editorOverviewRuler.bracketMatchForeground\":\"#a0a0a0\",\"editorOverviewRuler.commonContentForeground\":\"#a6accd66\",\"editorOverviewRuler.currentContentForeground\":\"#5fb3a180\",\"editorOverviewRuler.deletedForeground\":\"#d0679d99\",\"editorOverviewRuler.errorForeground\":\"#d0679db3\",\"editorOverviewRuler.findMatchForeground\":\"#e4f0fb20\",\"editorOverviewRuler.incomingContentForeground\":\"#89ddff80\",\"editorOverviewRuler.infoForeground\":\"#ADD7FF\",\"editorOverviewRuler.modifiedForeground\":\"#89ddff99\",\"editorOverviewRuler.rangeHighlightForeground\":\"#89ddff99\",\"editorOverviewRuler.selectionHighlightForeground\":\"#a0a0a0cc\",\"editorOverviewRuler.warningForeground\":\"#fffac2\",\"editorOverviewRuler.wordHighlightForeground\":\"#a0a0a0cc\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#89ddffcc\",\"editorPane.background\":\"#1b1e28\",\"editorRuler.foreground\":\"#e4f0fb10\",\"editorSuggestWidget.background\":\"#1b1e28\",\"editorSuggestWidget.border\":\"#ffffff10\",\"editorSuggestWidget.foreground\":\"#a6accd\",\"editorSuggestWidget.highlightForeground\":\"#5DE4c7\",\"editorSuggestWidget.selectedBackground\":\"#00000050\",\"editorUnnecessaryCode.opacity\":\"#000000aa\",\"editorWarning.foreground\":\"#fffac2\",\"editorWhitespace.foreground\":\"#303340\",\"editorWidget.background\":\"#1b1e28\",\"editorWidget.border\":\"#a6accd\",\"editorWidget.foreground\":\"#a6accd\",\"errorForeground\":\"#d0679d\",\"extensionBadge.remoteBackground\":\"#303340\",\"extensionBadge.remoteForeground\":\"#e4f0fb\",\"extensionButton.prominentBackground\":\"#30334090\",\"extensionButton.prominentForeground\":\"#ffffff\",\"extensionButton.prominentHoverBackground\":\"#303340\",\"extensionIcon.starForeground\":\"#fffac2\",\"focusBorder\":\"#00000000\",\"foreground\":\"#a6accd\",\"gitDecoration.addedResourceForeground\":\"#5fb3a1\",\"gitDecoration.conflictingResourceForeground\":\"#d0679d\",\"gitDecoration.deletedResourceForeground\":\"#d0679d\",\"gitDecoration.ignoredResourceForeground\":\"#767c9d70\",\"gitDecoration.modifiedResourceForeground\":\"#ADD7FF\",\"gitDecoration.renamedResourceForeground\":\"#5DE4c7\",\"gitDecoration.stageDeletedResourceForeground\":\"#d0679d\",\"gitDecoration.stageModifiedResourceForeground\":\"#ADD7FF\",\"gitDecoration.submoduleResourceForeground\":\"#89ddff\",\"gitDecoration.untrackedResourceForeground\":\"#5DE4c7\",\"icon.foreground\":\"#a6accd\",\"imagePreview.border\":\"#303340\",\"input.background\":\"#ffffff05\",\"input.border\":\"#ffffff10\",\"input.foreground\":\"#e4f0fb\",\"input.placeholderForeground\":\"#a6accd60\",\"inputOption.activeBackground\":\"#00000000\",\"inputOption.activeBorder\":\"#00000000\",\"inputOption.activeForeground\":\"#ffffff\",\"inputValidation.errorBackground\":\"#1b1e28\",\"inputValidation.errorBorder\":\"#d0679d\",\"inputValidation.errorForeground\":\"#d0679d\",\"inputValidation.infoBackground\":\"#506477\",\"inputValidation.infoBorder\":\"#89ddff\",\"inputValidation.warningBackground\":\"#506477\",\"inputValidation.warningBorder\":\"#fffac2\",\"list.activeSelectionBackground\":\"#30334080\",\"list.activeSelectionForeground\":\"#e4f0fb\",\"list.deemphasizedForeground\":\"#767c9d\",\"list.dropBackground\":\"#506477\",\"list.errorForeground\":\"#d0679d\",\"list.filterMatchBackground\":\"#89ddff60\",\"list.focusBackground\":\"#30334080\",\"list.focusForeground\":\"#a6accd\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#5fb3a1\",\"list.hoverBackground\":\"#30334080\",\"list.hoverForeground\":\"#e4f0fb\",\"list.inactiveSelectionBackground\":\"#30334080\",\"list.inactiveSelectionForeground\":\"#e4f0fb\",\"list.invalidItemForeground\":\"#fffac2\",\"list.warningForeground\":\"#fffac2\",\"listFilterWidget.background\":\"#303340\",\"listFilterWidget.noMatchesOutline\":\"#d0679d\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#1b1e28\",\"menu.foreground\":\"#e4f0fb\",\"menu.selectionBackground\":\"#303340\",\"menu.selectionForeground\":\"#7390AA\",\"menu.separatorBackground\":\"#767c9d\",\"menubar.selectionBackground\":\"#717cb425\",\"menubar.selectionForeground\":\"#a6accd\",\"merge.commonContentBackground\":\"#a6accd29\",\"merge.commonHeaderBackground\":\"#a6accd66\",\"merge.currentContentBackground\":\"#5fb3a133\",\"merge.currentHeaderBackground\":\"#5fb3a180\",\"merge.incomingContentBackground\":\"#89ddff33\",\"merge.incomingHeaderBackground\":\"#89ddff80\",\"minimap.errorHighlight\":\"#d0679d\",\"minimap.findMatchHighlight\":\"#ADD7FF\",\"minimap.selectionHighlight\":\"#e4f0fb40\",\"minimap.warningHighlight\":\"#fffac2\",\"minimapGutter.addedBackground\":\"#5fb3a180\",\"minimapGutter.deletedBackground\":\"#d0679d80\",\"minimapGutter.modifiedBackground\":\"#ADD7FF80\",\"minimapSlider.activeBackground\":\"#a6accd30\",\"minimapSlider.background\":\"#a6accd20\",\"minimapSlider.hoverBackground\":\"#a6accd30\",\"notebook.cellBorderColor\":\"#1b1e28\",\"notebook.cellInsertionIndicator\":\"#00000000\",\"notebook.cellStatusBarItemHoverBackground\":\"#ffffff26\",\"notebook.cellToolbarSeparator\":\"#303340\",\"notebook.focusedCellBorder\":\"#00000000\",\"notebook.focusedEditorBorder\":\"#00000000\",\"notebook.focusedRowBorder\":\"#00000000\",\"notebook.inactiveFocusedCellBorder\":\"#00000000\",\"notebook.outputContainerBackgroundColor\":\"#1b1e28\",\"notebook.rowHoverBackground\":\"#30334000\",\"notebook.selectedCellBackground\":\"#303340\",\"notebook.selectedCellBorder\":\"#1b1e28\",\"notebook.symbolHighlightBackground\":\"#ffffff0b\",\"notebookScrollbarSlider.activeBackground\":\"#a6accd25\",\"notebookScrollbarSlider.background\":\"#00000050\",\"notebookScrollbarSlider.hoverBackground\":\"#a6accd25\",\"notebookStatusErrorIcon.foreground\":\"#d0679d\",\"notebookStatusRunningIcon.foreground\":\"#a6accd\",\"notebookStatusSuccessIcon.foreground\":\"#5fb3a1\",\"notificationCenterHeader.background\":\"#303340\",\"notificationLink.foreground\":\"#ADD7FF\",\"notifications.background\":\"#1b1e28\",\"notifications.border\":\"#303340\",\"notifications.foreground\":\"#e4f0fb\",\"notificationsErrorIcon.foreground\":\"#d0679d\",\"notificationsInfoIcon.foreground\":\"#ADD7FF\",\"notificationsWarningIcon.foreground\":\"#fffac2\",\"panel.background\":\"#1b1e28\",\"panel.border\":\"#00000030\",\"panel.dropBorder\":\"#a6accd\",\"panelSection.border\":\"#1b1e28\",\"panelSection.dropBackground\":\"#7390AA80\",\"panelSectionHeader.background\":\"#303340\",\"panelTitle.activeBorder\":\"#a6accd\",\"panelTitle.activeForeground\":\"#a6accd\",\"panelTitle.inactiveForeground\":\"#a6accd99\",\"peekView.border\":\"#00000030\",\"peekViewEditor.background\":\"#a6accd05\",\"peekViewEditor.matchHighlightBackground\":\"#303340\",\"peekViewEditorGutter.background\":\"#a6accd05\",\"peekViewResult.background\":\"#a6accd05\",\"peekViewResult.fileForeground\":\"#ffffff\",\"peekViewResult.lineForeground\":\"#a6accd\",\"peekViewResult.matchHighlightBackground\":\"#303340\",\"peekViewResult.selectionBackground\":\"#717cb425\",\"peekViewResult.selectionForeground\":\"#ffffff\",\"peekViewTitle.background\":\"#a6accd05\",\"peekViewTitleDescription.foreground\":\"#a6accd60\",\"peekViewTitleLabel.foreground\":\"#ffffff\",\"pickerGroup.border\":\"#a6accd\",\"pickerGroup.foreground\":\"#89ddff\",\"problemsErrorIcon.foreground\":\"#d0679d\",\"problemsInfoIcon.foreground\":\"#ADD7FF\",\"problemsWarningIcon.foreground\":\"#fffac2\",\"progressBar.background\":\"#89ddff\",\"quickInput.background\":\"#1b1e28\",\"quickInput.foreground\":\"#a6accd\",\"quickInputList.focusBackground\":\"#a6accd10\",\"quickInputTitle.background\":\"#ffffff1b\",\"sash.hoverBorder\":\"#00000000\",\"scm.providerBorder\":\"#e4f0fb10\",\"scrollbar.shadow\":\"#00000000\",\"scrollbarSlider.activeBackground\":\"#a6accd25\",\"scrollbarSlider.background\":\"#00000080\",\"scrollbarSlider.hoverBackground\":\"#a6accd25\",\"searchEditor.findMatchBackground\":\"#ADD7FF50\",\"searchEditor.textInputBorder\":\"#ffffff10\",\"selection.background\":\"#a6accd\",\"settings.checkboxBackground\":\"#1b1e28\",\"settings.checkboxBorder\":\"#ffffff10\",\"settings.checkboxForeground\":\"#e4f0fb\",\"settings.dropdownBackground\":\"#1b1e28\",\"settings.dropdownBorder\":\"#ffffff10\",\"settings.dropdownForeground\":\"#e4f0fb\",\"settings.dropdownListBorder\":\"#e4f0fb10\",\"settings.focusedRowBackground\":\"#00000000\",\"settings.headerForeground\":\"#e4f0fb\",\"settings.modifiedItemIndicator\":\"#ADD7FF\",\"settings.numberInputBackground\":\"#ffffff05\",\"settings.numberInputBorder\":\"#ffffff10\",\"settings.numberInputForeground\":\"#e4f0fb\",\"settings.textInputBackground\":\"#ffffff05\",\"settings.textInputBorder\":\"#ffffff10\",\"settings.textInputForeground\":\"#e4f0fb\",\"sideBar.background\":\"#1b1e28\",\"sideBar.dropBackground\":\"#7390AA80\",\"sideBar.foreground\":\"#767c9d\",\"sideBarSectionHeader.background\":\"#1b1e28\",\"sideBarSectionHeader.foreground\":\"#a6accd\",\"sideBarTitle.foreground\":\"#a6accd\",\"statusBar.background\":\"#1b1e28\",\"statusBar.debuggingBackground\":\"#303340\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.foreground\":\"#a6accd\",\"statusBar.noFolderBackground\":\"#1b1e28\",\"statusBar.noFolderForeground\":\"#a6accd\",\"statusBarItem.activeBackground\":\"#ffffff2e\",\"statusBarItem.errorBackground\":\"#d0679d\",\"statusBarItem.errorForeground\":\"#ffffff\",\"statusBarItem.hoverBackground\":\"#ffffff1f\",\"statusBarItem.prominentBackground\":\"#00000080\",\"statusBarItem.prominentForeground\":\"#a6accd\",\"statusBarItem.prominentHoverBackground\":\"#0000004d\",\"statusBarItem.remoteBackground\":\"#303340\",\"statusBarItem.remoteForeground\":\"#e4f0fb\",\"symbolIcon.arrayForeground\":\"#a6accd\",\"symbolIcon.booleanForeground\":\"#a6accd\",\"symbolIcon.classForeground\":\"#fffac2\",\"symbolIcon.colorForeground\":\"#a6accd\",\"symbolIcon.constantForeground\":\"#a6accd\",\"symbolIcon.constructorForeground\":\"#f087bd\",\"symbolIcon.enumeratorForeground\":\"#fffac2\",\"symbolIcon.enumeratorMemberForeground\":\"#ADD7FF\",\"symbolIcon.eventForeground\":\"#fffac2\",\"symbolIcon.fieldForeground\":\"#ADD7FF\",\"symbolIcon.fileForeground\":\"#a6accd\",\"symbolIcon.folderForeground\":\"#a6accd\",\"symbolIcon.functionForeground\":\"#f087bd\",\"symbolIcon.interfaceForeground\":\"#ADD7FF\",\"symbolIcon.keyForeground\":\"#a6accd\",\"symbolIcon.keywordForeground\":\"#a6accd\",\"symbolIcon.methodForeground\":\"#f087bd\",\"symbolIcon.moduleForeground\":\"#a6accd\",\"symbolIcon.namespaceForeground\":\"#a6accd\",\"symbolIcon.nullForeground\":\"#a6accd\",\"symbolIcon.numberForeground\":\"#a6accd\",\"symbolIcon.objectForeground\":\"#a6accd\",\"symbolIcon.operatorForeground\":\"#a6accd\",\"symbolIcon.packageForeground\":\"#a6accd\",\"symbolIcon.propertyForeground\":\"#a6accd\",\"symbolIcon.referenceForeground\":\"#a6accd\",\"symbolIcon.snippetForeground\":\"#a6accd\",\"symbolIcon.stringForeground\":\"#a6accd\",\"symbolIcon.structForeground\":\"#a6accd\",\"symbolIcon.textForeground\":\"#a6accd\",\"symbolIcon.typeParameterForeground\":\"#a6accd\",\"symbolIcon.unitForeground\":\"#a6accd\",\"symbolIcon.variableForeground\":\"#ADD7FF\",\"tab.activeBackground\":\"#30334080\",\"tab.activeForeground\":\"#e4f0fb\",\"tab.activeModifiedBorder\":\"#ADD7FF\",\"tab.border\":\"#00000000\",\"tab.inactiveBackground\":\"#1b1e28\",\"tab.inactiveForeground\":\"#767c9d\",\"tab.inactiveModifiedBorder\":\"#ADD7FF80\",\"tab.lastPinnedBorder\":\"#00000000\",\"tab.unfocusedActiveBackground\":\"#1b1e28\",\"tab.unfocusedActiveForeground\":\"#a6accd\",\"tab.unfocusedActiveModifiedBorder\":\"#ADD7FF40\",\"tab.unfocusedInactiveBackground\":\"#1b1e28\",\"tab.unfocusedInactiveForeground\":\"#a6accd80\",\"tab.unfocusedInactiveModifiedBorder\":\"#ADD7FF40\",\"terminal.ansiBlack\":\"#1b1e28\",\"terminal.ansiBlue\":\"#89ddff\",\"terminal.ansiBrightBlack\":\"#a6accd\",\"terminal.ansiBrightBlue\":\"#ADD7FF\",\"terminal.ansiBrightCyan\":\"#ADD7FF\",\"terminal.ansiBrightGreen\":\"#5DE4c7\",\"terminal.ansiBrightMagenta\":\"#f087bd\",\"terminal.ansiBrightRed\":\"#d0679d\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#fffac2\",\"terminal.ansiCyan\":\"#89ddff\",\"terminal.ansiGreen\":\"#5DE4c7\",\"terminal.ansiMagenta\":\"#f087bd\",\"terminal.ansiRed\":\"#d0679d\",\"terminal.ansiWhite\":\"#ffffff\",\"terminal.ansiYellow\":\"#fffac2\",\"terminal.border\":\"#00000000\",\"terminal.foreground\":\"#a6accd\",\"terminal.selectionBackground\":\"#717cb425\",\"terminalCommandDecoration.defaultBackground\":\"#767c9d\",\"terminalCommandDecoration.errorBackground\":\"#d0679d\",\"terminalCommandDecoration.successBackground\":\"#5DE4c7\",\"testing.iconErrored\":\"#d0679d\",\"testing.iconFailed\":\"#d0679d\",\"testing.iconPassed\":\"#5DE4c7\",\"testing.iconQueued\":\"#fffac2\",\"testing.iconSkipped\":\"#7390AA\",\"testing.iconUnset\":\"#7390AA\",\"testing.message.error.decorationForeground\":\"#d0679d\",\"testing.message.error.lineBackground\":\"#d0679d33\",\"testing.message.hint.decorationForeground\":\"#7390AAb3\",\"testing.message.info.decorationForeground\":\"#ADD7FF\",\"testing.message.info.lineBackground\":\"#89ddff33\",\"testing.message.warning.decorationForeground\":\"#fffac2\",\"testing.message.warning.lineBackground\":\"#fffac233\",\"testing.peekBorder\":\"#d0679d\",\"testing.runAction\":\"#5DE4c7\",\"textBlockQuote.background\":\"#7390AA1a\",\"textBlockQuote.border\":\"#89ddff80\",\"textCodeBlock.background\":\"#00000050\",\"textLink.activeForeground\":\"#ADD7FF\",\"textLink.foreground\":\"#ADD7FF\",\"textPreformat.foreground\":\"#e4f0fb\",\"textSeparator.foreground\":\"#ffffff2e\",\"titleBar.activeBackground\":\"#1b1e28\",\"titleBar.activeForeground\":\"#a6accd\",\"titleBar.inactiveBackground\":\"#1b1e28\",\"titleBar.inactiveForeground\":\"#767c9d\",\"tree.indentGuidesStroke\":\"#303340\",\"tree.tableColumnsBorder\":\"#a6accd20\",\"welcomePage.progress.background\":\"#ffffff05\",\"welcomePage.progress.foreground\":\"#5fb3a1\",\"welcomePage.tileBackground\":\"#1b1e28\",\"welcomePage.tileHoverBackground\":\"#303340\",\"widget.shadow\":\"#00000030\"},\"displayName\":\"Poimandres\",\"name\":\"poimandres\",\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#767c9dB0\"}},{\"scope\":\"meta.parameters comment.block\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a6accd\"}},{\"scope\":[\"variable.other.constant.object\",\"variable.other.readwrite.alias\",\"meta.import variable.other.readwrite\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"variable.other\",\"support.type.object\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"variable.other.object.property\",\"variable.other.property\",\"support.variable.property\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"entity.name.function.method\",\"string.unquoted\",\"meta.object.member\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"variable - meta.import\",\"constant.other.placeholder\",\"meta.object-literal.key-meta.object.member\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"keyword.control.flow\"],\"settings\":{\"foreground\":\"#5DE4c7c0\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.control.new\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"variable.language.this\",\"storage.modifier.async\",\"storage.modifier\",\"variable.language.super\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"support.class.error\",\"keyword.control.trycatch\",\"keyword.operator.expression.delete\",\"keyword.operator.expression.void\",\"keyword.operator.void\",\"keyword.operator.delete\",\"constant.language.null\",\"constant.language.boolean.false\",\"constant.language.undefined\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"variable.parameter\",\"variable.other.readwrite.js\",\"meta.definition.variable variable.other.constant\",\"meta.definition.variable variable.other.readwrite\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"keyword.control\",\"keyword\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"keyword.operator\",\"storage.type\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"keyword.control.module\",\"keyword.control.import\",\"keyword.control.export\",\"keyword.control.default\",\"meta.import\",\"meta.export\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"Keyword\",\"Storage\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"keyword-meta.export\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.brace\",\"punctuation\",\"keyword.operator.existential\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"constant.other.color\",\"meta.tag\",\"punctuation.definition.tag\",\"punctuation.separator.inheritance.php\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\",\"punctuation.section.embedded\",\"keyword.other.template\",\"keyword.other.substitution\",\"meta.objectliteral\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"support.class.component\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"entity.name.tag\",\"entity.name.tag\",\"meta.tag.sgml\",\"markup.deleted.git_gutter\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":\"variable.function, source meta.function-call entity.name.function, source meta.function-call entity.name.function, source meta.method-call entity.name.function, meta.class meta.group.braces.curly meta.function-call variable.function, meta.class meta.field.declaration meta.function-call entity.name.function, variable.function.constructor, meta.block meta.var.expr meta.function-call entity.name.function, support.function.console, meta.function-call support.function, meta.property.class variable.other.class, punctuation.definition.entity.css\",\"settings\":{\"foreground\":\"#e4f0fbd0\"}},{\"scope\":\"entity.name.function, meta.class entity.name.class, meta.class entity.name.type.class, meta.class meta.function-call variable.function, keyword.other.important\",\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.cpp meta.block variable.other\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"support.other.variable\",\"string.other.link\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"constant.numeric\",\"support.constant\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\",\"keyword.other\",\"string\",\"constant.language\",\"constant.other.symbol\",\"constant.other.key\",\"markup.heading\",\"markup.inserted.git_gutter\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\",\"text.html.derivative\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.type.declaration\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.type.alias\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"keyword.control.as\",\"entity.name.type\",\"support.type\"],\"settings\":{\"foreground\":\"#a6accdC0\"}},{\"scope\":[\"entity.name\",\"support.orther.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"markup.changed.git_gutter\",\"support.type.sys-types\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"support.class\",\"support.constant\",\"variable.other.constant.object\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.method.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#91B4D5\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"variable.function.constructor\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#91B4D5\"}},{\"scope\":[\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"entity.other.attribute-name.class\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"source.sass keyword.control\"],\"settings\":{\"foreground\":\"#42675A\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#506477\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#42675A\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"text.html.markdown\",\"punctuation.definition.list_item.markdown\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"markdown.heading\",\"markup.heading | markup.heading entity.name\",\"markup.heading.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.bold\",\"markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.italic markup.bold\",\"markup.quote markup.bold\",\"markup.bold markup.italic string\",\"markup.italic markup.bold string\",\"markup.quote markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.strike\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"markup.quote punctuation.definition.blockquote.markdown\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"constant.other.reference.link.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.raw.block\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\"],\"settings\":{\"foreground\":\"#50647750\"}},{\"scope\":[\"punctuation.definition.fenced.markdown\"],\"settings\":{\"foreground\":\"#50647750\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\",\"variable.language.fenced.markdown\",\"punctuation.section.class.end\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#fffac2\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"entity.name.section.markdown\",\"markup.heading.setext.1.markdown\",\"markup.heading.setext.2.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e4f0fb\"}},{\"scope\":\"meta.paragraph.markdown\",\"settings\":{\"foreground\":\"#e4f0fbd0\"}},{\"scope\":[\"punctuation.definition.from-file.diff\",\"meta.diff.header.from-file\"],\"settings\":{\"foreground\":\"#506477\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#767c9d\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"punctuation.definition.list.begin.markdown\",\"markup.list.unnumbered.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"string.other.link.description.title.markdown punctuation.definition.string.markdown\",\"meta.link.inline.markdown string.other.link.description.title.markdown\",\"string.other.link.description.title.markdown punctuation.definition.string.begin.markdown\",\"string.other.link.description.title.markdown punctuation.definition.string.end.markdown\",\"meta.image.inline.markdown string.other.link.description.title.markdown\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.link.inline.markdown string.other.link.title.markdown\",\"meta.link.reference.markdown string.other.link.title.markdown\",\"meta.link.reference.def.markdown markup.underline.link.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.underline.link.markdown\",\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"punctuation.definition.markdown\",\"punctuation.definition.raw.markdown\",\"punctuation.definition.heading.markdown\",\"punctuation.definition.bold.markdown\",\"punctuation.definition.italic.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.ignore\",\"log.error\",\"log.exception\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"log.verbose\"],\"settings\":{\"foreground\":\"#a6accd\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: red */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#580000\",\"badge.background\":\"#cc3333\",\"button.background\":\"#833\",\"debugToolBar.background\":\"#660000\",\"dropdown.background\":\"#580000\",\"editor.background\":\"#390000\",\"editor.foreground\":\"#F8F8F8\",\"editor.hoverHighlightBackground\":\"#ff000044\",\"editor.lineHighlightBackground\":\"#ff000033\",\"editor.selectionBackground\":\"#750000\",\"editor.selectionHighlightBackground\":\"#f5500039\",\"editorCursor.foreground\":\"#970000\",\"editorGroup.border\":\"#ff666633\",\"editorGroupHeader.tabsBackground\":\"#330000\",\"editorHoverWidget.background\":\"#300000\",\"editorLineNumber.activeForeground\":\"#ffbbbb88\",\"editorLineNumber.foreground\":\"#ff777788\",\"editorLink.activeForeground\":\"#FFD0AA\",\"editorSuggestWidget.background\":\"#300000\",\"editorSuggestWidget.border\":\"#220000\",\"editorWhitespace.foreground\":\"#c10000\",\"editorWidget.background\":\"#300000\",\"errorForeground\":\"#ffeaea\",\"extensionButton.prominentBackground\":\"#cc3333\",\"extensionButton.prominentHoverBackground\":\"#cc333388\",\"focusBorder\":\"#ff6666aa\",\"input.background\":\"#580000\",\"inputOption.activeBorder\":\"#cc0000\",\"inputValidation.infoBackground\":\"#550000\",\"inputValidation.infoBorder\":\"#DB7E58\",\"list.activeSelectionBackground\":\"#880000\",\"list.dropBackground\":\"#662222\",\"list.highlightForeground\":\"#ff4444\",\"list.hoverBackground\":\"#800000\",\"list.inactiveSelectionBackground\":\"#770000\",\"minimap.selectionHighlight\":\"#750000\",\"peekView.border\":\"#ff000044\",\"peekViewEditor.background\":\"#300000\",\"peekViewResult.background\":\"#400000\",\"peekViewTitle.background\":\"#550000\",\"pickerGroup.border\":\"#ff000033\",\"pickerGroup.foreground\":\"#cc9999\",\"ports.iconRunningProcessForeground\":\"#DB7E58\",\"progressBar.background\":\"#cc3333\",\"quickInputList.focusBackground\":\"#660000\",\"selection.background\":\"#ff777788\",\"sideBar.background\":\"#330000\",\"statusBar.background\":\"#700000\",\"statusBar.noFolderBackground\":\"#700000\",\"statusBarItem.remoteBackground\":\"#c33\",\"tab.activeBackground\":\"#490000\",\"tab.inactiveBackground\":\"#300a0a\",\"tab.lastPinnedBorder\":\"#ff000044\",\"titleBar.activeBackground\":\"#770000\",\"titleBar.inactiveBackground\":\"#772222\"},\"displayName\":\"Red\",\"name\":\"red\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#F8F8F8\"}},{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\",\"string meta.image.inline.markdown\",\"variable.legacy.builtin.python\"],\"settings\":{\"foreground\":\"#F8F8F8\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7c0c0ff\"}},{\"scope\":\"constant\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#994646ff\"}},{\"scope\":\"keyword\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f12727ff\"}},{\"scope\":\"entity\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#fec758ff\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ff6262ff\"}},{\"scope\":\"string\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#cd8d8dff\"}},{\"scope\":\"support\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#9df39fff\"}},{\"scope\":\"variable\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fb9a4bff\"}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#ffffffff\"}},{\"scope\":[\"entity.other.inherited-class\",\"punctuation.separator.namespace.ruby\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#aa5507ff\"}},{\"scope\":\"constant.character\",\"settings\":{\"foreground\":\"#ec0d1e\"}},{\"scope\":[\"string constant\",\"constant.character.escape\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffe862ff\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#ffb454ff\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#edef7dff\"}},{\"scope\":\"support.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffb454ff\"}},{\"scope\":[\"support.constant\",\"support.variable\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#eb939aff\"}},{\"scope\":[\"declaration.sgml.html declaration.doctype\",\"declaration.sgml.html declaration.doctype entity\",\"declaration.sgml.html declaration.doctype string\",\"declaration.xml-processing\",\"declaration.xml-processing entity\",\"declaration.xml-processing string\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#73817dff\"}},{\"scope\":[\"declaration.tag\",\"declaration.tag entity\",\"meta.tag\",\"meta.tag entity\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ec0d1eff\"}},{\"scope\":\"meta.selector.css entity.name.tag\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#aa5507ff\"}},{\"scope\":\"meta.selector.css entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#fec758ff\"}},{\"scope\":\"meta.selector.css entity.other.attribute-name.class\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#41a83eff\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#96dd3bff\"}},{\"scope\":[\"meta.property-group support.constant.property-value.css\",\"meta.property-value support.constant.property-value.css\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffe862ff\"}},{\"scope\":[\"meta.property-value support.constant.named-color.css\",\"meta.property-value constant\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffe862ff\"}},{\"scope\":\"meta.preprocessor.at-rule keyword.control.at-rule\",\"settings\":{\"foreground\":\"#fd6209ff\"}},{\"scope\":\"meta.constructor.argument.css\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ec9799ff\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f8f8f8ff\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#ec9799ff\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#f8f8f8ff\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#41a83eff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#f12727ff\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#ff6262ff\"}},{\"scope\":[\"markup.bold\",\"markup.italic\"],\"settings\":{\"foreground\":\"#fb9a4bff\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#cd8d8dff\"}},{\"scope\":[\"markup.heading\",\"markup.heading.setext\",\"punctuation.definition.heading\",\"entity.name.section\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fec758ff\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\",\".format.placeholder\"],\"settings\":{\"foreground\":\"#ec0d1e\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: rose-pine-dawn */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#575279\",\"activityBar.background\":\"#faf4ed\",\"activityBar.dropBorder\":\"#f2e9e1\",\"activityBar.foreground\":\"#575279\",\"activityBar.inactiveForeground\":\"#797593\",\"activityBarBadge.background\":\"#d7827e\",\"activityBarBadge.foreground\":\"#faf4ed\",\"badge.background\":\"#d7827e\",\"badge.foreground\":\"#faf4ed\",\"banner.background\":\"#fffaf3\",\"banner.foreground\":\"#575279\",\"banner.iconForeground\":\"#797593\",\"breadcrumb.activeSelectionForeground\":\"#d7827e\",\"breadcrumb.background\":\"#faf4ed\",\"breadcrumb.focusForeground\":\"#797593\",\"breadcrumb.foreground\":\"#9893a5\",\"breadcrumbPicker.background\":\"#fffaf3\",\"button.background\":\"#d7827e\",\"button.foreground\":\"#faf4ed\",\"button.hoverBackground\":\"#d7827ee6\",\"button.secondaryBackground\":\"#fffaf3\",\"button.secondaryForeground\":\"#575279\",\"button.secondaryHoverBackground\":\"#f2e9e1\",\"charts.blue\":\"#56949f\",\"charts.foreground\":\"#575279\",\"charts.green\":\"#286983\",\"charts.lines\":\"#797593\",\"charts.orange\":\"#d7827e\",\"charts.purple\":\"#907aa9\",\"charts.red\":\"#b4637a\",\"charts.yellow\":\"#ea9d34\",\"checkbox.background\":\"#fffaf3\",\"checkbox.border\":\"#6e6a8614\",\"checkbox.foreground\":\"#575279\",\"debugExceptionWidget.background\":\"#fffaf3\",\"debugExceptionWidget.border\":\"#6e6a8614\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#797593\",\"debugIcon.breakpointDisabledForeground\":\"#797593\",\"debugIcon.breakpointForeground\":\"#797593\",\"debugIcon.breakpointStackframeForeground\":\"#797593\",\"debugIcon.breakpointUnverifiedForeground\":\"#797593\",\"debugIcon.continueForeground\":\"#797593\",\"debugIcon.disconnectForeground\":\"#797593\",\"debugIcon.pauseForeground\":\"#797593\",\"debugIcon.restartForeground\":\"#797593\",\"debugIcon.startForeground\":\"#797593\",\"debugIcon.stepBackForeground\":\"#797593\",\"debugIcon.stepIntoForeground\":\"#797593\",\"debugIcon.stepOutForeground\":\"#797593\",\"debugIcon.stepOverForeground\":\"#797593\",\"debugIcon.stopForeground\":\"#b4637a\",\"debugToolBar.background\":\"#fffaf3\",\"debugToolBar.border\":\"#f2e9e1\",\"descriptionForeground\":\"#797593\",\"diffEditor.border\":\"#f2e9e1\",\"diffEditor.diagonalFill\":\"#6e6a8626\",\"diffEditor.insertedLineBackground\":\"#56949f26\",\"diffEditor.insertedTextBackground\":\"#56949f26\",\"diffEditor.removedLineBackground\":\"#b4637a26\",\"diffEditor.removedTextBackground\":\"#b4637a26\",\"diffEditorOverview.insertedForeground\":\"#56949f80\",\"diffEditorOverview.removedForeground\":\"#b4637a80\",\"dropdown.background\":\"#fffaf3\",\"dropdown.border\":\"#6e6a8614\",\"dropdown.foreground\":\"#575279\",\"dropdown.listBackground\":\"#fffaf3\",\"editor.background\":\"#faf4ed\",\"editor.findMatchBackground\":\"#ea9d3433\",\"editor.findMatchBorder\":\"#ea9d3480\",\"editor.findMatchForeground\":\"#575279\",\"editor.findMatchHighlightBackground\":\"#6e6a8626\",\"editor.findMatchHighlightForeground\":\"#575279cc\",\"editor.findRangeHighlightBackground\":\"#6e6a8626\",\"editor.findRangeHighlightBorder\":\"#0000\",\"editor.focusedStackFrameHighlightBackground\":\"#6e6a8614\",\"editor.foldBackground\":\"#6e6a8614\",\"editor.foreground\":\"#575279\",\"editor.hoverHighlightBackground\":\"#0000\",\"editor.inactiveSelectionBackground\":\"#6e6a860d\",\"editor.inlineValuesBackground\":\"#0000\",\"editor.inlineValuesForeground\":\"#797593\",\"editor.lineHighlightBackground\":\"#6e6a860d\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.linkedEditingBackground\":\"#6e6a8614\",\"editor.rangeHighlightBackground\":\"#6e6a860d\",\"editor.selectionBackground\":\"#6e6a8614\",\"editor.selectionForeground\":\"#575279\",\"editor.selectionHighlightBackground\":\"#6e6a8614\",\"editor.selectionHighlightBorder\":\"#faf4ed\",\"editor.snippetFinalTabstopHighlightBackground\":\"#6e6a8614\",\"editor.snippetFinalTabstopHighlightBorder\":\"#fffaf3\",\"editor.snippetTabstopHighlightBackground\":\"#6e6a8614\",\"editor.snippetTabstopHighlightBorder\":\"#fffaf3\",\"editor.stackFrameHighlightBackground\":\"#6e6a8614\",\"editor.symbolHighlightBackground\":\"#6e6a8614\",\"editor.symbolHighlightBorder\":\"#0000\",\"editor.wordHighlightBackground\":\"#6e6a8614\",\"editor.wordHighlightBorder\":\"#0000\",\"editor.wordHighlightStrongBackground\":\"#6e6a8614\",\"editor.wordHighlightStrongBorder\":\"#6e6a8614\",\"editorBracketHighlight.foreground1\":\"#b4637a80\",\"editorBracketHighlight.foreground2\":\"#28698380\",\"editorBracketHighlight.foreground3\":\"#ea9d3480\",\"editorBracketHighlight.foreground4\":\"#56949f80\",\"editorBracketHighlight.foreground5\":\"#d7827e80\",\"editorBracketHighlight.foreground6\":\"#907aa980\",\"editorBracketMatch.background\":\"#0000\",\"editorBracketMatch.border\":\"#797593\",\"editorBracketPairGuide.activeBackground1\":\"#286983\",\"editorBracketPairGuide.activeBackground2\":\"#d7827e\",\"editorBracketPairGuide.activeBackground3\":\"#907aa9\",\"editorBracketPairGuide.activeBackground4\":\"#56949f\",\"editorBracketPairGuide.activeBackground5\":\"#ea9d34\",\"editorBracketPairGuide.activeBackground6\":\"#b4637a\",\"editorBracketPairGuide.background1\":\"#28698380\",\"editorBracketPairGuide.background2\":\"#d7827e80\",\"editorBracketPairGuide.background3\":\"#907aa980\",\"editorBracketPairGuide.background4\":\"#56949f80\",\"editorBracketPairGuide.background5\":\"#ea9d3480\",\"editorBracketPairGuide.background6\":\"#b4637a80\",\"editorCodeLens.foreground\":\"#d7827e\",\"editorCursor.background\":\"#575279\",\"editorCursor.foreground\":\"#9893a5\",\"editorError.border\":\"#0000\",\"editorError.foreground\":\"#b4637a\",\"editorGhostText.foreground\":\"#797593\",\"editorGroup.border\":\"#0000\",\"editorGroup.dropBackground\":\"#fffaf3\",\"editorGroup.emptyBackground\":\"#0000\",\"editorGroup.focusedEmptyBorder\":\"#0000\",\"editorGroupHeader.noTabsBackground\":\"#0000\",\"editorGroupHeader.tabsBackground\":\"#0000\",\"editorGroupHeader.tabsBorder\":\"#0000\",\"editorGutter.addedBackground\":\"#56949f\",\"editorGutter.background\":\"#faf4ed\",\"editorGutter.commentRangeForeground\":\"#f2e9e1\",\"editorGutter.deletedBackground\":\"#b4637a\",\"editorGutter.foldingControlForeground\":\"#907aa9\",\"editorGutter.modifiedBackground\":\"#d7827e\",\"editorHint.border\":\"#0000\",\"editorHint.foreground\":\"#797593\",\"editorHoverWidget.background\":\"#fffaf3\",\"editorHoverWidget.border\":\"#9893a580\",\"editorHoverWidget.foreground\":\"#797593\",\"editorHoverWidget.highlightForeground\":\"#575279\",\"editorHoverWidget.statusBarBackground\":\"#0000\",\"editorIndentGuide.activeBackground1\":\"#9893a5\",\"editorIndentGuide.background1\":\"#6e6a8626\",\"editorInfo.border\":\"#f2e9e1\",\"editorInfo.foreground\":\"#56949f\",\"editorInlayHint.background\":\"#f2e9e180\",\"editorInlayHint.foreground\":\"#79759380\",\"editorInlayHint.parameterBackground\":\"#f2e9e180\",\"editorInlayHint.parameterForeground\":\"#907aa980\",\"editorInlayHint.typeBackground\":\"#f2e9e180\",\"editorInlayHint.typeForeground\":\"#56949f80\",\"editorLightBulb.foreground\":\"#286983\",\"editorLightBulbAutoFix.foreground\":\"#d7827e\",\"editorLineNumber.activeForeground\":\"#575279\",\"editorLineNumber.foreground\":\"#797593\",\"editorLink.activeForeground\":\"#d7827e\",\"editorMarkerNavigation.background\":\"#fffaf3\",\"editorMarkerNavigationError.background\":\"#fffaf3\",\"editorMarkerNavigationInfo.background\":\"#fffaf3\",\"editorMarkerNavigationWarning.background\":\"#fffaf3\",\"editorOverviewRuler.addedForeground\":\"#56949f80\",\"editorOverviewRuler.background\":\"#faf4ed\",\"editorOverviewRuler.border\":\"#6e6a8626\",\"editorOverviewRuler.bracketMatchForeground\":\"#797593\",\"editorOverviewRuler.commentForeground\":\"#79759380\",\"editorOverviewRuler.commentUnresolvedForeground\":\"#ea9d3480\",\"editorOverviewRuler.commonContentForeground\":\"#6e6a860d\",\"editorOverviewRuler.currentContentForeground\":\"#6e6a8614\",\"editorOverviewRuler.deletedForeground\":\"#b4637a80\",\"editorOverviewRuler.errorForeground\":\"#b4637a80\",\"editorOverviewRuler.findMatchForeground\":\"#6e6a8626\",\"editorOverviewRuler.incomingContentForeground\":\"#907aa980\",\"editorOverviewRuler.infoForeground\":\"#56949f80\",\"editorOverviewRuler.modifiedForeground\":\"#d7827e80\",\"editorOverviewRuler.rangeHighlightForeground\":\"#6e6a8626\",\"editorOverviewRuler.selectionHighlightForeground\":\"#6e6a8626\",\"editorOverviewRuler.warningForeground\":\"#ea9d3480\",\"editorOverviewRuler.wordHighlightForeground\":\"#6e6a8614\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#6e6a8626\",\"editorPane.background\":\"#0000\",\"editorRuler.foreground\":\"#6e6a8626\",\"editorSuggestWidget.background\":\"#fffaf3\",\"editorSuggestWidget.border\":\"#0000\",\"editorSuggestWidget.focusHighlightForeground\":\"#d7827e\",\"editorSuggestWidget.foreground\":\"#797593\",\"editorSuggestWidget.highlightForeground\":\"#d7827e\",\"editorSuggestWidget.selectedBackground\":\"#6e6a8614\",\"editorSuggestWidget.selectedForeground\":\"#575279\",\"editorSuggestWidget.selectedIconForeground\":\"#575279\",\"editorUnnecessaryCode.border\":\"#0000\",\"editorUnnecessaryCode.opacity\":\"#57527980\",\"editorWarning.border\":\"#0000\",\"editorWarning.foreground\":\"#ea9d34\",\"editorWhitespace.foreground\":\"#9893a580\",\"editorWidget.background\":\"#fffaf3\",\"editorWidget.border\":\"#f2e9e1\",\"editorWidget.foreground\":\"#797593\",\"editorWidget.resizeBorder\":\"#9893a5\",\"errorForeground\":\"#b4637a\",\"extensionBadge.remoteBackground\":\"#907aa9\",\"extensionBadge.remoteForeground\":\"#faf4ed\",\"extensionButton.prominentBackground\":\"#d7827e\",\"extensionButton.prominentForeground\":\"#faf4ed\",\"extensionButton.prominentHoverBackground\":\"#d7827ee6\",\"extensionIcon.preReleaseForeground\":\"#286983\",\"extensionIcon.starForeground\":\"#d7827e\",\"extensionIcon.verifiedForeground\":\"#907aa9\",\"focusBorder\":\"#6e6a8614\",\"foreground\":\"#575279\",\"git.blame.editorDecorationForeground\":\"#9893a5\",\"gitDecoration.addedResourceForeground\":\"#56949f\",\"gitDecoration.conflictingResourceForeground\":\"#b4637a\",\"gitDecoration.deletedResourceForeground\":\"#797593\",\"gitDecoration.ignoredResourceForeground\":\"#9893a5\",\"gitDecoration.modifiedResourceForeground\":\"#d7827e\",\"gitDecoration.renamedResourceForeground\":\"#286983\",\"gitDecoration.stageDeletedResourceForeground\":\"#b4637a\",\"gitDecoration.stageModifiedResourceForeground\":\"#907aa9\",\"gitDecoration.submoduleResourceForeground\":\"#ea9d34\",\"gitDecoration.untrackedResourceForeground\":\"#ea9d34\",\"icon.foreground\":\"#797593\",\"input.background\":\"#f2e9e180\",\"input.border\":\"#6e6a8614\",\"input.foreground\":\"#575279\",\"input.placeholderForeground\":\"#797593\",\"inputOption.activeBackground\":\"#d7827e26\",\"inputOption.activeBorder\":\"#0000\",\"inputOption.activeForeground\":\"#d7827e\",\"inputValidation.errorBackground\":\"#fffaf3\",\"inputValidation.errorBorder\":\"#6e6a8626\",\"inputValidation.errorForeground\":\"#b4637a\",\"inputValidation.infoBackground\":\"#fffaf3\",\"inputValidation.infoBorder\":\"#6e6a8626\",\"inputValidation.infoForeground\":\"#56949f\",\"inputValidation.warningBackground\":\"#fffaf3\",\"inputValidation.warningBorder\":\"#6e6a8626\",\"inputValidation.warningForeground\":\"#56949f80\",\"keybindingLabel.background\":\"#f2e9e1\",\"keybindingLabel.border\":\"#6e6a8626\",\"keybindingLabel.bottomBorder\":\"#6e6a8626\",\"keybindingLabel.foreground\":\"#907aa9\",\"keybindingTable.headerBackground\":\"#f2e9e1\",\"keybindingTable.rowsBackground\":\"#fffaf3\",\"list.activeSelectionBackground\":\"#6e6a8614\",\"list.activeSelectionForeground\":\"#575279\",\"list.deemphasizedForeground\":\"#797593\",\"list.dropBackground\":\"#fffaf3\",\"list.errorForeground\":\"#b4637a\",\"list.filterMatchBackground\":\"#fffaf3\",\"list.filterMatchBorder\":\"#d7827e\",\"list.focusBackground\":\"#6e6a8626\",\"list.focusForeground\":\"#575279\",\"list.focusOutline\":\"#6e6a8614\",\"list.highlightForeground\":\"#d7827e\",\"list.hoverBackground\":\"#6e6a860d\",\"list.hoverForeground\":\"#575279\",\"list.inactiveFocusBackground\":\"#6e6a860d\",\"list.inactiveSelectionBackground\":\"#fffaf3\",\"list.inactiveSelectionForeground\":\"#575279\",\"list.invalidItemForeground\":\"#b4637a\",\"list.warningForeground\":\"#ea9d34\",\"listFilterWidget.background\":\"#fffaf3\",\"listFilterWidget.noMatchesOutline\":\"#b4637a\",\"listFilterWidget.outline\":\"#f2e9e1\",\"menu.background\":\"#fffaf3\",\"menu.border\":\"#6e6a860d\",\"menu.foreground\":\"#575279\",\"menu.selectionBackground\":\"#6e6a8614\",\"menu.selectionBorder\":\"#f2e9e1\",\"menu.selectionForeground\":\"#575279\",\"menu.separatorBackground\":\"#6e6a8626\",\"menubar.selectionBackground\":\"#6e6a8614\",\"menubar.selectionBorder\":\"#6e6a860d\",\"menubar.selectionForeground\":\"#575279\",\"merge.border\":\"#f2e9e1\",\"merge.commonContentBackground\":\"#6e6a8614\",\"merge.commonHeaderBackground\":\"#6e6a8614\",\"merge.currentContentBackground\":\"#ea9d3433\",\"merge.currentHeaderBackground\":\"#ea9d3433\",\"merge.incomingContentBackground\":\"#56949f33\",\"merge.incomingHeaderBackground\":\"#56949f33\",\"minimap.background\":\"#fffaf3\",\"minimap.errorHighlight\":\"#b4637a80\",\"minimap.findMatchHighlight\":\"#6e6a8614\",\"minimap.selectionHighlight\":\"#6e6a8614\",\"minimap.warningHighlight\":\"#ea9d3480\",\"minimapGutter.addedBackground\":\"#56949f\",\"minimapGutter.deletedBackground\":\"#b4637a\",\"minimapGutter.modifiedBackground\":\"#d7827e\",\"minimapSlider.activeBackground\":\"#6e6a8626\",\"minimapSlider.background\":\"#6e6a8614\",\"minimapSlider.hoverBackground\":\"#6e6a8614\",\"notebook.cellBorderColor\":\"#56949f80\",\"notebook.cellEditorBackground\":\"#fffaf3\",\"notebook.cellHoverBackground\":\"#f2e9e180\",\"notebook.focusedCellBackground\":\"#6e6a860d\",\"notebook.focusedCellBorder\":\"#56949f\",\"notebook.outputContainerBackgroundColor\":\"#6e6a860d\",\"notificationCenter.border\":\"#6e6a8614\",\"notificationCenterHeader.background\":\"#fffaf3\",\"notificationCenterHeader.foreground\":\"#797593\",\"notificationLink.foreground\":\"#907aa9\",\"notificationToast.border\":\"#6e6a8614\",\"notifications.background\":\"#fffaf3\",\"notifications.border\":\"#6e6a8614\",\"notifications.foreground\":\"#575279\",\"notificationsErrorIcon.foreground\":\"#b4637a\",\"notificationsInfoIcon.foreground\":\"#56949f\",\"notificationsWarningIcon.foreground\":\"#ea9d34\",\"panel.background\":\"#fffaf3\",\"panel.border\":\"#0000\",\"panel.dropBorder\":\"#f2e9e1\",\"panelInput.border\":\"#fffaf3\",\"panelSection.dropBackground\":\"#6e6a8614\",\"panelSectionHeader.background\":\"#fffaf3\",\"panelSectionHeader.foreground\":\"#575279\",\"panelTitle.activeBorder\":\"#6e6a8626\",\"panelTitle.activeForeground\":\"#575279\",\"panelTitle.inactiveForeground\":\"#797593\",\"peekView.border\":\"#f2e9e1\",\"peekViewEditor.background\":\"#fffaf3\",\"peekViewEditor.matchHighlightBackground\":\"#6e6a8626\",\"peekViewResult.background\":\"#fffaf3\",\"peekViewResult.fileForeground\":\"#797593\",\"peekViewResult.lineForeground\":\"#797593\",\"peekViewResult.matchHighlightBackground\":\"#6e6a8626\",\"peekViewResult.selectionBackground\":\"#6e6a8614\",\"peekViewResult.selectionForeground\":\"#575279\",\"peekViewTitle.background\":\"#f2e9e1\",\"peekViewTitleDescription.foreground\":\"#797593\",\"pickerGroup.border\":\"#6e6a8626\",\"pickerGroup.foreground\":\"#907aa9\",\"ports.iconRunningProcessForeground\":\"#d7827e\",\"problemsErrorIcon.foreground\":\"#b4637a\",\"problemsInfoIcon.foreground\":\"#56949f\",\"problemsWarningIcon.foreground\":\"#ea9d34\",\"progressBar.background\":\"#d7827e\",\"quickInput.background\":\"#fffaf3\",\"quickInput.foreground\":\"#797593\",\"quickInputList.focusBackground\":\"#6e6a8614\",\"quickInputList.focusForeground\":\"#575279\",\"quickInputList.focusIconForeground\":\"#575279\",\"scrollbar.shadow\":\"#fffaf34d\",\"scrollbarSlider.activeBackground\":\"#28698380\",\"scrollbarSlider.background\":\"#6e6a8614\",\"scrollbarSlider.hoverBackground\":\"#6e6a8626\",\"searchEditor.findMatchBackground\":\"#6e6a8614\",\"selection.background\":\"#6e6a8626\",\"settings.focusedRowBackground\":\"#fffaf3\",\"settings.focusedRowBorder\":\"#6e6a8614\",\"settings.headerForeground\":\"#575279\",\"settings.modifiedItemIndicator\":\"#d7827e\",\"settings.rowHoverBackground\":\"#fffaf3\",\"sideBar.background\":\"#faf4ed\",\"sideBar.dropBackground\":\"#fffaf3\",\"sideBar.foreground\":\"#797593\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.border\":\"#6e6a8614\",\"statusBar.background\":\"#faf4ed\",\"statusBar.debuggingBackground\":\"#907aa9\",\"statusBar.debuggingForeground\":\"#faf4ed\",\"statusBar.foreground\":\"#797593\",\"statusBar.noFolderBackground\":\"#faf4ed\",\"statusBar.noFolderForeground\":\"#797593\",\"statusBarItem.activeBackground\":\"#6e6a8626\",\"statusBarItem.errorBackground\":\"#faf4ed\",\"statusBarItem.errorForeground\":\"#b4637a\",\"statusBarItem.hoverBackground\":\"#6e6a8614\",\"statusBarItem.prominentBackground\":\"#f2e9e1\",\"statusBarItem.prominentForeground\":\"#575279\",\"statusBarItem.prominentHoverBackground\":\"#6e6a8614\",\"statusBarItem.remoteBackground\":\"#faf4ed\",\"statusBarItem.remoteForeground\":\"#ea9d34\",\"symbolIcon.arrayForeground\":\"#797593\",\"symbolIcon.classForeground\":\"#797593\",\"symbolIcon.colorForeground\":\"#797593\",\"symbolIcon.constantForeground\":\"#797593\",\"symbolIcon.constructorForeground\":\"#797593\",\"symbolIcon.enumeratorForeground\":\"#797593\",\"symbolIcon.enumeratorMemberForeground\":\"#797593\",\"symbolIcon.eventForeground\":\"#797593\",\"symbolIcon.fieldForeground\":\"#797593\",\"symbolIcon.fileForeground\":\"#797593\",\"symbolIcon.folderForeground\":\"#797593\",\"symbolIcon.functionForeground\":\"#797593\",\"symbolIcon.interfaceForeground\":\"#797593\",\"symbolIcon.keyForeground\":\"#797593\",\"symbolIcon.keywordForeground\":\"#797593\",\"symbolIcon.methodForeground\":\"#797593\",\"symbolIcon.moduleForeground\":\"#797593\",\"symbolIcon.namespaceForeground\":\"#797593\",\"symbolIcon.nullForeground\":\"#797593\",\"symbolIcon.numberForeground\":\"#797593\",\"symbolIcon.objectForeground\":\"#797593\",\"symbolIcon.operatorForeground\":\"#797593\",\"symbolIcon.packageForeground\":\"#797593\",\"symbolIcon.propertyForeground\":\"#797593\",\"symbolIcon.referenceForeground\":\"#797593\",\"symbolIcon.snippetForeground\":\"#797593\",\"symbolIcon.stringForeground\":\"#797593\",\"symbolIcon.structForeground\":\"#797593\",\"symbolIcon.textForeground\":\"#797593\",\"symbolIcon.typeParameterForeground\":\"#797593\",\"symbolIcon.unitForeground\":\"#797593\",\"symbolIcon.variableForeground\":\"#797593\",\"tab.activeBackground\":\"#6e6a860d\",\"tab.activeForeground\":\"#575279\",\"tab.activeModifiedBorder\":\"#56949f\",\"tab.border\":\"#0000\",\"tab.hoverBackground\":\"#6e6a8614\",\"tab.inactiveBackground\":\"#0000\",\"tab.inactiveForeground\":\"#797593\",\"tab.inactiveModifiedBorder\":\"#56949f80\",\"tab.lastPinnedBorder\":\"#9893a5\",\"tab.unfocusedActiveBackground\":\"#0000\",\"tab.unfocusedHoverBackground\":\"#0000\",\"tab.unfocusedInactiveBackground\":\"#0000\",\"tab.unfocusedInactiveModifiedBorder\":\"#56949f80\",\"terminal.ansiBlack\":\"#f2e9e1\",\"terminal.ansiBlue\":\"#56949f\",\"terminal.ansiBrightBlack\":\"#797593\",\"terminal.ansiBrightBlue\":\"#56949f\",\"terminal.ansiBrightCyan\":\"#d7827e\",\"terminal.ansiBrightGreen\":\"#286983\",\"terminal.ansiBrightMagenta\":\"#907aa9\",\"terminal.ansiBrightRed\":\"#b4637a\",\"terminal.ansiBrightWhite\":\"#575279\",\"terminal.ansiBrightYellow\":\"#ea9d34\",\"terminal.ansiCyan\":\"#d7827e\",\"terminal.ansiGreen\":\"#286983\",\"terminal.ansiMagenta\":\"#907aa9\",\"terminal.ansiRed\":\"#b4637a\",\"terminal.ansiWhite\":\"#575279\",\"terminal.ansiYellow\":\"#ea9d34\",\"terminal.dropBackground\":\"#6e6a8614\",\"terminal.foreground\":\"#575279\",\"terminal.selectionBackground\":\"#6e6a8614\",\"terminal.tab.activeBorder\":\"#575279\",\"terminalCursor.background\":\"#575279\",\"terminalCursor.foreground\":\"#9893a5\",\"textBlockQuote.background\":\"#fffaf3\",\"textBlockQuote.border\":\"#6e6a8614\",\"textCodeBlock.background\":\"#fffaf3\",\"textLink.activeForeground\":\"#907aa9e6\",\"textLink.foreground\":\"#907aa9\",\"textPreformat.foreground\":\"#ea9d34\",\"textSeparator.foreground\":\"#797593\",\"titleBar.activeBackground\":\"#faf4ed\",\"titleBar.activeForeground\":\"#797593\",\"titleBar.inactiveBackground\":\"#fffaf3\",\"titleBar.inactiveForeground\":\"#797593\",\"toolbar.activeBackground\":\"#6e6a8626\",\"toolbar.hoverBackground\":\"#6e6a8614\",\"tree.indentGuidesStroke\":\"#797593\",\"walkThrough.embeddedEditorBackground\":\"#faf4ed\",\"welcomePage.background\":\"#faf4ed\",\"widget.shadow\":\"#fffaf34d\",\"window.activeBorder\":\"#fffaf3\",\"window.inactiveBorder\":\"#fffaf3\"},\"displayName\":\"Rosé Pine Dawn\",\"name\":\"rose-pine-dawn\",\"tokenColors\":[{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#9893a5\"}},{\"scope\":[\"constant\"],\"settings\":{\"foreground\":\"#286983\"}},{\"scope\":[\"constant.numeric\",\"constant.language\"],\"settings\":{\"foreground\":\"#d7827e\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#d7827e\"}},{\"scope\":[\"entity.name.section\",\"entity.name.tag\",\"entity.name.namespace\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#56949f\"}},{\"scope\":[\"entity.other.attribute-name\",\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#907aa9\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#b4637a\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"foreground\":\"#797593\"}},{\"scope\":[\"keyword\",\"variable.language.this\"],\"settings\":{\"foreground\":\"#286983\"}},{\"scope\":[\"markup.inserted.diff\"],\"settings\":{\"foreground\":\"#56949f\"}},{\"scope\":[\"markup.deleted.diff\"],\"settings\":{\"foreground\":\"#b4637a\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"meta.diff.range\"],\"settings\":{\"foreground\":\"#907aa9\"}},{\"scope\":[\"meta.tag\",\"meta.brace\"],\"settings\":{\"foreground\":\"#575279\"}},{\"scope\":[\"meta.import\",\"meta.export\"],\"settings\":{\"foreground\":\"#286983\"}},{\"scope\":\"meta.directive.vue\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#907aa9\"}},{\"scope\":\"meta.property-name.css\",\"settings\":{\"foreground\":\"#56949f\"}},{\"scope\":\"meta.property-value.css\",\"settings\":{\"foreground\":\"#ea9d34\"}},{\"scope\":\"meta.tag.other.html\",\"settings\":{\"foreground\":\"#797593\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#797593\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#286983\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#ea9d34\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#9893a5\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#286983\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#ea9d34\"}},{\"scope\":[\"support\"],\"settings\":{\"foreground\":\"#56949f\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#ea9d34\"}},{\"scope\":[\"support.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b4637a\"}},{\"scope\":[\"variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#d7827e\"}},{\"scope\":[\"variable.other\",\"variable.language\",\"variable.function\",\"variable.argument\"],\"settings\":{\"foreground\":\"#575279\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#907aa9\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: rose-pine-moon */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#e0def4\",\"activityBar.background\":\"#232136\",\"activityBar.dropBorder\":\"#393552\",\"activityBar.foreground\":\"#e0def4\",\"activityBar.inactiveForeground\":\"#908caa\",\"activityBarBadge.background\":\"#ea9a97\",\"activityBarBadge.foreground\":\"#232136\",\"badge.background\":\"#ea9a97\",\"badge.foreground\":\"#232136\",\"banner.background\":\"#2a273f\",\"banner.foreground\":\"#e0def4\",\"banner.iconForeground\":\"#908caa\",\"breadcrumb.activeSelectionForeground\":\"#ea9a97\",\"breadcrumb.background\":\"#232136\",\"breadcrumb.focusForeground\":\"#908caa\",\"breadcrumb.foreground\":\"#6e6a86\",\"breadcrumbPicker.background\":\"#2a273f\",\"button.background\":\"#ea9a97\",\"button.foreground\":\"#232136\",\"button.hoverBackground\":\"#ea9a97e6\",\"button.secondaryBackground\":\"#2a273f\",\"button.secondaryForeground\":\"#e0def4\",\"button.secondaryHoverBackground\":\"#393552\",\"charts.blue\":\"#9ccfd8\",\"charts.foreground\":\"#e0def4\",\"charts.green\":\"#3e8fb0\",\"charts.lines\":\"#908caa\",\"charts.orange\":\"#ea9a97\",\"charts.purple\":\"#c4a7e7\",\"charts.red\":\"#eb6f92\",\"charts.yellow\":\"#f6c177\",\"checkbox.background\":\"#2a273f\",\"checkbox.border\":\"#817c9c26\",\"checkbox.foreground\":\"#e0def4\",\"debugExceptionWidget.background\":\"#2a273f\",\"debugExceptionWidget.border\":\"#817c9c26\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#908caa\",\"debugIcon.breakpointDisabledForeground\":\"#908caa\",\"debugIcon.breakpointForeground\":\"#908caa\",\"debugIcon.breakpointStackframeForeground\":\"#908caa\",\"debugIcon.breakpointUnverifiedForeground\":\"#908caa\",\"debugIcon.continueForeground\":\"#908caa\",\"debugIcon.disconnectForeground\":\"#908caa\",\"debugIcon.pauseForeground\":\"#908caa\",\"debugIcon.restartForeground\":\"#908caa\",\"debugIcon.startForeground\":\"#908caa\",\"debugIcon.stepBackForeground\":\"#908caa\",\"debugIcon.stepIntoForeground\":\"#908caa\",\"debugIcon.stepOutForeground\":\"#908caa\",\"debugIcon.stepOverForeground\":\"#908caa\",\"debugIcon.stopForeground\":\"#eb6f92\",\"debugToolBar.background\":\"#2a273f\",\"debugToolBar.border\":\"#393552\",\"descriptionForeground\":\"#908caa\",\"diffEditor.border\":\"#393552\",\"diffEditor.diagonalFill\":\"#817c9c4d\",\"diffEditor.insertedLineBackground\":\"#9ccfd826\",\"diffEditor.insertedTextBackground\":\"#9ccfd826\",\"diffEditor.removedLineBackground\":\"#eb6f9226\",\"diffEditor.removedTextBackground\":\"#eb6f9226\",\"diffEditorOverview.insertedForeground\":\"#9ccfd880\",\"diffEditorOverview.removedForeground\":\"#eb6f9280\",\"dropdown.background\":\"#2a273f\",\"dropdown.border\":\"#817c9c26\",\"dropdown.foreground\":\"#e0def4\",\"dropdown.listBackground\":\"#2a273f\",\"editor.background\":\"#232136\",\"editor.findMatchBackground\":\"#f6c17733\",\"editor.findMatchBorder\":\"#f6c17780\",\"editor.findMatchForeground\":\"#e0def4\",\"editor.findMatchHighlightBackground\":\"#817c9c4d\",\"editor.findMatchHighlightForeground\":\"#e0def4cc\",\"editor.findRangeHighlightBackground\":\"#817c9c4d\",\"editor.findRangeHighlightBorder\":\"#0000\",\"editor.focusedStackFrameHighlightBackground\":\"#817c9c26\",\"editor.foldBackground\":\"#817c9c26\",\"editor.foreground\":\"#e0def4\",\"editor.hoverHighlightBackground\":\"#0000\",\"editor.inactiveSelectionBackground\":\"#817c9c14\",\"editor.inlineValuesBackground\":\"#0000\",\"editor.inlineValuesForeground\":\"#908caa\",\"editor.lineHighlightBackground\":\"#817c9c14\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.linkedEditingBackground\":\"#817c9c26\",\"editor.rangeHighlightBackground\":\"#817c9c14\",\"editor.selectionBackground\":\"#817c9c26\",\"editor.selectionForeground\":\"#e0def4\",\"editor.selectionHighlightBackground\":\"#817c9c26\",\"editor.selectionHighlightBorder\":\"#232136\",\"editor.snippetFinalTabstopHighlightBackground\":\"#817c9c26\",\"editor.snippetFinalTabstopHighlightBorder\":\"#2a273f\",\"editor.snippetTabstopHighlightBackground\":\"#817c9c26\",\"editor.snippetTabstopHighlightBorder\":\"#2a273f\",\"editor.stackFrameHighlightBackground\":\"#817c9c26\",\"editor.symbolHighlightBackground\":\"#817c9c26\",\"editor.symbolHighlightBorder\":\"#0000\",\"editor.wordHighlightBackground\":\"#817c9c26\",\"editor.wordHighlightBorder\":\"#0000\",\"editor.wordHighlightStrongBackground\":\"#817c9c26\",\"editor.wordHighlightStrongBorder\":\"#817c9c26\",\"editorBracketHighlight.foreground1\":\"#eb6f9280\",\"editorBracketHighlight.foreground2\":\"#3e8fb080\",\"editorBracketHighlight.foreground3\":\"#f6c17780\",\"editorBracketHighlight.foreground4\":\"#9ccfd880\",\"editorBracketHighlight.foreground5\":\"#ea9a9780\",\"editorBracketHighlight.foreground6\":\"#c4a7e780\",\"editorBracketMatch.background\":\"#0000\",\"editorBracketMatch.border\":\"#908caa\",\"editorBracketPairGuide.activeBackground1\":\"#3e8fb0\",\"editorBracketPairGuide.activeBackground2\":\"#ea9a97\",\"editorBracketPairGuide.activeBackground3\":\"#c4a7e7\",\"editorBracketPairGuide.activeBackground4\":\"#9ccfd8\",\"editorBracketPairGuide.activeBackground5\":\"#f6c177\",\"editorBracketPairGuide.activeBackground6\":\"#eb6f92\",\"editorBracketPairGuide.background1\":\"#3e8fb080\",\"editorBracketPairGuide.background2\":\"#ea9a9780\",\"editorBracketPairGuide.background3\":\"#c4a7e780\",\"editorBracketPairGuide.background4\":\"#9ccfd880\",\"editorBracketPairGuide.background5\":\"#f6c17780\",\"editorBracketPairGuide.background6\":\"#eb6f9280\",\"editorCodeLens.foreground\":\"#ea9a97\",\"editorCursor.background\":\"#e0def4\",\"editorCursor.foreground\":\"#6e6a86\",\"editorError.border\":\"#0000\",\"editorError.foreground\":\"#eb6f92\",\"editorGhostText.foreground\":\"#908caa\",\"editorGroup.border\":\"#0000\",\"editorGroup.dropBackground\":\"#2a273f\",\"editorGroup.emptyBackground\":\"#0000\",\"editorGroup.focusedEmptyBorder\":\"#0000\",\"editorGroupHeader.noTabsBackground\":\"#0000\",\"editorGroupHeader.tabsBackground\":\"#0000\",\"editorGroupHeader.tabsBorder\":\"#0000\",\"editorGutter.addedBackground\":\"#9ccfd8\",\"editorGutter.background\":\"#232136\",\"editorGutter.commentRangeForeground\":\"#393552\",\"editorGutter.deletedBackground\":\"#eb6f92\",\"editorGutter.foldingControlForeground\":\"#c4a7e7\",\"editorGutter.modifiedBackground\":\"#ea9a97\",\"editorHint.border\":\"#0000\",\"editorHint.foreground\":\"#908caa\",\"editorHoverWidget.background\":\"#2a273f\",\"editorHoverWidget.border\":\"#6e6a8680\",\"editorHoverWidget.foreground\":\"#908caa\",\"editorHoverWidget.highlightForeground\":\"#e0def4\",\"editorHoverWidget.statusBarBackground\":\"#0000\",\"editorIndentGuide.activeBackground1\":\"#6e6a86\",\"editorIndentGuide.background1\":\"#817c9c4d\",\"editorInfo.border\":\"#393552\",\"editorInfo.foreground\":\"#9ccfd8\",\"editorInlayHint.background\":\"#39355280\",\"editorInlayHint.foreground\":\"#908caa80\",\"editorInlayHint.parameterBackground\":\"#39355280\",\"editorInlayHint.parameterForeground\":\"#c4a7e780\",\"editorInlayHint.typeBackground\":\"#39355280\",\"editorInlayHint.typeForeground\":\"#9ccfd880\",\"editorLightBulb.foreground\":\"#3e8fb0\",\"editorLightBulbAutoFix.foreground\":\"#ea9a97\",\"editorLineNumber.activeForeground\":\"#e0def4\",\"editorLineNumber.foreground\":\"#908caa\",\"editorLink.activeForeground\":\"#ea9a97\",\"editorMarkerNavigation.background\":\"#2a273f\",\"editorMarkerNavigationError.background\":\"#2a273f\",\"editorMarkerNavigationInfo.background\":\"#2a273f\",\"editorMarkerNavigationWarning.background\":\"#2a273f\",\"editorOverviewRuler.addedForeground\":\"#9ccfd880\",\"editorOverviewRuler.background\":\"#232136\",\"editorOverviewRuler.border\":\"#817c9c4d\",\"editorOverviewRuler.bracketMatchForeground\":\"#908caa\",\"editorOverviewRuler.commentForeground\":\"#908caa80\",\"editorOverviewRuler.commentUnresolvedForeground\":\"#f6c17780\",\"editorOverviewRuler.commonContentForeground\":\"#817c9c14\",\"editorOverviewRuler.currentContentForeground\":\"#817c9c26\",\"editorOverviewRuler.deletedForeground\":\"#eb6f9280\",\"editorOverviewRuler.errorForeground\":\"#eb6f9280\",\"editorOverviewRuler.findMatchForeground\":\"#817c9c4d\",\"editorOverviewRuler.incomingContentForeground\":\"#c4a7e780\",\"editorOverviewRuler.infoForeground\":\"#9ccfd880\",\"editorOverviewRuler.modifiedForeground\":\"#ea9a9780\",\"editorOverviewRuler.rangeHighlightForeground\":\"#817c9c4d\",\"editorOverviewRuler.selectionHighlightForeground\":\"#817c9c4d\",\"editorOverviewRuler.warningForeground\":\"#f6c17780\",\"editorOverviewRuler.wordHighlightForeground\":\"#817c9c26\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#817c9c4d\",\"editorPane.background\":\"#0000\",\"editorRuler.foreground\":\"#817c9c4d\",\"editorSuggestWidget.background\":\"#2a273f\",\"editorSuggestWidget.border\":\"#0000\",\"editorSuggestWidget.focusHighlightForeground\":\"#ea9a97\",\"editorSuggestWidget.foreground\":\"#908caa\",\"editorSuggestWidget.highlightForeground\":\"#ea9a97\",\"editorSuggestWidget.selectedBackground\":\"#817c9c26\",\"editorSuggestWidget.selectedForeground\":\"#e0def4\",\"editorSuggestWidget.selectedIconForeground\":\"#e0def4\",\"editorUnnecessaryCode.border\":\"#0000\",\"editorUnnecessaryCode.opacity\":\"#e0def480\",\"editorWarning.border\":\"#0000\",\"editorWarning.foreground\":\"#f6c177\",\"editorWhitespace.foreground\":\"#6e6a8680\",\"editorWidget.background\":\"#2a273f\",\"editorWidget.border\":\"#393552\",\"editorWidget.foreground\":\"#908caa\",\"editorWidget.resizeBorder\":\"#6e6a86\",\"errorForeground\":\"#eb6f92\",\"extensionBadge.remoteBackground\":\"#c4a7e7\",\"extensionBadge.remoteForeground\":\"#232136\",\"extensionButton.prominentBackground\":\"#ea9a97\",\"extensionButton.prominentForeground\":\"#232136\",\"extensionButton.prominentHoverBackground\":\"#ea9a97e6\",\"extensionIcon.preReleaseForeground\":\"#3e8fb0\",\"extensionIcon.starForeground\":\"#ea9a97\",\"extensionIcon.verifiedForeground\":\"#c4a7e7\",\"focusBorder\":\"#817c9c26\",\"foreground\":\"#e0def4\",\"git.blame.editorDecorationForeground\":\"#6e6a86\",\"gitDecoration.addedResourceForeground\":\"#9ccfd8\",\"gitDecoration.conflictingResourceForeground\":\"#eb6f92\",\"gitDecoration.deletedResourceForeground\":\"#908caa\",\"gitDecoration.ignoredResourceForeground\":\"#6e6a86\",\"gitDecoration.modifiedResourceForeground\":\"#ea9a97\",\"gitDecoration.renamedResourceForeground\":\"#3e8fb0\",\"gitDecoration.stageDeletedResourceForeground\":\"#eb6f92\",\"gitDecoration.stageModifiedResourceForeground\":\"#c4a7e7\",\"gitDecoration.submoduleResourceForeground\":\"#f6c177\",\"gitDecoration.untrackedResourceForeground\":\"#f6c177\",\"icon.foreground\":\"#908caa\",\"input.background\":\"#39355280\",\"input.border\":\"#817c9c26\",\"input.foreground\":\"#e0def4\",\"input.placeholderForeground\":\"#908caa\",\"inputOption.activeBackground\":\"#ea9a9726\",\"inputOption.activeBorder\":\"#0000\",\"inputOption.activeForeground\":\"#ea9a97\",\"inputValidation.errorBackground\":\"#2a273f\",\"inputValidation.errorBorder\":\"#817c9c4d\",\"inputValidation.errorForeground\":\"#eb6f92\",\"inputValidation.infoBackground\":\"#2a273f\",\"inputValidation.infoBorder\":\"#817c9c4d\",\"inputValidation.infoForeground\":\"#9ccfd8\",\"inputValidation.warningBackground\":\"#2a273f\",\"inputValidation.warningBorder\":\"#817c9c4d\",\"inputValidation.warningForeground\":\"#9ccfd880\",\"keybindingLabel.background\":\"#393552\",\"keybindingLabel.border\":\"#817c9c4d\",\"keybindingLabel.bottomBorder\":\"#817c9c4d\",\"keybindingLabel.foreground\":\"#c4a7e7\",\"keybindingTable.headerBackground\":\"#393552\",\"keybindingTable.rowsBackground\":\"#2a273f\",\"list.activeSelectionBackground\":\"#817c9c26\",\"list.activeSelectionForeground\":\"#e0def4\",\"list.deemphasizedForeground\":\"#908caa\",\"list.dropBackground\":\"#2a273f\",\"list.errorForeground\":\"#eb6f92\",\"list.filterMatchBackground\":\"#2a273f\",\"list.filterMatchBorder\":\"#ea9a97\",\"list.focusBackground\":\"#817c9c4d\",\"list.focusForeground\":\"#e0def4\",\"list.focusOutline\":\"#817c9c26\",\"list.highlightForeground\":\"#ea9a97\",\"list.hoverBackground\":\"#817c9c14\",\"list.hoverForeground\":\"#e0def4\",\"list.inactiveFocusBackground\":\"#817c9c14\",\"list.inactiveSelectionBackground\":\"#2a273f\",\"list.inactiveSelectionForeground\":\"#e0def4\",\"list.invalidItemForeground\":\"#eb6f92\",\"list.warningForeground\":\"#f6c177\",\"listFilterWidget.background\":\"#2a273f\",\"listFilterWidget.noMatchesOutline\":\"#eb6f92\",\"listFilterWidget.outline\":\"#393552\",\"menu.background\":\"#2a273f\",\"menu.border\":\"#817c9c14\",\"menu.foreground\":\"#e0def4\",\"menu.selectionBackground\":\"#817c9c26\",\"menu.selectionBorder\":\"#393552\",\"menu.selectionForeground\":\"#e0def4\",\"menu.separatorBackground\":\"#817c9c4d\",\"menubar.selectionBackground\":\"#817c9c26\",\"menubar.selectionBorder\":\"#817c9c14\",\"menubar.selectionForeground\":\"#e0def4\",\"merge.border\":\"#393552\",\"merge.commonContentBackground\":\"#817c9c26\",\"merge.commonHeaderBackground\":\"#817c9c26\",\"merge.currentContentBackground\":\"#f6c17733\",\"merge.currentHeaderBackground\":\"#f6c17733\",\"merge.incomingContentBackground\":\"#9ccfd833\",\"merge.incomingHeaderBackground\":\"#9ccfd833\",\"minimap.background\":\"#2a273f\",\"minimap.errorHighlight\":\"#eb6f9280\",\"minimap.findMatchHighlight\":\"#817c9c26\",\"minimap.selectionHighlight\":\"#817c9c26\",\"minimap.warningHighlight\":\"#f6c17780\",\"minimapGutter.addedBackground\":\"#9ccfd8\",\"minimapGutter.deletedBackground\":\"#eb6f92\",\"minimapGutter.modifiedBackground\":\"#ea9a97\",\"minimapSlider.activeBackground\":\"#817c9c4d\",\"minimapSlider.background\":\"#817c9c26\",\"minimapSlider.hoverBackground\":\"#817c9c26\",\"notebook.cellBorderColor\":\"#9ccfd880\",\"notebook.cellEditorBackground\":\"#2a273f\",\"notebook.cellHoverBackground\":\"#39355280\",\"notebook.focusedCellBackground\":\"#817c9c14\",\"notebook.focusedCellBorder\":\"#9ccfd8\",\"notebook.outputContainerBackgroundColor\":\"#817c9c14\",\"notificationCenter.border\":\"#817c9c26\",\"notificationCenterHeader.background\":\"#2a273f\",\"notificationCenterHeader.foreground\":\"#908caa\",\"notificationLink.foreground\":\"#c4a7e7\",\"notificationToast.border\":\"#817c9c26\",\"notifications.background\":\"#2a273f\",\"notifications.border\":\"#817c9c26\",\"notifications.foreground\":\"#e0def4\",\"notificationsErrorIcon.foreground\":\"#eb6f92\",\"notificationsInfoIcon.foreground\":\"#9ccfd8\",\"notificationsWarningIcon.foreground\":\"#f6c177\",\"panel.background\":\"#2a273f\",\"panel.border\":\"#0000\",\"panel.dropBorder\":\"#393552\",\"panelInput.border\":\"#2a273f\",\"panelSection.dropBackground\":\"#817c9c26\",\"panelSectionHeader.background\":\"#2a273f\",\"panelSectionHeader.foreground\":\"#e0def4\",\"panelTitle.activeBorder\":\"#817c9c4d\",\"panelTitle.activeForeground\":\"#e0def4\",\"panelTitle.inactiveForeground\":\"#908caa\",\"peekView.border\":\"#393552\",\"peekViewEditor.background\":\"#2a273f\",\"peekViewEditor.matchHighlightBackground\":\"#817c9c4d\",\"peekViewResult.background\":\"#2a273f\",\"peekViewResult.fileForeground\":\"#908caa\",\"peekViewResult.lineForeground\":\"#908caa\",\"peekViewResult.matchHighlightBackground\":\"#817c9c4d\",\"peekViewResult.selectionBackground\":\"#817c9c26\",\"peekViewResult.selectionForeground\":\"#e0def4\",\"peekViewTitle.background\":\"#393552\",\"peekViewTitleDescription.foreground\":\"#908caa\",\"pickerGroup.border\":\"#817c9c4d\",\"pickerGroup.foreground\":\"#c4a7e7\",\"ports.iconRunningProcessForeground\":\"#ea9a97\",\"problemsErrorIcon.foreground\":\"#eb6f92\",\"problemsInfoIcon.foreground\":\"#9ccfd8\",\"problemsWarningIcon.foreground\":\"#f6c177\",\"progressBar.background\":\"#ea9a97\",\"quickInput.background\":\"#2a273f\",\"quickInput.foreground\":\"#908caa\",\"quickInputList.focusBackground\":\"#817c9c26\",\"quickInputList.focusForeground\":\"#e0def4\",\"quickInputList.focusIconForeground\":\"#e0def4\",\"scrollbar.shadow\":\"#2a273f4d\",\"scrollbarSlider.activeBackground\":\"#3e8fb080\",\"scrollbarSlider.background\":\"#817c9c26\",\"scrollbarSlider.hoverBackground\":\"#817c9c4d\",\"searchEditor.findMatchBackground\":\"#817c9c26\",\"selection.background\":\"#817c9c4d\",\"settings.focusedRowBackground\":\"#2a273f\",\"settings.focusedRowBorder\":\"#817c9c26\",\"settings.headerForeground\":\"#e0def4\",\"settings.modifiedItemIndicator\":\"#ea9a97\",\"settings.rowHoverBackground\":\"#2a273f\",\"sideBar.background\":\"#232136\",\"sideBar.dropBackground\":\"#2a273f\",\"sideBar.foreground\":\"#908caa\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.border\":\"#817c9c26\",\"statusBar.background\":\"#232136\",\"statusBar.debuggingBackground\":\"#c4a7e7\",\"statusBar.debuggingForeground\":\"#232136\",\"statusBar.foreground\":\"#908caa\",\"statusBar.noFolderBackground\":\"#232136\",\"statusBar.noFolderForeground\":\"#908caa\",\"statusBarItem.activeBackground\":\"#817c9c4d\",\"statusBarItem.errorBackground\":\"#232136\",\"statusBarItem.errorForeground\":\"#eb6f92\",\"statusBarItem.hoverBackground\":\"#817c9c26\",\"statusBarItem.prominentBackground\":\"#393552\",\"statusBarItem.prominentForeground\":\"#e0def4\",\"statusBarItem.prominentHoverBackground\":\"#817c9c26\",\"statusBarItem.remoteBackground\":\"#232136\",\"statusBarItem.remoteForeground\":\"#f6c177\",\"symbolIcon.arrayForeground\":\"#908caa\",\"symbolIcon.classForeground\":\"#908caa\",\"symbolIcon.colorForeground\":\"#908caa\",\"symbolIcon.constantForeground\":\"#908caa\",\"symbolIcon.constructorForeground\":\"#908caa\",\"symbolIcon.enumeratorForeground\":\"#908caa\",\"symbolIcon.enumeratorMemberForeground\":\"#908caa\",\"symbolIcon.eventForeground\":\"#908caa\",\"symbolIcon.fieldForeground\":\"#908caa\",\"symbolIcon.fileForeground\":\"#908caa\",\"symbolIcon.folderForeground\":\"#908caa\",\"symbolIcon.functionForeground\":\"#908caa\",\"symbolIcon.interfaceForeground\":\"#908caa\",\"symbolIcon.keyForeground\":\"#908caa\",\"symbolIcon.keywordForeground\":\"#908caa\",\"symbolIcon.methodForeground\":\"#908caa\",\"symbolIcon.moduleForeground\":\"#908caa\",\"symbolIcon.namespaceForeground\":\"#908caa\",\"symbolIcon.nullForeground\":\"#908caa\",\"symbolIcon.numberForeground\":\"#908caa\",\"symbolIcon.objectForeground\":\"#908caa\",\"symbolIcon.operatorForeground\":\"#908caa\",\"symbolIcon.packageForeground\":\"#908caa\",\"symbolIcon.propertyForeground\":\"#908caa\",\"symbolIcon.referenceForeground\":\"#908caa\",\"symbolIcon.snippetForeground\":\"#908caa\",\"symbolIcon.stringForeground\":\"#908caa\",\"symbolIcon.structForeground\":\"#908caa\",\"symbolIcon.textForeground\":\"#908caa\",\"symbolIcon.typeParameterForeground\":\"#908caa\",\"symbolIcon.unitForeground\":\"#908caa\",\"symbolIcon.variableForeground\":\"#908caa\",\"tab.activeBackground\":\"#817c9c14\",\"tab.activeForeground\":\"#e0def4\",\"tab.activeModifiedBorder\":\"#9ccfd8\",\"tab.border\":\"#0000\",\"tab.hoverBackground\":\"#817c9c26\",\"tab.inactiveBackground\":\"#0000\",\"tab.inactiveForeground\":\"#908caa\",\"tab.inactiveModifiedBorder\":\"#9ccfd880\",\"tab.lastPinnedBorder\":\"#6e6a86\",\"tab.unfocusedActiveBackground\":\"#0000\",\"tab.unfocusedHoverBackground\":\"#0000\",\"tab.unfocusedInactiveBackground\":\"#0000\",\"tab.unfocusedInactiveModifiedBorder\":\"#9ccfd880\",\"terminal.ansiBlack\":\"#393552\",\"terminal.ansiBlue\":\"#9ccfd8\",\"terminal.ansiBrightBlack\":\"#908caa\",\"terminal.ansiBrightBlue\":\"#9ccfd8\",\"terminal.ansiBrightCyan\":\"#ea9a97\",\"terminal.ansiBrightGreen\":\"#3e8fb0\",\"terminal.ansiBrightMagenta\":\"#c4a7e7\",\"terminal.ansiBrightRed\":\"#eb6f92\",\"terminal.ansiBrightWhite\":\"#e0def4\",\"terminal.ansiBrightYellow\":\"#f6c177\",\"terminal.ansiCyan\":\"#ea9a97\",\"terminal.ansiGreen\":\"#3e8fb0\",\"terminal.ansiMagenta\":\"#c4a7e7\",\"terminal.ansiRed\":\"#eb6f92\",\"terminal.ansiWhite\":\"#e0def4\",\"terminal.ansiYellow\":\"#f6c177\",\"terminal.dropBackground\":\"#817c9c26\",\"terminal.foreground\":\"#e0def4\",\"terminal.selectionBackground\":\"#817c9c26\",\"terminal.tab.activeBorder\":\"#e0def4\",\"terminalCursor.background\":\"#e0def4\",\"terminalCursor.foreground\":\"#6e6a86\",\"textBlockQuote.background\":\"#2a273f\",\"textBlockQuote.border\":\"#817c9c26\",\"textCodeBlock.background\":\"#2a273f\",\"textLink.activeForeground\":\"#c4a7e7e6\",\"textLink.foreground\":\"#c4a7e7\",\"textPreformat.foreground\":\"#f6c177\",\"textSeparator.foreground\":\"#908caa\",\"titleBar.activeBackground\":\"#232136\",\"titleBar.activeForeground\":\"#908caa\",\"titleBar.inactiveBackground\":\"#2a273f\",\"titleBar.inactiveForeground\":\"#908caa\",\"toolbar.activeBackground\":\"#817c9c4d\",\"toolbar.hoverBackground\":\"#817c9c26\",\"tree.indentGuidesStroke\":\"#908caa\",\"walkThrough.embeddedEditorBackground\":\"#232136\",\"welcomePage.background\":\"#232136\",\"widget.shadow\":\"#2a273f4d\",\"window.activeBorder\":\"#2a273f\",\"window.inactiveBorder\":\"#2a273f\"},\"displayName\":\"Rosé Pine Moon\",\"name\":\"rose-pine-moon\",\"tokenColors\":[{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e6a86\"}},{\"scope\":[\"constant\"],\"settings\":{\"foreground\":\"#3e8fb0\"}},{\"scope\":[\"constant.numeric\",\"constant.language\"],\"settings\":{\"foreground\":\"#ea9a97\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#ea9a97\"}},{\"scope\":[\"entity.name.section\",\"entity.name.tag\",\"entity.name.namespace\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"entity.other.attribute-name\",\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c4a7e7\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#eb6f92\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"keyword\",\"variable.language.this\"],\"settings\":{\"foreground\":\"#3e8fb0\"}},{\"scope\":[\"markup.inserted.diff\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"markup.deleted.diff\"],\"settings\":{\"foreground\":\"#eb6f92\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"meta.diff.range\"],\"settings\":{\"foreground\":\"#c4a7e7\"}},{\"scope\":[\"meta.tag\",\"meta.brace\"],\"settings\":{\"foreground\":\"#e0def4\"}},{\"scope\":[\"meta.import\",\"meta.export\"],\"settings\":{\"foreground\":\"#3e8fb0\"}},{\"scope\":\"meta.directive.vue\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c4a7e7\"}},{\"scope\":\"meta.property-name.css\",\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":\"meta.property-value.css\",\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":\"meta.tag.other.html\",\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#3e8fb0\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#6e6a86\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#3e8fb0\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"support\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"support.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eb6f92\"}},{\"scope\":[\"variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea9a97\"}},{\"scope\":[\"variable.other\",\"variable.language\",\"variable.function\",\"variable.argument\"],\"settings\":{\"foreground\":\"#e0def4\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#c4a7e7\"}}],\"type\":\"dark\"}"))