@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: github-dark-default */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#f78166\",\"activityBar.background\":\"#0d1117\",\"activityBar.border\":\"#30363d\",\"activityBar.foreground\":\"#e6edf3\",\"activityBar.inactiveForeground\":\"#7d8590\",\"activityBarBadge.background\":\"#1f6feb\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#1f6feb\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#7d8590\",\"breadcrumb.focusForeground\":\"#e6edf3\",\"breadcrumb.foreground\":\"#7d8590\",\"breadcrumbPicker.background\":\"#161b22\",\"button.background\":\"#238636\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#2ea043\",\"button.secondaryBackground\":\"#282e33\",\"button.secondaryForeground\":\"#c9d1d9\",\"button.secondaryHoverBackground\":\"#30363d\",\"checkbox.background\":\"#161b22\",\"checkbox.border\":\"#30363d\",\"debugConsole.errorForeground\":\"#ffa198\",\"debugConsole.infoForeground\":\"#8b949e\",\"debugConsole.sourceForeground\":\"#e3b341\",\"debugConsole.warningForeground\":\"#d29922\",\"debugConsoleInputIcon.foreground\":\"#bc8cff\",\"debugIcon.breakpointForeground\":\"#f85149\",\"debugTokenExpression.boolean\":\"#56d364\",\"debugTokenExpression.error\":\"#ffa198\",\"debugTokenExpression.name\":\"#79c0ff\",\"debugTokenExpression.number\":\"#56d364\",\"debugTokenExpression.string\":\"#a5d6ff\",\"debugTokenExpression.value\":\"#a5d6ff\",\"debugToolBar.background\":\"#161b22\",\"descriptionForeground\":\"#7d8590\",\"diffEditor.insertedLineBackground\":\"#23863626\",\"diffEditor.insertedTextBackground\":\"#3fb9504d\",\"diffEditor.removedLineBackground\":\"#da363326\",\"diffEditor.removedTextBackground\":\"#ff7b724d\",\"dropdown.background\":\"#161b22\",\"dropdown.border\":\"#30363d\",\"dropdown.foreground\":\"#e6edf3\",\"dropdown.listBackground\":\"#161b22\",\"editor.background\":\"#0d1117\",\"editor.findMatchBackground\":\"#9e6a03\",\"editor.findMatchHighlightBackground\":\"#f2cc6080\",\"editor.focusedStackFrameHighlightBackground\":\"#2ea04366\",\"editor.foldBackground\":\"#6e76811a\",\"editor.foreground\":\"#e6edf3\",\"editor.lineHighlightBackground\":\"#6e76811a\",\"editor.linkedEditingBackground\":\"#2f81f712\",\"editor.selectionHighlightBackground\":\"#3fb95040\",\"editor.stackFrameHighlightBackground\":\"#bb800966\",\"editor.wordHighlightBackground\":\"#6e768180\",\"editor.wordHighlightBorder\":\"#6e768199\",\"editor.wordHighlightStrongBackground\":\"#6e76814d\",\"editor.wordHighlightStrongBorder\":\"#6e768199\",\"editorBracketHighlight.foreground1\":\"#79c0ff\",\"editorBracketHighlight.foreground2\":\"#56d364\",\"editorBracketHighlight.foreground3\":\"#e3b341\",\"editorBracketHighlight.foreground4\":\"#ffa198\",\"editorBracketHighlight.foreground5\":\"#ff9bce\",\"editorBracketHighlight.foreground6\":\"#d2a8ff\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#7d8590\",\"editorBracketMatch.background\":\"#3fb95040\",\"editorBracketMatch.border\":\"#3fb95099\",\"editorCursor.foreground\":\"#2f81f7\",\"editorGroup.border\":\"#30363d\",\"editorGroupHeader.tabsBackground\":\"#010409\",\"editorGroupHeader.tabsBorder\":\"#30363d\",\"editorGutter.addedBackground\":\"#2ea04366\",\"editorGutter.deletedBackground\":\"#f8514966\",\"editorGutter.modifiedBackground\":\"#bb800966\",\"editorIndentGuide.activeBackground\":\"#e6edf33d\",\"editorIndentGuide.background\":\"#e6edf31f\",\"editorInlayHint.background\":\"#8b949e33\",\"editorInlayHint.foreground\":\"#7d8590\",\"editorInlayHint.paramBackground\":\"#8b949e33\",\"editorInlayHint.paramForeground\":\"#7d8590\",\"editorInlayHint.typeBackground\":\"#8b949e33\",\"editorInlayHint.typeForeground\":\"#7d8590\",\"editorLineNumber.activeForeground\":\"#e6edf3\",\"editorLineNumber.foreground\":\"#6e7681\",\"editorOverviewRuler.border\":\"#010409\",\"editorWhitespace.foreground\":\"#484f58\",\"editorWidget.background\":\"#161b22\",\"errorForeground\":\"#f85149\",\"focusBorder\":\"#1f6feb\",\"foreground\":\"#e6edf3\",\"gitDecoration.addedResourceForeground\":\"#3fb950\",\"gitDecoration.conflictingResourceForeground\":\"#db6d28\",\"gitDecoration.deletedResourceForeground\":\"#f85149\",\"gitDecoration.ignoredResourceForeground\":\"#6e7681\",\"gitDecoration.modifiedResourceForeground\":\"#d29922\",\"gitDecoration.submoduleResourceForeground\":\"#7d8590\",\"gitDecoration.untrackedResourceForeground\":\"#3fb950\",\"icon.foreground\":\"#7d8590\",\"input.background\":\"#0d1117\",\"input.border\":\"#30363d\",\"input.foreground\":\"#e6edf3\",\"input.placeholderForeground\":\"#6e7681\",\"keybindingLabel.foreground\":\"#e6edf3\",\"list.activeSelectionBackground\":\"#6e768166\",\"list.activeSelectionForeground\":\"#e6edf3\",\"list.focusBackground\":\"#388bfd26\",\"list.focusForeground\":\"#e6edf3\",\"list.highlightForeground\":\"#2f81f7\",\"list.hoverBackground\":\"#6e76811a\",\"list.hoverForeground\":\"#e6edf3\",\"list.inactiveFocusBackground\":\"#388bfd26\",\"list.inactiveSelectionBackground\":\"#6e768166\",\"list.inactiveSelectionForeground\":\"#e6edf3\",\"minimapSlider.activeBackground\":\"#8b949e47\",\"minimapSlider.background\":\"#8b949e33\",\"minimapSlider.hoverBackground\":\"#8b949e3d\",\"notificationCenterHeader.background\":\"#161b22\",\"notificationCenterHeader.foreground\":\"#7d8590\",\"notifications.background\":\"#161b22\",\"notifications.border\":\"#30363d\",\"notifications.foreground\":\"#e6edf3\",\"notificationsErrorIcon.foreground\":\"#f85149\",\"notificationsInfoIcon.foreground\":\"#2f81f7\",\"notificationsWarningIcon.foreground\":\"#d29922\",\"panel.background\":\"#010409\",\"panel.border\":\"#30363d\",\"panelInput.border\":\"#30363d\",\"panelTitle.activeBorder\":\"#f78166\",\"panelTitle.activeForeground\":\"#e6edf3\",\"panelTitle.inactiveForeground\":\"#7d8590\",\"peekViewEditor.background\":\"#6e76811a\",\"peekViewEditor.matchHighlightBackground\":\"#bb800966\",\"peekViewResult.background\":\"#0d1117\",\"peekViewResult.matchHighlightBackground\":\"#bb800966\",\"pickerGroup.border\":\"#30363d\",\"pickerGroup.foreground\":\"#7d8590\",\"progressBar.background\":\"#1f6feb\",\"quickInput.background\":\"#161b22\",\"quickInput.foreground\":\"#e6edf3\",\"scrollbar.shadow\":\"#484f5833\",\"scrollbarSlider.activeBackground\":\"#8b949e47\",\"scrollbarSlider.background\":\"#8b949e33\",\"scrollbarSlider.hoverBackground\":\"#8b949e3d\",\"settings.headerForeground\":\"#e6edf3\",\"settings.modifiedItemIndicator\":\"#bb800966\",\"sideBar.background\":\"#010409\",\"sideBar.border\":\"#30363d\",\"sideBar.foreground\":\"#e6edf3\",\"sideBarSectionHeader.background\":\"#010409\",\"sideBarSectionHeader.border\":\"#30363d\",\"sideBarSectionHeader.foreground\":\"#e6edf3\",\"sideBarTitle.foreground\":\"#e6edf3\",\"statusBar.background\":\"#0d1117\",\"statusBar.border\":\"#30363d\",\"statusBar.debuggingBackground\":\"#da3633\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.focusBorder\":\"#1f6feb80\",\"statusBar.foreground\":\"#7d8590\",\"statusBar.noFolderBackground\":\"#0d1117\",\"statusBarItem.activeBackground\":\"#e6edf31f\",\"statusBarItem.focusBorder\":\"#1f6feb\",\"statusBarItem.hoverBackground\":\"#e6edf314\",\"statusBarItem.prominentBackground\":\"#6e768166\",\"statusBarItem.remoteBackground\":\"#30363d\",\"statusBarItem.remoteForeground\":\"#e6edf3\",\"symbolIcon.arrayForeground\":\"#f0883e\",\"symbolIcon.booleanForeground\":\"#58a6ff\",\"symbolIcon.classForeground\":\"#f0883e\",\"symbolIcon.colorForeground\":\"#79c0ff\",\"symbolIcon.constantForeground\":[\"#aff5b4\",\"#7ee787\",\"#56d364\",\"#3fb950\",\"#2ea043\",\"#238636\",\"#196c2e\",\"#0f5323\",\"#033a16\",\"#04260f\"],\"symbolIcon.constructorForeground\":\"#d2a8ff\",\"symbolIcon.enumeratorForeground\":\"#f0883e\",\"symbolIcon.enumeratorMemberForeground\":\"#58a6ff\",\"symbolIcon.eventForeground\":\"#6e7681\",\"symbolIcon.fieldForeground\":\"#f0883e\",\"symbolIcon.fileForeground\":\"#d29922\",\"symbolIcon.folderForeground\":\"#d29922\",\"symbolIcon.functionForeground\":\"#bc8cff\",\"symbolIcon.interfaceForeground\":\"#f0883e\",\"symbolIcon.keyForeground\":\"#58a6ff\",\"symbolIcon.keywordForeground\":\"#ff7b72\",\"symbolIcon.methodForeground\":\"#bc8cff\",\"symbolIcon.moduleForeground\":\"#ff7b72\",\"symbolIcon.namespaceForeground\":\"#ff7b72\",\"symbolIcon.nullForeground\":\"#58a6ff\",\"symbolIcon.numberForeground\":\"#3fb950\",\"symbolIcon.objectForeground\":\"#f0883e\",\"symbolIcon.operatorForeground\":\"#79c0ff\",\"symbolIcon.packageForeground\":\"#f0883e\",\"symbolIcon.propertyForeground\":\"#f0883e\",\"symbolIcon.referenceForeground\":\"#58a6ff\",\"symbolIcon.snippetForeground\":\"#58a6ff\",\"symbolIcon.stringForeground\":\"#79c0ff\",\"symbolIcon.structForeground\":\"#f0883e\",\"symbolIcon.textForeground\":\"#79c0ff\",\"symbolIcon.typeParameterForeground\":\"#79c0ff\",\"symbolIcon.unitForeground\":\"#58a6ff\",\"symbolIcon.variableForeground\":\"#f0883e\",\"tab.activeBackground\":\"#0d1117\",\"tab.activeBorder\":\"#0d1117\",\"tab.activeBorderTop\":\"#f78166\",\"tab.activeForeground\":\"#e6edf3\",\"tab.border\":\"#30363d\",\"tab.hoverBackground\":\"#0d1117\",\"tab.inactiveBackground\":\"#010409\",\"tab.inactiveForeground\":\"#7d8590\",\"tab.unfocusedActiveBorder\":\"#0d1117\",\"tab.unfocusedActiveBorderTop\":\"#30363d\",\"tab.unfocusedHoverBackground\":\"#6e76811a\",\"terminal.ansiBlack\":\"#484f58\",\"terminal.ansiBlue\":\"#58a6ff\",\"terminal.ansiBrightBlack\":\"#6e7681\",\"terminal.ansiBrightBlue\":\"#79c0ff\",\"terminal.ansiBrightCyan\":\"#56d4dd\",\"terminal.ansiBrightGreen\":\"#56d364\",\"terminal.ansiBrightMagenta\":\"#d2a8ff\",\"terminal.ansiBrightRed\":\"#ffa198\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#e3b341\",\"terminal.ansiCyan\":\"#39c5cf\",\"terminal.ansiGreen\":\"#3fb950\",\"terminal.ansiMagenta\":\"#bc8cff\",\"terminal.ansiRed\":\"#ff7b72\",\"terminal.ansiWhite\":\"#b1bac4\",\"terminal.ansiYellow\":\"#d29922\",\"terminal.foreground\":\"#e6edf3\",\"textBlockQuote.background\":\"#010409\",\"textBlockQuote.border\":\"#30363d\",\"textCodeBlock.background\":\"#6e768166\",\"textLink.activeForeground\":\"#2f81f7\",\"textLink.foreground\":\"#2f81f7\",\"textPreformat.background\":\"#6e768166\",\"textPreformat.foreground\":\"#7d8590\",\"textSeparator.foreground\":\"#21262d\",\"titleBar.activeBackground\":\"#0d1117\",\"titleBar.activeForeground\":\"#7d8590\",\"titleBar.border\":\"#30363d\",\"titleBar.inactiveBackground\":\"#010409\",\"titleBar.inactiveForeground\":\"#7d8590\",\"tree.indentGuidesStroke\":\"#21262d\",\"welcomePage.buttonBackground\":\"#21262d\",\"welcomePage.buttonHoverBackground\":\"#30363d\"},\"displayName\":\"GitHub Dark Default\",\"name\":\"github-dark-default\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#8b949e\"}},{\"scope\":[\"constant.other.placeholder\",\"constant.character\"],\"settings\":{\"foreground\":\"#ff7b72\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\",\"entity\"],\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":[\"entity.name\",\"meta.export.default\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#ffa657\"}},{\"scope\":[\"variable.parameter.function\",\"meta.jsx.children\",\"meta.block\",\"meta.tag.attributes\",\"entity.name.constant\",\"meta.object.member\",\"meta.embedded.expression\"],\"settings\":{\"foreground\":\"#e6edf3\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#d2a8ff\"}},{\"scope\":[\"entity.name.tag\",\"support.class.component\"],\"settings\":{\"foreground\":\"#7ee787\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#ff7b72\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#ff7b72\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#e6edf3\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#a5d6ff\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#ffa657\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#e6edf3\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffa198\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffa198\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffa198\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffa198\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#ff7b72\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#f0f6fc\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#ffa198\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#a5d6ff\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#a5d6ff\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7ee787\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#7ee787\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#ffa657\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79c0ff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#7ee787\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e6edf3\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e6edf3\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#490202\",\"foreground\":\"#ffa198\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#ff7b72\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#04260f\",\"foreground\":\"#7ee787\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#5a1e02\",\"foreground\":\"#ffa657\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#79c0ff\",\"foreground\":\"#161b22\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d2a8ff\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79c0ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#79c0ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#8b949e\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#ffa198\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#a5d6ff\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-dark-dimmed */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#ec775c\",\"activityBar.background\":\"#22272e\",\"activityBar.border\":\"#444c56\",\"activityBar.foreground\":\"#adbac7\",\"activityBar.inactiveForeground\":\"#768390\",\"activityBarBadge.background\":\"#316dca\",\"activityBarBadge.foreground\":\"#cdd9e5\",\"badge.background\":\"#316dca\",\"badge.foreground\":\"#cdd9e5\",\"breadcrumb.activeSelectionForeground\":\"#768390\",\"breadcrumb.focusForeground\":\"#adbac7\",\"breadcrumb.foreground\":\"#768390\",\"breadcrumbPicker.background\":\"#2d333b\",\"button.background\":\"#347d39\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#46954a\",\"button.secondaryBackground\":\"#3d444d\",\"button.secondaryForeground\":\"#adbac7\",\"button.secondaryHoverBackground\":\"#444c56\",\"checkbox.background\":\"#2d333b\",\"checkbox.border\":\"#444c56\",\"debugConsole.errorForeground\":\"#ff938a\",\"debugConsole.infoForeground\":\"#768390\",\"debugConsole.sourceForeground\":\"#daaa3f\",\"debugConsole.warningForeground\":\"#c69026\",\"debugConsoleInputIcon.foreground\":\"#b083f0\",\"debugIcon.breakpointForeground\":\"#e5534b\",\"debugTokenExpression.boolean\":\"#6bc46d\",\"debugTokenExpression.error\":\"#ff938a\",\"debugTokenExpression.name\":\"#6cb6ff\",\"debugTokenExpression.number\":\"#6bc46d\",\"debugTokenExpression.string\":\"#96d0ff\",\"debugTokenExpression.value\":\"#96d0ff\",\"debugToolBar.background\":\"#2d333b\",\"descriptionForeground\":\"#768390\",\"diffEditor.insertedLineBackground\":\"#347d3926\",\"diffEditor.insertedTextBackground\":\"#57ab5a4d\",\"diffEditor.removedLineBackground\":\"#c93c3726\",\"diffEditor.removedTextBackground\":\"#f470674d\",\"dropdown.background\":\"#2d333b\",\"dropdown.border\":\"#444c56\",\"dropdown.foreground\":\"#adbac7\",\"dropdown.listBackground\":\"#2d333b\",\"editor.background\":\"#22272e\",\"editor.findMatchBackground\":\"#966600\",\"editor.findMatchHighlightBackground\":\"#eac55f80\",\"editor.focusedStackFrameHighlightBackground\":\"#46954a66\",\"editor.foldBackground\":\"#636e7b1a\",\"editor.foreground\":\"#adbac7\",\"editor.lineHighlightBackground\":\"#636e7b1a\",\"editor.linkedEditingBackground\":\"#539bf512\",\"editor.selectionHighlightBackground\":\"#57ab5a40\",\"editor.stackFrameHighlightBackground\":\"#ae7c1466\",\"editor.wordHighlightBackground\":\"#636e7b80\",\"editor.wordHighlightBorder\":\"#636e7b99\",\"editor.wordHighlightStrongBackground\":\"#636e7b4d\",\"editor.wordHighlightStrongBorder\":\"#636e7b99\",\"editorBracketHighlight.foreground1\":\"#6cb6ff\",\"editorBracketHighlight.foreground2\":\"#6bc46d\",\"editorBracketHighlight.foreground3\":\"#daaa3f\",\"editorBracketHighlight.foreground4\":\"#ff938a\",\"editorBracketHighlight.foreground5\":\"#fc8dc7\",\"editorBracketHighlight.foreground6\":\"#dcbdfb\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#768390\",\"editorBracketMatch.background\":\"#57ab5a40\",\"editorBracketMatch.border\":\"#57ab5a99\",\"editorCursor.foreground\":\"#539bf5\",\"editorGroup.border\":\"#444c56\",\"editorGroupHeader.tabsBackground\":\"#1c2128\",\"editorGroupHeader.tabsBorder\":\"#444c56\",\"editorGutter.addedBackground\":\"#46954a66\",\"editorGutter.deletedBackground\":\"#e5534b66\",\"editorGutter.modifiedBackground\":\"#ae7c1466\",\"editorIndentGuide.activeBackground\":\"#adbac73d\",\"editorIndentGuide.background\":\"#adbac71f\",\"editorInlayHint.background\":\"#76839033\",\"editorInlayHint.foreground\":\"#768390\",\"editorInlayHint.paramBackground\":\"#76839033\",\"editorInlayHint.paramForeground\":\"#768390\",\"editorInlayHint.typeBackground\":\"#76839033\",\"editorInlayHint.typeForeground\":\"#768390\",\"editorLineNumber.activeForeground\":\"#adbac7\",\"editorLineNumber.foreground\":\"#636e7b\",\"editorOverviewRuler.border\":\"#1c2128\",\"editorWhitespace.foreground\":\"#545d68\",\"editorWidget.background\":\"#2d333b\",\"errorForeground\":\"#e5534b\",\"focusBorder\":\"#316dca\",\"foreground\":\"#adbac7\",\"gitDecoration.addedResourceForeground\":\"#57ab5a\",\"gitDecoration.conflictingResourceForeground\":\"#cc6b2c\",\"gitDecoration.deletedResourceForeground\":\"#e5534b\",\"gitDecoration.ignoredResourceForeground\":\"#636e7b\",\"gitDecoration.modifiedResourceForeground\":\"#c69026\",\"gitDecoration.submoduleResourceForeground\":\"#768390\",\"gitDecoration.untrackedResourceForeground\":\"#57ab5a\",\"icon.foreground\":\"#768390\",\"input.background\":\"#22272e\",\"input.border\":\"#444c56\",\"input.foreground\":\"#adbac7\",\"input.placeholderForeground\":\"#636e7b\",\"keybindingLabel.foreground\":\"#adbac7\",\"list.activeSelectionBackground\":\"#636e7b66\",\"list.activeSelectionForeground\":\"#adbac7\",\"list.focusBackground\":\"#4184e426\",\"list.focusForeground\":\"#adbac7\",\"list.highlightForeground\":\"#539bf5\",\"list.hoverBackground\":\"#636e7b1a\",\"list.hoverForeground\":\"#adbac7\",\"list.inactiveFocusBackground\":\"#4184e426\",\"list.inactiveSelectionBackground\":\"#636e7b66\",\"list.inactiveSelectionForeground\":\"#adbac7\",\"minimapSlider.activeBackground\":\"#76839047\",\"minimapSlider.background\":\"#76839033\",\"minimapSlider.hoverBackground\":\"#7683903d\",\"notificationCenterHeader.background\":\"#2d333b\",\"notificationCenterHeader.foreground\":\"#768390\",\"notifications.background\":\"#2d333b\",\"notifications.border\":\"#444c56\",\"notifications.foreground\":\"#adbac7\",\"notificationsErrorIcon.foreground\":\"#e5534b\",\"notificationsInfoIcon.foreground\":\"#539bf5\",\"notificationsWarningIcon.foreground\":\"#c69026\",\"panel.background\":\"#1c2128\",\"panel.border\":\"#444c56\",\"panelInput.border\":\"#444c56\",\"panelTitle.activeBorder\":\"#ec775c\",\"panelTitle.activeForeground\":\"#adbac7\",\"panelTitle.inactiveForeground\":\"#768390\",\"peekViewEditor.background\":\"#636e7b1a\",\"peekViewEditor.matchHighlightBackground\":\"#ae7c1466\",\"peekViewResult.background\":\"#22272e\",\"peekViewResult.matchHighlightBackground\":\"#ae7c1466\",\"pickerGroup.border\":\"#444c56\",\"pickerGroup.foreground\":\"#768390\",\"progressBar.background\":\"#316dca\",\"quickInput.background\":\"#2d333b\",\"quickInput.foreground\":\"#adbac7\",\"scrollbar.shadow\":\"#545d6833\",\"scrollbarSlider.activeBackground\":\"#76839047\",\"scrollbarSlider.background\":\"#76839033\",\"scrollbarSlider.hoverBackground\":\"#7683903d\",\"settings.headerForeground\":\"#adbac7\",\"settings.modifiedItemIndicator\":\"#ae7c1466\",\"sideBar.background\":\"#1c2128\",\"sideBar.border\":\"#444c56\",\"sideBar.foreground\":\"#adbac7\",\"sideBarSectionHeader.background\":\"#1c2128\",\"sideBarSectionHeader.border\":\"#444c56\",\"sideBarSectionHeader.foreground\":\"#adbac7\",\"sideBarTitle.foreground\":\"#adbac7\",\"statusBar.background\":\"#22272e\",\"statusBar.border\":\"#444c56\",\"statusBar.debuggingBackground\":\"#c93c37\",\"statusBar.debuggingForeground\":\"#cdd9e5\",\"statusBar.focusBorder\":\"#316dca80\",\"statusBar.foreground\":\"#768390\",\"statusBar.noFolderBackground\":\"#22272e\",\"statusBarItem.activeBackground\":\"#adbac71f\",\"statusBarItem.focusBorder\":\"#316dca\",\"statusBarItem.hoverBackground\":\"#adbac714\",\"statusBarItem.prominentBackground\":\"#636e7b66\",\"statusBarItem.remoteBackground\":\"#444c56\",\"statusBarItem.remoteForeground\":\"#adbac7\",\"symbolIcon.arrayForeground\":\"#e0823d\",\"symbolIcon.booleanForeground\":\"#539bf5\",\"symbolIcon.classForeground\":\"#e0823d\",\"symbolIcon.colorForeground\":\"#6cb6ff\",\"symbolIcon.constantForeground\":[\"#b4f1b4\",\"#8ddb8c\",\"#6bc46d\",\"#57ab5a\",\"#46954a\",\"#347d39\",\"#2b6a30\",\"#245829\",\"#1b4721\",\"#113417\"],\"symbolIcon.constructorForeground\":\"#dcbdfb\",\"symbolIcon.enumeratorForeground\":\"#e0823d\",\"symbolIcon.enumeratorMemberForeground\":\"#539bf5\",\"symbolIcon.eventForeground\":\"#636e7b\",\"symbolIcon.fieldForeground\":\"#e0823d\",\"symbolIcon.fileForeground\":\"#c69026\",\"symbolIcon.folderForeground\":\"#c69026\",\"symbolIcon.functionForeground\":\"#b083f0\",\"symbolIcon.interfaceForeground\":\"#e0823d\",\"symbolIcon.keyForeground\":\"#539bf5\",\"symbolIcon.keywordForeground\":\"#f47067\",\"symbolIcon.methodForeground\":\"#b083f0\",\"symbolIcon.moduleForeground\":\"#f47067\",\"symbolIcon.namespaceForeground\":\"#f47067\",\"symbolIcon.nullForeground\":\"#539bf5\",\"symbolIcon.numberForeground\":\"#57ab5a\",\"symbolIcon.objectForeground\":\"#e0823d\",\"symbolIcon.operatorForeground\":\"#6cb6ff\",\"symbolIcon.packageForeground\":\"#e0823d\",\"symbolIcon.propertyForeground\":\"#e0823d\",\"symbolIcon.referenceForeground\":\"#539bf5\",\"symbolIcon.snippetForeground\":\"#539bf5\",\"symbolIcon.stringForeground\":\"#6cb6ff\",\"symbolIcon.structForeground\":\"#e0823d\",\"symbolIcon.textForeground\":\"#6cb6ff\",\"symbolIcon.typeParameterForeground\":\"#6cb6ff\",\"symbolIcon.unitForeground\":\"#539bf5\",\"symbolIcon.variableForeground\":\"#e0823d\",\"tab.activeBackground\":\"#22272e\",\"tab.activeBorder\":\"#22272e\",\"tab.activeBorderTop\":\"#ec775c\",\"tab.activeForeground\":\"#adbac7\",\"tab.border\":\"#444c56\",\"tab.hoverBackground\":\"#22272e\",\"tab.inactiveBackground\":\"#1c2128\",\"tab.inactiveForeground\":\"#768390\",\"tab.unfocusedActiveBorder\":\"#22272e\",\"tab.unfocusedActiveBorderTop\":\"#444c56\",\"tab.unfocusedHoverBackground\":\"#636e7b1a\",\"terminal.ansiBlack\":\"#545d68\",\"terminal.ansiBlue\":\"#539bf5\",\"terminal.ansiBrightBlack\":\"#636e7b\",\"terminal.ansiBrightBlue\":\"#6cb6ff\",\"terminal.ansiBrightCyan\":\"#56d4dd\",\"terminal.ansiBrightGreen\":\"#6bc46d\",\"terminal.ansiBrightMagenta\":\"#dcbdfb\",\"terminal.ansiBrightRed\":\"#ff938a\",\"terminal.ansiBrightWhite\":\"#cdd9e5\",\"terminal.ansiBrightYellow\":\"#daaa3f\",\"terminal.ansiCyan\":\"#39c5cf\",\"terminal.ansiGreen\":\"#57ab5a\",\"terminal.ansiMagenta\":\"#b083f0\",\"terminal.ansiRed\":\"#f47067\",\"terminal.ansiWhite\":\"#909dab\",\"terminal.ansiYellow\":\"#c69026\",\"terminal.foreground\":\"#adbac7\",\"textBlockQuote.background\":\"#1c2128\",\"textBlockQuote.border\":\"#444c56\",\"textCodeBlock.background\":\"#636e7b66\",\"textLink.activeForeground\":\"#539bf5\",\"textLink.foreground\":\"#539bf5\",\"textPreformat.background\":\"#636e7b66\",\"textPreformat.foreground\":\"#768390\",\"textSeparator.foreground\":\"#373e47\",\"titleBar.activeBackground\":\"#22272e\",\"titleBar.activeForeground\":\"#768390\",\"titleBar.border\":\"#444c56\",\"titleBar.inactiveBackground\":\"#1c2128\",\"titleBar.inactiveForeground\":\"#768390\",\"tree.indentGuidesStroke\":\"#373e47\",\"welcomePage.buttonBackground\":\"#373e47\",\"welcomePage.buttonHoverBackground\":\"#444c56\"},\"displayName\":\"GitHub Dark Dimmed\",\"name\":\"github-dark-dimmed\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#768390\"}},{\"scope\":[\"constant.other.placeholder\",\"constant.character\"],\"settings\":{\"foreground\":\"#f47067\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\",\"entity\"],\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":[\"entity.name\",\"meta.export.default\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#f69d50\"}},{\"scope\":[\"variable.parameter.function\",\"meta.jsx.children\",\"meta.block\",\"meta.tag.attributes\",\"entity.name.constant\",\"meta.object.member\",\"meta.embedded.expression\"],\"settings\":{\"foreground\":\"#adbac7\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#dcbdfb\"}},{\"scope\":[\"entity.name.tag\",\"support.class.component\"],\"settings\":{\"foreground\":\"#8ddb8c\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#f47067\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#f47067\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#adbac7\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#96d0ff\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#f69d50\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#adbac7\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ff938a\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ff938a\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ff938a\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ff938a\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#f47067\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#cdd9e5\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#ff938a\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#96d0ff\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#96d0ff\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8ddb8c\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#8ddb8c\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#f69d50\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6cb6ff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#8ddb8c\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#adbac7\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#adbac7\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#5d0f12\",\"foreground\":\"#ff938a\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#f47067\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#113417\",\"foreground\":\"#8ddb8c\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#682d0f\",\"foreground\":\"#f69d50\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#6cb6ff\",\"foreground\":\"#2d333b\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dcbdfb\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6cb6ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#6cb6ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#768390\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#ff938a\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#96d0ff\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-dark-high-contrast */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#ff967d\",\"activityBar.background\":\"#0a0c10\",\"activityBar.border\":\"#7a828e\",\"activityBar.foreground\":\"#f0f3f6\",\"activityBar.inactiveForeground\":\"#f0f3f6\",\"activityBarBadge.background\":\"#409eff\",\"activityBarBadge.foreground\":\"#0a0c10\",\"badge.background\":\"#409eff\",\"badge.foreground\":\"#0a0c10\",\"breadcrumb.activeSelectionForeground\":\"#f0f3f6\",\"breadcrumb.focusForeground\":\"#f0f3f6\",\"breadcrumb.foreground\":\"#f0f3f6\",\"breadcrumbPicker.background\":\"#272b33\",\"button.background\":\"#09b43a\",\"button.foreground\":\"#0a0c10\",\"button.hoverBackground\":\"#26cd4d\",\"button.secondaryBackground\":\"#4c525d\",\"button.secondaryForeground\":\"#f0f3f6\",\"button.secondaryHoverBackground\":\"#525964\",\"checkbox.background\":\"#272b33\",\"checkbox.border\":\"#7a828e\",\"debugConsole.errorForeground\":\"#ffb1af\",\"debugConsole.infoForeground\":\"#bdc4cc\",\"debugConsole.sourceForeground\":\"#f7c843\",\"debugConsole.warningForeground\":\"#f0b72f\",\"debugConsoleInputIcon.foreground\":\"#cb9eff\",\"debugIcon.breakpointForeground\":\"#ff6a69\",\"debugTokenExpression.boolean\":\"#4ae168\",\"debugTokenExpression.error\":\"#ffb1af\",\"debugTokenExpression.name\":\"#91cbff\",\"debugTokenExpression.number\":\"#4ae168\",\"debugTokenExpression.string\":\"#addcff\",\"debugTokenExpression.value\":\"#addcff\",\"debugToolBar.background\":\"#272b33\",\"descriptionForeground\":\"#f0f3f6\",\"diffEditor.insertedLineBackground\":\"#09b43a26\",\"diffEditor.insertedTextBackground\":\"#26cd4d4d\",\"diffEditor.removedLineBackground\":\"#ff6a6926\",\"diffEditor.removedTextBackground\":\"#ff94924d\",\"dropdown.background\":\"#272b33\",\"dropdown.border\":\"#7a828e\",\"dropdown.foreground\":\"#f0f3f6\",\"dropdown.listBackground\":\"#272b33\",\"editor.background\":\"#0a0c10\",\"editor.findMatchBackground\":\"#e09b13\",\"editor.findMatchHighlightBackground\":\"#fbd66980\",\"editor.focusedStackFrameHighlightBackground\":\"#09b43a\",\"editor.foldBackground\":\"#9ea7b31a\",\"editor.foreground\":\"#f0f3f6\",\"editor.inactiveSelectionBackground\":\"#9ea7b3\",\"editor.lineHighlightBackground\":\"#9ea7b31a\",\"editor.lineHighlightBorder\":\"#71b7ff\",\"editor.linkedEditingBackground\":\"#71b7ff12\",\"editor.selectionBackground\":\"#ffffff\",\"editor.selectionForeground\":\"#0a0c10\",\"editor.selectionHighlightBackground\":\"#26cd4d40\",\"editor.stackFrameHighlightBackground\":\"#e09b13\",\"editor.wordHighlightBackground\":\"#9ea7b380\",\"editor.wordHighlightBorder\":\"#9ea7b399\",\"editor.wordHighlightStrongBackground\":\"#9ea7b34d\",\"editor.wordHighlightStrongBorder\":\"#9ea7b399\",\"editorBracketHighlight.foreground1\":\"#91cbff\",\"editorBracketHighlight.foreground2\":\"#4ae168\",\"editorBracketHighlight.foreground3\":\"#f7c843\",\"editorBracketHighlight.foreground4\":\"#ffb1af\",\"editorBracketHighlight.foreground5\":\"#ffadd4\",\"editorBracketHighlight.foreground6\":\"#dbb7ff\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#f0f3f6\",\"editorBracketMatch.background\":\"#26cd4d40\",\"editorBracketMatch.border\":\"#26cd4d99\",\"editorCursor.foreground\":\"#71b7ff\",\"editorGroup.border\":\"#7a828e\",\"editorGroupHeader.tabsBackground\":\"#010409\",\"editorGroupHeader.tabsBorder\":\"#7a828e\",\"editorGutter.addedBackground\":\"#09b43a\",\"editorGutter.deletedBackground\":\"#ff6a69\",\"editorGutter.modifiedBackground\":\"#e09b13\",\"editorIndentGuide.activeBackground\":\"#f0f3f63d\",\"editorIndentGuide.background\":\"#f0f3f61f\",\"editorInlayHint.background\":\"#bdc4cc33\",\"editorInlayHint.foreground\":\"#f0f3f6\",\"editorInlayHint.paramBackground\":\"#bdc4cc33\",\"editorInlayHint.paramForeground\":\"#f0f3f6\",\"editorInlayHint.typeBackground\":\"#bdc4cc33\",\"editorInlayHint.typeForeground\":\"#f0f3f6\",\"editorLineNumber.activeForeground\":\"#f0f3f6\",\"editorLineNumber.foreground\":\"#9ea7b3\",\"editorOverviewRuler.border\":\"#010409\",\"editorWhitespace.foreground\":\"#7a828e\",\"editorWidget.background\":\"#272b33\",\"errorForeground\":\"#ff6a69\",\"focusBorder\":\"#409eff\",\"foreground\":\"#f0f3f6\",\"gitDecoration.addedResourceForeground\":\"#26cd4d\",\"gitDecoration.conflictingResourceForeground\":\"#e7811d\",\"gitDecoration.deletedResourceForeground\":\"#ff6a69\",\"gitDecoration.ignoredResourceForeground\":\"#9ea7b3\",\"gitDecoration.modifiedResourceForeground\":\"#f0b72f\",\"gitDecoration.submoduleResourceForeground\":\"#f0f3f6\",\"gitDecoration.untrackedResourceForeground\":\"#26cd4d\",\"icon.foreground\":\"#f0f3f6\",\"input.background\":\"#0a0c10\",\"input.border\":\"#7a828e\",\"input.foreground\":\"#f0f3f6\",\"input.placeholderForeground\":\"#9ea7b3\",\"keybindingLabel.foreground\":\"#f0f3f6\",\"list.activeSelectionBackground\":\"#9ea7b366\",\"list.activeSelectionForeground\":\"#f0f3f6\",\"list.focusBackground\":\"#409eff26\",\"list.focusForeground\":\"#f0f3f6\",\"list.highlightForeground\":\"#71b7ff\",\"list.hoverBackground\":\"#9ea7b31a\",\"list.hoverForeground\":\"#f0f3f6\",\"list.inactiveFocusBackground\":\"#409eff26\",\"list.inactiveSelectionBackground\":\"#9ea7b366\",\"list.inactiveSelectionForeground\":\"#f0f3f6\",\"minimapSlider.activeBackground\":\"#bdc4cc47\",\"minimapSlider.background\":\"#bdc4cc33\",\"minimapSlider.hoverBackground\":\"#bdc4cc3d\",\"notificationCenterHeader.background\":\"#272b33\",\"notificationCenterHeader.foreground\":\"#f0f3f6\",\"notifications.background\":\"#272b33\",\"notifications.border\":\"#7a828e\",\"notifications.foreground\":\"#f0f3f6\",\"notificationsErrorIcon.foreground\":\"#ff6a69\",\"notificationsInfoIcon.foreground\":\"#71b7ff\",\"notificationsWarningIcon.foreground\":\"#f0b72f\",\"panel.background\":\"#010409\",\"panel.border\":\"#7a828e\",\"panelInput.border\":\"#7a828e\",\"panelTitle.activeBorder\":\"#ff967d\",\"panelTitle.activeForeground\":\"#f0f3f6\",\"panelTitle.inactiveForeground\":\"#f0f3f6\",\"peekViewEditor.background\":\"#9ea7b31a\",\"peekViewEditor.matchHighlightBackground\":\"#e09b13\",\"peekViewResult.background\":\"#0a0c10\",\"peekViewResult.matchHighlightBackground\":\"#e09b13\",\"pickerGroup.border\":\"#7a828e\",\"pickerGroup.foreground\":\"#f0f3f6\",\"progressBar.background\":\"#409eff\",\"quickInput.background\":\"#272b33\",\"quickInput.foreground\":\"#f0f3f6\",\"scrollbar.shadow\":\"#7a828e33\",\"scrollbarSlider.activeBackground\":\"#bdc4cc47\",\"scrollbarSlider.background\":\"#bdc4cc33\",\"scrollbarSlider.hoverBackground\":\"#bdc4cc3d\",\"settings.headerForeground\":\"#f0f3f6\",\"settings.modifiedItemIndicator\":\"#e09b13\",\"sideBar.background\":\"#010409\",\"sideBar.border\":\"#7a828e\",\"sideBar.foreground\":\"#f0f3f6\",\"sideBarSectionHeader.background\":\"#010409\",\"sideBarSectionHeader.border\":\"#7a828e\",\"sideBarSectionHeader.foreground\":\"#f0f3f6\",\"sideBarTitle.foreground\":\"#f0f3f6\",\"statusBar.background\":\"#0a0c10\",\"statusBar.border\":\"#7a828e\",\"statusBar.debuggingBackground\":\"#ff6a69\",\"statusBar.debuggingForeground\":\"#0a0c10\",\"statusBar.focusBorder\":\"#409eff80\",\"statusBar.foreground\":\"#f0f3f6\",\"statusBar.noFolderBackground\":\"#0a0c10\",\"statusBarItem.activeBackground\":\"#f0f3f61f\",\"statusBarItem.focusBorder\":\"#409eff\",\"statusBarItem.hoverBackground\":\"#f0f3f614\",\"statusBarItem.prominentBackground\":\"#9ea7b366\",\"statusBarItem.remoteBackground\":\"#525964\",\"statusBarItem.remoteForeground\":\"#f0f3f6\",\"symbolIcon.arrayForeground\":\"#fe9a2d\",\"symbolIcon.booleanForeground\":\"#71b7ff\",\"symbolIcon.classForeground\":\"#fe9a2d\",\"symbolIcon.colorForeground\":\"#91cbff\",\"symbolIcon.constantForeground\":[\"#acf7b6\",\"#72f088\",\"#4ae168\",\"#26cd4d\",\"#09b43a\",\"#09b43a\",\"#02a232\",\"#008c2c\",\"#007728\",\"#006222\"],\"symbolIcon.constructorForeground\":\"#dbb7ff\",\"symbolIcon.enumeratorForeground\":\"#fe9a2d\",\"symbolIcon.enumeratorMemberForeground\":\"#71b7ff\",\"symbolIcon.eventForeground\":\"#9ea7b3\",\"symbolIcon.fieldForeground\":\"#fe9a2d\",\"symbolIcon.fileForeground\":\"#f0b72f\",\"symbolIcon.folderForeground\":\"#f0b72f\",\"symbolIcon.functionForeground\":\"#cb9eff\",\"symbolIcon.interfaceForeground\":\"#fe9a2d\",\"symbolIcon.keyForeground\":\"#71b7ff\",\"symbolIcon.keywordForeground\":\"#ff9492\",\"symbolIcon.methodForeground\":\"#cb9eff\",\"symbolIcon.moduleForeground\":\"#ff9492\",\"symbolIcon.namespaceForeground\":\"#ff9492\",\"symbolIcon.nullForeground\":\"#71b7ff\",\"symbolIcon.numberForeground\":\"#26cd4d\",\"symbolIcon.objectForeground\":\"#fe9a2d\",\"symbolIcon.operatorForeground\":\"#91cbff\",\"symbolIcon.packageForeground\":\"#fe9a2d\",\"symbolIcon.propertyForeground\":\"#fe9a2d\",\"symbolIcon.referenceForeground\":\"#71b7ff\",\"symbolIcon.snippetForeground\":\"#71b7ff\",\"symbolIcon.stringForeground\":\"#91cbff\",\"symbolIcon.structForeground\":\"#fe9a2d\",\"symbolIcon.textForeground\":\"#91cbff\",\"symbolIcon.typeParameterForeground\":\"#91cbff\",\"symbolIcon.unitForeground\":\"#71b7ff\",\"symbolIcon.variableForeground\":\"#fe9a2d\",\"tab.activeBackground\":\"#0a0c10\",\"tab.activeBorder\":\"#0a0c10\",\"tab.activeBorderTop\":\"#ff967d\",\"tab.activeForeground\":\"#f0f3f6\",\"tab.border\":\"#7a828e\",\"tab.hoverBackground\":\"#0a0c10\",\"tab.inactiveBackground\":\"#010409\",\"tab.inactiveForeground\":\"#f0f3f6\",\"tab.unfocusedActiveBorder\":\"#0a0c10\",\"tab.unfocusedActiveBorderTop\":\"#7a828e\",\"tab.unfocusedHoverBackground\":\"#9ea7b31a\",\"terminal.ansiBlack\":\"#7a828e\",\"terminal.ansiBlue\":\"#71b7ff\",\"terminal.ansiBrightBlack\":\"#9ea7b3\",\"terminal.ansiBrightBlue\":\"#91cbff\",\"terminal.ansiBrightCyan\":\"#56d4dd\",\"terminal.ansiBrightGreen\":\"#4ae168\",\"terminal.ansiBrightMagenta\":\"#dbb7ff\",\"terminal.ansiBrightRed\":\"#ffb1af\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#f7c843\",\"terminal.ansiCyan\":\"#39c5cf\",\"terminal.ansiGreen\":\"#26cd4d\",\"terminal.ansiMagenta\":\"#cb9eff\",\"terminal.ansiRed\":\"#ff9492\",\"terminal.ansiWhite\":\"#d9dee3\",\"terminal.ansiYellow\":\"#f0b72f\",\"terminal.foreground\":\"#f0f3f6\",\"textBlockQuote.background\":\"#010409\",\"textBlockQuote.border\":\"#7a828e\",\"textCodeBlock.background\":\"#9ea7b366\",\"textLink.activeForeground\":\"#71b7ff\",\"textLink.foreground\":\"#71b7ff\",\"textPreformat.background\":\"#9ea7b366\",\"textPreformat.foreground\":\"#f0f3f6\",\"textSeparator.foreground\":\"#7a828e\",\"titleBar.activeBackground\":\"#0a0c10\",\"titleBar.activeForeground\":\"#f0f3f6\",\"titleBar.border\":\"#7a828e\",\"titleBar.inactiveBackground\":\"#010409\",\"titleBar.inactiveForeground\":\"#f0f3f6\",\"tree.indentGuidesStroke\":\"#7a828e\",\"welcomePage.buttonBackground\":\"#272b33\",\"welcomePage.buttonHoverBackground\":\"#525964\"},\"displayName\":\"GitHub Dark High Contrast\",\"name\":\"github-dark-high-contrast\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#bdc4cc\"}},{\"scope\":[\"constant.other.placeholder\",\"constant.character\"],\"settings\":{\"foreground\":\"#ff9492\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\",\"entity\"],\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":[\"entity.name\",\"meta.export.default\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#ffb757\"}},{\"scope\":[\"variable.parameter.function\",\"meta.jsx.children\",\"meta.block\",\"meta.tag.attributes\",\"entity.name.constant\",\"meta.object.member\",\"meta.embedded.expression\"],\"settings\":{\"foreground\":\"#f0f3f6\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#dbb7ff\"}},{\"scope\":[\"entity.name.tag\",\"support.class.component\"],\"settings\":{\"foreground\":\"#72f088\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#ff9492\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#ff9492\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#f0f3f6\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#addcff\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#ffb757\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#f0f3f6\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffb1af\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffb1af\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffb1af\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffb1af\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#ff9492\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#ffffff\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#ffb1af\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#addcff\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#addcff\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#72f088\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#72f088\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#ffb757\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#91cbff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#72f088\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f0f3f6\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f0f3f6\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#ad0116\",\"foreground\":\"#ffb1af\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#ff9492\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#006222\",\"foreground\":\"#72f088\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#a74c00\",\"foreground\":\"#ffb757\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#91cbff\",\"foreground\":\"#272b33\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dbb7ff\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#91cbff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#91cbff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#bdc4cc\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#ffb1af\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#addcff\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-dark */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#f9826c\",\"activityBar.background\":\"#24292e\",\"activityBar.border\":\"#1b1f23\",\"activityBar.foreground\":\"#e1e4e8\",\"activityBar.inactiveForeground\":\"#6a737d\",\"activityBarBadge.background\":\"#0366d6\",\"activityBarBadge.foreground\":\"#fff\",\"badge.background\":\"#044289\",\"badge.foreground\":\"#c8e1ff\",\"breadcrumb.activeSelectionForeground\":\"#d1d5da\",\"breadcrumb.focusForeground\":\"#e1e4e8\",\"breadcrumb.foreground\":\"#959da5\",\"breadcrumbPicker.background\":\"#2b3036\",\"button.background\":\"#176f2c\",\"button.foreground\":\"#dcffe4\",\"button.hoverBackground\":\"#22863a\",\"button.secondaryBackground\":\"#444d56\",\"button.secondaryForeground\":\"#fff\",\"button.secondaryHoverBackground\":\"#586069\",\"checkbox.background\":\"#444d56\",\"checkbox.border\":\"#1b1f23\",\"debugToolBar.background\":\"#2b3036\",\"descriptionForeground\":\"#959da5\",\"diffEditor.insertedTextBackground\":\"#28a74530\",\"diffEditor.removedTextBackground\":\"#d73a4930\",\"dropdown.background\":\"#2f363d\",\"dropdown.border\":\"#1b1f23\",\"dropdown.foreground\":\"#e1e4e8\",\"dropdown.listBackground\":\"#24292e\",\"editor.background\":\"#24292e\",\"editor.findMatchBackground\":\"#ffd33d44\",\"editor.findMatchHighlightBackground\":\"#ffd33d22\",\"editor.focusedStackFrameHighlightBackground\":\"#2b6a3033\",\"editor.foldBackground\":\"#58606915\",\"editor.foreground\":\"#e1e4e8\",\"editor.inactiveSelectionBackground\":\"#3392FF22\",\"editor.lineHighlightBackground\":\"#2b3036\",\"editor.linkedEditingBackground\":\"#3392FF22\",\"editor.selectionBackground\":\"#3392FF44\",\"editor.selectionHighlightBackground\":\"#17E5E633\",\"editor.selectionHighlightBorder\":\"#17E5E600\",\"editor.stackFrameHighlightBackground\":\"#C6902625\",\"editor.wordHighlightBackground\":\"#17E5E600\",\"editor.wordHighlightBorder\":\"#17E5E699\",\"editor.wordHighlightStrongBackground\":\"#17E5E600\",\"editor.wordHighlightStrongBorder\":\"#17E5E666\",\"editorBracketHighlight.foreground1\":\"#79b8ff\",\"editorBracketHighlight.foreground2\":\"#ffab70\",\"editorBracketHighlight.foreground3\":\"#b392f0\",\"editorBracketHighlight.foreground4\":\"#79b8ff\",\"editorBracketHighlight.foreground5\":\"#ffab70\",\"editorBracketHighlight.foreground6\":\"#b392f0\",\"editorBracketMatch.background\":\"#17E5E650\",\"editorBracketMatch.border\":\"#17E5E600\",\"editorCursor.foreground\":\"#c8e1ff\",\"editorError.foreground\":\"#f97583\",\"editorGroup.border\":\"#1b1f23\",\"editorGroupHeader.tabsBackground\":\"#1f2428\",\"editorGroupHeader.tabsBorder\":\"#1b1f23\",\"editorGutter.addedBackground\":\"#28a745\",\"editorGutter.deletedBackground\":\"#ea4a5a\",\"editorGutter.modifiedBackground\":\"#2188ff\",\"editorIndentGuide.activeBackground\":\"#444d56\",\"editorIndentGuide.background\":\"#2f363d\",\"editorLineNumber.activeForeground\":\"#e1e4e8\",\"editorLineNumber.foreground\":\"#444d56\",\"editorOverviewRuler.border\":\"#1b1f23\",\"editorWarning.foreground\":\"#ffea7f\",\"editorWhitespace.foreground\":\"#444d56\",\"editorWidget.background\":\"#1f2428\",\"errorForeground\":\"#f97583\",\"focusBorder\":\"#005cc5\",\"foreground\":\"#d1d5da\",\"gitDecoration.addedResourceForeground\":\"#34d058\",\"gitDecoration.conflictingResourceForeground\":\"#ffab70\",\"gitDecoration.deletedResourceForeground\":\"#ea4a5a\",\"gitDecoration.ignoredResourceForeground\":\"#6a737d\",\"gitDecoration.modifiedResourceForeground\":\"#79b8ff\",\"gitDecoration.submoduleResourceForeground\":\"#6a737d\",\"gitDecoration.untrackedResourceForeground\":\"#34d058\",\"input.background\":\"#2f363d\",\"input.border\":\"#1b1f23\",\"input.foreground\":\"#e1e4e8\",\"input.placeholderForeground\":\"#959da5\",\"list.activeSelectionBackground\":\"#39414a\",\"list.activeSelectionForeground\":\"#e1e4e8\",\"list.focusBackground\":\"#044289\",\"list.hoverBackground\":\"#282e34\",\"list.hoverForeground\":\"#e1e4e8\",\"list.inactiveFocusBackground\":\"#1d2d3e\",\"list.inactiveSelectionBackground\":\"#282e34\",\"list.inactiveSelectionForeground\":\"#e1e4e8\",\"notificationCenterHeader.background\":\"#24292e\",\"notificationCenterHeader.foreground\":\"#959da5\",\"notifications.background\":\"#2f363d\",\"notifications.border\":\"#1b1f23\",\"notifications.foreground\":\"#e1e4e8\",\"notificationsErrorIcon.foreground\":\"#ea4a5a\",\"notificationsInfoIcon.foreground\":\"#79b8ff\",\"notificationsWarningIcon.foreground\":\"#ffab70\",\"panel.background\":\"#1f2428\",\"panel.border\":\"#1b1f23\",\"panelInput.border\":\"#2f363d\",\"panelTitle.activeBorder\":\"#f9826c\",\"panelTitle.activeForeground\":\"#e1e4e8\",\"panelTitle.inactiveForeground\":\"#959da5\",\"peekViewEditor.background\":\"#1f242888\",\"peekViewEditor.matchHighlightBackground\":\"#ffd33d33\",\"peekViewResult.background\":\"#1f2428\",\"peekViewResult.matchHighlightBackground\":\"#ffd33d33\",\"pickerGroup.border\":\"#444d56\",\"pickerGroup.foreground\":\"#e1e4e8\",\"progressBar.background\":\"#0366d6\",\"quickInput.background\":\"#24292e\",\"quickInput.foreground\":\"#e1e4e8\",\"scrollbar.shadow\":\"#0008\",\"scrollbarSlider.activeBackground\":\"#6a737d88\",\"scrollbarSlider.background\":\"#6a737d33\",\"scrollbarSlider.hoverBackground\":\"#6a737d44\",\"settings.headerForeground\":\"#e1e4e8\",\"settings.modifiedItemIndicator\":\"#0366d6\",\"sideBar.background\":\"#1f2428\",\"sideBar.border\":\"#1b1f23\",\"sideBar.foreground\":\"#d1d5da\",\"sideBarSectionHeader.background\":\"#1f2428\",\"sideBarSectionHeader.border\":\"#1b1f23\",\"sideBarSectionHeader.foreground\":\"#e1e4e8\",\"sideBarTitle.foreground\":\"#e1e4e8\",\"statusBar.background\":\"#24292e\",\"statusBar.border\":\"#1b1f23\",\"statusBar.debuggingBackground\":\"#931c06\",\"statusBar.debuggingForeground\":\"#fff\",\"statusBar.foreground\":\"#d1d5da\",\"statusBar.noFolderBackground\":\"#24292e\",\"statusBarItem.prominentBackground\":\"#282e34\",\"statusBarItem.remoteBackground\":\"#24292e\",\"statusBarItem.remoteForeground\":\"#d1d5da\",\"tab.activeBackground\":\"#24292e\",\"tab.activeBorder\":\"#24292e\",\"tab.activeBorderTop\":\"#f9826c\",\"tab.activeForeground\":\"#e1e4e8\",\"tab.border\":\"#1b1f23\",\"tab.hoverBackground\":\"#24292e\",\"tab.inactiveBackground\":\"#1f2428\",\"tab.inactiveForeground\":\"#959da5\",\"tab.unfocusedActiveBorder\":\"#24292e\",\"tab.unfocusedActiveBorderTop\":\"#1b1f23\",\"tab.unfocusedHoverBackground\":\"#24292e\",\"terminal.ansiBlack\":\"#586069\",\"terminal.ansiBlue\":\"#2188ff\",\"terminal.ansiBrightBlack\":\"#959da5\",\"terminal.ansiBrightBlue\":\"#79b8ff\",\"terminal.ansiBrightCyan\":\"#56d4dd\",\"terminal.ansiBrightGreen\":\"#85e89d\",\"terminal.ansiBrightMagenta\":\"#b392f0\",\"terminal.ansiBrightRed\":\"#f97583\",\"terminal.ansiBrightWhite\":\"#fafbfc\",\"terminal.ansiBrightYellow\":\"#ffea7f\",\"terminal.ansiCyan\":\"#39c5cf\",\"terminal.ansiGreen\":\"#34d058\",\"terminal.ansiMagenta\":\"#b392f0\",\"terminal.ansiRed\":\"#ea4a5a\",\"terminal.ansiWhite\":\"#d1d5da\",\"terminal.ansiYellow\":\"#ffea7f\",\"terminal.foreground\":\"#d1d5da\",\"terminal.tab.activeBorder\":\"#f9826c\",\"terminalCursor.background\":\"#586069\",\"terminalCursor.foreground\":\"#79b8ff\",\"textBlockQuote.background\":\"#24292e\",\"textBlockQuote.border\":\"#444d56\",\"textCodeBlock.background\":\"#2f363d\",\"textLink.activeForeground\":\"#c8e1ff\",\"textLink.foreground\":\"#79b8ff\",\"textPreformat.foreground\":\"#d1d5da\",\"textSeparator.foreground\":\"#586069\",\"titleBar.activeBackground\":\"#24292e\",\"titleBar.activeForeground\":\"#e1e4e8\",\"titleBar.border\":\"#1b1f23\",\"titleBar.inactiveBackground\":\"#1f2428\",\"titleBar.inactiveForeground\":\"#959da5\",\"tree.indentGuidesStroke\":\"#2f363d\",\"welcomePage.buttonBackground\":\"#2f363d\",\"welcomePage.buttonHoverBackground\":\"#444d56\"},\"displayName\":\"GitHub Dark\",\"name\":\"github-dark\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#6a737d\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\"],\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#b392f0\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#e1e4e8\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#85e89d\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#f97583\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#f97583\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#e1e4e8\"}},{\"scope\":[\"string\",\"punctuation.definition.string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#9ecbff\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#ffab70\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#e1e4e8\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#f97583\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#24292e\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#dbedff\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#dbedff\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#85e89d\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#ffab70\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79b8ff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#85e89d\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e1e4e8\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e1e4e8\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#86181d\",\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#144620\",\"foreground\":\"#85e89d\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#c24e00\",\"foreground\":\"#ffab70\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#79b8ff\",\"foreground\":\"#2f363d\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b392f0\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#d1d5da\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#dbedff\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-light-default */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#fd8c73\",\"activityBar.background\":\"#ffffff\",\"activityBar.border\":\"#d0d7de\",\"activityBar.foreground\":\"#1f2328\",\"activityBar.inactiveForeground\":\"#656d76\",\"activityBarBadge.background\":\"#0969da\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#0969da\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#656d76\",\"breadcrumb.focusForeground\":\"#1f2328\",\"breadcrumb.foreground\":\"#656d76\",\"breadcrumbPicker.background\":\"#ffffff\",\"button.background\":\"#1f883d\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#1a7f37\",\"button.secondaryBackground\":\"#ebecf0\",\"button.secondaryForeground\":\"#24292f\",\"button.secondaryHoverBackground\":\"#f3f4f6\",\"checkbox.background\":\"#f6f8fa\",\"checkbox.border\":\"#d0d7de\",\"debugConsole.errorForeground\":\"#cf222e\",\"debugConsole.infoForeground\":\"#57606a\",\"debugConsole.sourceForeground\":\"#9a6700\",\"debugConsole.warningForeground\":\"#7d4e00\",\"debugConsoleInputIcon.foreground\":\"#6639ba\",\"debugIcon.breakpointForeground\":\"#cf222e\",\"debugTokenExpression.boolean\":\"#116329\",\"debugTokenExpression.error\":\"#a40e26\",\"debugTokenExpression.name\":\"#0550ae\",\"debugTokenExpression.number\":\"#116329\",\"debugTokenExpression.string\":\"#0a3069\",\"debugTokenExpression.value\":\"#0a3069\",\"debugToolBar.background\":\"#ffffff\",\"descriptionForeground\":\"#656d76\",\"diffEditor.insertedLineBackground\":\"#aceebb4d\",\"diffEditor.insertedTextBackground\":\"#6fdd8b80\",\"diffEditor.removedLineBackground\":\"#ffcecb4d\",\"diffEditor.removedTextBackground\":\"#ff818266\",\"dropdown.background\":\"#ffffff\",\"dropdown.border\":\"#d0d7de\",\"dropdown.foreground\":\"#1f2328\",\"dropdown.listBackground\":\"#ffffff\",\"editor.background\":\"#ffffff\",\"editor.findMatchBackground\":\"#bf8700\",\"editor.findMatchHighlightBackground\":\"#fae17d80\",\"editor.focusedStackFrameHighlightBackground\":\"#4ac26b66\",\"editor.foldBackground\":\"#6e77811a\",\"editor.foreground\":\"#1f2328\",\"editor.lineHighlightBackground\":\"#eaeef280\",\"editor.linkedEditingBackground\":\"#0969da12\",\"editor.selectionHighlightBackground\":\"#4ac26b40\",\"editor.stackFrameHighlightBackground\":\"#d4a72c66\",\"editor.wordHighlightBackground\":\"#eaeef280\",\"editor.wordHighlightBorder\":\"#afb8c199\",\"editor.wordHighlightStrongBackground\":\"#afb8c14d\",\"editor.wordHighlightStrongBorder\":\"#afb8c199\",\"editorBracketHighlight.foreground1\":\"#0969da\",\"editorBracketHighlight.foreground2\":\"#1a7f37\",\"editorBracketHighlight.foreground3\":\"#9a6700\",\"editorBracketHighlight.foreground4\":\"#cf222e\",\"editorBracketHighlight.foreground5\":\"#bf3989\",\"editorBracketHighlight.foreground6\":\"#8250df\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#656d76\",\"editorBracketMatch.background\":\"#4ac26b40\",\"editorBracketMatch.border\":\"#4ac26b99\",\"editorCursor.foreground\":\"#0969da\",\"editorGroup.border\":\"#d0d7de\",\"editorGroupHeader.tabsBackground\":\"#f6f8fa\",\"editorGroupHeader.tabsBorder\":\"#d0d7de\",\"editorGutter.addedBackground\":\"#4ac26b66\",\"editorGutter.deletedBackground\":\"#ff818266\",\"editorGutter.modifiedBackground\":\"#d4a72c66\",\"editorIndentGuide.activeBackground\":\"#1f23283d\",\"editorIndentGuide.background\":\"#1f23281f\",\"editorInlayHint.background\":\"#afb8c133\",\"editorInlayHint.foreground\":\"#656d76\",\"editorInlayHint.paramBackground\":\"#afb8c133\",\"editorInlayHint.paramForeground\":\"#656d76\",\"editorInlayHint.typeBackground\":\"#afb8c133\",\"editorInlayHint.typeForeground\":\"#656d76\",\"editorLineNumber.activeForeground\":\"#1f2328\",\"editorLineNumber.foreground\":\"#8c959f\",\"editorOverviewRuler.border\":\"#ffffff\",\"editorWhitespace.foreground\":\"#afb8c1\",\"editorWidget.background\":\"#ffffff\",\"errorForeground\":\"#cf222e\",\"focusBorder\":\"#0969da\",\"foreground\":\"#1f2328\",\"gitDecoration.addedResourceForeground\":\"#1a7f37\",\"gitDecoration.conflictingResourceForeground\":\"#bc4c00\",\"gitDecoration.deletedResourceForeground\":\"#cf222e\",\"gitDecoration.ignoredResourceForeground\":\"#6e7781\",\"gitDecoration.modifiedResourceForeground\":\"#9a6700\",\"gitDecoration.submoduleResourceForeground\":\"#656d76\",\"gitDecoration.untrackedResourceForeground\":\"#1a7f37\",\"icon.foreground\":\"#656d76\",\"input.background\":\"#ffffff\",\"input.border\":\"#d0d7de\",\"input.foreground\":\"#1f2328\",\"input.placeholderForeground\":\"#6e7781\",\"keybindingLabel.foreground\":\"#1f2328\",\"list.activeSelectionBackground\":\"#afb8c133\",\"list.activeSelectionForeground\":\"#1f2328\",\"list.focusBackground\":\"#ddf4ff\",\"list.focusForeground\":\"#1f2328\",\"list.highlightForeground\":\"#0969da\",\"list.hoverBackground\":\"#eaeef280\",\"list.hoverForeground\":\"#1f2328\",\"list.inactiveFocusBackground\":\"#ddf4ff\",\"list.inactiveSelectionBackground\":\"#afb8c133\",\"list.inactiveSelectionForeground\":\"#1f2328\",\"minimapSlider.activeBackground\":\"#8c959f47\",\"minimapSlider.background\":\"#8c959f33\",\"minimapSlider.hoverBackground\":\"#8c959f3d\",\"notificationCenterHeader.background\":\"#f6f8fa\",\"notificationCenterHeader.foreground\":\"#656d76\",\"notifications.background\":\"#ffffff\",\"notifications.border\":\"#d0d7de\",\"notifications.foreground\":\"#1f2328\",\"notificationsErrorIcon.foreground\":\"#cf222e\",\"notificationsInfoIcon.foreground\":\"#0969da\",\"notificationsWarningIcon.foreground\":\"#9a6700\",\"panel.background\":\"#f6f8fa\",\"panel.border\":\"#d0d7de\",\"panelInput.border\":\"#d0d7de\",\"panelTitle.activeBorder\":\"#fd8c73\",\"panelTitle.activeForeground\":\"#1f2328\",\"panelTitle.inactiveForeground\":\"#656d76\",\"pickerGroup.border\":\"#d0d7de\",\"pickerGroup.foreground\":\"#656d76\",\"progressBar.background\":\"#0969da\",\"quickInput.background\":\"#ffffff\",\"quickInput.foreground\":\"#1f2328\",\"scrollbar.shadow\":\"#6e778133\",\"scrollbarSlider.activeBackground\":\"#8c959f47\",\"scrollbarSlider.background\":\"#8c959f33\",\"scrollbarSlider.hoverBackground\":\"#8c959f3d\",\"settings.headerForeground\":\"#1f2328\",\"settings.modifiedItemIndicator\":\"#d4a72c66\",\"sideBar.background\":\"#f6f8fa\",\"sideBar.border\":\"#d0d7de\",\"sideBar.foreground\":\"#1f2328\",\"sideBarSectionHeader.background\":\"#f6f8fa\",\"sideBarSectionHeader.border\":\"#d0d7de\",\"sideBarSectionHeader.foreground\":\"#1f2328\",\"sideBarTitle.foreground\":\"#1f2328\",\"statusBar.background\":\"#ffffff\",\"statusBar.border\":\"#d0d7de\",\"statusBar.debuggingBackground\":\"#cf222e\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.focusBorder\":\"#0969da80\",\"statusBar.foreground\":\"#656d76\",\"statusBar.noFolderBackground\":\"#ffffff\",\"statusBarItem.activeBackground\":\"#1f23281f\",\"statusBarItem.focusBorder\":\"#0969da\",\"statusBarItem.hoverBackground\":\"#1f232814\",\"statusBarItem.prominentBackground\":\"#afb8c133\",\"statusBarItem.remoteBackground\":\"#eaeef2\",\"statusBarItem.remoteForeground\":\"#1f2328\",\"symbolIcon.arrayForeground\":\"#953800\",\"symbolIcon.booleanForeground\":\"#0550ae\",\"symbolIcon.classForeground\":\"#953800\",\"symbolIcon.colorForeground\":\"#0a3069\",\"symbolIcon.constantForeground\":\"#116329\",\"symbolIcon.constructorForeground\":\"#3e1f79\",\"symbolIcon.enumeratorForeground\":\"#953800\",\"symbolIcon.enumeratorMemberForeground\":\"#0550ae\",\"symbolIcon.eventForeground\":\"#57606a\",\"symbolIcon.fieldForeground\":\"#953800\",\"symbolIcon.fileForeground\":\"#7d4e00\",\"symbolIcon.folderForeground\":\"#7d4e00\",\"symbolIcon.functionForeground\":\"#6639ba\",\"symbolIcon.interfaceForeground\":\"#953800\",\"symbolIcon.keyForeground\":\"#0550ae\",\"symbolIcon.keywordForeground\":\"#a40e26\",\"symbolIcon.methodForeground\":\"#6639ba\",\"symbolIcon.moduleForeground\":\"#a40e26\",\"symbolIcon.namespaceForeground\":\"#a40e26\",\"symbolIcon.nullForeground\":\"#0550ae\",\"symbolIcon.numberForeground\":\"#116329\",\"symbolIcon.objectForeground\":\"#953800\",\"symbolIcon.operatorForeground\":\"#0a3069\",\"symbolIcon.packageForeground\":\"#953800\",\"symbolIcon.propertyForeground\":\"#953800\",\"symbolIcon.referenceForeground\":\"#0550ae\",\"symbolIcon.snippetForeground\":\"#0550ae\",\"symbolIcon.stringForeground\":\"#0a3069\",\"symbolIcon.structForeground\":\"#953800\",\"symbolIcon.textForeground\":\"#0a3069\",\"symbolIcon.typeParameterForeground\":\"#0a3069\",\"symbolIcon.unitForeground\":\"#0550ae\",\"symbolIcon.variableForeground\":\"#953800\",\"tab.activeBackground\":\"#ffffff\",\"tab.activeBorder\":\"#ffffff\",\"tab.activeBorderTop\":\"#fd8c73\",\"tab.activeForeground\":\"#1f2328\",\"tab.border\":\"#d0d7de\",\"tab.hoverBackground\":\"#ffffff\",\"tab.inactiveBackground\":\"#f6f8fa\",\"tab.inactiveForeground\":\"#656d76\",\"tab.unfocusedActiveBorder\":\"#ffffff\",\"tab.unfocusedActiveBorderTop\":\"#d0d7de\",\"tab.unfocusedHoverBackground\":\"#eaeef280\",\"terminal.ansiBlack\":\"#24292f\",\"terminal.ansiBlue\":\"#0969da\",\"terminal.ansiBrightBlack\":\"#57606a\",\"terminal.ansiBrightBlue\":\"#218bff\",\"terminal.ansiBrightCyan\":\"#3192aa\",\"terminal.ansiBrightGreen\":\"#1a7f37\",\"terminal.ansiBrightMagenta\":\"#a475f9\",\"terminal.ansiBrightRed\":\"#a40e26\",\"terminal.ansiBrightWhite\":\"#8c959f\",\"terminal.ansiBrightYellow\":\"#633c01\",\"terminal.ansiCyan\":\"#1b7c83\",\"terminal.ansiGreen\":\"#116329\",\"terminal.ansiMagenta\":\"#8250df\",\"terminal.ansiRed\":\"#cf222e\",\"terminal.ansiWhite\":\"#6e7781\",\"terminal.ansiYellow\":\"#4d2d00\",\"terminal.foreground\":\"#1f2328\",\"textBlockQuote.background\":\"#f6f8fa\",\"textBlockQuote.border\":\"#d0d7de\",\"textCodeBlock.background\":\"#afb8c133\",\"textLink.activeForeground\":\"#0969da\",\"textLink.foreground\":\"#0969da\",\"textPreformat.background\":\"#afb8c133\",\"textPreformat.foreground\":\"#656d76\",\"textSeparator.foreground\":\"#d8dee4\",\"titleBar.activeBackground\":\"#ffffff\",\"titleBar.activeForeground\":\"#656d76\",\"titleBar.border\":\"#d0d7de\",\"titleBar.inactiveBackground\":\"#f6f8fa\",\"titleBar.inactiveForeground\":\"#656d76\",\"tree.indentGuidesStroke\":\"#d8dee4\",\"welcomePage.buttonBackground\":\"#f6f8fa\",\"welcomePage.buttonHoverBackground\":\"#f3f4f6\"},\"displayName\":\"GitHub Light Default\",\"name\":\"github-light-default\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#6e7781\"}},{\"scope\":[\"constant.other.placeholder\",\"constant.character\"],\"settings\":{\"foreground\":\"#cf222e\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\",\"entity\"],\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":[\"entity.name\",\"meta.export.default\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#953800\"}},{\"scope\":[\"variable.parameter.function\",\"meta.jsx.children\",\"meta.block\",\"meta.tag.attributes\",\"entity.name.constant\",\"meta.object.member\",\"meta.embedded.expression\"],\"settings\":{\"foreground\":\"#1f2328\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#8250df\"}},{\"scope\":[\"entity.name.tag\",\"support.class.component\"],\"settings\":{\"foreground\":\"#116329\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#cf222e\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#cf222e\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#1f2328\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#0a3069\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#953800\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#1f2328\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82071e\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82071e\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82071e\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82071e\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#cf222e\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#f6f8fa\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#82071e\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#0a3069\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#0a3069\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#116329\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#116329\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#953800\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#0550ae\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#116329\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1f2328\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#1f2328\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#ffebe9\",\"foreground\":\"#82071e\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#cf222e\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#dafbe1\",\"foreground\":\"#116329\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#ffd8b5\",\"foreground\":\"#953800\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#0550ae\",\"foreground\":\"#eaeef2\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8250df\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#0550ae\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#0550ae\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#57606a\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#82071e\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#0a3069\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-light-high-contrast */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#ef5b48\",\"activityBar.background\":\"#ffffff\",\"activityBar.border\":\"#20252c\",\"activityBar.foreground\":\"#0e1116\",\"activityBar.inactiveForeground\":\"#0e1116\",\"activityBarBadge.background\":\"#0349b4\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#0349b4\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#0e1116\",\"breadcrumb.focusForeground\":\"#0e1116\",\"breadcrumb.foreground\":\"#0e1116\",\"breadcrumbPicker.background\":\"#ffffff\",\"button.background\":\"#055d20\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#024c1a\",\"button.secondaryBackground\":\"#acb6c0\",\"button.secondaryForeground\":\"#0e1116\",\"button.secondaryHoverBackground\":\"#ced5dc\",\"checkbox.background\":\"#e7ecf0\",\"checkbox.border\":\"#20252c\",\"debugConsole.errorForeground\":\"#a0111f\",\"debugConsole.infoForeground\":\"#4b535d\",\"debugConsole.sourceForeground\":\"#744500\",\"debugConsole.warningForeground\":\"#603700\",\"debugConsoleInputIcon.foreground\":\"#512598\",\"debugIcon.breakpointForeground\":\"#a0111f\",\"debugTokenExpression.boolean\":\"#024c1a\",\"debugTokenExpression.error\":\"#86061d\",\"debugTokenExpression.name\":\"#023b95\",\"debugTokenExpression.number\":\"#024c1a\",\"debugTokenExpression.string\":\"#032563\",\"debugTokenExpression.value\":\"#032563\",\"debugToolBar.background\":\"#ffffff\",\"descriptionForeground\":\"#0e1116\",\"diffEditor.insertedLineBackground\":\"#82e5964d\",\"diffEditor.insertedTextBackground\":\"#43c66380\",\"diffEditor.removedLineBackground\":\"#ffc1bc4d\",\"diffEditor.removedTextBackground\":\"#ee5a5d66\",\"dropdown.background\":\"#ffffff\",\"dropdown.border\":\"#20252c\",\"dropdown.foreground\":\"#0e1116\",\"dropdown.listBackground\":\"#ffffff\",\"editor.background\":\"#ffffff\",\"editor.findMatchBackground\":\"#744500\",\"editor.findMatchHighlightBackground\":\"#f0ce5380\",\"editor.focusedStackFrameHighlightBackground\":\"#26a148\",\"editor.foldBackground\":\"#66707b1a\",\"editor.foreground\":\"#0e1116\",\"editor.inactiveSelectionBackground\":\"#66707b\",\"editor.lineHighlightBackground\":\"#e7ecf0\",\"editor.linkedEditingBackground\":\"#0349b412\",\"editor.selectionBackground\":\"#0e1116\",\"editor.selectionForeground\":\"#ffffff\",\"editor.selectionHighlightBackground\":\"#26a14840\",\"editor.stackFrameHighlightBackground\":\"#b58407\",\"editor.wordHighlightBackground\":\"#e7ecf080\",\"editor.wordHighlightBorder\":\"#acb6c099\",\"editor.wordHighlightStrongBackground\":\"#acb6c04d\",\"editor.wordHighlightStrongBorder\":\"#acb6c099\",\"editorBracketHighlight.foreground1\":\"#0349b4\",\"editorBracketHighlight.foreground2\":\"#055d20\",\"editorBracketHighlight.foreground3\":\"#744500\",\"editorBracketHighlight.foreground4\":\"#a0111f\",\"editorBracketHighlight.foreground5\":\"#971368\",\"editorBracketHighlight.foreground6\":\"#622cbc\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#0e1116\",\"editorBracketMatch.background\":\"#26a14840\",\"editorBracketMatch.border\":\"#26a14899\",\"editorCursor.foreground\":\"#0349b4\",\"editorGroup.border\":\"#20252c\",\"editorGroupHeader.tabsBackground\":\"#ffffff\",\"editorGroupHeader.tabsBorder\":\"#20252c\",\"editorGutter.addedBackground\":\"#26a148\",\"editorGutter.deletedBackground\":\"#ee5a5d\",\"editorGutter.modifiedBackground\":\"#b58407\",\"editorIndentGuide.activeBackground\":\"#0e11163d\",\"editorIndentGuide.background\":\"#0e11161f\",\"editorInlayHint.background\":\"#acb6c033\",\"editorInlayHint.foreground\":\"#0e1116\",\"editorInlayHint.paramBackground\":\"#acb6c033\",\"editorInlayHint.paramForeground\":\"#0e1116\",\"editorInlayHint.typeBackground\":\"#acb6c033\",\"editorInlayHint.typeForeground\":\"#0e1116\",\"editorLineNumber.activeForeground\":\"#0e1116\",\"editorLineNumber.foreground\":\"#88929d\",\"editorOverviewRuler.border\":\"#ffffff\",\"editorWhitespace.foreground\":\"#acb6c0\",\"editorWidget.background\":\"#ffffff\",\"errorForeground\":\"#a0111f\",\"focusBorder\":\"#0349b4\",\"foreground\":\"#0e1116\",\"gitDecoration.addedResourceForeground\":\"#055d20\",\"gitDecoration.conflictingResourceForeground\":\"#873800\",\"gitDecoration.deletedResourceForeground\":\"#a0111f\",\"gitDecoration.ignoredResourceForeground\":\"#66707b\",\"gitDecoration.modifiedResourceForeground\":\"#744500\",\"gitDecoration.submoduleResourceForeground\":\"#0e1116\",\"gitDecoration.untrackedResourceForeground\":\"#055d20\",\"icon.foreground\":\"#0e1116\",\"input.background\":\"#ffffff\",\"input.border\":\"#20252c\",\"input.foreground\":\"#0e1116\",\"input.placeholderForeground\":\"#66707b\",\"keybindingLabel.foreground\":\"#0e1116\",\"list.activeSelectionBackground\":\"#acb6c033\",\"list.activeSelectionForeground\":\"#0e1116\",\"list.focusBackground\":\"#dff7ff\",\"list.focusForeground\":\"#0e1116\",\"list.highlightForeground\":\"#0349b4\",\"list.hoverBackground\":\"#e7ecf0\",\"list.hoverForeground\":\"#0e1116\",\"list.inactiveFocusBackground\":\"#dff7ff\",\"list.inactiveSelectionBackground\":\"#acb6c033\",\"list.inactiveSelectionForeground\":\"#0e1116\",\"minimapSlider.activeBackground\":\"#88929d47\",\"minimapSlider.background\":\"#88929d33\",\"minimapSlider.hoverBackground\":\"#88929d3d\",\"notificationCenterHeader.background\":\"#e7ecf0\",\"notificationCenterHeader.foreground\":\"#0e1116\",\"notifications.background\":\"#ffffff\",\"notifications.border\":\"#20252c\",\"notifications.foreground\":\"#0e1116\",\"notificationsErrorIcon.foreground\":\"#a0111f\",\"notificationsInfoIcon.foreground\":\"#0349b4\",\"notificationsWarningIcon.foreground\":\"#744500\",\"panel.background\":\"#ffffff\",\"panel.border\":\"#20252c\",\"panelInput.border\":\"#20252c\",\"panelTitle.activeBorder\":\"#ef5b48\",\"panelTitle.activeForeground\":\"#0e1116\",\"panelTitle.inactiveForeground\":\"#0e1116\",\"pickerGroup.border\":\"#20252c\",\"pickerGroup.foreground\":\"#0e1116\",\"progressBar.background\":\"#0349b4\",\"quickInput.background\":\"#ffffff\",\"quickInput.foreground\":\"#0e1116\",\"scrollbar.shadow\":\"#66707b33\",\"scrollbarSlider.activeBackground\":\"#88929d47\",\"scrollbarSlider.background\":\"#88929d33\",\"scrollbarSlider.hoverBackground\":\"#88929d3d\",\"settings.headerForeground\":\"#0e1116\",\"settings.modifiedItemIndicator\":\"#b58407\",\"sideBar.background\":\"#ffffff\",\"sideBar.border\":\"#20252c\",\"sideBar.foreground\":\"#0e1116\",\"sideBarSectionHeader.background\":\"#ffffff\",\"sideBarSectionHeader.border\":\"#20252c\",\"sideBarSectionHeader.foreground\":\"#0e1116\",\"sideBarTitle.foreground\":\"#0e1116\",\"statusBar.background\":\"#ffffff\",\"statusBar.border\":\"#20252c\",\"statusBar.debuggingBackground\":\"#a0111f\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.focusBorder\":\"#0349b480\",\"statusBar.foreground\":\"#0e1116\",\"statusBar.noFolderBackground\":\"#ffffff\",\"statusBarItem.activeBackground\":\"#0e11161f\",\"statusBarItem.focusBorder\":\"#0349b4\",\"statusBarItem.hoverBackground\":\"#0e111614\",\"statusBarItem.prominentBackground\":\"#acb6c033\",\"statusBarItem.remoteBackground\":\"#e7ecf0\",\"statusBarItem.remoteForeground\":\"#0e1116\",\"symbolIcon.arrayForeground\":\"#702c00\",\"symbolIcon.booleanForeground\":\"#023b95\",\"symbolIcon.classForeground\":\"#702c00\",\"symbolIcon.colorForeground\":\"#032563\",\"symbolIcon.constantForeground\":\"#024c1a\",\"symbolIcon.constructorForeground\":\"#341763\",\"symbolIcon.enumeratorForeground\":\"#702c00\",\"symbolIcon.enumeratorMemberForeground\":\"#023b95\",\"symbolIcon.eventForeground\":\"#4b535d\",\"symbolIcon.fieldForeground\":\"#702c00\",\"symbolIcon.fileForeground\":\"#603700\",\"symbolIcon.folderForeground\":\"#603700\",\"symbolIcon.functionForeground\":\"#512598\",\"symbolIcon.interfaceForeground\":\"#702c00\",\"symbolIcon.keyForeground\":\"#023b95\",\"symbolIcon.keywordForeground\":\"#86061d\",\"symbolIcon.methodForeground\":\"#512598\",\"symbolIcon.moduleForeground\":\"#86061d\",\"symbolIcon.namespaceForeground\":\"#86061d\",\"symbolIcon.nullForeground\":\"#023b95\",\"symbolIcon.numberForeground\":\"#024c1a\",\"symbolIcon.objectForeground\":\"#702c00\",\"symbolIcon.operatorForeground\":\"#032563\",\"symbolIcon.packageForeground\":\"#702c00\",\"symbolIcon.propertyForeground\":\"#702c00\",\"symbolIcon.referenceForeground\":\"#023b95\",\"symbolIcon.snippetForeground\":\"#023b95\",\"symbolIcon.stringForeground\":\"#032563\",\"symbolIcon.structForeground\":\"#702c00\",\"symbolIcon.textForeground\":\"#032563\",\"symbolIcon.typeParameterForeground\":\"#032563\",\"symbolIcon.unitForeground\":\"#023b95\",\"symbolIcon.variableForeground\":\"#702c00\",\"tab.activeBackground\":\"#ffffff\",\"tab.activeBorder\":\"#ffffff\",\"tab.activeBorderTop\":\"#ef5b48\",\"tab.activeForeground\":\"#0e1116\",\"tab.border\":\"#20252c\",\"tab.hoverBackground\":\"#ffffff\",\"tab.inactiveBackground\":\"#ffffff\",\"tab.inactiveForeground\":\"#0e1116\",\"tab.unfocusedActiveBorder\":\"#ffffff\",\"tab.unfocusedActiveBorderTop\":\"#20252c\",\"tab.unfocusedHoverBackground\":\"#e7ecf0\",\"terminal.ansiBlack\":\"#0e1116\",\"terminal.ansiBlue\":\"#0349b4\",\"terminal.ansiBrightBlack\":\"#4b535d\",\"terminal.ansiBrightBlue\":\"#1168e3\",\"terminal.ansiBrightCyan\":\"#3192aa\",\"terminal.ansiBrightGreen\":\"#055d20\",\"terminal.ansiBrightMagenta\":\"#844ae7\",\"terminal.ansiBrightRed\":\"#86061d\",\"terminal.ansiBrightWhite\":\"#88929d\",\"terminal.ansiBrightYellow\":\"#4e2c00\",\"terminal.ansiCyan\":\"#1b7c83\",\"terminal.ansiGreen\":\"#024c1a\",\"terminal.ansiMagenta\":\"#622cbc\",\"terminal.ansiRed\":\"#a0111f\",\"terminal.ansiWhite\":\"#66707b\",\"terminal.ansiYellow\":\"#3f2200\",\"terminal.foreground\":\"#0e1116\",\"textBlockQuote.background\":\"#ffffff\",\"textBlockQuote.border\":\"#20252c\",\"textCodeBlock.background\":\"#acb6c033\",\"textLink.activeForeground\":\"#0349b4\",\"textLink.foreground\":\"#0349b4\",\"textPreformat.background\":\"#acb6c033\",\"textPreformat.foreground\":\"#0e1116\",\"textSeparator.foreground\":\"#88929d\",\"titleBar.activeBackground\":\"#ffffff\",\"titleBar.activeForeground\":\"#0e1116\",\"titleBar.border\":\"#20252c\",\"titleBar.inactiveBackground\":\"#ffffff\",\"titleBar.inactiveForeground\":\"#0e1116\",\"tree.indentGuidesStroke\":\"#88929d\",\"welcomePage.buttonBackground\":\"#e7ecf0\",\"welcomePage.buttonHoverBackground\":\"#ced5dc\"},\"displayName\":\"GitHub Light High Contrast\",\"name\":\"github-light-high-contrast\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#66707b\"}},{\"scope\":[\"constant.other.placeholder\",\"constant.character\"],\"settings\":{\"foreground\":\"#a0111f\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\",\"entity\"],\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":[\"entity.name\",\"meta.export.default\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#702c00\"}},{\"scope\":[\"variable.parameter.function\",\"meta.jsx.children\",\"meta.block\",\"meta.tag.attributes\",\"entity.name.constant\",\"meta.object.member\",\"meta.embedded.expression\"],\"settings\":{\"foreground\":\"#0e1116\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#622cbc\"}},{\"scope\":[\"entity.name.tag\",\"support.class.component\"],\"settings\":{\"foreground\":\"#024c1a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#a0111f\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#a0111f\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#0e1116\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#032563\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#702c00\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#0e1116\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e011a\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e011a\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e011a\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e011a\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#a0111f\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#ffffff\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#6e011a\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#032563\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#032563\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#024c1a\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#024c1a\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#702c00\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#023b95\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#024c1a\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#0e1116\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#0e1116\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#fff0ee\",\"foreground\":\"#6e011a\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#a0111f\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#d2fedb\",\"foreground\":\"#024c1a\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#ffc67b\",\"foreground\":\"#702c00\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#023b95\",\"foreground\":\"#e7ecf0\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#622cbc\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#023b95\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#023b95\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#4b535d\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#6e011a\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#032563\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: github-light */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#f9826c\",\"activityBar.background\":\"#fff\",\"activityBar.border\":\"#e1e4e8\",\"activityBar.foreground\":\"#2f363d\",\"activityBar.inactiveForeground\":\"#959da5\",\"activityBarBadge.background\":\"#2188ff\",\"activityBarBadge.foreground\":\"#fff\",\"badge.background\":\"#dbedff\",\"badge.foreground\":\"#005cc5\",\"breadcrumb.activeSelectionForeground\":\"#586069\",\"breadcrumb.focusForeground\":\"#2f363d\",\"breadcrumb.foreground\":\"#6a737d\",\"breadcrumbPicker.background\":\"#fafbfc\",\"button.background\":\"#159739\",\"button.foreground\":\"#fff\",\"button.hoverBackground\":\"#138934\",\"button.secondaryBackground\":\"#e1e4e8\",\"button.secondaryForeground\":\"#1b1f23\",\"button.secondaryHoverBackground\":\"#d1d5da\",\"checkbox.background\":\"#fafbfc\",\"checkbox.border\":\"#d1d5da\",\"debugToolBar.background\":\"#fff\",\"descriptionForeground\":\"#6a737d\",\"diffEditor.insertedTextBackground\":\"#34d05822\",\"diffEditor.removedTextBackground\":\"#d73a4922\",\"dropdown.background\":\"#fafbfc\",\"dropdown.border\":\"#e1e4e8\",\"dropdown.foreground\":\"#2f363d\",\"dropdown.listBackground\":\"#fff\",\"editor.background\":\"#fff\",\"editor.findMatchBackground\":\"#ffdf5d\",\"editor.findMatchHighlightBackground\":\"#ffdf5d66\",\"editor.focusedStackFrameHighlightBackground\":\"#28a74525\",\"editor.foldBackground\":\"#d1d5da11\",\"editor.foreground\":\"#24292e\",\"editor.inactiveSelectionBackground\":\"#0366d611\",\"editor.lineHighlightBackground\":\"#f6f8fa\",\"editor.linkedEditingBackground\":\"#0366d611\",\"editor.selectionBackground\":\"#0366d625\",\"editor.selectionHighlightBackground\":\"#34d05840\",\"editor.selectionHighlightBorder\":\"#34d05800\",\"editor.stackFrameHighlightBackground\":\"#ffd33d33\",\"editor.wordHighlightBackground\":\"#34d05800\",\"editor.wordHighlightBorder\":\"#24943e99\",\"editor.wordHighlightStrongBackground\":\"#34d05800\",\"editor.wordHighlightStrongBorder\":\"#24943e50\",\"editorBracketHighlight.foreground1\":\"#005cc5\",\"editorBracketHighlight.foreground2\":\"#e36209\",\"editorBracketHighlight.foreground3\":\"#5a32a3\",\"editorBracketHighlight.foreground4\":\"#005cc5\",\"editorBracketHighlight.foreground5\":\"#e36209\",\"editorBracketHighlight.foreground6\":\"#5a32a3\",\"editorBracketMatch.background\":\"#34d05840\",\"editorBracketMatch.border\":\"#34d05800\",\"editorCursor.foreground\":\"#044289\",\"editorError.foreground\":\"#cb2431\",\"editorGroup.border\":\"#e1e4e8\",\"editorGroupHeader.tabsBackground\":\"#f6f8fa\",\"editorGroupHeader.tabsBorder\":\"#e1e4e8\",\"editorGutter.addedBackground\":\"#28a745\",\"editorGutter.deletedBackground\":\"#d73a49\",\"editorGutter.modifiedBackground\":\"#2188ff\",\"editorIndentGuide.activeBackground\":\"#d7dbe0\",\"editorIndentGuide.background\":\"#eff2f6\",\"editorLineNumber.activeForeground\":\"#24292e\",\"editorLineNumber.foreground\":\"#1b1f234d\",\"editorOverviewRuler.border\":\"#fff\",\"editorWarning.foreground\":\"#f9c513\",\"editorWhitespace.foreground\":\"#d1d5da\",\"editorWidget.background\":\"#f6f8fa\",\"errorForeground\":\"#cb2431\",\"focusBorder\":\"#2188ff\",\"foreground\":\"#444d56\",\"gitDecoration.addedResourceForeground\":\"#28a745\",\"gitDecoration.conflictingResourceForeground\":\"#e36209\",\"gitDecoration.deletedResourceForeground\":\"#d73a49\",\"gitDecoration.ignoredResourceForeground\":\"#959da5\",\"gitDecoration.modifiedResourceForeground\":\"#005cc5\",\"gitDecoration.submoduleResourceForeground\":\"#959da5\",\"gitDecoration.untrackedResourceForeground\":\"#28a745\",\"input.background\":\"#fafbfc\",\"input.border\":\"#e1e4e8\",\"input.foreground\":\"#2f363d\",\"input.placeholderForeground\":\"#959da5\",\"list.activeSelectionBackground\":\"#e2e5e9\",\"list.activeSelectionForeground\":\"#2f363d\",\"list.focusBackground\":\"#cce5ff\",\"list.hoverBackground\":\"#ebf0f4\",\"list.hoverForeground\":\"#2f363d\",\"list.inactiveFocusBackground\":\"#dbedff\",\"list.inactiveSelectionBackground\":\"#e8eaed\",\"list.inactiveSelectionForeground\":\"#2f363d\",\"notificationCenterHeader.background\":\"#e1e4e8\",\"notificationCenterHeader.foreground\":\"#6a737d\",\"notifications.background\":\"#fafbfc\",\"notifications.border\":\"#e1e4e8\",\"notifications.foreground\":\"#2f363d\",\"notificationsErrorIcon.foreground\":\"#d73a49\",\"notificationsInfoIcon.foreground\":\"#005cc5\",\"notificationsWarningIcon.foreground\":\"#e36209\",\"panel.background\":\"#f6f8fa\",\"panel.border\":\"#e1e4e8\",\"panelInput.border\":\"#e1e4e8\",\"panelTitle.activeBorder\":\"#f9826c\",\"panelTitle.activeForeground\":\"#2f363d\",\"panelTitle.inactiveForeground\":\"#6a737d\",\"pickerGroup.border\":\"#e1e4e8\",\"pickerGroup.foreground\":\"#2f363d\",\"progressBar.background\":\"#2188ff\",\"quickInput.background\":\"#fafbfc\",\"quickInput.foreground\":\"#2f363d\",\"scrollbar.shadow\":\"#6a737d33\",\"scrollbarSlider.activeBackground\":\"#959da588\",\"scrollbarSlider.background\":\"#959da533\",\"scrollbarSlider.hoverBackground\":\"#959da544\",\"settings.headerForeground\":\"#2f363d\",\"settings.modifiedItemIndicator\":\"#2188ff\",\"sideBar.background\":\"#f6f8fa\",\"sideBar.border\":\"#e1e4e8\",\"sideBar.foreground\":\"#586069\",\"sideBarSectionHeader.background\":\"#f6f8fa\",\"sideBarSectionHeader.border\":\"#e1e4e8\",\"sideBarSectionHeader.foreground\":\"#2f363d\",\"sideBarTitle.foreground\":\"#2f363d\",\"statusBar.background\":\"#fff\",\"statusBar.border\":\"#e1e4e8\",\"statusBar.debuggingBackground\":\"#f9826c\",\"statusBar.debuggingForeground\":\"#fff\",\"statusBar.foreground\":\"#586069\",\"statusBar.noFolderBackground\":\"#fff\",\"statusBarItem.prominentBackground\":\"#e8eaed\",\"statusBarItem.remoteBackground\":\"#fff\",\"statusBarItem.remoteForeground\":\"#586069\",\"tab.activeBackground\":\"#fff\",\"tab.activeBorder\":\"#fff\",\"tab.activeBorderTop\":\"#f9826c\",\"tab.activeForeground\":\"#2f363d\",\"tab.border\":\"#e1e4e8\",\"tab.hoverBackground\":\"#fff\",\"tab.inactiveBackground\":\"#f6f8fa\",\"tab.inactiveForeground\":\"#6a737d\",\"tab.unfocusedActiveBorder\":\"#fff\",\"tab.unfocusedActiveBorderTop\":\"#e1e4e8\",\"tab.unfocusedHoverBackground\":\"#fff\",\"terminal.ansiBlack\":\"#24292e\",\"terminal.ansiBlue\":\"#0366d6\",\"terminal.ansiBrightBlack\":\"#959da5\",\"terminal.ansiBrightBlue\":\"#005cc5\",\"terminal.ansiBrightCyan\":\"#3192aa\",\"terminal.ansiBrightGreen\":\"#22863a\",\"terminal.ansiBrightMagenta\":\"#5a32a3\",\"terminal.ansiBrightRed\":\"#cb2431\",\"terminal.ansiBrightWhite\":\"#d1d5da\",\"terminal.ansiBrightYellow\":\"#b08800\",\"terminal.ansiCyan\":\"#1b7c83\",\"terminal.ansiGreen\":\"#28a745\",\"terminal.ansiMagenta\":\"#5a32a3\",\"terminal.ansiRed\":\"#d73a49\",\"terminal.ansiWhite\":\"#6a737d\",\"terminal.ansiYellow\":\"#dbab09\",\"terminal.foreground\":\"#586069\",\"terminal.tab.activeBorder\":\"#f9826c\",\"terminalCursor.background\":\"#d1d5da\",\"terminalCursor.foreground\":\"#005cc5\",\"textBlockQuote.background\":\"#fafbfc\",\"textBlockQuote.border\":\"#e1e4e8\",\"textCodeBlock.background\":\"#f6f8fa\",\"textLink.activeForeground\":\"#005cc5\",\"textLink.foreground\":\"#0366d6\",\"textPreformat.foreground\":\"#586069\",\"textSeparator.foreground\":\"#d1d5da\",\"titleBar.activeBackground\":\"#fff\",\"titleBar.activeForeground\":\"#2f363d\",\"titleBar.border\":\"#e1e4e8\",\"titleBar.inactiveBackground\":\"#f6f8fa\",\"titleBar.inactiveForeground\":\"#6a737d\",\"tree.indentGuidesStroke\":\"#e1e4e8\",\"welcomePage.buttonBackground\":\"#f6f8fa\",\"welcomePage.buttonHoverBackground\":\"#e1e4e8\"},\"displayName\":\"GitHub Light\",\"name\":\"github-light\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#6a737d\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.other.constant\",\"variable.other.enummember\",\"variable.language\"],\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#6f42c1\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#24292e\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#22863a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#d73a49\"}},{\"scope\":[\"storage\",\"storage.type\"],\"settings\":{\"foreground\":\"#d73a49\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#24292e\"}},{\"scope\":[\"string\",\"punctuation.definition.string\",\"string punctuation.section.embedded source\"],\"settings\":{\"foreground\":\"#032f62\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#e36209\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#24292e\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#d73a49\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#fafbfc\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#032f62\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#032f62\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#22863a\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#e36209\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#005cc5\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#22863a\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#24292e\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#24292e\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.strikethrough\"],\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#ffeef0\",\"foreground\":\"#b31d28\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#f0fff4\",\"foreground\":\"#22863a\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#ffebda\",\"foreground\":\"#e36209\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#005cc5\",\"foreground\":\"#f6f8fa\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6f42c1\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#586069\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#032f62\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: gruvbox-dark-hard */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#1d2021\",\"activityBar.border\":\"#3c3836\",\"activityBar.foreground\":\"#ebdbb2\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#1d2021\",\"activityBarTop.foreground\":\"#ebdbb2\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#ebdbb2\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#1d2021\",\"diffEditor.insertedTextBackground\":\"#b8bb2630\",\"diffEditor.removedTextBackground\":\"#fb493430\",\"dropdown.background\":\"#1d2021\",\"dropdown.border\":\"#3c3836\",\"dropdown.foreground\":\"#ebdbb2\",\"editor.background\":\"#1d2021\",\"editor.findMatchBackground\":\"#83a59870\",\"editor.findMatchHighlightBackground\":\"#fe801930\",\"editor.findRangeHighlightBackground\":\"#83a59870\",\"editor.foreground\":\"#ebdbb2\",\"editor.hoverHighlightBackground\":\"#689d6a50\",\"editor.lineHighlightBackground\":\"#3c383660\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.selectionBackground\":\"#689d6a40\",\"editor.selectionHighlightBackground\":\"#fabd2f40\",\"editorBracketHighlight.foreground1\":\"#b16286\",\"editorBracketHighlight.foreground2\":\"#458588\",\"editorBracketHighlight.foreground3\":\"#689d6a\",\"editorBracketHighlight.foreground4\":\"#98971a\",\"editorBracketHighlight.foreground5\":\"#d79921\",\"editorBracketHighlight.foreground6\":\"#d65d0e\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#cc241d\",\"editorBracketMatch.background\":\"#92837480\",\"editorBracketMatch.border\":\"#0000\",\"editorCodeLens.foreground\":\"#a8998490\",\"editorCursor.foreground\":\"#ebdbb2\",\"editorError.foreground\":\"#cc241d\",\"editorGhostText.background\":\"#665c5460\",\"editorGroup.border\":\"#3c3836\",\"editorGroup.dropBackground\":\"#3c383660\",\"editorGroupHeader.noTabsBackground\":\"#1d2021\",\"editorGroupHeader.tabsBackground\":\"#1d2021\",\"editorGroupHeader.tabsBorder\":\"#3c3836\",\"editorGutter.addedBackground\":\"#b8bb26\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#fb4934\",\"editorGutter.modifiedBackground\":\"#83a598\",\"editorHoverWidget.background\":\"#1d2021\",\"editorHoverWidget.border\":\"#3c3836\",\"editorIndentGuide.activeBackground\":\"#665c54\",\"editorInfo.foreground\":\"#458588\",\"editorLineNumber.foreground\":\"#665c54\",\"editorLink.activeForeground\":\"#ebdbb2\",\"editorOverviewRuler.addedForeground\":\"#83a598\",\"editorOverviewRuler.border\":\"#0000\",\"editorOverviewRuler.commonContentForeground\":\"#928374\",\"editorOverviewRuler.currentContentForeground\":\"#458588\",\"editorOverviewRuler.deletedForeground\":\"#83a598\",\"editorOverviewRuler.errorForeground\":\"#fb4934\",\"editorOverviewRuler.findMatchForeground\":\"#bdae93\",\"editorOverviewRuler.incomingContentForeground\":\"#689d6a\",\"editorOverviewRuler.infoForeground\":\"#d3869b\",\"editorOverviewRuler.modifiedForeground\":\"#83a598\",\"editorOverviewRuler.rangeHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.selectionHighlightForeground\":\"#665c54\",\"editorOverviewRuler.warningForeground\":\"#d79921\",\"editorOverviewRuler.wordHighlightForeground\":\"#665c54\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#665c54\",\"editorRuler.foreground\":\"#a8998440\",\"editorStickyScroll.shadow\":\"#50494599\",\"editorStickyScrollHover.background\":\"#3c383660\",\"editorSuggestWidget.background\":\"#1d2021\",\"editorSuggestWidget.border\":\"#3c3836\",\"editorSuggestWidget.foreground\":\"#ebdbb2\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#3c383660\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#a8998420\",\"editorWidget.background\":\"#1d2021\",\"editorWidget.border\":\"#3c3836\",\"errorForeground\":\"#fb4934\",\"extensionButton.prominentBackground\":\"#b8bb2680\",\"extensionButton.prominentHoverBackground\":\"#b8bb2630\",\"focusBorder\":\"#3c3836\",\"foreground\":\"#ebdbb2\",\"gitDecoration.addedResourceForeground\":\"#ebdbb2\",\"gitDecoration.conflictingResourceForeground\":\"#b16286\",\"gitDecoration.deletedResourceForeground\":\"#cc241d\",\"gitDecoration.ignoredResourceForeground\":\"#7c6f64\",\"gitDecoration.modifiedResourceForeground\":\"#d79921\",\"gitDecoration.untrackedResourceForeground\":\"#98971a\",\"gitlens.closedAutolinkedIssueIconColor\":\"#b16286\",\"gitlens.closedPullRequestIconColor\":\"#cc241d\",\"gitlens.decorations.branchAheadForegroundColor\":\"#98971a\",\"gitlens.decorations.branchBehindForegroundColor\":\"#d65d0e\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#d79921\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#cc241d\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#cc241d\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#d79921\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#98971a\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#7c6f64\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#98971a\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#928374\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#cc241d\",\"gitlens.graphChangesColumnAddedColor\":\"#98971a\",\"gitlens.graphChangesColumnDeletedColor\":\"#cc241d\",\"gitlens.graphLane10Color\":\"#98971a\",\"gitlens.graphLane1Color\":\"#83a598\",\"gitlens.graphLane2Color\":\"#458588\",\"gitlens.graphLane3Color\":\"#d3869b\",\"gitlens.graphLane4Color\":\"#b16286\",\"gitlens.graphLane5Color\":\"#8ec07c\",\"gitlens.graphLane6Color\":\"#689d6a\",\"gitlens.graphLane7Color\":\"#fabd2f\",\"gitlens.graphLane8Color\":\"#d79921\",\"gitlens.graphLane9Color\":\"#b8bb26\",\"gitlens.graphMinimapMarkerHeadColor\":\"#98971a\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#b8bb26\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#83a598\",\"gitlens.graphMinimapMarkerPullRequestsColor\":\"#fe8019\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphMinimapMarkerStashesColor\":\"#b16286\",\"gitlens.graphMinimapMarkerTagsColor\":\"#7c6f64\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#689d6a\",\"gitlens.graphScrollMarkerHeadColor\":\"#b8bb26\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#d79921\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#83a598\",\"gitlens.graphScrollMarkerPullRequestsColor\":\"#fe8019\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphScrollMarkerStashesColor\":\"#b16286\",\"gitlens.graphScrollMarkerTagsColor\":\"#7c6f64\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#8ec07c\",\"gitlens.gutterBackgroundColor\":\"#3c3836\",\"gitlens.gutterForegroundColor\":\"#ebdbb2\",\"gitlens.gutterUncommittedForegroundColor\":\"#458588\",\"gitlens.launchpadIndicatorAttentionColor\":\"#fabd2f\",\"gitlens.launchpadIndicatorAttentionHoverColor\":\"#d79921\",\"gitlens.launchpadIndicatorBlockedColor\":\"#fb4934\",\"gitlens.launchpadIndicatorBlockedHoverColor\":\"#cc241d\",\"gitlens.launchpadIndicatorMergeableColor\":\"#b8bb26\",\"gitlens.launchpadIndicatorMergeableHoverColor\":\"#98971a\",\"gitlens.lineHighlightBackgroundColor\":\"#3c3836\",\"gitlens.lineHighlightOverviewRulerColor\":\"#458588\",\"gitlens.mergedPullRequestIconColor\":\"#b16286\",\"gitlens.openAutolinkedIssueIconColor\":\"#98971a\",\"gitlens.openPullRequestIconColor\":\"#98971a\",\"gitlens.trailingLineBackgroundColor\":\"#1d2021a0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#fe8019\",\"icon.foreground\":\"#ebdbb2\",\"input.background\":\"#1d2021\",\"input.border\":\"#3c3836\",\"input.foreground\":\"#ebdbb2\",\"input.placeholderForeground\":\"#ebdbb260\",\"inputOption.activeBorder\":\"#ebdbb260\",\"inputValidation.errorBackground\":\"#cc241d\",\"inputValidation.errorBorder\":\"#fb4934\",\"inputValidation.infoBackground\":\"#45858880\",\"inputValidation.infoBorder\":\"#83a598\",\"inputValidation.warningBackground\":\"#d79921\",\"inputValidation.warningBorder\":\"#fabd2f\",\"list.activeSelectionBackground\":\"#3c383680\",\"list.activeSelectionForeground\":\"#8ec07c\",\"list.dropBackground\":\"#3c3836\",\"list.focusBackground\":\"#3c3836\",\"list.focusForeground\":\"#ebdbb2\",\"list.highlightForeground\":\"#689d6a\",\"list.hoverBackground\":\"#3c383680\",\"list.hoverForeground\":\"#d5c4a1\",\"list.inactiveSelectionBackground\":\"#3c383680\",\"list.inactiveSelectionForeground\":\"#689d6a\",\"menu.border\":\"#3c3836\",\"menu.separatorBackground\":\"#3c3836\",\"merge.border\":\"#0000\",\"merge.currentContentBackground\":\"#45858820\",\"merge.currentHeaderBackground\":\"#45858840\",\"merge.incomingContentBackground\":\"#689d6a20\",\"merge.incomingHeaderBackground\":\"#689d6a40\",\"notebook.cellBorderColor\":\"#504945\",\"notebook.cellEditorBackground\":\"#3c3836\",\"notebook.focusedCellBorder\":\"#a89984\",\"notebook.focusedEditorBorder\":\"#504945\",\"panel.border\":\"#3c3836\",\"panelTitle.activeForeground\":\"#ebdbb2\",\"peekView.border\":\"#3c3836\",\"peekViewEditor.background\":\"#3c383670\",\"peekViewEditor.matchHighlightBackground\":\"#504945\",\"peekViewEditorGutter.background\":\"#3c383670\",\"peekViewResult.background\":\"#3c383670\",\"peekViewResult.fileForeground\":\"#ebdbb2\",\"peekViewResult.lineForeground\":\"#ebdbb2\",\"peekViewResult.matchHighlightBackground\":\"#504945\",\"peekViewResult.selectionBackground\":\"#45858820\",\"peekViewResult.selectionForeground\":\"#ebdbb2\",\"peekViewTitle.background\":\"#3c383670\",\"peekViewTitleDescription.foreground\":\"#bdae93\",\"peekViewTitleLabel.foreground\":\"#ebdbb2\",\"progressBar.background\":\"#689d6a\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#ebdbb2\",\"scmGraph.historyItemHoverLabelForeground\":\"#ebdbb2\",\"scrollbar.shadow\":\"#1d2021\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#50494599\",\"scrollbarSlider.hoverBackground\":\"#665c54\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#1d2021\",\"sideBar.border\":\"#3c3836\",\"sideBar.foreground\":\"#d5c4a1\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#ebdbb2\",\"sideBarTitle.foreground\":\"#ebdbb2\",\"statusBar.background\":\"#1d2021\",\"statusBar.border\":\"#3c3836\",\"statusBar.debuggingBackground\":\"#fe8019\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#1d2021\",\"statusBar.foreground\":\"#ebdbb2\",\"statusBar.noFolderBackground\":\"#1d2021\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#3c3836\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#ebdbb2\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#1d2021\",\"tab.inactiveForeground\":\"#a89984\",\"tab.unfocusedActiveBorder\":\"#0000\",\"tab.unfocusedActiveForeground\":\"#a89984\",\"tab.unfocusedInactiveForeground\":\"#928374\",\"terminal.ansiBlack\":\"#3c3836\",\"terminal.ansiBlue\":\"#458588\",\"terminal.ansiBrightBlack\":\"#928374\",\"terminal.ansiBrightBlue\":\"#83a598\",\"terminal.ansiBrightCyan\":\"#8ec07c\",\"terminal.ansiBrightGreen\":\"#b8bb26\",\"terminal.ansiBrightMagenta\":\"#d3869b\",\"terminal.ansiBrightRed\":\"#fb4934\",\"terminal.ansiBrightWhite\":\"#ebdbb2\",\"terminal.ansiBrightYellow\":\"#fabd2f\",\"terminal.ansiCyan\":\"#689d6a\",\"terminal.ansiGreen\":\"#98971a\",\"terminal.ansiMagenta\":\"#b16286\",\"terminal.ansiRed\":\"#cc241d\",\"terminal.ansiWhite\":\"#a89984\",\"terminal.ansiYellow\":\"#d79921\",\"terminal.background\":\"#1d2021\",\"terminal.foreground\":\"#ebdbb2\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#83a598\",\"titleBar.activeBackground\":\"#1d2021\",\"titleBar.activeForeground\":\"#ebdbb2\",\"titleBar.inactiveBackground\":\"#1d2021\",\"widget.border\":\"#3c3836\",\"widget.shadow\":\"#1d202130\"},\"displayName\":\"Gruvbox Dark Hard\",\"name\":\"gruvbox-dark-hard\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"component\":\"#fe8019\",\"constant.builtin\":\"#d3869b\",\"function\":\"#8ec07c\",\"function.builtin\":\"#fe8019\",\"method\":\"#8ec07c\",\"parameter\":\"#83a598\",\"property\":\"#83a598\",\"property:python\":\"#ebdbb2\",\"variable\":\"#ebdbb2\"},\"tokenColors\":[{\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"strong\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"header\",\"settings\":{\"foreground\":\"#458588\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#928374\"}},{\"scope\":[\"constant\",\"support.constant\",\"variable.arguments\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"constant.rgb-value\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"entity.name.selector\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"entity.name.tag\",\"punctuation.tag\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#cc241d\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#b16286\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"meta.header.diff\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"string.escape\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"string.quasi\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"string.entity\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"module.node\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"keyword.control.module\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.control.less\",\"settings\":{\"foreground\":\"#d79921\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"metatag.php\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"meta.type.name\",\"meta.return.type\",\"meta.return-type\",\"meta.cast\",\"meta.type.annotation\",\"support.type\",\"storage.type.cs\",\"variable.class\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"variable.this\",\"support.variable\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"entity.name\",\"entity.static\",\"entity.name.class.static.function\",\"entity.name.function\",\"entity.name.class\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"entity.function\",\"entity.name.function.static\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"entity.name.function.function-call\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"support.function.builtin\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"entity.name.method\",\"entity.name.method.function-call\",\"entity.name.static.function-call\"],\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"brace\",\"settings\":{\"foreground\":\"#d5c4a1\"}},{\"scope\":[\"meta.parameter.type.variable\",\"variable.parameter\",\"variable.name\",\"variable.other\",\"variable\",\"string.constant.other.placeholder\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"prototype\",\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#a89984\"}},{\"scope\":\"punctuation.quoted\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"punctuation.quasi\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.function.python\",\"entity.name.function.python\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"storage.type.function.python\",\"storage.modifier.declaration\",\"storage.type.class.python\",\"storage.type.string.python\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"storage.type.function.async.python\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"meta.function-call.generic\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"meta.function-call.arguments\",\"settings\":{\"foreground\":\"#d5c4a1\"}},{\"scope\":\"entity.name.function.decorator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fabd2f\"}},{\"scope\":\"constant.other.caps\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"punctuation.definition.logical-expression\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"string.interpolated.dollar.shell\",\"string.interpolated.backtick.shell\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.control.directive\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"support.function.C99\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"meta.function.cs\",\"entity.name.function.cs\",\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"keyword.other.using.cs\",\"entity.name.variable.field.cs\",\"entity.name.variable.local.cs\",\"variable.other.readwrite.cs\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"keyword.other.this.cs\",\"keyword.other.base.cs\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"meta.scope.prerequisites\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"entity.name.function.target\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":[\"storage.modifier.import.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#bdae93\"}},{\"scope\":[\"keyword.other.import.java\",\"keyword.other.package.java\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"storage.type.java\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#83a598\"}},{\"scope\":\"keyword.other.documentation.javadoc\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"comment.block.javadoc variable.parameter.java\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.java variable.other.object\",\"source.java variable.other.definition.java\"],\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"meta.function-parameters.lisp\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#928374\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"heading.1.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fb4934\"}},{\"scope\":\"heading.2.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"heading.3.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fabd2f\"}},{\"scope\":\"heading.4.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":\"heading.5.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#83a598\"}},{\"scope\":\"heading.6.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d3869b\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"markup.punctuation.quote.beginning\",\"settings\":{\"foreground\":\"#98971a\"}},{\"scope\":\"markup.punctuation.list.beginning\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"entity.other.attribute-name.css\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"source.css meta.selector\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.css support.function.transform\",\"source.css support.function.timing-function\",\"source.css support.function.misc\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"support.property-value\",\"constant.rgb-value\",\"support.property-value.scss\",\"constant.rgb-value.scss\"],\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":[\"entity.name.tag.css\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"text.html entity.name.tag\",\"text.html punctuation.tag\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.js variable.language\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.ts variable.language\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"source.go entity.name.import\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.go keyword.package\",\"source.go keyword.import\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.go keyword.interface\",\"source.go keyword.struct\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.go entity.name.type\"],\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":[\"source.go entity.name.function\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"keyword.control.cucumber.table\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.reason string.double\",\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.reason keyword.control.less\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.reason entity.name.function\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.reason support.property-value\",\"source.reason entity.name.filename\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.powershell variable.other.member.powershell\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.powershell support.function.powershell\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"source.powershell support.function.attribute.powershell\"],\"settings\":{\"foreground\":\"#bdae93\"}},{\"scope\":[\"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"support.function.be.latex\",\"support.function.general.tex\",\"support.function.section.latex\",\"support.function.textbf.latex\",\"support.function.textit.latex\",\"support.function.texttt.latex\",\"support.function.emph.latex\",\"support.function.url.latex\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"support.class.math.block.tex\",\"support.class.math.block.environment.latex\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"keyword.control.preamble.latex\",\"keyword.control.include.latex\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"support.class.latex\"],\"settings\":{\"foreground\":\"#8ec07c\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: gruvbox-dark-medium */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#282828\",\"activityBar.border\":\"#3c3836\",\"activityBar.foreground\":\"#ebdbb2\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#282828\",\"activityBarTop.foreground\":\"#ebdbb2\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#ebdbb2\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#282828\",\"diffEditor.insertedTextBackground\":\"#b8bb2630\",\"diffEditor.removedTextBackground\":\"#fb493430\",\"dropdown.background\":\"#282828\",\"dropdown.border\":\"#3c3836\",\"dropdown.foreground\":\"#ebdbb2\",\"editor.background\":\"#282828\",\"editor.findMatchBackground\":\"#83a59870\",\"editor.findMatchHighlightBackground\":\"#fe801930\",\"editor.findRangeHighlightBackground\":\"#83a59870\",\"editor.foreground\":\"#ebdbb2\",\"editor.hoverHighlightBackground\":\"#689d6a50\",\"editor.lineHighlightBackground\":\"#3c383660\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.selectionBackground\":\"#689d6a40\",\"editor.selectionHighlightBackground\":\"#fabd2f40\",\"editorBracketHighlight.foreground1\":\"#b16286\",\"editorBracketHighlight.foreground2\":\"#458588\",\"editorBracketHighlight.foreground3\":\"#689d6a\",\"editorBracketHighlight.foreground4\":\"#98971a\",\"editorBracketHighlight.foreground5\":\"#d79921\",\"editorBracketHighlight.foreground6\":\"#d65d0e\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#cc241d\",\"editorBracketMatch.background\":\"#92837480\",\"editorBracketMatch.border\":\"#0000\",\"editorCodeLens.foreground\":\"#a8998490\",\"editorCursor.foreground\":\"#ebdbb2\",\"editorError.foreground\":\"#cc241d\",\"editorGhostText.background\":\"#665c5460\",\"editorGroup.border\":\"#3c3836\",\"editorGroup.dropBackground\":\"#3c383660\",\"editorGroupHeader.noTabsBackground\":\"#282828\",\"editorGroupHeader.tabsBackground\":\"#282828\",\"editorGroupHeader.tabsBorder\":\"#3c3836\",\"editorGutter.addedBackground\":\"#b8bb26\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#fb4934\",\"editorGutter.modifiedBackground\":\"#83a598\",\"editorHoverWidget.background\":\"#282828\",\"editorHoverWidget.border\":\"#3c3836\",\"editorIndentGuide.activeBackground\":\"#665c54\",\"editorInfo.foreground\":\"#458588\",\"editorLineNumber.foreground\":\"#665c54\",\"editorLink.activeForeground\":\"#ebdbb2\",\"editorOverviewRuler.addedForeground\":\"#83a598\",\"editorOverviewRuler.border\":\"#0000\",\"editorOverviewRuler.commonContentForeground\":\"#928374\",\"editorOverviewRuler.currentContentForeground\":\"#458588\",\"editorOverviewRuler.deletedForeground\":\"#83a598\",\"editorOverviewRuler.errorForeground\":\"#fb4934\",\"editorOverviewRuler.findMatchForeground\":\"#bdae93\",\"editorOverviewRuler.incomingContentForeground\":\"#689d6a\",\"editorOverviewRuler.infoForeground\":\"#d3869b\",\"editorOverviewRuler.modifiedForeground\":\"#83a598\",\"editorOverviewRuler.rangeHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.selectionHighlightForeground\":\"#665c54\",\"editorOverviewRuler.warningForeground\":\"#d79921\",\"editorOverviewRuler.wordHighlightForeground\":\"#665c54\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#665c54\",\"editorRuler.foreground\":\"#a8998440\",\"editorStickyScroll.shadow\":\"#50494599\",\"editorStickyScrollHover.background\":\"#3c383660\",\"editorSuggestWidget.background\":\"#282828\",\"editorSuggestWidget.border\":\"#3c3836\",\"editorSuggestWidget.foreground\":\"#ebdbb2\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#3c383660\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#a8998420\",\"editorWidget.background\":\"#282828\",\"editorWidget.border\":\"#3c3836\",\"errorForeground\":\"#fb4934\",\"extensionButton.prominentBackground\":\"#b8bb2680\",\"extensionButton.prominentHoverBackground\":\"#b8bb2630\",\"focusBorder\":\"#3c3836\",\"foreground\":\"#ebdbb2\",\"gitDecoration.addedResourceForeground\":\"#ebdbb2\",\"gitDecoration.conflictingResourceForeground\":\"#b16286\",\"gitDecoration.deletedResourceForeground\":\"#cc241d\",\"gitDecoration.ignoredResourceForeground\":\"#7c6f64\",\"gitDecoration.modifiedResourceForeground\":\"#d79921\",\"gitDecoration.untrackedResourceForeground\":\"#98971a\",\"gitlens.closedAutolinkedIssueIconColor\":\"#b16286\",\"gitlens.closedPullRequestIconColor\":\"#cc241d\",\"gitlens.decorations.branchAheadForegroundColor\":\"#98971a\",\"gitlens.decorations.branchBehindForegroundColor\":\"#d65d0e\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#d79921\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#cc241d\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#cc241d\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#d79921\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#98971a\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#7c6f64\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#98971a\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#928374\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#cc241d\",\"gitlens.graphChangesColumnAddedColor\":\"#98971a\",\"gitlens.graphChangesColumnDeletedColor\":\"#cc241d\",\"gitlens.graphLane10Color\":\"#98971a\",\"gitlens.graphLane1Color\":\"#83a598\",\"gitlens.graphLane2Color\":\"#458588\",\"gitlens.graphLane3Color\":\"#d3869b\",\"gitlens.graphLane4Color\":\"#b16286\",\"gitlens.graphLane5Color\":\"#8ec07c\",\"gitlens.graphLane6Color\":\"#689d6a\",\"gitlens.graphLane7Color\":\"#fabd2f\",\"gitlens.graphLane8Color\":\"#d79921\",\"gitlens.graphLane9Color\":\"#b8bb26\",\"gitlens.graphMinimapMarkerHeadColor\":\"#98971a\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#b8bb26\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#83a598\",\"gitlens.graphMinimapMarkerPullRequestsColor\":\"#fe8019\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphMinimapMarkerStashesColor\":\"#b16286\",\"gitlens.graphMinimapMarkerTagsColor\":\"#7c6f64\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#689d6a\",\"gitlens.graphScrollMarkerHeadColor\":\"#b8bb26\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#d79921\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#83a598\",\"gitlens.graphScrollMarkerPullRequestsColor\":\"#fe8019\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphScrollMarkerStashesColor\":\"#b16286\",\"gitlens.graphScrollMarkerTagsColor\":\"#7c6f64\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#8ec07c\",\"gitlens.gutterBackgroundColor\":\"#3c3836\",\"gitlens.gutterForegroundColor\":\"#ebdbb2\",\"gitlens.gutterUncommittedForegroundColor\":\"#458588\",\"gitlens.launchpadIndicatorAttentionColor\":\"#fabd2f\",\"gitlens.launchpadIndicatorAttentionHoverColor\":\"#d79921\",\"gitlens.launchpadIndicatorBlockedColor\":\"#fb4934\",\"gitlens.launchpadIndicatorBlockedHoverColor\":\"#cc241d\",\"gitlens.launchpadIndicatorMergeableColor\":\"#b8bb26\",\"gitlens.launchpadIndicatorMergeableHoverColor\":\"#98971a\",\"gitlens.lineHighlightBackgroundColor\":\"#3c3836\",\"gitlens.lineHighlightOverviewRulerColor\":\"#458588\",\"gitlens.mergedPullRequestIconColor\":\"#b16286\",\"gitlens.openAutolinkedIssueIconColor\":\"#98971a\",\"gitlens.openPullRequestIconColor\":\"#98971a\",\"gitlens.trailingLineBackgroundColor\":\"#282828a0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#fe8019\",\"icon.foreground\":\"#ebdbb2\",\"input.background\":\"#282828\",\"input.border\":\"#3c3836\",\"input.foreground\":\"#ebdbb2\",\"input.placeholderForeground\":\"#ebdbb260\",\"inputOption.activeBorder\":\"#ebdbb260\",\"inputValidation.errorBackground\":\"#cc241d\",\"inputValidation.errorBorder\":\"#fb4934\",\"inputValidation.infoBackground\":\"#45858880\",\"inputValidation.infoBorder\":\"#83a598\",\"inputValidation.warningBackground\":\"#d79921\",\"inputValidation.warningBorder\":\"#fabd2f\",\"list.activeSelectionBackground\":\"#3c383680\",\"list.activeSelectionForeground\":\"#8ec07c\",\"list.dropBackground\":\"#3c3836\",\"list.focusBackground\":\"#3c3836\",\"list.focusForeground\":\"#ebdbb2\",\"list.highlightForeground\":\"#689d6a\",\"list.hoverBackground\":\"#3c383680\",\"list.hoverForeground\":\"#d5c4a1\",\"list.inactiveSelectionBackground\":\"#3c383680\",\"list.inactiveSelectionForeground\":\"#689d6a\",\"menu.border\":\"#3c3836\",\"menu.separatorBackground\":\"#3c3836\",\"merge.border\":\"#0000\",\"merge.currentContentBackground\":\"#45858820\",\"merge.currentHeaderBackground\":\"#45858840\",\"merge.incomingContentBackground\":\"#689d6a20\",\"merge.incomingHeaderBackground\":\"#689d6a40\",\"notebook.cellBorderColor\":\"#504945\",\"notebook.cellEditorBackground\":\"#3c3836\",\"notebook.focusedCellBorder\":\"#a89984\",\"notebook.focusedEditorBorder\":\"#504945\",\"panel.border\":\"#3c3836\",\"panelTitle.activeForeground\":\"#ebdbb2\",\"peekView.border\":\"#3c3836\",\"peekViewEditor.background\":\"#3c383670\",\"peekViewEditor.matchHighlightBackground\":\"#504945\",\"peekViewEditorGutter.background\":\"#3c383670\",\"peekViewResult.background\":\"#3c383670\",\"peekViewResult.fileForeground\":\"#ebdbb2\",\"peekViewResult.lineForeground\":\"#ebdbb2\",\"peekViewResult.matchHighlightBackground\":\"#504945\",\"peekViewResult.selectionBackground\":\"#45858820\",\"peekViewResult.selectionForeground\":\"#ebdbb2\",\"peekViewTitle.background\":\"#3c383670\",\"peekViewTitleDescription.foreground\":\"#bdae93\",\"peekViewTitleLabel.foreground\":\"#ebdbb2\",\"progressBar.background\":\"#689d6a\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#ebdbb2\",\"scmGraph.historyItemHoverLabelForeground\":\"#ebdbb2\",\"scrollbar.shadow\":\"#282828\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#50494599\",\"scrollbarSlider.hoverBackground\":\"#665c54\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#282828\",\"sideBar.border\":\"#3c3836\",\"sideBar.foreground\":\"#d5c4a1\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#ebdbb2\",\"sideBarTitle.foreground\":\"#ebdbb2\",\"statusBar.background\":\"#282828\",\"statusBar.border\":\"#3c3836\",\"statusBar.debuggingBackground\":\"#fe8019\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#282828\",\"statusBar.foreground\":\"#ebdbb2\",\"statusBar.noFolderBackground\":\"#282828\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#3c3836\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#ebdbb2\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#282828\",\"tab.inactiveForeground\":\"#a89984\",\"tab.unfocusedActiveBorder\":\"#0000\",\"tab.unfocusedActiveForeground\":\"#a89984\",\"tab.unfocusedInactiveForeground\":\"#928374\",\"terminal.ansiBlack\":\"#3c3836\",\"terminal.ansiBlue\":\"#458588\",\"terminal.ansiBrightBlack\":\"#928374\",\"terminal.ansiBrightBlue\":\"#83a598\",\"terminal.ansiBrightCyan\":\"#8ec07c\",\"terminal.ansiBrightGreen\":\"#b8bb26\",\"terminal.ansiBrightMagenta\":\"#d3869b\",\"terminal.ansiBrightRed\":\"#fb4934\",\"terminal.ansiBrightWhite\":\"#ebdbb2\",\"terminal.ansiBrightYellow\":\"#fabd2f\",\"terminal.ansiCyan\":\"#689d6a\",\"terminal.ansiGreen\":\"#98971a\",\"terminal.ansiMagenta\":\"#b16286\",\"terminal.ansiRed\":\"#cc241d\",\"terminal.ansiWhite\":\"#a89984\",\"terminal.ansiYellow\":\"#d79921\",\"terminal.background\":\"#282828\",\"terminal.foreground\":\"#ebdbb2\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#83a598\",\"titleBar.activeBackground\":\"#282828\",\"titleBar.activeForeground\":\"#ebdbb2\",\"titleBar.inactiveBackground\":\"#282828\",\"widget.border\":\"#3c3836\",\"widget.shadow\":\"#28282830\"},\"displayName\":\"Gruvbox Dark Medium\",\"name\":\"gruvbox-dark-medium\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"component\":\"#fe8019\",\"constant.builtin\":\"#d3869b\",\"function\":\"#8ec07c\",\"function.builtin\":\"#fe8019\",\"method\":\"#8ec07c\",\"parameter\":\"#83a598\",\"property\":\"#83a598\",\"property:python\":\"#ebdbb2\",\"variable\":\"#ebdbb2\"},\"tokenColors\":[{\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"strong\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"header\",\"settings\":{\"foreground\":\"#458588\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#928374\"}},{\"scope\":[\"constant\",\"support.constant\",\"variable.arguments\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"constant.rgb-value\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"entity.name.selector\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"entity.name.tag\",\"punctuation.tag\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#cc241d\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#b16286\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"meta.header.diff\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"string.escape\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"string.quasi\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"string.entity\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"module.node\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"keyword.control.module\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.control.less\",\"settings\":{\"foreground\":\"#d79921\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"metatag.php\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"meta.type.name\",\"meta.return.type\",\"meta.return-type\",\"meta.cast\",\"meta.type.annotation\",\"support.type\",\"storage.type.cs\",\"variable.class\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"variable.this\",\"support.variable\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"entity.name\",\"entity.static\",\"entity.name.class.static.function\",\"entity.name.function\",\"entity.name.class\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"entity.function\",\"entity.name.function.static\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"entity.name.function.function-call\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"support.function.builtin\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"entity.name.method\",\"entity.name.method.function-call\",\"entity.name.static.function-call\"],\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"brace\",\"settings\":{\"foreground\":\"#d5c4a1\"}},{\"scope\":[\"meta.parameter.type.variable\",\"variable.parameter\",\"variable.name\",\"variable.other\",\"variable\",\"string.constant.other.placeholder\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"prototype\",\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#a89984\"}},{\"scope\":\"punctuation.quoted\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"punctuation.quasi\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.function.python\",\"entity.name.function.python\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"storage.type.function.python\",\"storage.modifier.declaration\",\"storage.type.class.python\",\"storage.type.string.python\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"storage.type.function.async.python\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"meta.function-call.generic\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"meta.function-call.arguments\",\"settings\":{\"foreground\":\"#d5c4a1\"}},{\"scope\":\"entity.name.function.decorator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fabd2f\"}},{\"scope\":\"constant.other.caps\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":\"punctuation.definition.logical-expression\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"string.interpolated.dollar.shell\",\"string.interpolated.backtick.shell\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"keyword.control.directive\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"support.function.C99\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"meta.function.cs\",\"entity.name.function.cs\",\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"keyword.other.using.cs\",\"entity.name.variable.field.cs\",\"entity.name.variable.local.cs\",\"variable.other.readwrite.cs\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"keyword.other.this.cs\",\"keyword.other.base.cs\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"meta.scope.prerequisites\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"entity.name.function.target\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":[\"storage.modifier.import.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#bdae93\"}},{\"scope\":[\"keyword.other.import.java\",\"keyword.other.package.java\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"storage.type.java\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#83a598\"}},{\"scope\":\"keyword.other.documentation.javadoc\",\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"comment.block.javadoc variable.parameter.java\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.java variable.other.object\",\"source.java variable.other.definition.java\"],\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"meta.function-parameters.lisp\",\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#928374\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"heading.1.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fb4934\"}},{\"scope\":\"heading.2.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe8019\"}},{\"scope\":\"heading.3.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fabd2f\"}},{\"scope\":\"heading.4.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b8bb26\"}},{\"scope\":\"heading.5.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#83a598\"}},{\"scope\":\"heading.6.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d3869b\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"markup.punctuation.quote.beginning\",\"settings\":{\"foreground\":\"#98971a\"}},{\"scope\":\"markup.punctuation.list.beginning\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":\"entity.other.attribute-name.css\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"source.css meta.selector\",\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.css support.function.transform\",\"source.css support.function.timing-function\",\"source.css support.function.misc\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"support.property-value\",\"constant.rgb-value\",\"support.property-value.scss\",\"constant.rgb-value.scss\"],\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":[\"entity.name.tag.css\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"text.html entity.name.tag\",\"text.html punctuation.tag\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.js variable.language\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.ts variable.language\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"source.go entity.name.import\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.go keyword.package\",\"source.go keyword.import\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.go keyword.interface\",\"source.go keyword.struct\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.go entity.name.type\"],\"settings\":{\"foreground\":\"#ebdbb2\"}},{\"scope\":[\"source.go entity.name.function\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"keyword.control.cucumber.table\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.reason string.double\",\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#b8bb26\"}},{\"scope\":[\"source.reason keyword.control.less\"],\"settings\":{\"foreground\":\"#8ec07c\"}},{\"scope\":[\"source.reason entity.name.function\"],\"settings\":{\"foreground\":\"#83a598\"}},{\"scope\":[\"source.reason support.property-value\",\"source.reason entity.name.filename\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.powershell variable.other.member.powershell\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"source.powershell support.function.powershell\"],\"settings\":{\"foreground\":\"#fabd2f\"}},{\"scope\":[\"source.powershell support.function.attribute.powershell\"],\"settings\":{\"foreground\":\"#bdae93\"}},{\"scope\":[\"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"support.function.be.latex\",\"support.function.general.tex\",\"support.function.section.latex\",\"support.function.textbf.latex\",\"support.function.textit.latex\",\"support.function.texttt.latex\",\"support.function.emph.latex\",\"support.function.url.latex\"],\"settings\":{\"foreground\":\"#fb4934\"}},{\"scope\":[\"support.class.math.block.tex\",\"support.class.math.block.environment.latex\"],\"settings\":{\"foreground\":\"#fe8019\"}},{\"scope\":[\"keyword.control.preamble.latex\",\"keyword.control.include.latex\"],\"settings\":{\"foreground\":\"#d3869b\"}},{\"scope\":[\"support.class.latex\"],\"settings\":{\"foreground\":\"#8ec07c\"}}],\"type\":\"dark\"}"))