@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: gruvbox-dark-soft */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#32302f\",\"activityBar.border\":\"#3c3836\",\"activityBar.foreground\":\"#ebdbb2\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#32302f\",\"activityBarTop.foreground\":\"#ebdbb2\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#ebdbb2\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#32302f\",\"diffEditor.insertedTextBackground\":\"#b8bb2630\",\"diffEditor.removedTextBackground\":\"#fb493430\",\"dropdown.background\":\"#32302f\",\"dropdown.border\":\"#3c3836\",\"dropdown.foreground\":\"#ebdbb2\",\"editor.background\":\"#32302f\",\"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\":\"#32302f\",\"editorGroupHeader.tabsBackground\":\"#32302f\",\"editorGroupHeader.tabsBorder\":\"#3c3836\",\"editorGutter.addedBackground\":\"#b8bb26\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#fb4934\",\"editorGutter.modifiedBackground\":\"#83a598\",\"editorHoverWidget.background\":\"#32302f\",\"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\":\"#32302f\",\"editorSuggestWidget.border\":\"#3c3836\",\"editorSuggestWidget.foreground\":\"#ebdbb2\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#3c383660\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#a8998420\",\"editorWidget.background\":\"#32302f\",\"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\":\"#32302fa0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#fe8019\",\"icon.foreground\":\"#ebdbb2\",\"input.background\":\"#32302f\",\"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\":\"#32302f\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#50494599\",\"scrollbarSlider.hoverBackground\":\"#665c54\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#32302f\",\"sideBar.border\":\"#3c3836\",\"sideBar.foreground\":\"#d5c4a1\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#ebdbb2\",\"sideBarTitle.foreground\":\"#ebdbb2\",\"statusBar.background\":\"#32302f\",\"statusBar.border\":\"#3c3836\",\"statusBar.debuggingBackground\":\"#fe8019\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#32302f\",\"statusBar.foreground\":\"#ebdbb2\",\"statusBar.noFolderBackground\":\"#32302f\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#3c3836\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#ebdbb2\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#32302f\",\"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\":\"#32302f\",\"terminal.foreground\":\"#ebdbb2\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#83a598\",\"titleBar.activeBackground\":\"#32302f\",\"titleBar.activeForeground\":\"#ebdbb2\",\"titleBar.inactiveBackground\":\"#32302f\",\"widget.border\":\"#3c3836\",\"widget.shadow\":\"#32302f30\"},\"displayName\":\"Gruvbox Dark Soft\",\"name\":\"gruvbox-dark-soft\",\"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-light-hard */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#f9f5d7\",\"activityBar.border\":\"#ebdbb2\",\"activityBar.foreground\":\"#3c3836\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#f9f5d7\",\"activityBarTop.foreground\":\"#3c3836\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#3c3836\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#f9f5d7\",\"diffEditor.insertedTextBackground\":\"#79740e30\",\"diffEditor.removedTextBackground\":\"#9d000630\",\"dropdown.background\":\"#f9f5d7\",\"dropdown.border\":\"#ebdbb2\",\"dropdown.foreground\":\"#3c3836\",\"editor.background\":\"#f9f5d7\",\"editor.findMatchBackground\":\"#07667870\",\"editor.findMatchHighlightBackground\":\"#af3a0330\",\"editor.findRangeHighlightBackground\":\"#07667870\",\"editor.foreground\":\"#3c3836\",\"editor.hoverHighlightBackground\":\"#689d6a50\",\"editor.lineHighlightBackground\":\"#ebdbb260\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.selectionBackground\":\"#689d6a40\",\"editor.selectionHighlightBackground\":\"#b5761440\",\"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\":\"#7c6f6490\",\"editorCursor.foreground\":\"#3c3836\",\"editorError.foreground\":\"#cc241d\",\"editorGhostText.background\":\"#bdae9360\",\"editorGroup.border\":\"#ebdbb2\",\"editorGroup.dropBackground\":\"#ebdbb260\",\"editorGroupHeader.noTabsBackground\":\"#f9f5d7\",\"editorGroupHeader.tabsBackground\":\"#f9f5d7\",\"editorGroupHeader.tabsBorder\":\"#ebdbb2\",\"editorGutter.addedBackground\":\"#79740e\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#9d0006\",\"editorGutter.modifiedBackground\":\"#076678\",\"editorHoverWidget.background\":\"#f9f5d7\",\"editorHoverWidget.border\":\"#ebdbb2\",\"editorIndentGuide.activeBackground\":\"#bdae93\",\"editorInfo.foreground\":\"#458588\",\"editorLineNumber.foreground\":\"#bdae93\",\"editorLink.activeForeground\":\"#3c3836\",\"editorOverviewRuler.addedForeground\":\"#076678\",\"editorOverviewRuler.border\":\"#0000\",\"editorOverviewRuler.commonContentForeground\":\"#928374\",\"editorOverviewRuler.currentContentForeground\":\"#458588\",\"editorOverviewRuler.deletedForeground\":\"#076678\",\"editorOverviewRuler.errorForeground\":\"#9d0006\",\"editorOverviewRuler.findMatchForeground\":\"#665c54\",\"editorOverviewRuler.incomingContentForeground\":\"#689d6a\",\"editorOverviewRuler.infoForeground\":\"#8f3f71\",\"editorOverviewRuler.modifiedForeground\":\"#076678\",\"editorOverviewRuler.rangeHighlightForeground\":\"#665c54\",\"editorOverviewRuler.selectionHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.warningForeground\":\"#d79921\",\"editorOverviewRuler.wordHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#bdae93\",\"editorRuler.foreground\":\"#7c6f6440\",\"editorStickyScroll.shadow\":\"#d5c4a199\",\"editorStickyScrollHover.background\":\"#ebdbb260\",\"editorSuggestWidget.background\":\"#f9f5d7\",\"editorSuggestWidget.border\":\"#ebdbb2\",\"editorSuggestWidget.foreground\":\"#3c3836\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#ebdbb260\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#7c6f6420\",\"editorWidget.background\":\"#f9f5d7\",\"editorWidget.border\":\"#ebdbb2\",\"errorForeground\":\"#9d0006\",\"extensionButton.prominentBackground\":\"#79740e80\",\"extensionButton.prominentHoverBackground\":\"#79740e30\",\"focusBorder\":\"#ebdbb2\",\"foreground\":\"#3c3836\",\"gitDecoration.addedResourceForeground\":\"#3c3836\",\"gitDecoration.conflictingResourceForeground\":\"#b16286\",\"gitDecoration.deletedResourceForeground\":\"#cc241d\",\"gitDecoration.ignoredResourceForeground\":\"#a89984\",\"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\":\"#a89984\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#98971a\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#928374\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#cc241d\",\"gitlens.graphChangesColumnAddedColor\":\"#98971a\",\"gitlens.graphChangesColumnDeletedColor\":\"#cc241d\",\"gitlens.graphLane10Color\":\"#98971a\",\"gitlens.graphLane1Color\":\"#076678\",\"gitlens.graphLane2Color\":\"#458588\",\"gitlens.graphLane3Color\":\"#8f3f71\",\"gitlens.graphLane4Color\":\"#b16286\",\"gitlens.graphLane5Color\":\"#427b58\",\"gitlens.graphLane6Color\":\"#689d6a\",\"gitlens.graphLane7Color\":\"#b57614\",\"gitlens.graphLane8Color\":\"#d79921\",\"gitlens.graphLane9Color\":\"#79740e\",\"gitlens.graphMinimapMarkerHeadColor\":\"#98971a\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#79740e\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphMinimapMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphMinimapMarkerStashesColor\":\"#b16286\",\"gitlens.graphMinimapMarkerTagsColor\":\"#a89984\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#689d6a\",\"gitlens.graphScrollMarkerHeadColor\":\"#79740e\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#d79921\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphScrollMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphScrollMarkerStashesColor\":\"#b16286\",\"gitlens.graphScrollMarkerTagsColor\":\"#a89984\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#427b58\",\"gitlens.gutterBackgroundColor\":\"#ebdbb2\",\"gitlens.gutterForegroundColor\":\"#3c3836\",\"gitlens.gutterUncommittedForegroundColor\":\"#458588\",\"gitlens.launchpadIndicatorAttentionColor\":\"#b57614\",\"gitlens.launchpadIndicatorAttentionHoverColor\":\"#d79921\",\"gitlens.launchpadIndicatorBlockedColor\":\"#9d0006\",\"gitlens.launchpadIndicatorBlockedHoverColor\":\"#cc241d\",\"gitlens.launchpadIndicatorMergeableColor\":\"#79740e\",\"gitlens.launchpadIndicatorMergeableHoverColor\":\"#98971a\",\"gitlens.lineHighlightBackgroundColor\":\"#ebdbb2\",\"gitlens.lineHighlightOverviewRulerColor\":\"#458588\",\"gitlens.mergedPullRequestIconColor\":\"#b16286\",\"gitlens.openAutolinkedIssueIconColor\":\"#98971a\",\"gitlens.openPullRequestIconColor\":\"#98971a\",\"gitlens.trailingLineBackgroundColor\":\"#f9f5d7a0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#af3a03\",\"icon.foreground\":\"#3c3836\",\"input.background\":\"#f9f5d7\",\"input.border\":\"#ebdbb2\",\"input.foreground\":\"#3c3836\",\"input.placeholderForeground\":\"#3c383660\",\"inputOption.activeBorder\":\"#3c383660\",\"inputValidation.errorBackground\":\"#cc241d\",\"inputValidation.errorBorder\":\"#9d0006\",\"inputValidation.infoBackground\":\"#45858880\",\"inputValidation.infoBorder\":\"#076678\",\"inputValidation.warningBackground\":\"#d79921\",\"inputValidation.warningBorder\":\"#b57614\",\"list.activeSelectionBackground\":\"#ebdbb280\",\"list.activeSelectionForeground\":\"#427b58\",\"list.dropBackground\":\"#ebdbb2\",\"list.focusBackground\":\"#ebdbb2\",\"list.focusForeground\":\"#3c3836\",\"list.highlightForeground\":\"#689d6a\",\"list.hoverBackground\":\"#ebdbb280\",\"list.hoverForeground\":\"#504945\",\"list.inactiveSelectionBackground\":\"#ebdbb280\",\"list.inactiveSelectionForeground\":\"#689d6a\",\"menu.border\":\"#ebdbb2\",\"menu.separatorBackground\":\"#ebdbb2\",\"merge.border\":\"#0000\",\"merge.currentContentBackground\":\"#45858820\",\"merge.currentHeaderBackground\":\"#45858840\",\"merge.incomingContentBackground\":\"#689d6a20\",\"merge.incomingHeaderBackground\":\"#689d6a40\",\"notebook.cellBorderColor\":\"#d5c4a1\",\"notebook.cellEditorBackground\":\"#ebdbb2\",\"notebook.focusedCellBorder\":\"#7c6f64\",\"notebook.focusedEditorBorder\":\"#d5c4a1\",\"panel.border\":\"#ebdbb2\",\"panelTitle.activeForeground\":\"#3c3836\",\"peekView.border\":\"#ebdbb2\",\"peekViewEditor.background\":\"#ebdbb270\",\"peekViewEditor.matchHighlightBackground\":\"#d5c4a1\",\"peekViewEditorGutter.background\":\"#ebdbb270\",\"peekViewResult.background\":\"#ebdbb270\",\"peekViewResult.fileForeground\":\"#3c3836\",\"peekViewResult.lineForeground\":\"#3c3836\",\"peekViewResult.matchHighlightBackground\":\"#d5c4a1\",\"peekViewResult.selectionBackground\":\"#45858820\",\"peekViewResult.selectionForeground\":\"#3c3836\",\"peekViewTitle.background\":\"#ebdbb270\",\"peekViewTitleDescription.foreground\":\"#665c54\",\"peekViewTitleLabel.foreground\":\"#3c3836\",\"progressBar.background\":\"#689d6a\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#ebdbb2\",\"scmGraph.historyItemHoverLabelForeground\":\"#ebdbb2\",\"scrollbar.shadow\":\"#f9f5d7\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#d5c4a199\",\"scrollbarSlider.hoverBackground\":\"#bdae93\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#f9f5d7\",\"sideBar.border\":\"#ebdbb2\",\"sideBar.foreground\":\"#504945\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#3c3836\",\"sideBarTitle.foreground\":\"#3c3836\",\"statusBar.background\":\"#f9f5d7\",\"statusBar.border\":\"#ebdbb2\",\"statusBar.debuggingBackground\":\"#af3a03\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#f9f5d7\",\"statusBar.foreground\":\"#3c3836\",\"statusBar.noFolderBackground\":\"#f9f5d7\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#ebdbb2\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#3c3836\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#f9f5d7\",\"tab.inactiveForeground\":\"#7c6f64\",\"tab.unfocusedActiveBorder\":\"#0000\",\"tab.unfocusedActiveForeground\":\"#7c6f64\",\"tab.unfocusedInactiveForeground\":\"#928374\",\"terminal.ansiBlack\":\"#ebdbb2\",\"terminal.ansiBlue\":\"#458588\",\"terminal.ansiBrightBlack\":\"#928374\",\"terminal.ansiBrightBlue\":\"#076678\",\"terminal.ansiBrightCyan\":\"#427b58\",\"terminal.ansiBrightGreen\":\"#79740e\",\"terminal.ansiBrightMagenta\":\"#8f3f71\",\"terminal.ansiBrightRed\":\"#9d0006\",\"terminal.ansiBrightWhite\":\"#3c3836\",\"terminal.ansiBrightYellow\":\"#b57614\",\"terminal.ansiCyan\":\"#689d6a\",\"terminal.ansiGreen\":\"#98971a\",\"terminal.ansiMagenta\":\"#b16286\",\"terminal.ansiRed\":\"#cc241d\",\"terminal.ansiWhite\":\"#7c6f64\",\"terminal.ansiYellow\":\"#d79921\",\"terminal.background\":\"#f9f5d7\",\"terminal.foreground\":\"#3c3836\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#076678\",\"titleBar.activeBackground\":\"#f9f5d7\",\"titleBar.activeForeground\":\"#3c3836\",\"titleBar.inactiveBackground\":\"#f9f5d7\",\"widget.border\":\"#ebdbb2\",\"widget.shadow\":\"#f9f5d730\"},\"displayName\":\"Gruvbox Light Hard\",\"name\":\"gruvbox-light-hard\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"component\":\"#af3a03\",\"constant.builtin\":\"#8f3f71\",\"function\":\"#427b58\",\"function.builtin\":\"#af3a03\",\"method\":\"#427b58\",\"parameter\":\"#076678\",\"property\":\"#076678\",\"property:python\":\"#3c3836\",\"variable\":\"#3c3836\"},\"tokenColors\":[{\"settings\":{\"foreground\":\"#3c3836\"}},{\"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\":\"#8f3f71\"}},{\"scope\":\"constant.rgb-value\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"entity.name.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.name.tag\",\"punctuation.tag\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#cc241d\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#b16286\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.header.diff\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string.escape\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"string.quasi\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.entity\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"module.node\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control.module\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.less\",\"settings\":{\"foreground\":\"#d79921\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"metatag.php\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"meta.type.name\",\"meta.return.type\",\"meta.return-type\",\"meta.cast\",\"meta.type.annotation\",\"support.type\",\"storage.type.cs\",\"variable.class\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"variable.this\",\"support.variable\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"entity.name\",\"entity.static\",\"entity.name.class.static.function\",\"entity.name.function\",\"entity.name.class\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.function\",\"entity.name.function.static\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.name.function.function-call\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.builtin\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"entity.name.method\",\"entity.name.method.function-call\",\"entity.name.static.function-call\"],\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"brace\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":[\"meta.parameter.type.variable\",\"variable.parameter\",\"variable.name\",\"variable.other\",\"variable\",\"string.constant.other.placeholder\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"prototype\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#7c6f64\"}},{\"scope\":\"punctuation.quoted\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"punctuation.quasi\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.function.python\",\"entity.name.function.python\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"storage.type.function.python\",\"storage.modifier.declaration\",\"storage.type.class.python\",\"storage.type.string.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type.function.async.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"meta.function-call.generic\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"meta.function-call.arguments\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":\"entity.name.function.decorator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"constant.other.caps\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"punctuation.definition.logical-expression\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"string.interpolated.dollar.shell\",\"string.interpolated.backtick.shell\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.directive\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.C99\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"meta.function.cs\",\"entity.name.function.cs\",\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"keyword.other.using.cs\",\"entity.name.variable.field.cs\",\"entity.name.variable.local.cs\",\"variable.other.readwrite.cs\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"keyword.other.this.cs\",\"keyword.other.base.cs\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"meta.scope.prerequisites\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"entity.name.function.target\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"storage.modifier.import.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"keyword.other.import.java\",\"keyword.other.package.java\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"storage.type.java\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"keyword.other.documentation.javadoc\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"comment.block.javadoc variable.parameter.java\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"source.java variable.other.object\",\"source.java variable.other.definition.java\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"meta.function-parameters.lisp\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#928374\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.1.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#9d0006\"}},{\"scope\":\"heading.2.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.3.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"heading.4.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":\"heading.5.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"heading.6.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.punctuation.quote.beginning\",\"settings\":{\"foreground\":\"#98971a\"}},{\"scope\":\"markup.punctuation.list.beginning\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"entity.other.attribute-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"source.css meta.selector\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.css support.function.transform\",\"source.css support.function.timing-function\",\"source.css support.function.misc\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"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\":\"#076678\"}},{\"scope\":[\"text.html entity.name.tag\",\"text.html punctuation.tag\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#427b58\"}},{\"scope\":[\"source.js variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.ts variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.go entity.name.import\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.go keyword.package\",\"source.go keyword.import\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.go keyword.interface\",\"source.go keyword.struct\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.go entity.name.type\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":[\"source.go entity.name.function\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"keyword.control.cucumber.table\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason string.double\",\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.reason keyword.control.less\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.reason entity.name.function\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason support.property-value\",\"source.reason entity.name.filename\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell variable.other.member.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell support.function.powershell\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.powershell support.function.attribute.powershell\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"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\":\"#9d0006\"}},{\"scope\":[\"support.class.math.block.tex\",\"support.class.math.block.environment.latex\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"keyword.control.preamble.latex\",\"keyword.control.include.latex\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"support.class.latex\"],\"settings\":{\"foreground\":\"#427b58\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: gruvbox-light-medium */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#fbf1c7\",\"activityBar.border\":\"#ebdbb2\",\"activityBar.foreground\":\"#3c3836\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#fbf1c7\",\"activityBarTop.foreground\":\"#3c3836\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#3c3836\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#fbf1c7\",\"diffEditor.insertedTextBackground\":\"#79740e30\",\"diffEditor.removedTextBackground\":\"#9d000630\",\"dropdown.background\":\"#fbf1c7\",\"dropdown.border\":\"#ebdbb2\",\"dropdown.foreground\":\"#3c3836\",\"editor.background\":\"#fbf1c7\",\"editor.findMatchBackground\":\"#07667870\",\"editor.findMatchHighlightBackground\":\"#af3a0330\",\"editor.findRangeHighlightBackground\":\"#07667870\",\"editor.foreground\":\"#3c3836\",\"editor.hoverHighlightBackground\":\"#689d6a50\",\"editor.lineHighlightBackground\":\"#ebdbb260\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.selectionBackground\":\"#689d6a40\",\"editor.selectionHighlightBackground\":\"#b5761440\",\"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\":\"#7c6f6490\",\"editorCursor.foreground\":\"#3c3836\",\"editorError.foreground\":\"#cc241d\",\"editorGhostText.background\":\"#bdae9360\",\"editorGroup.border\":\"#ebdbb2\",\"editorGroup.dropBackground\":\"#ebdbb260\",\"editorGroupHeader.noTabsBackground\":\"#fbf1c7\",\"editorGroupHeader.tabsBackground\":\"#fbf1c7\",\"editorGroupHeader.tabsBorder\":\"#ebdbb2\",\"editorGutter.addedBackground\":\"#79740e\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#9d0006\",\"editorGutter.modifiedBackground\":\"#076678\",\"editorHoverWidget.background\":\"#fbf1c7\",\"editorHoverWidget.border\":\"#ebdbb2\",\"editorIndentGuide.activeBackground\":\"#bdae93\",\"editorInfo.foreground\":\"#458588\",\"editorLineNumber.foreground\":\"#bdae93\",\"editorLink.activeForeground\":\"#3c3836\",\"editorOverviewRuler.addedForeground\":\"#076678\",\"editorOverviewRuler.border\":\"#0000\",\"editorOverviewRuler.commonContentForeground\":\"#928374\",\"editorOverviewRuler.currentContentForeground\":\"#458588\",\"editorOverviewRuler.deletedForeground\":\"#076678\",\"editorOverviewRuler.errorForeground\":\"#9d0006\",\"editorOverviewRuler.findMatchForeground\":\"#665c54\",\"editorOverviewRuler.incomingContentForeground\":\"#689d6a\",\"editorOverviewRuler.infoForeground\":\"#8f3f71\",\"editorOverviewRuler.modifiedForeground\":\"#076678\",\"editorOverviewRuler.rangeHighlightForeground\":\"#665c54\",\"editorOverviewRuler.selectionHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.warningForeground\":\"#d79921\",\"editorOverviewRuler.wordHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#bdae93\",\"editorRuler.foreground\":\"#7c6f6440\",\"editorStickyScroll.shadow\":\"#d5c4a199\",\"editorStickyScrollHover.background\":\"#ebdbb260\",\"editorSuggestWidget.background\":\"#fbf1c7\",\"editorSuggestWidget.border\":\"#ebdbb2\",\"editorSuggestWidget.foreground\":\"#3c3836\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#ebdbb260\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#7c6f6420\",\"editorWidget.background\":\"#fbf1c7\",\"editorWidget.border\":\"#ebdbb2\",\"errorForeground\":\"#9d0006\",\"extensionButton.prominentBackground\":\"#79740e80\",\"extensionButton.prominentHoverBackground\":\"#79740e30\",\"focusBorder\":\"#ebdbb2\",\"foreground\":\"#3c3836\",\"gitDecoration.addedResourceForeground\":\"#3c3836\",\"gitDecoration.conflictingResourceForeground\":\"#b16286\",\"gitDecoration.deletedResourceForeground\":\"#cc241d\",\"gitDecoration.ignoredResourceForeground\":\"#a89984\",\"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\":\"#a89984\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#98971a\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#928374\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#cc241d\",\"gitlens.graphChangesColumnAddedColor\":\"#98971a\",\"gitlens.graphChangesColumnDeletedColor\":\"#cc241d\",\"gitlens.graphLane10Color\":\"#98971a\",\"gitlens.graphLane1Color\":\"#076678\",\"gitlens.graphLane2Color\":\"#458588\",\"gitlens.graphLane3Color\":\"#8f3f71\",\"gitlens.graphLane4Color\":\"#b16286\",\"gitlens.graphLane5Color\":\"#427b58\",\"gitlens.graphLane6Color\":\"#689d6a\",\"gitlens.graphLane7Color\":\"#b57614\",\"gitlens.graphLane8Color\":\"#d79921\",\"gitlens.graphLane9Color\":\"#79740e\",\"gitlens.graphMinimapMarkerHeadColor\":\"#98971a\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#79740e\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphMinimapMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphMinimapMarkerStashesColor\":\"#b16286\",\"gitlens.graphMinimapMarkerTagsColor\":\"#a89984\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#689d6a\",\"gitlens.graphScrollMarkerHeadColor\":\"#79740e\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#d79921\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphScrollMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphScrollMarkerStashesColor\":\"#b16286\",\"gitlens.graphScrollMarkerTagsColor\":\"#a89984\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#427b58\",\"gitlens.gutterBackgroundColor\":\"#ebdbb2\",\"gitlens.gutterForegroundColor\":\"#3c3836\",\"gitlens.gutterUncommittedForegroundColor\":\"#458588\",\"gitlens.launchpadIndicatorAttentionColor\":\"#b57614\",\"gitlens.launchpadIndicatorAttentionHoverColor\":\"#d79921\",\"gitlens.launchpadIndicatorBlockedColor\":\"#9d0006\",\"gitlens.launchpadIndicatorBlockedHoverColor\":\"#cc241d\",\"gitlens.launchpadIndicatorMergeableColor\":\"#79740e\",\"gitlens.launchpadIndicatorMergeableHoverColor\":\"#98971a\",\"gitlens.lineHighlightBackgroundColor\":\"#ebdbb2\",\"gitlens.lineHighlightOverviewRulerColor\":\"#458588\",\"gitlens.mergedPullRequestIconColor\":\"#b16286\",\"gitlens.openAutolinkedIssueIconColor\":\"#98971a\",\"gitlens.openPullRequestIconColor\":\"#98971a\",\"gitlens.trailingLineBackgroundColor\":\"#fbf1c7a0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#af3a03\",\"icon.foreground\":\"#3c3836\",\"input.background\":\"#fbf1c7\",\"input.border\":\"#ebdbb2\",\"input.foreground\":\"#3c3836\",\"input.placeholderForeground\":\"#3c383660\",\"inputOption.activeBorder\":\"#3c383660\",\"inputValidation.errorBackground\":\"#cc241d\",\"inputValidation.errorBorder\":\"#9d0006\",\"inputValidation.infoBackground\":\"#45858880\",\"inputValidation.infoBorder\":\"#076678\",\"inputValidation.warningBackground\":\"#d79921\",\"inputValidation.warningBorder\":\"#b57614\",\"list.activeSelectionBackground\":\"#ebdbb280\",\"list.activeSelectionForeground\":\"#427b58\",\"list.dropBackground\":\"#ebdbb2\",\"list.focusBackground\":\"#ebdbb2\",\"list.focusForeground\":\"#3c3836\",\"list.highlightForeground\":\"#689d6a\",\"list.hoverBackground\":\"#ebdbb280\",\"list.hoverForeground\":\"#504945\",\"list.inactiveSelectionBackground\":\"#ebdbb280\",\"list.inactiveSelectionForeground\":\"#689d6a\",\"menu.border\":\"#ebdbb2\",\"menu.separatorBackground\":\"#ebdbb2\",\"merge.border\":\"#0000\",\"merge.currentContentBackground\":\"#45858820\",\"merge.currentHeaderBackground\":\"#45858840\",\"merge.incomingContentBackground\":\"#689d6a20\",\"merge.incomingHeaderBackground\":\"#689d6a40\",\"notebook.cellBorderColor\":\"#d5c4a1\",\"notebook.cellEditorBackground\":\"#ebdbb2\",\"notebook.focusedCellBorder\":\"#7c6f64\",\"notebook.focusedEditorBorder\":\"#d5c4a1\",\"panel.border\":\"#ebdbb2\",\"panelTitle.activeForeground\":\"#3c3836\",\"peekView.border\":\"#ebdbb2\",\"peekViewEditor.background\":\"#ebdbb270\",\"peekViewEditor.matchHighlightBackground\":\"#d5c4a1\",\"peekViewEditorGutter.background\":\"#ebdbb270\",\"peekViewResult.background\":\"#ebdbb270\",\"peekViewResult.fileForeground\":\"#3c3836\",\"peekViewResult.lineForeground\":\"#3c3836\",\"peekViewResult.matchHighlightBackground\":\"#d5c4a1\",\"peekViewResult.selectionBackground\":\"#45858820\",\"peekViewResult.selectionForeground\":\"#3c3836\",\"peekViewTitle.background\":\"#ebdbb270\",\"peekViewTitleDescription.foreground\":\"#665c54\",\"peekViewTitleLabel.foreground\":\"#3c3836\",\"progressBar.background\":\"#689d6a\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#ebdbb2\",\"scmGraph.historyItemHoverLabelForeground\":\"#ebdbb2\",\"scrollbar.shadow\":\"#fbf1c7\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#d5c4a199\",\"scrollbarSlider.hoverBackground\":\"#bdae93\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#fbf1c7\",\"sideBar.border\":\"#ebdbb2\",\"sideBar.foreground\":\"#504945\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#3c3836\",\"sideBarTitle.foreground\":\"#3c3836\",\"statusBar.background\":\"#fbf1c7\",\"statusBar.border\":\"#ebdbb2\",\"statusBar.debuggingBackground\":\"#af3a03\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#fbf1c7\",\"statusBar.foreground\":\"#3c3836\",\"statusBar.noFolderBackground\":\"#fbf1c7\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#ebdbb2\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#3c3836\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#fbf1c7\",\"tab.inactiveForeground\":\"#7c6f64\",\"tab.unfocusedActiveBorder\":\"#0000\",\"tab.unfocusedActiveForeground\":\"#7c6f64\",\"tab.unfocusedInactiveForeground\":\"#928374\",\"terminal.ansiBlack\":\"#ebdbb2\",\"terminal.ansiBlue\":\"#458588\",\"terminal.ansiBrightBlack\":\"#928374\",\"terminal.ansiBrightBlue\":\"#076678\",\"terminal.ansiBrightCyan\":\"#427b58\",\"terminal.ansiBrightGreen\":\"#79740e\",\"terminal.ansiBrightMagenta\":\"#8f3f71\",\"terminal.ansiBrightRed\":\"#9d0006\",\"terminal.ansiBrightWhite\":\"#3c3836\",\"terminal.ansiBrightYellow\":\"#b57614\",\"terminal.ansiCyan\":\"#689d6a\",\"terminal.ansiGreen\":\"#98971a\",\"terminal.ansiMagenta\":\"#b16286\",\"terminal.ansiRed\":\"#cc241d\",\"terminal.ansiWhite\":\"#7c6f64\",\"terminal.ansiYellow\":\"#d79921\",\"terminal.background\":\"#fbf1c7\",\"terminal.foreground\":\"#3c3836\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#076678\",\"titleBar.activeBackground\":\"#fbf1c7\",\"titleBar.activeForeground\":\"#3c3836\",\"titleBar.inactiveBackground\":\"#fbf1c7\",\"widget.border\":\"#ebdbb2\",\"widget.shadow\":\"#fbf1c730\"},\"displayName\":\"Gruvbox Light Medium\",\"name\":\"gruvbox-light-medium\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"component\":\"#af3a03\",\"constant.builtin\":\"#8f3f71\",\"function\":\"#427b58\",\"function.builtin\":\"#af3a03\",\"method\":\"#427b58\",\"parameter\":\"#076678\",\"property\":\"#076678\",\"property:python\":\"#3c3836\",\"variable\":\"#3c3836\"},\"tokenColors\":[{\"settings\":{\"foreground\":\"#3c3836\"}},{\"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\":\"#8f3f71\"}},{\"scope\":\"constant.rgb-value\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"entity.name.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.name.tag\",\"punctuation.tag\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#cc241d\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#b16286\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.header.diff\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string.escape\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"string.quasi\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.entity\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"module.node\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control.module\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.less\",\"settings\":{\"foreground\":\"#d79921\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"metatag.php\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"meta.type.name\",\"meta.return.type\",\"meta.return-type\",\"meta.cast\",\"meta.type.annotation\",\"support.type\",\"storage.type.cs\",\"variable.class\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"variable.this\",\"support.variable\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"entity.name\",\"entity.static\",\"entity.name.class.static.function\",\"entity.name.function\",\"entity.name.class\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.function\",\"entity.name.function.static\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.name.function.function-call\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.builtin\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"entity.name.method\",\"entity.name.method.function-call\",\"entity.name.static.function-call\"],\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"brace\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":[\"meta.parameter.type.variable\",\"variable.parameter\",\"variable.name\",\"variable.other\",\"variable\",\"string.constant.other.placeholder\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"prototype\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#7c6f64\"}},{\"scope\":\"punctuation.quoted\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"punctuation.quasi\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.function.python\",\"entity.name.function.python\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"storage.type.function.python\",\"storage.modifier.declaration\",\"storage.type.class.python\",\"storage.type.string.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type.function.async.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"meta.function-call.generic\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"meta.function-call.arguments\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":\"entity.name.function.decorator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"constant.other.caps\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"punctuation.definition.logical-expression\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"string.interpolated.dollar.shell\",\"string.interpolated.backtick.shell\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.directive\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.C99\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"meta.function.cs\",\"entity.name.function.cs\",\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"keyword.other.using.cs\",\"entity.name.variable.field.cs\",\"entity.name.variable.local.cs\",\"variable.other.readwrite.cs\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"keyword.other.this.cs\",\"keyword.other.base.cs\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"meta.scope.prerequisites\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"entity.name.function.target\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"storage.modifier.import.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"keyword.other.import.java\",\"keyword.other.package.java\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"storage.type.java\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"keyword.other.documentation.javadoc\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"comment.block.javadoc variable.parameter.java\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"source.java variable.other.object\",\"source.java variable.other.definition.java\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"meta.function-parameters.lisp\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#928374\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.1.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#9d0006\"}},{\"scope\":\"heading.2.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.3.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"heading.4.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":\"heading.5.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"heading.6.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.punctuation.quote.beginning\",\"settings\":{\"foreground\":\"#98971a\"}},{\"scope\":\"markup.punctuation.list.beginning\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"entity.other.attribute-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"source.css meta.selector\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.css support.function.transform\",\"source.css support.function.timing-function\",\"source.css support.function.misc\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"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\":\"#076678\"}},{\"scope\":[\"text.html entity.name.tag\",\"text.html punctuation.tag\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#427b58\"}},{\"scope\":[\"source.js variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.ts variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.go entity.name.import\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.go keyword.package\",\"source.go keyword.import\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.go keyword.interface\",\"source.go keyword.struct\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.go entity.name.type\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":[\"source.go entity.name.function\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"keyword.control.cucumber.table\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason string.double\",\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.reason keyword.control.less\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.reason entity.name.function\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason support.property-value\",\"source.reason entity.name.filename\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell variable.other.member.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell support.function.powershell\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.powershell support.function.attribute.powershell\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"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\":\"#9d0006\"}},{\"scope\":[\"support.class.math.block.tex\",\"support.class.math.block.environment.latex\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"keyword.control.preamble.latex\",\"keyword.control.include.latex\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"support.class.latex\"],\"settings\":{\"foreground\":\"#427b58\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: gruvbox-light-soft */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#f2e5bc\",\"activityBar.border\":\"#ebdbb2\",\"activityBar.foreground\":\"#3c3836\",\"activityBarBadge.background\":\"#458588\",\"activityBarBadge.foreground\":\"#ebdbb2\",\"activityBarTop.background\":\"#f2e5bc\",\"activityBarTop.foreground\":\"#3c3836\",\"badge.background\":\"#b16286\",\"badge.foreground\":\"#ebdbb2\",\"button.background\":\"#45858880\",\"button.foreground\":\"#3c3836\",\"button.hoverBackground\":\"#45858860\",\"debugToolBar.background\":\"#f2e5bc\",\"diffEditor.insertedTextBackground\":\"#79740e30\",\"diffEditor.removedTextBackground\":\"#9d000630\",\"dropdown.background\":\"#f2e5bc\",\"dropdown.border\":\"#ebdbb2\",\"dropdown.foreground\":\"#3c3836\",\"editor.background\":\"#f2e5bc\",\"editor.findMatchBackground\":\"#07667870\",\"editor.findMatchHighlightBackground\":\"#af3a0330\",\"editor.findRangeHighlightBackground\":\"#07667870\",\"editor.foreground\":\"#3c3836\",\"editor.hoverHighlightBackground\":\"#689d6a50\",\"editor.lineHighlightBackground\":\"#ebdbb260\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.selectionBackground\":\"#689d6a40\",\"editor.selectionHighlightBackground\":\"#b5761440\",\"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\":\"#7c6f6490\",\"editorCursor.foreground\":\"#3c3836\",\"editorError.foreground\":\"#cc241d\",\"editorGhostText.background\":\"#bdae9360\",\"editorGroup.border\":\"#ebdbb2\",\"editorGroup.dropBackground\":\"#ebdbb260\",\"editorGroupHeader.noTabsBackground\":\"#f2e5bc\",\"editorGroupHeader.tabsBackground\":\"#f2e5bc\",\"editorGroupHeader.tabsBorder\":\"#ebdbb2\",\"editorGutter.addedBackground\":\"#79740e\",\"editorGutter.background\":\"#0000\",\"editorGutter.deletedBackground\":\"#9d0006\",\"editorGutter.modifiedBackground\":\"#076678\",\"editorHoverWidget.background\":\"#f2e5bc\",\"editorHoverWidget.border\":\"#ebdbb2\",\"editorIndentGuide.activeBackground\":\"#bdae93\",\"editorInfo.foreground\":\"#458588\",\"editorLineNumber.foreground\":\"#bdae93\",\"editorLink.activeForeground\":\"#3c3836\",\"editorOverviewRuler.addedForeground\":\"#076678\",\"editorOverviewRuler.border\":\"#0000\",\"editorOverviewRuler.commonContentForeground\":\"#928374\",\"editorOverviewRuler.currentContentForeground\":\"#458588\",\"editorOverviewRuler.deletedForeground\":\"#076678\",\"editorOverviewRuler.errorForeground\":\"#9d0006\",\"editorOverviewRuler.findMatchForeground\":\"#665c54\",\"editorOverviewRuler.incomingContentForeground\":\"#689d6a\",\"editorOverviewRuler.infoForeground\":\"#8f3f71\",\"editorOverviewRuler.modifiedForeground\":\"#076678\",\"editorOverviewRuler.rangeHighlightForeground\":\"#665c54\",\"editorOverviewRuler.selectionHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.warningForeground\":\"#d79921\",\"editorOverviewRuler.wordHighlightForeground\":\"#bdae93\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#bdae93\",\"editorRuler.foreground\":\"#7c6f6440\",\"editorStickyScroll.shadow\":\"#d5c4a199\",\"editorStickyScrollHover.background\":\"#ebdbb260\",\"editorSuggestWidget.background\":\"#f2e5bc\",\"editorSuggestWidget.border\":\"#ebdbb2\",\"editorSuggestWidget.foreground\":\"#3c3836\",\"editorSuggestWidget.highlightForeground\":\"#689d6a\",\"editorSuggestWidget.selectedBackground\":\"#ebdbb260\",\"editorWarning.foreground\":\"#d79921\",\"editorWhitespace.foreground\":\"#7c6f6420\",\"editorWidget.background\":\"#f2e5bc\",\"editorWidget.border\":\"#ebdbb2\",\"errorForeground\":\"#9d0006\",\"extensionButton.prominentBackground\":\"#79740e80\",\"extensionButton.prominentHoverBackground\":\"#79740e30\",\"focusBorder\":\"#ebdbb2\",\"foreground\":\"#3c3836\",\"gitDecoration.addedResourceForeground\":\"#3c3836\",\"gitDecoration.conflictingResourceForeground\":\"#b16286\",\"gitDecoration.deletedResourceForeground\":\"#cc241d\",\"gitDecoration.ignoredResourceForeground\":\"#a89984\",\"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\":\"#a89984\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#98971a\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#928374\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#cc241d\",\"gitlens.graphChangesColumnAddedColor\":\"#98971a\",\"gitlens.graphChangesColumnDeletedColor\":\"#cc241d\",\"gitlens.graphLane10Color\":\"#98971a\",\"gitlens.graphLane1Color\":\"#076678\",\"gitlens.graphLane2Color\":\"#458588\",\"gitlens.graphLane3Color\":\"#8f3f71\",\"gitlens.graphLane4Color\":\"#b16286\",\"gitlens.graphLane5Color\":\"#427b58\",\"gitlens.graphLane6Color\":\"#689d6a\",\"gitlens.graphLane7Color\":\"#b57614\",\"gitlens.graphLane8Color\":\"#d79921\",\"gitlens.graphLane9Color\":\"#79740e\",\"gitlens.graphMinimapMarkerHeadColor\":\"#98971a\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#79740e\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphMinimapMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphMinimapMarkerStashesColor\":\"#b16286\",\"gitlens.graphMinimapMarkerTagsColor\":\"#a89984\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#689d6a\",\"gitlens.graphScrollMarkerHeadColor\":\"#79740e\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#d79921\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#076678\",\"gitlens.graphScrollMarkerPullRequestsColor\":\"#af3a03\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#458588\",\"gitlens.graphScrollMarkerStashesColor\":\"#b16286\",\"gitlens.graphScrollMarkerTagsColor\":\"#a89984\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#427b58\",\"gitlens.gutterBackgroundColor\":\"#ebdbb2\",\"gitlens.gutterForegroundColor\":\"#3c3836\",\"gitlens.gutterUncommittedForegroundColor\":\"#458588\",\"gitlens.launchpadIndicatorAttentionColor\":\"#b57614\",\"gitlens.launchpadIndicatorAttentionHoverColor\":\"#d79921\",\"gitlens.launchpadIndicatorBlockedColor\":\"#9d0006\",\"gitlens.launchpadIndicatorBlockedHoverColor\":\"#cc241d\",\"gitlens.launchpadIndicatorMergeableColor\":\"#79740e\",\"gitlens.launchpadIndicatorMergeableHoverColor\":\"#98971a\",\"gitlens.lineHighlightBackgroundColor\":\"#ebdbb2\",\"gitlens.lineHighlightOverviewRulerColor\":\"#458588\",\"gitlens.mergedPullRequestIconColor\":\"#b16286\",\"gitlens.openAutolinkedIssueIconColor\":\"#98971a\",\"gitlens.openPullRequestIconColor\":\"#98971a\",\"gitlens.trailingLineBackgroundColor\":\"#f2e5bca0\",\"gitlens.trailingLineForegroundColor\":\"#928374a0\",\"gitlens.unpublishedChangesIconColor\":\"#98971a\",\"gitlens.unpublishedCommitIconColor\":\"#98971a\",\"gitlens.unpulledChangesIconColor\":\"#af3a03\",\"icon.foreground\":\"#3c3836\",\"input.background\":\"#f2e5bc\",\"input.border\":\"#ebdbb2\",\"input.foreground\":\"#3c3836\",\"input.placeholderForeground\":\"#3c383660\",\"inputOption.activeBorder\":\"#3c383660\",\"inputValidation.errorBackground\":\"#cc241d\",\"inputValidation.errorBorder\":\"#9d0006\",\"inputValidation.infoBackground\":\"#45858880\",\"inputValidation.infoBorder\":\"#076678\",\"inputValidation.warningBackground\":\"#d79921\",\"inputValidation.warningBorder\":\"#b57614\",\"list.activeSelectionBackground\":\"#ebdbb280\",\"list.activeSelectionForeground\":\"#427b58\",\"list.dropBackground\":\"#ebdbb2\",\"list.focusBackground\":\"#ebdbb2\",\"list.focusForeground\":\"#3c3836\",\"list.highlightForeground\":\"#689d6a\",\"list.hoverBackground\":\"#ebdbb280\",\"list.hoverForeground\":\"#504945\",\"list.inactiveSelectionBackground\":\"#ebdbb280\",\"list.inactiveSelectionForeground\":\"#689d6a\",\"menu.border\":\"#ebdbb2\",\"menu.separatorBackground\":\"#ebdbb2\",\"merge.border\":\"#0000\",\"merge.currentContentBackground\":\"#45858820\",\"merge.currentHeaderBackground\":\"#45858840\",\"merge.incomingContentBackground\":\"#689d6a20\",\"merge.incomingHeaderBackground\":\"#689d6a40\",\"notebook.cellBorderColor\":\"#d5c4a1\",\"notebook.cellEditorBackground\":\"#ebdbb2\",\"notebook.focusedCellBorder\":\"#7c6f64\",\"notebook.focusedEditorBorder\":\"#d5c4a1\",\"panel.border\":\"#ebdbb2\",\"panelTitle.activeForeground\":\"#3c3836\",\"peekView.border\":\"#ebdbb2\",\"peekViewEditor.background\":\"#ebdbb270\",\"peekViewEditor.matchHighlightBackground\":\"#d5c4a1\",\"peekViewEditorGutter.background\":\"#ebdbb270\",\"peekViewResult.background\":\"#ebdbb270\",\"peekViewResult.fileForeground\":\"#3c3836\",\"peekViewResult.lineForeground\":\"#3c3836\",\"peekViewResult.matchHighlightBackground\":\"#d5c4a1\",\"peekViewResult.selectionBackground\":\"#45858820\",\"peekViewResult.selectionForeground\":\"#3c3836\",\"peekViewTitle.background\":\"#ebdbb270\",\"peekViewTitleDescription.foreground\":\"#665c54\",\"peekViewTitleLabel.foreground\":\"#3c3836\",\"progressBar.background\":\"#689d6a\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#ebdbb2\",\"scmGraph.historyItemHoverLabelForeground\":\"#ebdbb2\",\"scrollbar.shadow\":\"#f2e5bc\",\"scrollbarSlider.activeBackground\":\"#689d6a\",\"scrollbarSlider.background\":\"#d5c4a199\",\"scrollbarSlider.hoverBackground\":\"#bdae93\",\"selection.background\":\"#689d6a80\",\"sideBar.background\":\"#f2e5bc\",\"sideBar.border\":\"#ebdbb2\",\"sideBar.foreground\":\"#504945\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.foreground\":\"#3c3836\",\"sideBarTitle.foreground\":\"#3c3836\",\"statusBar.background\":\"#f2e5bc\",\"statusBar.border\":\"#ebdbb2\",\"statusBar.debuggingBackground\":\"#af3a03\",\"statusBar.debuggingBorder\":\"#0000\",\"statusBar.debuggingForeground\":\"#f2e5bc\",\"statusBar.foreground\":\"#3c3836\",\"statusBar.noFolderBackground\":\"#f2e5bc\",\"statusBar.noFolderBorder\":\"#0000\",\"tab.activeBackground\":\"#ebdbb2\",\"tab.activeBorder\":\"#689d6a\",\"tab.activeForeground\":\"#3c3836\",\"tab.border\":\"#0000\",\"tab.inactiveBackground\":\"#f2e5bc\",\"tab.inactiveForeground\":\"#7c6f64\",\"tab.unfocusedActiveBorder\":\"#0000\",\"tab.unfocusedActiveForeground\":\"#7c6f64\",\"tab.unfocusedInactiveForeground\":\"#928374\",\"terminal.ansiBlack\":\"#ebdbb2\",\"terminal.ansiBlue\":\"#458588\",\"terminal.ansiBrightBlack\":\"#928374\",\"terminal.ansiBrightBlue\":\"#076678\",\"terminal.ansiBrightCyan\":\"#427b58\",\"terminal.ansiBrightGreen\":\"#79740e\",\"terminal.ansiBrightMagenta\":\"#8f3f71\",\"terminal.ansiBrightRed\":\"#9d0006\",\"terminal.ansiBrightWhite\":\"#3c3836\",\"terminal.ansiBrightYellow\":\"#b57614\",\"terminal.ansiCyan\":\"#689d6a\",\"terminal.ansiGreen\":\"#98971a\",\"terminal.ansiMagenta\":\"#b16286\",\"terminal.ansiRed\":\"#cc241d\",\"terminal.ansiWhite\":\"#7c6f64\",\"terminal.ansiYellow\":\"#d79921\",\"terminal.background\":\"#f2e5bc\",\"terminal.foreground\":\"#3c3836\",\"textLink.activeForeground\":\"#458588\",\"textLink.foreground\":\"#076678\",\"titleBar.activeBackground\":\"#f2e5bc\",\"titleBar.activeForeground\":\"#3c3836\",\"titleBar.inactiveBackground\":\"#f2e5bc\",\"widget.border\":\"#ebdbb2\",\"widget.shadow\":\"#f2e5bc30\"},\"displayName\":\"Gruvbox Light Soft\",\"name\":\"gruvbox-light-soft\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"component\":\"#af3a03\",\"constant.builtin\":\"#8f3f71\",\"function\":\"#427b58\",\"function.builtin\":\"#af3a03\",\"method\":\"#427b58\",\"parameter\":\"#076678\",\"property\":\"#076678\",\"property:python\":\"#3c3836\",\"variable\":\"#3c3836\"},\"tokenColors\":[{\"settings\":{\"foreground\":\"#3c3836\"}},{\"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\":\"#8f3f71\"}},{\"scope\":\"constant.rgb-value\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"entity.name.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.name.tag\",\"punctuation.tag\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#cc241d\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#b16286\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"meta.header.diff\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"string.escape\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"string.quasi\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.entity\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"module.node\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"keyword.control.module\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.less\",\"settings\":{\"foreground\":\"#d79921\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"metatag.php\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"meta.type.name\",\"meta.return.type\",\"meta.return-type\",\"meta.cast\",\"meta.type.annotation\",\"support.type\",\"storage.type.cs\",\"variable.class\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"variable.this\",\"support.variable\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"entity.name\",\"entity.static\",\"entity.name.class.static.function\",\"entity.name.function\",\"entity.name.class\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"entity.function\",\"entity.name.function.static\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"entity.name.function.function-call\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.builtin\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"entity.name.method\",\"entity.name.method.function-call\",\"entity.name.static.function-call\"],\"settings\":{\"foreground\":\"#689d6a\"}},{\"scope\":\"brace\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":[\"meta.parameter.type.variable\",\"variable.parameter\",\"variable.name\",\"variable.other\",\"variable\",\"string.constant.other.placeholder\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"prototype\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#7c6f64\"}},{\"scope\":\"punctuation.quoted\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"punctuation.quasi\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.function.python\",\"entity.name.function.python\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"storage.type.function.python\",\"storage.modifier.declaration\",\"storage.type.class.python\",\"storage.type.string.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":[\"storage.type.function.async.python\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"meta.function-call.generic\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"meta.function-call.arguments\",\"settings\":{\"foreground\":\"#504945\"}},{\"scope\":\"entity.name.function.decorator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"constant.other.caps\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#9d0006\"}},{\"scope\":\"punctuation.definition.logical-expression\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"string.interpolated.dollar.shell\",\"string.interpolated.backtick.shell\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"keyword.control.directive\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"support.function.C99\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"meta.function.cs\",\"entity.name.function.cs\",\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"keyword.other.using.cs\",\"entity.name.variable.field.cs\",\"entity.name.variable.local.cs\",\"variable.other.readwrite.cs\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"keyword.other.this.cs\",\"keyword.other.base.cs\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"meta.scope.prerequisites\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"entity.name.function.target\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"storage.modifier.import.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"keyword.other.import.java\",\"keyword.other.package.java\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"storage.type.java\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"storage.type.annotation\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"keyword.other.documentation.javadoc\",\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"comment.block.javadoc variable.parameter.java\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":[\"source.java variable.other.object\",\"source.java variable.other.definition.java\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"meta.function-parameters.lisp\",\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#928374\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.1.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#9d0006\"}},{\"scope\":\"heading.2.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#af3a03\"}},{\"scope\":\"heading.3.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b57614\"}},{\"scope\":\"heading.4.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79740e\"}},{\"scope\":\"heading.5.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#076678\"}},{\"scope\":\"heading.6.markdown entity.name.section.markdown\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8f3f71\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#d65d0e\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"markup.punctuation.quote.beginning\",\"settings\":{\"foreground\":\"#98971a\"}},{\"scope\":\"markup.punctuation.list.beginning\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":\"string.quoted.double.json\",\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":\"entity.other.attribute-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"source.css meta.selector\",\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.css support.function.transform\",\"source.css support.function.timing-function\",\"source.css support.function.misc\"],\"settings\":{\"foreground\":\"#9d0006\"}},{\"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\":\"#076678\"}},{\"scope\":[\"text.html entity.name.tag\",\"text.html punctuation.tag\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#427b58\"}},{\"scope\":[\"source.js variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.ts variable.language\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.go entity.name.import\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.go keyword.package\",\"source.go keyword.import\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.go keyword.interface\",\"source.go keyword.struct\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.go entity.name.type\"],\"settings\":{\"foreground\":\"#3c3836\"}},{\"scope\":[\"source.go entity.name.function\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"keyword.control.cucumber.table\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason string.double\",\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#79740e\"}},{\"scope\":[\"source.reason keyword.control.less\"],\"settings\":{\"foreground\":\"#427b58\"}},{\"scope\":[\"source.reason entity.name.function\"],\"settings\":{\"foreground\":\"#076678\"}},{\"scope\":[\"source.reason support.property-value\",\"source.reason entity.name.filename\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell variable.other.member.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"source.powershell support.function.powershell\"],\"settings\":{\"foreground\":\"#b57614\"}},{\"scope\":[\"source.powershell support.function.attribute.powershell\"],\"settings\":{\"foreground\":\"#665c54\"}},{\"scope\":[\"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"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\":\"#9d0006\"}},{\"scope\":[\"support.class.math.block.tex\",\"support.class.math.block.environment.latex\"],\"settings\":{\"foreground\":\"#af3a03\"}},{\"scope\":[\"keyword.control.preamble.latex\",\"keyword.control.include.latex\"],\"settings\":{\"foreground\":\"#8f3f71\"}},{\"scope\":[\"support.class.latex\"],\"settings\":{\"foreground\":\"#427b58\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: horizon-bright */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#FDF0ED\",\"activityBar.dropBackground\":\"#F9CEC380\",\"activityBar.foreground\":\"#06060CE6\",\"activityBarBadge.background\":\"#E84A72\",\"activityBarBadge.foreground\":\"#06060C\",\"badge.background\":\"#F9CBBE\",\"badge.foreground\":\"#06060C\",\"breadcrumbPicker.background\":\"#FADAD1\",\"button.background\":\"#F9CBBE\",\"button.foreground\":\"#06060C\",\"debugToolBar.background\":\"#FDF0ED\",\"diffEditor.insertedTextBackground\":\"#07DA8C1A\",\"diffEditor.removedTextBackground\":\"#F43E5C1A\",\"dropdown.background\":\"#FADAD1\",\"dropdown.listBackground\":\"#F9CBBE\",\"editor.background\":\"#FDF0ED\",\"editor.findMatchBackground\":\"#F9CEC380\",\"editor.findMatchHighlightBackground\":\"#F9CEC34D\",\"editor.findRangeHighlightBackground\":\"#F9CEC31A\",\"editor.hoverHighlightBackground\":\"#F9CEC34D\",\"editor.lineHighlightBackground\":\"#F9CBBE4D\",\"editor.rangeHighlightBackground\":\"#F9CBBE80\",\"editor.selectionBackground\":\"#F9CBBE80\",\"editor.selectionHighlightBackground\":\"#F9CEC380\",\"editor.wordHighlightBackground\":\"#F9CEC380\",\"editor.wordHighlightStrongBackground\":\"#F9CEC380\",\"editorBracketMatch.background\":\"#F9CEC380\",\"editorBracketMatch.border\":\"#F9CEC300\",\"editorCodeLens.foreground\":\"#F9CEC380\",\"editorCursor.background\":\"#FDF0ED\",\"editorCursor.foreground\":\"#E84A72\",\"editorError.foreground\":\"#F43E5C\",\"editorGroup.border\":\"#1A1C231A\",\"editorGroup.dropBackground\":\"#F9CEC34D\",\"editorGroupHeader.tabsBackground\":\"#FDF0ED\",\"editorGutter.addedBackground\":\"#07DA8CB3\",\"editorGutter.deletedBackground\":\"#F43E5CB3\",\"editorGutter.modifiedBackground\":\"#1EAEAEB3\",\"editorIndentGuide.activeBackground\":\"#F9CBBE\",\"editorIndentGuide.background\":\"#F9CBBE80\",\"editorLineNumber.activeForeground\":\"#06060C80\",\"editorLineNumber.foreground\":\"#06060C1A\",\"editorOverviewRuler.addedForeground\":\"#07DA8CB3\",\"editorOverviewRuler.border\":\"#F9CBBE1A\",\"editorOverviewRuler.bracketMatchForeground\":\"#06060CB3\",\"editorOverviewRuler.deletedForeground\":\"#F43E5CB3\",\"editorOverviewRuler.errorForeground\":\"#F43E5CE6\",\"editorOverviewRuler.findMatchForeground\":\"#F9CEC3\",\"editorOverviewRuler.modifiedForeground\":\"#1EAEAEB3\",\"editorOverviewRuler.warningForeground\":\"#1EB980B3\",\"editorRuler.foreground\":\"#F9CEC34D\",\"editorSuggestWidget.highlightForeground\":\"#E84A72\",\"editorUnnecessaryCode.opacity\":\"#000000B3\",\"editorWarning.foreground\":\"#1EB980B3\",\"editorWidget.background\":\"#FADAD1\",\"editorWidget.border\":\"#FADAD1\",\"errorForeground\":\"#F43E5C\",\"extensionButton.prominentBackground\":\"#E84A72\",\"extensionButton.prominentHoverBackground\":\"#E73665\",\"focusBorder\":\"#1A1C231A\",\"foreground\":\"#06060C\",\"gitDecoration.addedResourceForeground\":\"#1EB980B3\",\"gitDecoration.deletedResourceForeground\":\"#F43E5C\",\"gitDecoration.ignoredResourceForeground\":\"#06060C4D\",\"gitDecoration.modifiedResourceForeground\":\"#AF5427\",\"gitDecoration.untrackedResourceForeground\":\"#1EB980\",\"input.background\":\"#F9CBBE\",\"inputOption.activeBorder\":\"#E7366580\",\"inputValidation.errorBackground\":\"#F43E5C80\",\"inputValidation.errorBorder\":\"#F43E5C00\",\"list.activeSelectionBackground\":\"#F9CBBE80\",\"list.activeSelectionForeground\":\"#06060C\",\"list.dropBackground\":\"#F9CEC380\",\"list.errorForeground\":\"#F43E5CE6\",\"list.focusBackground\":\"#F9CBBE80\",\"list.focusForeground\":\"#06060C\",\"list.highlightForeground\":\"#E84A72\",\"list.hoverBackground\":\"#F9CBBE80\",\"list.hoverForeground\":\"#06060C\",\"list.inactiveFocusBackground\":\"#F9CBBE80\",\"list.inactiveSelectionBackground\":\"#F9CBBE4D\",\"list.inactiveSelectionForeground\":\"#06060C\",\"list.warningForeground\":\"#1EB980B3\",\"panelTitle.activeBorder\":\"#E84A72\",\"peekView.border\":\"#1A1C231A\",\"peekViewEditor.background\":\"#FADAD1\",\"peekViewEditor.matchHighlightBackground\":\"#F9CEC380\",\"peekViewResult.background\":\"#FADAD1\",\"peekViewResult.matchHighlightBackground\":\"#F9CEC380\",\"peekViewResult.selectionBackground\":\"#F9CBBE80\",\"peekViewTitle.background\":\"#FADAD1\",\"pickerGroup.foreground\":\"#E84A72E6\",\"progressBar.background\":\"#E84A72\",\"scrollbar.shadow\":\"#16161C4D\",\"scrollbarSlider.activeBackground\":\"#F9CEC3E6\",\"scrollbarSlider.background\":\"#F9CEC380\",\"scrollbarSlider.hoverBackground\":\"#F9CEC3B3\",\"selection.background\":\"#AF542780\",\"sideBar.background\":\"#FDF0ED\",\"sideBar.dropBackground\":\"#F9CEC34D\",\"sideBar.foreground\":\"#06060CB3\",\"sideBarSectionHeader.background\":\"#FDF0ED\",\"sideBarSectionHeader.foreground\":\"#06060CB3\",\"statusBar.background\":\"#FDF0ED\",\"statusBar.debuggingBackground\":\"#AF5427\",\"statusBar.debuggingForeground\":\"#06060C\",\"statusBar.foreground\":\"#06060CB3\",\"statusBar.noFolderBackground\":\"#FDF0ED\",\"statusBarItem.hoverBackground\":\"#F9CBBE\",\"statusBarItem.prominentBackground\":\"#F9CBBE\",\"statusBarItem.prominentHoverBackground\":\"#F9CEC3\",\"tab.activeBorder\":\"#E84A72\",\"tab.border\":\"#FDF0ED00\",\"tab.inactiveBackground\":\"#FDF0ED\",\"terminal.ansiBlue\":\"#26BBD9\",\"terminal.ansiBrightBlue\":\"#3FC4DE\",\"terminal.ansiBrightCyan\":\"#6BE4E6\",\"terminal.ansiBrightGreen\":\"#3FDAA4\",\"terminal.ansiBrightMagenta\":\"#F075B5\",\"terminal.ansiBrightRed\":\"#EC6A88\",\"terminal.ansiBrightYellow\":\"#FBC3A7\",\"terminal.ansiCyan\":\"#59E1E3\",\"terminal.ansiGreen\":\"#29D398\",\"terminal.ansiMagenta\":\"#EE64AC\",\"terminal.ansiRed\":\"#E95678\",\"terminal.ansiYellow\":\"#FAB795\",\"terminal.foreground\":\"#06060C\",\"terminal.selectionBackground\":\"#F9CEC380\",\"terminalCursor.background\":\"#06060C\",\"terminalCursor.foreground\":\"#F9CEC3B3\",\"textLink.activeForeground\":\"#E73665\",\"textLink.foreground\":\"#E84A72\",\"titleBar.activeBackground\":\"#FDF0ED\",\"titleBar.inactiveBackground\":\"#FDF0ED\",\"walkThrough.embeddedEditorBackground\":\"#FADAD1\",\"widget.shadow\":\"#16161C4D\"},\"displayName\":\"Horizon Bright\",\"name\":\"horizon-bright\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#33333380\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#DC3318\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#1D8991\"}},{\"scope\":\"entity.name\",\"settings\":{\"foreground\":\"#F77D26\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#1D8991\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#DA103F\"}},{\"scope\":[\"entity.name.type\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#F77D26\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#DC3318\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#F6661E\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#1D8991\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#F6661E\"}},{\"scope\":[\"entity.name.variable\",\"variable\"],\"settings\":{\"foreground\":\"#DA103F\"}},{\"scope\":\"keyword\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#8A31B9\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#333333\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.operator.expression\",\"keyword.operator.logical\",\"keyword.operator.delete\"],\"settings\":{\"foreground\":\"#8A31B9\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#DC3318\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F6661EB3\"}},{\"scope\":[\"markup.heading\",\"entity.name.section\"],\"settings\":{\"foreground\":\"#DA103F\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8A31B9\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1D8991\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#DC3318\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#F6661E\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#8A31B9\"}},{\"scope\":[\"string.quoted\",\"string.template\"],\"settings\":{\"foreground\":\"#F6661E\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#DC3318\"}},{\"scope\":\"string.other.link\",\"settings\":{\"foreground\":\"#DC3318\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#F77D26\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#1D8991\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#DA103F\"}},{\"scope\":[\"support.type.property-name\",\"meta.object-literal.key\"],\"settings\":{\"foreground\":\"#DA103F\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#333333\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F77D26\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"string.template meta.embedded\",\"settings\":{\"foreground\":\"#333333\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#DA103FB3\"}},{\"scope\":\"punctuation.separator\",\"settings\":{\"foreground\":\"#333333\"}},{\"scope\":\"punctuation.definition.template-expression\",\"settings\":{\"foreground\":\"#8A31B9\"}},{\"scope\":\"punctuation.section.embedded\",\"settings\":{\"foreground\":\"#8A31B9\"}},{\"scope\":\"punctuation.definition.list\",\"settings\":{\"foreground\":\"#DC3318\"}}],\"type\":\"light\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: horizon */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#1C1E26\",\"activityBar.dropBackground\":\"#6C6F9380\",\"activityBar.foreground\":\"#D5D8DAB3\",\"activityBarBadge.background\":\"#E95378\",\"activityBarBadge.foreground\":\"#06060C\",\"badge.background\":\"#2E303E\",\"badge.foreground\":\"#D5D8DA\",\"breadcrumbPicker.background\":\"#232530\",\"button.background\":\"#2E303E\",\"debugToolBar.background\":\"#1C1E26\",\"diffEditor.insertedTextBackground\":\"#09F7A01A\",\"diffEditor.removedTextBackground\":\"#F43E5C1A\",\"dropdown.background\":\"#232530\",\"dropdown.listBackground\":\"#2E303E\",\"editor.background\":\"#1C1E26\",\"editor.findMatchBackground\":\"#6C6F9380\",\"editor.findMatchHighlightBackground\":\"#6C6F934D\",\"editor.findRangeHighlightBackground\":\"#6C6F931A\",\"editor.hoverHighlightBackground\":\"#6C6F934D\",\"editor.lineHighlightBackground\":\"#2E303E4D\",\"editor.rangeHighlightBackground\":\"#2E303E80\",\"editor.selectionBackground\":\"#2E303EB3\",\"editor.selectionHighlightBackground\":\"#6C6F934D\",\"editor.wordHighlightBackground\":\"#6C6F9380\",\"editor.wordHighlightStrongBackground\":\"#6C6F9380\",\"editorBracketMatch.background\":\"#6C6F9380\",\"editorBracketMatch.border\":\"#6C6F9300\",\"editorCodeLens.foreground\":\"#6C6F9380\",\"editorCursor.background\":\"#1C1E26\",\"editorCursor.foreground\":\"#E95378\",\"editorError.foreground\":\"#F43E5C\",\"editorGroup.border\":\"#1A1C23\",\"editorGroup.dropBackground\":\"#6C6F934D\",\"editorGroupHeader.tabsBackground\":\"#1C1E26\",\"editorGutter.addedBackground\":\"#09F7A0B3\",\"editorGutter.deletedBackground\":\"#F43E5CB3\",\"editorGutter.modifiedBackground\":\"#21BFC2B3\",\"editorIndentGuide.activeBackground\":\"#2E303E\",\"editorIndentGuide.background\":\"#2E303E80\",\"editorLineNumber.activeForeground\":\"#D5D8DA80\",\"editorLineNumber.foreground\":\"#D5D8DA1A\",\"editorOverviewRuler.addedForeground\":\"#09F7A080\",\"editorOverviewRuler.border\":\"#2E303EB3\",\"editorOverviewRuler.bracketMatchForeground\":\"#D5D8DA80\",\"editorOverviewRuler.deletedForeground\":\"#F43E5C80\",\"editorOverviewRuler.errorForeground\":\"#F43E5CE6\",\"editorOverviewRuler.findMatchForeground\":\"#6C6F93\",\"editorOverviewRuler.modifiedForeground\":\"#21BFC280\",\"editorOverviewRuler.warningForeground\":\"#27D79780\",\"editorRuler.foreground\":\"#6C6F934D\",\"editorSuggestWidget.highlightForeground\":\"#E95378\",\"editorWarning.foreground\":\"#27D797B3\",\"editorWidget.background\":\"#232530\",\"editorWidget.border\":\"#232530\",\"errorForeground\":\"#F43E5C\",\"extensionButton.prominentBackground\":\"#E95378\",\"extensionButton.prominentHoverBackground\":\"#E9436D\",\"focusBorder\":\"#1A1C23\",\"foreground\":\"#D5D8DA\",\"gitDecoration.addedResourceForeground\":\"#27D797B3\",\"gitDecoration.deletedResourceForeground\":\"#F43E5C\",\"gitDecoration.ignoredResourceForeground\":\"#D5D8DA4D\",\"gitDecoration.modifiedResourceForeground\":\"#FAB38E\",\"gitDecoration.untrackedResourceForeground\":\"#27D797\",\"input.background\":\"#2E303E\",\"inputOption.activeBorder\":\"#E9436D80\",\"inputValidation.errorBackground\":\"#F43E5C80\",\"inputValidation.errorBorder\":\"#F43E5C00\",\"list.activeSelectionBackground\":\"#2E303E80\",\"list.activeSelectionForeground\":\"#D5D8DA\",\"list.dropBackground\":\"#6C6F9380\",\"list.errorForeground\":\"#F43E5CE6\",\"list.focusBackground\":\"#2E303E80\",\"list.focusForeground\":\"#D5D8DA\",\"list.highlightForeground\":\"#E95378\",\"list.hoverBackground\":\"#2E303E80\",\"list.hoverForeground\":\"#D5D8DA\",\"list.inactiveFocusBackground\":\"#2E303E80\",\"list.inactiveSelectionBackground\":\"#2E303E4D\",\"list.inactiveSelectionForeground\":\"#D5D8DA\",\"list.warningForeground\":\"#27D797B3\",\"panelTitle.activeBorder\":\"#E95378\",\"peekView.border\":\"#1A1C23\",\"peekViewEditor.background\":\"#232530\",\"peekViewEditor.matchHighlightBackground\":\"#6C6F9380\",\"peekViewResult.background\":\"#232530\",\"peekViewResult.matchHighlightBackground\":\"#6C6F9380\",\"peekViewResult.selectionBackground\":\"#2E303E80\",\"peekViewTitle.background\":\"#232530\",\"pickerGroup.foreground\":\"#E95378E6\",\"progressBar.background\":\"#E95378\",\"scrollbar.shadow\":\"#16161C\",\"scrollbarSlider.activeBackground\":\"#6C6F9380\",\"scrollbarSlider.background\":\"#6C6F931A\",\"scrollbarSlider.hoverBackground\":\"#6C6F934D\",\"selection.background\":\"#6C6F9380\",\"sideBar.background\":\"#1C1E26\",\"sideBar.dropBackground\":\"#6C6F934D\",\"sideBar.foreground\":\"#D5D8DA80\",\"sideBarSectionHeader.background\":\"#1C1E26\",\"sideBarSectionHeader.foreground\":\"#D5D8DAB3\",\"statusBar.background\":\"#1C1E26\",\"statusBar.debuggingBackground\":\"#FAB38E\",\"statusBar.debuggingForeground\":\"#06060C\",\"statusBar.foreground\":\"#D5D8DA80\",\"statusBar.noFolderBackground\":\"#1C1E26\",\"statusBarItem.hoverBackground\":\"#2E303E\",\"statusBarItem.prominentBackground\":\"#2E303E\",\"statusBarItem.prominentHoverBackground\":\"#6C6F93\",\"tab.activeBorder\":\"#E95378\",\"tab.border\":\"#1C1E2600\",\"tab.inactiveBackground\":\"#1C1E26\",\"terminal.ansiBlue\":\"#26BBD9\",\"terminal.ansiBrightBlue\":\"#3FC4DE\",\"terminal.ansiBrightCyan\":\"#6BE4E6\",\"terminal.ansiBrightGreen\":\"#3FDAA4\",\"terminal.ansiBrightMagenta\":\"#F075B5\",\"terminal.ansiBrightRed\":\"#EC6A88\",\"terminal.ansiBrightYellow\":\"#FBC3A7\",\"terminal.ansiCyan\":\"#59E1E3\",\"terminal.ansiGreen\":\"#29D398\",\"terminal.ansiMagenta\":\"#EE64AC\",\"terminal.ansiRed\":\"#E95678\",\"terminal.ansiYellow\":\"#FAB795\",\"terminal.foreground\":\"#D5D8DA\",\"terminal.selectionBackground\":\"#6C6F934D\",\"terminalCursor.background\":\"#D5D8DA\",\"terminalCursor.foreground\":\"#6C6F9380\",\"textLink.activeForeground\":\"#E9436D\",\"textLink.foreground\":\"#E95378\",\"titleBar.activeBackground\":\"#1C1E26\",\"titleBar.inactiveBackground\":\"#1C1E26\",\"walkThrough.embeddedEditorBackground\":\"#232530\",\"widget.shadow\":\"#16161C\"},\"displayName\":\"Horizon\",\"name\":\"horizon\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#BBBBBB4D\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#F09483E6\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#25B0BCE6\"}},{\"scope\":\"entity.name\",\"settings\":{\"foreground\":\"#FAC29AE6\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#25B0BCE6\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#E95678E6\"}},{\"scope\":[\"entity.name.type\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#FAC29AE6\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#F09483E6\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#FAB795E6\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#25B0BCE6\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#FAB795E6\"}},{\"scope\":[\"entity.name.variable\",\"variable\"],\"settings\":{\"foreground\":\"#E95678E6\"}},{\"scope\":\"keyword\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#B877DBE6\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#BBBBBB\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.operator.expression\",\"keyword.operator.logical\",\"keyword.operator.delete\"],\"settings\":{\"foreground\":\"#B877DBE6\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#F09483E6\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FAB795B3\"}},{\"scope\":[\"markup.heading\",\"entity.name.section\"],\"settings\":{\"foreground\":\"#E95678E6\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#B877DBE6\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#25B0BCE6\"}},{\"scope\":[\"markup.inline.raw\",\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#F09483E6\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#FAB795E6\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#B877DBE6\"}},{\"scope\":[\"string.quoted\",\"string.template\"],\"settings\":{\"foreground\":\"#FAB795E6\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#F09483E6\"}},{\"scope\":\"string.other.link\",\"settings\":{\"foreground\":\"#F09483E6\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#FAC29AE6\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#25B0BCE6\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#E95678E6\"}},{\"scope\":[\"support.type.property-name\",\"meta.object-literal.key\"],\"settings\":{\"foreground\":\"#E95678E6\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#BBBBBB\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FAC29AE6\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"string.template meta.embedded\",\"settings\":{\"foreground\":\"#BBBBBB\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#E95678B3\"}},{\"scope\":\"punctuation.separator\",\"settings\":{\"foreground\":\"#BBBBBB\"}},{\"scope\":[\"punctuation.definition.template-expression\",\"punctuation.quasi.element\"],\"settings\":{\"foreground\":\"#B877DBE6\"}},{\"scope\":\"punctuation.section.embedded\",\"settings\":{\"foreground\":\"#B877DBE6\"}},{\"scope\":\"punctuation.definition.list\",\"settings\":{\"foreground\":\"#F09483E6\"}}],\"type\":\"dark\"}"))
@@ -0,0 +1,2 @@
1
+ /* Theme: houston */
2
+ export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#343841\",\"activityBar.background\":\"#17191e\",\"activityBar.border\":\"#343841\",\"activityBar.foreground\":\"#eef0f9\",\"activityBar.inactiveForeground\":\"#858b98\",\"activityBarBadge.background\":\"#4bf3c8\",\"activityBarBadge.foreground\":\"#000000\",\"badge.background\":\"#bfc1c9\",\"badge.foreground\":\"#17191e\",\"breadcrumb.activeSelectionForeground\":\"#eef0f9\",\"breadcrumb.background\":\"#17191e\",\"breadcrumb.focusForeground\":\"#eef0f9\",\"breadcrumb.foreground\":\"#858b98\",\"button.background\":\"#4bf3c8\",\"button.foreground\":\"#17191e\",\"button.hoverBackground\":\"#31c19c\",\"button.secondaryBackground\":\"#545864\",\"button.secondaryForeground\":\"#eef0f9\",\"button.secondaryHoverBackground\":\"#858b98\",\"checkbox.background\":\"#23262d\",\"checkbox.border\":\"#00000000\",\"checkbox.foreground\":\"#eef0f9\",\"debugExceptionWidget.background\":\"#23262d\",\"debugExceptionWidget.border\":\"#8996d5\",\"debugToolBar.background\":\"#000\",\"debugToolBar.border\":\"#ffffff00\",\"diffEditor.border\":\"#ffffff00\",\"diffEditor.insertedTextBackground\":\"#4bf3c824\",\"diffEditor.removedTextBackground\":\"#dc365724\",\"dropdown.background\":\"#23262d\",\"dropdown.border\":\"#00000000\",\"dropdown.foreground\":\"#eef0f9\",\"editor.background\":\"#17191e\",\"editor.findMatchBackground\":\"#515c6a\",\"editor.findMatchBorder\":\"#74879f\",\"editor.findMatchHighlightBackground\":\"#ea5c0055\",\"editor.findMatchHighlightBorder\":\"#ffffff00\",\"editor.findRangeHighlightBackground\":\"#23262d\",\"editor.findRangeHighlightBorder\":\"#b2434300\",\"editor.foldBackground\":\"#ad5dca26\",\"editor.foreground\":\"#eef0f9\",\"editor.hoverHighlightBackground\":\"#5495d740\",\"editor.inactiveSelectionBackground\":\"#2a2d34\",\"editor.lineHighlightBackground\":\"#23262d\",\"editor.lineHighlightBorder\":\"#ffffff00\",\"editor.rangeHighlightBackground\":\"#ffffff0b\",\"editor.rangeHighlightBorder\":\"#ffffff00\",\"editor.selectionBackground\":\"#ad5dca44\",\"editor.selectionHighlightBackground\":\"#add6ff34\",\"editor.selectionHighlightBorder\":\"#495f77\",\"editor.wordHighlightBackground\":\"#494949b8\",\"editor.wordHighlightStrongBackground\":\"#004972b8\",\"editorBracketMatch.background\":\"#545864\",\"editorBracketMatch.border\":\"#ffffff00\",\"editorCodeLens.foreground\":\"#bfc1c9\",\"editorCursor.background\":\"#000000\",\"editorCursor.foreground\":\"#aeafad\",\"editorError.background\":\"#ffffff00\",\"editorError.border\":\"#ffffff00\",\"editorError.foreground\":\"#f4587e\",\"editorGroup.border\":\"#343841\",\"editorGroup.emptyBackground\":\"#17191e\",\"editorGroupHeader.border\":\"#ffffff00\",\"editorGroupHeader.tabsBackground\":\"#23262d\",\"editorGroupHeader.tabsBorder\":\"#ffffff00\",\"editorGutter.addedBackground\":\"#4bf3c8\",\"editorGutter.background\":\"#17191e\",\"editorGutter.commentRangeForeground\":\"#545864\",\"editorGutter.deletedBackground\":\"#f06788\",\"editorGutter.foldingControlForeground\":\"#545864\",\"editorGutter.modifiedBackground\":\"#54b9ff\",\"editorHoverWidget.background\":\"#252526\",\"editorHoverWidget.border\":\"#454545\",\"editorHoverWidget.foreground\":\"#cccccc\",\"editorIndentGuide.activeBackground\":\"#858b98\",\"editorIndentGuide.background\":\"#343841\",\"editorInfo.background\":\"#4490bf00\",\"editorInfo.border\":\"#4490bf00\",\"editorInfo.foreground\":\"#54b9ff\",\"editorLineNumber.activeForeground\":\"#858b98\",\"editorLineNumber.foreground\":\"#545864\",\"editorLink.activeForeground\":\"#54b9ff\",\"editorMarkerNavigation.background\":\"#23262d\",\"editorMarkerNavigationError.background\":\"#dc3657\",\"editorMarkerNavigationInfo.background\":\"#54b9ff\",\"editorMarkerNavigationWarning.background\":\"#ffd493\",\"editorOverviewRuler.background\":\"#ffffff00\",\"editorOverviewRuler.border\":\"#ffffff00\",\"editorRuler.foreground\":\"#545864\",\"editorSuggestWidget.background\":\"#252526\",\"editorSuggestWidget.border\":\"#454545\",\"editorSuggestWidget.foreground\":\"#d4d4d4\",\"editorSuggestWidget.highlightForeground\":\"#0097fb\",\"editorSuggestWidget.selectedBackground\":\"#062f4a\",\"editorWarning.background\":\"#a9904000\",\"editorWarning.border\":\"#ffffff00\",\"editorWarning.foreground\":\"#fbc23b\",\"editorWhitespace.foreground\":\"#cc75f450\",\"editorWidget.background\":\"#343841\",\"editorWidget.foreground\":\"#ffffff\",\"editorWidget.resizeBorder\":\"#cc75f4\",\"focusBorder\":\"#00daef\",\"foreground\":\"#cccccc\",\"gitDecoration.addedResourceForeground\":\"#4bf3c8\",\"gitDecoration.conflictingResourceForeground\":\"#00daef\",\"gitDecoration.deletedResourceForeground\":\"#f4587e\",\"gitDecoration.ignoredResourceForeground\":\"#858b98\",\"gitDecoration.modifiedResourceForeground\":\"#ffd493\",\"gitDecoration.stageDeletedResourceForeground\":\"#c74e39\",\"gitDecoration.stageModifiedResourceForeground\":\"#ffd493\",\"gitDecoration.submoduleResourceForeground\":\"#54b9ff\",\"gitDecoration.untrackedResourceForeground\":\"#4bf3c8\",\"icon.foreground\":\"#cccccc\",\"input.background\":\"#23262d\",\"input.border\":\"#bfc1c9\",\"input.foreground\":\"#eef0f9\",\"input.placeholderForeground\":\"#858b98\",\"inputOption.activeBackground\":\"#54b9ff\",\"inputOption.activeBorder\":\"#007acc00\",\"inputOption.activeForeground\":\"#17191e\",\"list.activeSelectionBackground\":\"#2d4860\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.dropBackground\":\"#17191e\",\"list.focusBackground\":\"#54b9ff\",\"list.focusForeground\":\"#ffffff\",\"list.highlightForeground\":\"#ffffff\",\"list.hoverBackground\":\"#343841\",\"list.hoverForeground\":\"#eef0f9\",\"list.inactiveSelectionBackground\":\"#17191e\",\"list.inactiveSelectionForeground\":\"#eef0f9\",\"listFilterWidget.background\":\"#2d4860\",\"listFilterWidget.noMatchesOutline\":\"#dc3657\",\"listFilterWidget.outline\":\"#54b9ff\",\"menu.background\":\"#252526\",\"menu.border\":\"#00000085\",\"menu.foreground\":\"#cccccc\",\"menu.selectionBackground\":\"#094771\",\"menu.selectionBorder\":\"#00000000\",\"menu.selectionForeground\":\"#4bf3c8\",\"menu.separatorBackground\":\"#bbbbbb\",\"menubar.selectionBackground\":\"#ffffff1a\",\"menubar.selectionForeground\":\"#cccccc\",\"merge.commonContentBackground\":\"#282828\",\"merge.commonHeaderBackground\":\"#383838\",\"merge.currentContentBackground\":\"#27403b\",\"merge.currentHeaderBackground\":\"#367366\",\"merge.incomingContentBackground\":\"#28384b\",\"merge.incomingHeaderBackground\":\"#395f8f\",\"minimap.background\":\"#17191e\",\"minimap.errorHighlight\":\"#dc3657\",\"minimap.findMatchHighlight\":\"#515c6a\",\"minimap.selectionHighlight\":\"#3757b942\",\"minimap.warningHighlight\":\"#fbc23b\",\"minimapGutter.addedBackground\":\"#4bf3c8\",\"minimapGutter.deletedBackground\":\"#f06788\",\"minimapGutter.modifiedBackground\":\"#54b9ff\",\"notificationCenter.border\":\"#ffffff00\",\"notificationCenterHeader.background\":\"#343841\",\"notificationCenterHeader.foreground\":\"#17191e\",\"notificationToast.border\":\"#ffffff00\",\"notifications.background\":\"#343841\",\"notifications.border\":\"#bfc1c9\",\"notifications.foreground\":\"#ffffff\",\"notificationsErrorIcon.foreground\":\"#f4587e\",\"notificationsInfoIcon.foreground\":\"#54b9ff\",\"notificationsWarningIcon.foreground\":\"#ff8551\",\"panel.background\":\"#23262d\",\"panel.border\":\"#17191e\",\"panelSection.border\":\"#17191e\",\"panelTitle.activeBorder\":\"#e7e7e7\",\"panelTitle.activeForeground\":\"#eef0f9\",\"panelTitle.inactiveForeground\":\"#bfc1c9\",\"peekView.border\":\"#007acc\",\"peekViewEditor.background\":\"#001f33\",\"peekViewEditor.matchHighlightBackground\":\"#ff8f0099\",\"peekViewEditor.matchHighlightBorder\":\"#ee931e\",\"peekViewEditorGutter.background\":\"#001f33\",\"peekViewResult.background\":\"#252526\",\"peekViewResult.fileForeground\":\"#ffffff\",\"peekViewResult.lineForeground\":\"#bbbbbb\",\"peekViewResult.matchHighlightBackground\":\"#f00\",\"peekViewResult.selectionBackground\":\"#3399ff33\",\"peekViewResult.selectionForeground\":\"#ffffff\",\"peekViewTitle.background\":\"#1e1e1e\",\"peekViewTitleDescription.foreground\":\"#ccccccb3\",\"peekViewTitleLabel.foreground\":\"#ffffff\",\"pickerGroup.border\":\"#ffffff00\",\"pickerGroup.foreground\":\"#eef0f9\",\"progressBar.background\":\"#4bf3c8\",\"scrollbar.shadow\":\"#000000\",\"scrollbarSlider.activeBackground\":\"#54b9ff66\",\"scrollbarSlider.background\":\"#54586466\",\"scrollbarSlider.hoverBackground\":\"#545864B3\",\"selection.background\":\"#00daef56\",\"settings.focusedRowBackground\":\"#ffffff07\",\"settings.headerForeground\":\"#cccccc\",\"sideBar.background\":\"#23262d\",\"sideBar.border\":\"#17191e\",\"sideBar.dropBackground\":\"#17191e\",\"sideBar.foreground\":\"#bfc1c9\",\"sideBarSectionHeader.background\":\"#343841\",\"sideBarSectionHeader.border\":\"#17191e\",\"sideBarSectionHeader.foreground\":\"#eef0f9\",\"sideBarTitle.foreground\":\"#eef0f9\",\"statusBar.background\":\"#17548b\",\"statusBar.debuggingBackground\":\"#cc75f4\",\"statusBar.debuggingForeground\":\"#eef0f9\",\"statusBar.foreground\":\"#eef0f9\",\"statusBar.noFolderBackground\":\"#6c3c7d\",\"statusBar.noFolderForeground\":\"#eef0f9\",\"statusBarItem.activeBackground\":\"#ffffff25\",\"statusBarItem.hoverBackground\":\"#ffffff1f\",\"statusBarItem.remoteBackground\":\"#297763\",\"statusBarItem.remoteForeground\":\"#eef0f9\",\"tab.activeBackground\":\"#17191e\",\"tab.activeBorder\":\"#ffffff00\",\"tab.activeBorderTop\":\"#eef0f9\",\"tab.activeForeground\":\"#eef0f9\",\"tab.border\":\"#17191e\",\"tab.hoverBackground\":\"#343841\",\"tab.hoverForeground\":\"#eef0f9\",\"tab.inactiveBackground\":\"#23262d\",\"tab.inactiveForeground\":\"#858b98\",\"terminal.ansiBlack\":\"#17191e\",\"terminal.ansiBlue\":\"#2b7eca\",\"terminal.ansiBrightBlack\":\"#545864\",\"terminal.ansiBrightBlue\":\"#54b9ff\",\"terminal.ansiBrightCyan\":\"#00daef\",\"terminal.ansiBrightGreen\":\"#4bf3c8\",\"terminal.ansiBrightMagenta\":\"#cc75f4\",\"terminal.ansiBrightRed\":\"#f4587e\",\"terminal.ansiBrightWhite\":\"#fafafa\",\"terminal.ansiBrightYellow\":\"#ffd493\",\"terminal.ansiCyan\":\"#24c0cf\",\"terminal.ansiGreen\":\"#23d18b\",\"terminal.ansiMagenta\":\"#ad5dca\",\"terminal.ansiRed\":\"#dc3657\",\"terminal.ansiWhite\":\"#eef0f9\",\"terminal.ansiYellow\":\"#ffc368\",\"terminal.border\":\"#80808059\",\"terminal.foreground\":\"#cccccc\",\"terminal.selectionBackground\":\"#ffffff40\",\"terminalCursor.background\":\"#0087ff\",\"terminalCursor.foreground\":\"#ffffff\",\"textLink.foreground\":\"#54b9ff\",\"titleBar.activeBackground\":\"#17191e\",\"titleBar.activeForeground\":\"#cccccc\",\"titleBar.border\":\"#00000000\",\"titleBar.inactiveBackground\":\"#3c3c3c99\",\"titleBar.inactiveForeground\":\"#cccccc99\",\"tree.indentGuidesStroke\":\"#545864\",\"walkThrough.embeddedEditorBackground\":\"#00000050\",\"widget.shadow\":\"#ffffff00\"},\"displayName\":\"Houston\",\"name\":\"houston\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"enumMember\":{\"foreground\":\"#eef0f9\"},\"variable.constant\":{\"foreground\":\"#ffd493\"},\"variable.defaultLibrary\":{\"foreground\":\"#acafff\"}},\"tokenColors\":[{\"scope\":\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"variable.other.generic-type.haskell\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"storage.type.haskell\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"support.variable.magic.python\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"variable.parameter.function.language.special.self.python\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"storage.modifier.lifetime.rust\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.function.std.rust\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"entity.name.lifetime.rust\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"variable.language.rust\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"support.constant.edge\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.definition.string.begin,punctuation.definition.string.end\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"comment markup.link\",\"settings\":{\"foreground\":\"#545864\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"meta.function.c,meta.function.cpp\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"punctuation.separator.key-value\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.expression.import\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"support.constant.math\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"support.constant.property.math\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"variable.other.constant\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"storage.type.annotation.java\",\"storage.type.object.array.java\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"source.java\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"meta.method.java\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"keyword.operator.instanceof.java\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"meta.definition.variable.name.java\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.bitwise\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.channel\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.property-value.scss,support.constant.property-value.css\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.separator.list.comma.css\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"support.type.vendored.property-name.css\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.module.node,support.type.object.module,support.module.node\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"entity.name.type.module\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"support.constant.json\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"keyword.operator.expression.instanceof\",\"keyword.operator.new\",\"keyword.operator.ternary\",\"keyword.operator.optional\",\"keyword.operator.expression.keyof\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"support.type.object.console\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"support.variable.property.process\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"entity.name.function,support.function.console\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"keyword.operator.misc.rust\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.sigil.rust\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"keyword.operator.delete\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"support.type.object.dom\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.variable.dom,support.variable.property.dom\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"punctuation.separator.delimiter\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"punctuation.separator.c,punctuation.separator.cpp\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"variable.parameter.function.language.python\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"support.type.python\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.logical.python\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"variable.parameter.function.python\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"meta.function-call.generic.python\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.assignment.compound\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"variable.c\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"token.variable.parameter.java\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"import.storage.java\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"token.package.keyword\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"token.package\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"entity.name.function\",\"meta.require\",\"support.function.any-method\",\"variable.function\"],\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"entity.name.type.namespace\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"support.class, entity.name.type.class\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"entity.name.class.identifier.namespace.type\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"entity.name.class\",\"variable.other.class.js\",\"variable.other.class.ts\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"variable.other.class.php\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"entity.name.type\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"control.elements, keyword.operator.less\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"keyword.other.special-method\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"token.storage\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"token.storage.type.java\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.property-value\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.font-name\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"meta.tag\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"constant.other.symbol\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.definition.constant\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"entity.other.attribute-name.html\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"source.astro.meta.attribute.client:idle.html\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffd493\"}},{\"scope\":\"string.quoted.double.html,string.quoted.single.html,string.template.html,punctuation.definition.string.begin.html,punctuation.definition.string.end.html\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#00daef\"}},{\"scope\":\"entity.other.attribute-name.class.css\",\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#4bf3c8\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"markup.heading punctuation.definition.heading, entity.name.section\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"markup.bold,todo.bold\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.definition.bold\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"markup.italic, punctuation.definition.italic,todo.emphasis\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"emphasis md\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"entity.name.section.markdown\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"punctuation.definition.list.markdown\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"markup.underline.link.markdown,markup.underline.link.image.markdown\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"string.other.link.title.markdown,string.other.link.description.markdown\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"punctuation.section.embedded, variable.interpolation\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"punctuation.section.embedded.begin,punctuation.section.embedded.end\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.illegal.bad-ampersand.html\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json\",\"settings\":{\"foreground\":\"#cc75f4\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"support.type.property-name.json punctuation\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"keyword.operator.error-control.php\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"keyword.operator.type.php\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"punctuation.section.array.begin.php\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"punctuation.section.array.end.php\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"invalid.illegal.non-null-typehinted.php\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"support.constant.core.rust\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"entity.name.goto-label.php,support.other.php\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.regexp.php\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"keyword.operator.comparison.php\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":\"meta.function.decorator.python\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"support.token.decorator.python,meta.function.decorator.identifier.python\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"function.parameter\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"function.brace\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"function.parameter.ruby, function.parameter.cs\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"constant.language.symbol.ruby\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"rgb-value\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"inline-color-decoration rgb-value\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"less rgb-value\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"selector.sass\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"block.scope.end,block.scope.begin\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":\"entity.name.variable.local.cs\",\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"meta.template.expression\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"keyword.operator.module\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"support.type.type.flowtype\"],\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":[\"support.type.primitive\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"meta.property.object\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"variable.parameter.function.js\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"keyword.other.template.begin\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"keyword.other.template.end\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"keyword.other.substitution.begin\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"keyword.other.substitution.end\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"keyword.operator.assignment\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"keyword.operator.assignment.go\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"keyword.operator.arithmetic.go\",\"keyword.operator.address.go\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"entity.name.package.go\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"support.type.prelude.elm\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"support.constant.elm\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"punctuation.quasi.element\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"constant.character.entity\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"entity.global.clojure\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"meta.symbol.clojure\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"constant.keyword.clojure\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"meta.arguments.coffee\",\"variable.parameter.function.coffee\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"source.ini\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"source.makefile\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"storage.modifier.import.groovy\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"meta.method.groovy\"],\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":[\"meta.definition.variable.name.groovy\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"meta.definition.class.inherited.classes.groovy\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"support.variable.semantic.hlsl\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"support.type.texture.hlsl\",\"support.type.sampler.hlsl\",\"support.type.object.hlsl\",\"support.type.object.rw.hlsl\",\"support.type.fx.hlsl\",\"support.type.object.hlsl\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"text.variable\",\"text.bracketed\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"support.type.swift\",\"support.type.vb.asp\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"entity.name.function.xi\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"entity.name.class.xi\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"constant.character.character-class.regexp.xi\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\"constant.regexp.xi\"],\"settings\":{\"foreground\":\"#54b9ff\"}},{\"scope\":[\"keyword.control.xi\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"invalid.xi\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"beginning.punctuation.definition.quote.markdown.xi\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown.xi\"],\"settings\":{\"foreground\":\"#eef0f98f\"}},{\"scope\":[\"constant.character.xi\"],\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":[\"accent.xi\"],\"settings\":{\"foreground\":\"#00daef\"}},{\"scope\":[\"wikiword.xi\"],\"settings\":{\"foreground\":\"#ffd493\"}},{\"scope\":[\"constant.other.color.rgb-value.xi\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"punctuation.definition.tag.xi\"],\"settings\":{\"foreground\":\"#545864\"}},{\"scope\":[\"entity.name.label.cs\",\"entity.name.scope-resolution.function.call\",\"entity.name.scope-resolution.function.definition\"],\"settings\":{\"foreground\":\"#acafff\"}},{\"scope\":[\"entity.name.label.cs\",\"markup.heading.setext.1.markdown\",\"markup.heading.setext.2.markdown\"],\"settings\":{\"foreground\":\"#4bf3c8\"}},{\"scope\":[\" meta.brace.square\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"comment, punctuation.definition.comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eef0f98f\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"foreground\":\"#eef0f98f\"}},{\"scope\":\"punctuation.definition.block.sequence.item.yaml\",\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":[\"constant.language.symbol.elixir\"],\"settings\":{\"foreground\":\"#eef0f9\"}},{\"scope\":\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"comment.line.double-slash,comment.block.documentation\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"keyword.control.import.python,keyword.control.flow.python\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}}],\"type\":\"dark\"}"))