@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.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/bundle-full.mjs +41 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/engine-oniguruma.mjs +8 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/index.mjs +29 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/themes.mjs +396 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/dist/wasm.mjs +3 -0
- package/.next/standalone/.next/node_modules/shiki-43d062b67f27bbdc/package.json +73 -0
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/required-server-files.json +4 -1
- package/.next/standalone/.next/server/app/[...path]/route.js +2 -2
- package/.next/standalone/.next/server/app/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/[...notFound]/page.js +1 -1
- package/.next/standalone/.next/server/app/ui/[...notFound]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/[...notFound]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/catalog/route.js +2 -2
- package/.next/standalone/.next/server/app/ui/api/catalog/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js +2 -2
- package/.next/standalone/.next/server/app/ui/api/global-mocks/[system]/[endpoint]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/global-mocks/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/health/route.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/health/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/logs/[logId]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/logs/route.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/logs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js +1 -1
- package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/reset/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js +2 -2
- package/.next/standalone/.next/server/app/ui/api/profiles/[profileId]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js +8 -7
- package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/catalog/[system]/[endpoint]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/catalog/page.js +5 -5
- package/.next/standalone/.next/server/app/ui/catalog/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/catalog/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/environment/page.js +4 -4
- package/.next/standalone/.next/server/app/ui/environment/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/environment/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/global-mocks/page/server-reference-manifest.json +2 -2
- package/.next/standalone/.next/server/app/ui/global-mocks/page.js +4 -4
- package/.next/standalone/.next/server/app/ui/global-mocks/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/global-mocks/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/logs/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/ui/logs/page.js +5 -5
- package/.next/standalone/.next/server/app/ui/logs/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/logs/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/page.js +4 -4
- package/.next/standalone/.next/server/app/ui/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page/server-reference-manifest.json +4 -4
- package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js +6 -6
- package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/[profileId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new/page/server-reference-manifest.json +4 -4
- package/.next/standalone/.next/server/app/ui/profiles/new/page.js +5 -5
- package/.next/standalone/.next/server/app/ui/profiles/new/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new.html +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new.rsc +31 -31
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/_full.segment.rsc +31 -31
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new/__PAGE__.segment.rsc +18 -17
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles/new.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui/profiles.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/ui/profiles/new.segments/ui.segment.rsc +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_w4w88._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0eo49or._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0om7kg8._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s6drot._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t8o5f7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__14hrty_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1d3vxpt._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1e407ve._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1islaxo._.js +3 -0
- package/.next/standalone/.next/server/chunks/{_01xbyam._.js → _0qbx9v1._.js} +6 -6
- package/.next/standalone/.next/server/chunks/{_0022gwg._.js → _16q11je._.js} +6 -6
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_1hi1g43.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__095ld3v._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c_8sxb._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__131d-3a._.js → [root-of-the-server]__0ok8mg5._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uln_1r._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xmt17v._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__16y93ju._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18_kqdp._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__18z_8pt._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ac328a._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ffkjjl._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1gmmta4._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1k-7k5k._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1po4if1._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1r99_25._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1xkfxwl._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__20xpe3a._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0ceyznt._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_1s8xzfs._.js → _0dcewjo._.js} +5 -5
- package/.next/standalone/.next/server/chunks/ssr/_0dp2bez._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0hv6b4i._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0txvxmw._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_13ez5qw._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_142--49._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_1nyvjoj._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_1s6weq_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_ui_logs_LogRow_tsx_1mzipt8._.js +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +8 -8
- package/.next/standalone/.next/static/chunks/12ny879muwkxw.js +1 -0
- package/.next/standalone/.next/static/chunks/18hh57jv94a5e.js +1 -0
- package/.next/standalone/.next/static/chunks/1rml3lmlc_-1c.js +1 -0
- package/.next/standalone/.next/static/chunks/1zxhmuljxo270.js +1 -0
- package/.next/standalone/.next/static/chunks/2bqfpygv3x9-k.js +1 -0
- package/.next/standalone/.next/static/chunks/3fpjbzbf26aey.js +1 -0
- package/.next/standalone/.next/static/chunks/3ivfq435-2tni.css +3 -0
- package/.next/standalone/next.config.ts +32 -0
- package/.next/standalone/node_modules/@shikijs/core/dist/index.mjs +1406 -0
- package/.next/standalone/node_modules/@shikijs/core/package.json +60 -0
- package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +47 -0
- package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +27 -0
- package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
- package/.next/standalone/node_modules/@shikijs/engine-javascript/dist/scanner-DX8LRFGE.mjs +77 -0
- package/.next/standalone/node_modules/@shikijs/engine-javascript/package.json +42 -0
- package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +449 -0
- package/.next/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/engine-oniguruma/package.json +45 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
- package/.next/standalone/node_modules/@shikijs/langs/package.json +387 -0
- package/.next/standalone/node_modules/@shikijs/primitive/dist/index.mjs +834 -0
- package/.next/standalone/node_modules/@shikijs/primitive/package.json +56 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
- package/.next/standalone/node_modules/@shikijs/themes/package.json +106 -0
- package/.next/standalone/node_modules/@shikijs/types/dist/index.mjs +9 -0
- package/.next/standalone/node_modules/@shikijs/types/package.json +39 -0
- package/.next/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
- package/.next/standalone/node_modules/@shikijs/vscode-textmate/package.json +46 -0
- package/.next/standalone/node_modules/ccount/index.js +27 -0
- package/.next/standalone/node_modules/ccount/package.json +71 -0
- package/.next/standalone/node_modules/character-entities-html4/index.js +259 -0
- package/.next/standalone/node_modules/character-entities-html4/package.json +79 -0
- package/.next/standalone/node_modules/character-entities-legacy/index.js +113 -0
- package/.next/standalone/node_modules/character-entities-legacy/package.json +77 -0
- package/.next/standalone/node_modules/comma-separated-tokens/index.js +74 -0
- package/.next/standalone/node_modules/comma-separated-tokens/package.json +72 -0
- package/.next/standalone/node_modules/hast-util-to-html/index.js +8 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
- package/.next/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
- package/.next/standalone/node_modules/hast-util-to-html/package.json +106 -0
- package/.next/standalone/node_modules/hast-util-whitespace/index.js +1 -0
- package/.next/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
- package/.next/standalone/node_modules/hast-util-whitespace/package.json +83 -0
- package/.next/standalone/node_modules/html-void-elements/index.js +27 -0
- package/.next/standalone/node_modules/html-void-elements/package.json +79 -0
- package/.next/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
- package/.next/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
- package/.next/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
- package/.next/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
- package/.next/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
- package/.next/standalone/node_modules/oniguruma-parser/package.json +64 -0
- package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1878 -0
- package/.next/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
- package/.next/standalone/node_modules/oniguruma-to-es/package.json +61 -0
- package/.next/standalone/node_modules/property-information/index.js +17 -0
- package/.next/standalone/node_modules/property-information/lib/aria.js +61 -0
- package/.next/standalone/node_modules/property-information/lib/find.js +97 -0
- package/.next/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
- package/.next/standalone/node_modules/property-information/lib/html.js +332 -0
- package/.next/standalone/node_modules/property-information/lib/normalize.js +12 -0
- package/.next/standalone/node_modules/property-information/lib/svg.js +569 -0
- package/.next/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/.next/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/.next/standalone/node_modules/property-information/lib/util/create.js +69 -0
- package/.next/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
- package/.next/standalone/node_modules/property-information/lib/util/info.js +32 -0
- package/.next/standalone/node_modules/property-information/lib/util/merge.js +27 -0
- package/.next/standalone/node_modules/property-information/lib/util/schema.js +29 -0
- package/.next/standalone/node_modules/property-information/lib/util/types.js +13 -0
- package/.next/standalone/node_modules/property-information/lib/xlink.js +17 -0
- package/.next/standalone/node_modules/property-information/lib/xml.js +9 -0
- package/.next/standalone/node_modules/property-information/lib/xmlns.js +9 -0
- package/.next/standalone/node_modules/property-information/package.json +84 -0
- package/.next/standalone/node_modules/regex/package.json +60 -0
- package/.next/standalone/node_modules/regex/src/atomic.js +224 -0
- package/.next/standalone/node_modules/regex/src/internals.js +2 -0
- package/.next/standalone/node_modules/regex/src/subclass.js +98 -0
- package/.next/standalone/node_modules/regex/src/utils-internals.js +33 -0
- package/.next/standalone/node_modules/regex-recursion/package.json +47 -0
- package/.next/standalone/node_modules/regex-recursion/src/index.js +365 -0
- package/.next/standalone/node_modules/regex-utilities/package.json +35 -0
- package/.next/standalone/node_modules/regex-utilities/src/index.js +170 -0
- package/.next/standalone/node_modules/shiki/dist/bundle-full.mjs +41 -0
- package/.next/standalone/node_modules/shiki/dist/engine-oniguruma.mjs +8 -0
- package/.next/standalone/node_modules/shiki/dist/index.mjs +29 -0
- package/.next/standalone/node_modules/shiki/dist/langs-bundle-full-4noeO3oH.mjs +1283 -0
- package/.next/standalone/node_modules/shiki/dist/rolldown-runtime-BBjsoOtd.mjs +27 -0
- package/.next/standalone/node_modules/shiki/dist/themes.mjs +396 -0
- package/.next/standalone/node_modules/shiki/dist/wasm.mjs +3 -0
- package/.next/standalone/node_modules/shiki/package.json +73 -0
- package/.next/standalone/node_modules/space-separated-tokens/index.js +24 -0
- package/.next/standalone/node_modules/space-separated-tokens/package.json +67 -0
- package/.next/standalone/node_modules/stringify-entities/index.js +6 -0
- package/.next/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
- package/.next/standalone/node_modules/stringify-entities/lib/core.js +117 -0
- package/.next/standalone/node_modules/stringify-entities/lib/index.js +36 -0
- package/.next/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
- package/.next/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
- package/.next/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
- package/.next/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
- package/.next/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
- package/.next/standalone/node_modules/stringify-entities/package.json +86 -0
- package/.next/standalone/node_modules/zwitch/index.js +118 -0
- package/.next/standalone/node_modules/zwitch/package.json +72 -0
- package/.next/standalone/package-lock.json +719 -672
- package/.next/standalone/package.json +2 -1
- package/.next/standalone/release-please-config.json +1 -0
- package/.next/standalone/scripts/validate-catalog.ts +38 -0
- package/.next/standalone/server.js +1 -1
- package/.next/standalone/src/app/[...path]/route.ts +41 -0
- package/.next/standalone/src/app/ui/api/catalog/route.ts +32 -0
- package/.next/standalone/src/app/ui/api/global-mocks/[system]/[endpoint]/route.ts +53 -0
- package/.next/standalone/src/app/ui/api/global-mocks/route.ts +8 -0
- package/.next/standalone/src/app/ui/api/health/route.ts +47 -0
- package/.next/standalone/src/app/ui/api/logs/[logId]/route.ts +15 -0
- package/.next/standalone/src/app/ui/api/logs/route.ts +24 -0
- package/.next/standalone/src/app/ui/api/profiles/[profileId]/reset/route.ts +25 -0
- package/.next/standalone/src/app/ui/api/profiles/[profileId]/route.ts +64 -0
- package/.next/standalone/src/app/ui/catalog/highlight.ts +12 -0
- package/.next/standalone/src/app/ui/catalog/scenario-view.ts +68 -0
- package/.next/standalone/src/app/ui/global-mocks/actions.ts +50 -0
- package/.next/standalone/src/app/ui/logs/actions.ts +11 -0
- package/.next/standalone/src/app/ui/logs/list-state.ts +64 -0
- package/.next/standalone/src/app/ui/logs/types.ts +17 -0
- package/.next/standalone/src/app/ui/profiles/actions.ts +60 -0
- package/.next/standalone/src/lib/build-info.ts +13 -0
- package/.next/standalone/src/lib/catalog/find.ts +17 -0
- package/.next/standalone/src/lib/catalog/load.ts +226 -0
- package/.next/standalone/src/lib/catalog/path-template.ts +63 -0
- package/.next/standalone/src/lib/catalog/request-example.ts +96 -0
- package/.next/standalone/src/lib/catalog/schema.ts +154 -0
- package/.next/standalone/src/lib/catalog/selector.ts +153 -0
- package/.next/standalone/src/lib/catalog/types.ts +43 -0
- package/.next/standalone/src/lib/catalog/validate.ts +290 -0
- package/.next/standalone/src/lib/config.ts +93 -0
- package/.next/standalone/src/lib/dynamic/history-store.ts +68 -0
- package/.next/standalone/src/lib/environment.ts +155 -0
- package/.next/standalone/src/lib/format.ts +3 -0
- package/.next/standalone/src/lib/logs/admin-log.ts +27 -0
- package/.next/standalone/src/lib/logs/store.ts +153 -0
- package/.next/standalone/src/lib/mock-engine/fixtures.ts +38 -0
- package/.next/standalone/src/lib/mock-engine/resolver.ts +110 -0
- package/.next/standalone/src/lib/mock-engine/template.ts +71 -0
- package/.next/standalone/src/lib/mongo/embedded.ts +40 -0
- package/.next/standalone/src/lib/profiles/api-scenarios.ts +69 -0
- package/.next/standalone/src/lib/profiles/form.ts +64 -0
- package/.next/standalone/src/lib/profiles/stale.ts +56 -0
- package/.next/standalone/src/lib/profiles/store.ts +420 -0
- package/.next/standalone/src/lib/router/handler.ts +187 -0
- package/.next/standalone/src/lib/router/passthrough.ts +86 -0
- package/.next/standalone/src/lib/router/route-request.ts +645 -0
- package/.next/standalone/src/lib/runtime.ts +150 -0
- package/.next/standalone/src/lib/scenarios.ts +52 -0
- package/.next/standalone/src/lib/utils.ts +6 -0
- package/.next/standalone/tests/api/catalog-route.test.ts +72 -0
- package/.next/standalone/tests/api/global-mocks-route.test.ts +171 -0
- package/.next/standalone/tests/api/profiles-reset-route.test.ts +50 -0
- package/.next/standalone/tests/api/profiles-route.test.ts +132 -0
- package/.next/standalone/tests/bin/args.test.ts +42 -0
- package/.next/standalone/tests/catalog/find.test.ts +40 -0
- package/.next/standalone/tests/catalog/load.test.ts +258 -0
- package/.next/standalone/tests/catalog/path-template.test.ts +79 -0
- package/.next/standalone/tests/catalog/request-example.test.ts +86 -0
- package/.next/standalone/tests/catalog/schema.test.ts +249 -0
- package/.next/standalone/tests/catalog/selector.test.ts +175 -0
- package/.next/standalone/tests/catalog/validate.test.ts +462 -0
- package/.next/standalone/tests/dynamic/history-store.test.ts +82 -0
- package/.next/standalone/tests/global-mocks/actions.test.ts +192 -0
- package/.next/standalone/tests/lib/config-catalog-dir.test.ts +17 -0
- package/.next/standalone/tests/lib/config.test.ts +99 -0
- package/.next/standalone/tests/lib/environment.test.ts +115 -0
- package/.next/standalone/tests/lib/format.test.ts +8 -0
- package/.next/standalone/tests/lib/runtime.test.ts +153 -0
- package/.next/standalone/tests/lib/scenarios.test.ts +88 -0
- package/.next/standalone/tests/logs/admin-log.test.ts +51 -0
- package/.next/standalone/tests/logs/store.test.ts +233 -0
- package/.next/standalone/tests/mock-engine/fixtures.test.ts +33 -0
- package/.next/standalone/tests/mock-engine/resolver.test.ts +117 -0
- package/.next/standalone/tests/mock-engine/template.test.ts +74 -0
- package/.next/standalone/tests/mongo/embedded.test.ts +78 -0
- package/.next/standalone/tests/profiles/actions.test.ts +183 -0
- package/.next/standalone/tests/profiles/api-scenarios.test.ts +105 -0
- package/.next/standalone/tests/profiles/form.test.ts +181 -0
- package/.next/standalone/tests/profiles/request-log-ttl-index.test.ts +62 -0
- package/.next/standalone/tests/profiles/stale.test.ts +174 -0
- package/.next/standalone/tests/profiles/store.test.ts +470 -0
- package/.next/standalone/tests/router/dynamic.e2e.test.ts +147 -0
- package/.next/standalone/tests/router/handler.e2e.test.ts +97 -0
- package/.next/standalone/tests/router/handler.test.ts +344 -0
- package/.next/standalone/tests/router/passthrough.test.ts +100 -0
- package/.next/standalone/tests/router/route-request.test.ts +1147 -0
- package/.next/standalone/tests/testdata/fixtures/test-system/hello_world/by_amount.ts +3 -0
- package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/hold.json +1 -0
- package/.next/standalone/tests/testdata/fixtures/test-system/resolver_default/success.json +1 -0
- package/.next/standalone/tests/ui/list-state.test.ts +84 -0
- package/.next/standalone/tests/ui/log-summary-view.test.ts +24 -0
- package/.next/standalone/tests/ui/scenario-view.test.ts +138 -0
- package/.next/standalone/vitest.config.ts +19 -0
- package/package.json +2 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0668hgm._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__078olc9._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0f-_c79._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0geqpjb._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uudiqz._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wg041t._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__19qak1g._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1eiw7ks._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1qb7sih._.js +0 -3
- package/.next/standalone/.next/server/chunks/_095ilyi._.js +0 -11
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05255v2._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dmadib._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jey74_._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nj8b73._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12oahit._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__14u5l1_._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1bbz1wr._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1eoh3gn._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kd5kn_._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1kie6ah._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1u6i1bm._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1ypwv93._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0a347_9._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0btcklf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0exg_3l._.js +0 -11
- package/.next/standalone/.next/server/chunks/ssr/_1_7ssjl._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_1hdkp-g._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_1jfkfx-._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/node_modules_10liiot._.js +0 -3
- package/.next/standalone/.next/static/chunks/08ghjqetuoc_b.js +0 -1
- package/.next/standalone/.next/static/chunks/19w2nv_pvssix.js +0 -1
- package/.next/standalone/.next/static/chunks/1ljc320o2yhky.js +0 -1
- package/.next/standalone/.next/static/chunks/2akx4rvdzbimg.css +0 -3
- package/.next/standalone/.next/static/chunks/2kg3qe34tmgob.js +0 -1
- package/.next/standalone/.next/static/chunks/2nlgh2oq4eg96.js +0 -1
- package/.next/standalone/.next/static/chunks/30olthhuj56a1.js +0 -1
- /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{SV1UWx8kQm3m26f1jMoBU → 8CkjRpETX_8CM0X2xtdJ7}/_ssgManifest.js +0 -0
- /package/.next/standalone/catalog/hello-system/account_balance/{_dynamic.ts → dynamic.ts} +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@shikijs/primitive",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "4.3.1",
|
|
5
|
+
"description": "Tokenizer primitives of Shiki",
|
|
6
|
+
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/shikijs/shiki#readme",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/shikijs/shiki.git",
|
|
12
|
+
"directory": "packages/primitive"
|
|
13
|
+
},
|
|
14
|
+
"bugs": "https://github.com/shikijs/shiki/issues",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"shiki"
|
|
17
|
+
],
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"exports": {
|
|
20
|
+
".": "./dist/index.mjs",
|
|
21
|
+
"./textmate": {
|
|
22
|
+
"types": "./dist/textmate.d.mts",
|
|
23
|
+
"default": "./dist/textmate.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./types": {
|
|
26
|
+
"types": "./dist/types.d.mts"
|
|
27
|
+
},
|
|
28
|
+
"./package.json": "./package.json"
|
|
29
|
+
},
|
|
30
|
+
"main": "./dist/index.mjs",
|
|
31
|
+
"module": "./dist/index.mjs",
|
|
32
|
+
"types": "./dist/index.d.mts",
|
|
33
|
+
"typesVersions": {
|
|
34
|
+
"*": {
|
|
35
|
+
"types": [
|
|
36
|
+
"./dist/types.d.mts"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"files": [
|
|
41
|
+
"dist"
|
|
42
|
+
],
|
|
43
|
+
"engines": {
|
|
44
|
+
"node": ">=20"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
48
|
+
"@types/hast": "^3.0.4",
|
|
49
|
+
"@shikijs/types": "4.3.1"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"build": "tsdown",
|
|
53
|
+
"dev": "tsdown --watch",
|
|
54
|
+
"test": "vitest"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: andromeeda */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#23262E\",\"activityBar.dropBackground\":\"#3a404e\",\"activityBar.foreground\":\"#BAAFC0\",\"activityBarBadge.background\":\"#00b0ff\",\"activityBarBadge.foreground\":\"#20232B\",\"badge.background\":\"#00b0ff\",\"badge.foreground\":\"#20232B\",\"button.background\":\"#00e8c5cc\",\"button.hoverBackground\":\"#07d4b6cc\",\"debugExceptionWidget.background\":\"#FF9F2E60\",\"debugExceptionWidget.border\":\"#FF9F2E60\",\"debugToolBar.background\":\"#20232A\",\"diffEditor.insertedTextBackground\":\"#29BF1220\",\"diffEditor.removedTextBackground\":\"#F21B3F20\",\"dropdown.background\":\"#2b303b\",\"dropdown.border\":\"#363c49\",\"editor.background\":\"#23262E\",\"editor.findMatchBackground\":\"#f39d1256\",\"editor.findMatchBorder\":\"#f39d12b6\",\"editor.findMatchHighlightBackground\":\"#59b8b377\",\"editor.foreground\":\"#D5CED9\",\"editor.hoverHighlightBackground\":\"#373941\",\"editor.lineHighlightBackground\":\"#2e323d\",\"editor.lineHighlightBorder\":\"#2e323d\",\"editor.rangeHighlightBackground\":\"#372F3C\",\"editor.selectionBackground\":\"#3D4352\",\"editor.selectionHighlightBackground\":\"#4F435580\",\"editor.wordHighlightBackground\":\"#4F4355\",\"editor.wordHighlightStrongBackground\":\"#db45a280\",\"editorBracketMatch.background\":\"#746f77\",\"editorBracketMatch.border\":\"#746f77\",\"editorCodeLens.foreground\":\"#746f77\",\"editorCursor.foreground\":\"#FFF\",\"editorError.foreground\":\"#FC644D\",\"editorGroup.background\":\"#23262E\",\"editorGroup.dropBackground\":\"#495061d7\",\"editorGroupHeader.tabsBackground\":\"#23262E\",\"editorGutter.addedBackground\":\"#9BC53DBB\",\"editorGutter.deletedBackground\":\"#FC644DBB\",\"editorGutter.modifiedBackground\":\"#5BC0EBBB\",\"editorHoverWidget.background\":\"#373941\",\"editorHoverWidget.border\":\"#00e8c5cc\",\"editorIndentGuide.activeBackground\":\"#585C66\",\"editorIndentGuide.background\":\"#333844\",\"editorLineNumber.foreground\":\"#746f77\",\"editorLink.activeForeground\":\"#3B79C7\",\"editorOverviewRuler.border\":\"#1B1D23\",\"editorRuler.foreground\":\"#4F4355\",\"editorSuggestWidget.background\":\"#20232A\",\"editorSuggestWidget.border\":\"#372F3C\",\"editorSuggestWidget.selectedBackground\":\"#373941\",\"editorWarning.foreground\":\"#FF9F2E\",\"editorWhitespace.foreground\":\"#333844\",\"editorWidget.background\":\"#20232A\",\"errorForeground\":\"#FC644D\",\"extensionButton.prominentBackground\":\"#07d4b6cc\",\"extensionButton.prominentHoverBackground\":\"#07d4b5b0\",\"focusBorder\":\"#746f77\",\"foreground\":\"#D5CED9\",\"gitDecoration.ignoredResourceForeground\":\"#555555\",\"input.background\":\"#2b303b\",\"input.placeholderForeground\":\"#746f77\",\"inputOption.activeBorder\":\"#C668BA\",\"inputValidation.errorBackground\":\"#D65343\",\"inputValidation.errorBorder\":\"#D65343\",\"inputValidation.infoBackground\":\"#3A6395\",\"inputValidation.infoBorder\":\"#3A6395\",\"inputValidation.warningBackground\":\"#DE9237\",\"inputValidation.warningBorder\":\"#DE9237\",\"list.activeSelectionBackground\":\"#23262E\",\"list.activeSelectionForeground\":\"#00e8c6\",\"list.dropBackground\":\"#3a404e\",\"list.focusBackground\":\"#282b35\",\"list.focusForeground\":\"#eee\",\"list.hoverBackground\":\"#23262E\",\"list.hoverForeground\":\"#eee\",\"list.inactiveSelectionBackground\":\"#23262E\",\"list.inactiveSelectionForeground\":\"#00e8c6\",\"merge.currentContentBackground\":\"#F9267240\",\"merge.currentHeaderBackground\":\"#F92672\",\"merge.incomingContentBackground\":\"#3B79C740\",\"merge.incomingHeaderBackground\":\"#3B79C7BB\",\"minimapSlider.activeBackground\":\"#60698060\",\"minimapSlider.background\":\"#58607460\",\"minimapSlider.hoverBackground\":\"#60698060\",\"notification.background\":\"#2d313b\",\"notification.buttonBackground\":\"#00e8c5cc\",\"notification.buttonHoverBackground\":\"#07d4b5b0\",\"notification.errorBackground\":\"#FC644D\",\"notification.infoBackground\":\"#00b0ff\",\"notification.warningBackground\":\"#FF9F2E\",\"panel.background\":\"#23262E\",\"panel.border\":\"#1B1D23\",\"panelTitle.activeBorder\":\"#23262E\",\"panelTitle.inactiveForeground\":\"#746f77\",\"peekView.border\":\"#23262E\",\"peekViewEditor.background\":\"#1A1C22\",\"peekViewEditor.matchHighlightBackground\":\"#FF9F2E60\",\"peekViewResult.background\":\"#1A1C22\",\"peekViewResult.matchHighlightBackground\":\"#FF9F2E60\",\"peekViewResult.selectionBackground\":\"#23262E\",\"peekViewTitle.background\":\"#1A1C22\",\"peekViewTitleDescription.foreground\":\"#746f77\",\"pickerGroup.border\":\"#4F4355\",\"pickerGroup.foreground\":\"#746f77\",\"progressBar.background\":\"#C668BA\",\"scrollbar.shadow\":\"#23262E\",\"scrollbarSlider.activeBackground\":\"#3A3F4CCC\",\"scrollbarSlider.background\":\"#3A3F4C77\",\"scrollbarSlider.hoverBackground\":\"#3A3F4CAA\",\"selection.background\":\"#746f77\",\"sideBar.background\":\"#23262E\",\"sideBar.foreground\":\"#999999\",\"sideBarSectionHeader.background\":\"#23262E\",\"sideBarTitle.foreground\":\"#00e8c6\",\"statusBar.background\":\"#23262E\",\"statusBar.debuggingBackground\":\"#FC644D\",\"statusBar.noFolderBackground\":\"#23262E\",\"statusBarItem.activeBackground\":\"#00e8c5cc\",\"statusBarItem.hoverBackground\":\"#07d4b5b0\",\"statusBarItem.prominentBackground\":\"#07d4b5b0\",\"statusBarItem.prominentHoverBackground\":\"#00e8c5cc\",\"tab.activeBackground\":\"#23262e\",\"tab.activeBorder\":\"#00e8c6\",\"tab.activeForeground\":\"#00e8c6\",\"tab.inactiveBackground\":\"#23262E\",\"tab.inactiveForeground\":\"#746f77\",\"terminal.ansiBlue\":\"#7cb7ff\",\"terminal.ansiBrightBlue\":\"#7cb7ff\",\"terminal.ansiBrightCyan\":\"#00e8c6\",\"terminal.ansiBrightGreen\":\"#96E072\",\"terminal.ansiBrightMagenta\":\"#ff00aa\",\"terminal.ansiBrightRed\":\"#ee5d43\",\"terminal.ansiBrightYellow\":\"#FFE66D\",\"terminal.ansiCyan\":\"#00e8c6\",\"terminal.ansiGreen\":\"#96E072\",\"terminal.ansiMagenta\":\"#ff00aa\",\"terminal.ansiRed\":\"#ee5d43\",\"terminal.ansiYellow\":\"#FFE66D\",\"terminalCursor.background\":\"#23262E\",\"terminalCursor.foreground\":\"#FFE66D\",\"titleBar.activeBackground\":\"#23262E\",\"walkThrough.embeddedEditorBackground\":\"#23262E\",\"widget.shadow\":\"#14151A\"},\"displayName\":\"Andromeeda\",\"name\":\"andromeeda\",\"semanticTokenColors\":{\"property.declaration:javascript\":\"#D5CED9\",\"variable.defaultLibrary:javascript\":\"#f39c12\"},\"tokenColors\":[{\"settings\":{\"background\":\"#23262E\",\"foreground\":\"#D5CED9\"}},{\"scope\":[\"comment\",\"markup.quote.markdown\",\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#A0A1A7cc\"}},{\"scope\":[\"meta.template.expression.js\",\"constant.name.attribute.tag.jade\",\"punctuation.definition.metadata.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.string.begin.markdown\",\"string.unquoted.cmake\"],\"settings\":{\"foreground\":\"#D5CED9\"}},{\"scope\":[\"variable\",\"support.variable\",\"entity.name.tag.yaml\",\"constant.character.entity.html\",\"source.css entity.name.tag.reference\",\"beginning.punctuation.definition.list.markdown\",\"source.css entity.other.attribute-name.parent-selector\",\"meta.structure.dictionary.json support.type.property-name\"],\"settings\":{\"foreground\":\"#00e8c6\"}},{\"scope\":[\"markup.bold\",\"constant.numeric\",\"meta.group.regexp\",\"constant.other.php\",\"support.constant.ext.php\",\"constant.other.class.php\",\"support.constant.core.php\",\"fenced_code.block.language\",\"constant.other.caps.python\",\"entity.other.attribute-name\",\"support.type.exception.python\",\"source.css keyword.other.unit\",\"variable.other.object.property.js.jsx\",\"variable.other.object.js\"],\"settings\":{\"foreground\":\"#f39c12\"}},{\"scope\":[\"markup.list\",\"text.xml string\",\"entity.name.type\",\"support.function\",\"entity.other.attribute-name\",\"meta.at-rule.extend\",\"entity.name.function\",\"entity.other.inherited-class\",\"entity.other.keyframe-offset.css\",\"text.html.markdown string.quoted\",\"meta.function-call.generic.python\",\"meta.at-rule.extend support.constant\",\"entity.other.attribute-name.class.jade\",\"source.css entity.other.attribute-name\",\"text.xml punctuation.definition.string\"],\"settings\":{\"foreground\":\"#FFE66D\"}},{\"scope\":[\"markup.heading\",\"variable.language.this.js\",\"variable.language.special.self.python\"],\"settings\":{\"foreground\":\"#ff00aa\"}},{\"scope\":[\"punctuation.definition.interpolation\",\"punctuation.section.embedded.end.php\",\"punctuation.section.embedded.end.ruby\",\"punctuation.section.embedded.begin.php\",\"punctuation.section.embedded.begin.ruby\",\"punctuation.definition.template-expression\",\"entity.name.tag\"],\"settings\":{\"foreground\":\"#f92672\"}},{\"scope\":[\"storage\",\"keyword\",\"meta.link\",\"meta.image\",\"markup.italic\",\"source.js support.type\",\"support.type\"],\"settings\":{\"foreground\":\"#c74ded\"}},{\"scope\":[\"string.regexp\",\"markup.changed\"],\"settings\":{\"foreground\":\"#7cb7ff\"}},{\"scope\":[\"constant\",\"support.class\",\"keyword.operator\",\"support.constant\",\"text.html.markdown string\",\"source.css support.function\",\"source.php support.function\",\"support.function.magic.python\",\"entity.other.attribute-name.id\",\"markup.deleted\"],\"settings\":{\"foreground\":\"#ee5d43\"}},{\"scope\":[\"string\",\"text.html.php string\",\"markup.inline.raw\",\"markup.inserted\",\"punctuation.definition.string\",\"punctuation.definition.markdown\",\"text.html meta.embedded source.js string\",\"text.html.php punctuation.definition.string\",\"text.html meta.embedded source.js punctuation.definition.string\",\"text.html punctuation.definition.string\",\"text.html string\"],\"settings\":{\"foreground\":\"#96E072\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"underline\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: aurora-x */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#07090F\",\"activityBar.foreground\":\"#86A5FF\",\"activityBar.inactiveForeground\":\"#576dafc5\",\"activityBarBadge.background\":\"#86A5FF\",\"activityBarBadge.foreground\":\"#07090F\",\"badge.background\":\"#86A5FF\",\"badge.foreground\":\"#07090F\",\"breadcrumb.activeSelectionForeground\":\"#86A5FF\",\"breadcrumb.focusForeground\":\"#576daf\",\"breadcrumb.foreground\":\"#576dafa6\",\"breadcrumbPicker.background\":\"#07090F\",\"button.background\":\"#86A5FF\",\"button.foreground\":\"#07090F\",\"button.hoverBackground\":\"#A8BEFF\",\"descriptionForeground\":\"#576daf79\",\"diffEditor.diagonalFill\":\"#15182B\",\"diffEditor.insertedTextBackground\":\"#64d3892c\",\"diffEditor.removedTextBackground\":\"#dd50742c\",\"dropdown.background\":\"#15182B\",\"dropdown.foreground\":\"#c7d5ff99\",\"editor.background\":\"#07090F\",\"editor.findMatchBackground\":\"#576daf\",\"editor.findMatchHighlightBackground\":\"#262E47\",\"editor.inactiveSelectionBackground\":\"#262e47be\",\"editor.selectionBackground\":\"#262E47\",\"editor.selectionHighlightBackground\":\"#262E47\",\"editor.wordHighlightBackground\":\"#262E47\",\"editor.wordHighlightStrongBackground\":\"#262E47\",\"editorCodeLens.foreground\":\"#262E47\",\"editorCursor.background\":\"#01030b\",\"editorCursor.foreground\":\"#86A5FF\",\"editorGroup.background\":\"#07090F\",\"editorGroup.border\":\"#15182B\",\"editorGroup.dropBackground\":\"#0C0E19\",\"editorGroup.emptyBackground\":\"#07090F\",\"editorGroupHeader.tabsBackground\":\"#07090F\",\"editorLineNumber.activeForeground\":\"#576dafd8\",\"editorLineNumber.foreground\":\"#262e47bb\",\"editorWidget.background\":\"#15182B\",\"editorWidget.border\":\"#576daf\",\"extensionButton.prominentBackground\":\"#C7D5FF\",\"extensionButton.prominentForeground\":\"#07090F\",\"focusBorder\":\"#262E47\",\"foreground\":\"#576daf\",\"gitDecoration.addedResourceForeground\":\"#64d389fd\",\"gitDecoration.deletedResourceForeground\":\"#dd5074\",\"gitDecoration.ignoredResourceForeground\":\"#576daf90\",\"gitDecoration.modifiedResourceForeground\":\"#c778db\",\"gitDecoration.untrackedResourceForeground\":\"#576daf90\",\"icon.foreground\":\"#576daf\",\"input.background\":\"#15182B\",\"input.foreground\":\"#86A5FF\",\"inputOption.activeForeground\":\"#86A5FF\",\"inputValidation.errorBackground\":\"#dd5073\",\"inputValidation.errorBorder\":\"#dd5073\",\"inputValidation.errorForeground\":\"#07090F\",\"list.activeSelectionBackground\":\"#000000\",\"list.activeSelectionForeground\":\"#86A5FF\",\"list.dropBackground\":\"#000000\",\"list.errorForeground\":\"#dd5074\",\"list.focusBackground\":\"#01030b\",\"list.focusForeground\":\"#86A5FF\",\"list.highlightForeground\":\"#A8BEFF\",\"list.hoverBackground\":\"#000000\",\"list.hoverForeground\":\"#A8BEFF\",\"list.inactiveFocusBackground\":\"#01030b\",\"list.inactiveSelectionBackground\":\"#000000\",\"list.inactiveSelectionForeground\":\"#86A5FF\",\"list.warningForeground\":\"#e6db7f\",\"notificationCenterHeader.background\":\"#15182B\",\"notifications.background\":\"#15182B\",\"panel.border\":\"#15182B\",\"panelTitle.activeBorder\":\"#86A5FF\",\"panelTitle.activeForeground\":\"#C7D5FF\",\"panelTitle.inactiveForeground\":\"#576daf\",\"peekViewTitle.background\":\"#262E47\",\"quickInput.background\":\"#0C0E19\",\"scrollbar.shadow\":\"#01030b\",\"scrollbarSlider.activeBackground\":\"#576daf\",\"scrollbarSlider.background\":\"#262E47\",\"scrollbarSlider.hoverBackground\":\"#576daf\",\"selection.background\":\"#01030b\",\"sideBar.background\":\"#07090F\",\"sideBar.border\":\"#15182B\",\"sideBarSectionHeader.background\":\"#07090F\",\"sideBarSectionHeader.foreground\":\"#86A5FF\",\"statusBar.background\":\"#86A5FF\",\"statusBar.debuggingBackground\":\"#c778db\",\"statusBar.foreground\":\"#07090F\",\"tab.activeBackground\":\"#07090F\",\"tab.activeBorder\":\"#86A5FF\",\"tab.activeForeground\":\"#C7D5FF\",\"tab.border\":\"#07090F\",\"tab.inactiveBackground\":\"#07090F\",\"tab.inactiveForeground\":\"#576dafd8\",\"terminal.ansiBrightRed\":\"#dd5073\",\"terminal.ansiGreen\":\"#63eb90\",\"terminal.ansiRed\":\"#dd5073\",\"terminal.foreground\":\"#A8BEFF\",\"textLink.foreground\":\"#86A5FF\",\"titleBar.activeBackground\":\"#07090F\",\"titleBar.activeForeground\":\"#86A5FF\",\"titleBar.inactiveBackground\":\"#07090F\",\"tree.indentGuidesStroke\":\"#576daf\",\"widget.shadow\":\"#01030b\"},\"displayName\":\"Aurora X\",\"name\":\"aurora-x\",\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#546E7A\"}},{\"scope\":[\"variable\",\"string constant.other.placeholder\"],\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#FF5370\"}},{\"scope\":[\"keyword\",\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"keyword.control\",\"constant.other.color\",\"punctuation\",\"meta.tag\",\"punctuation.definition.tag\",\"punctuation.separator.inheritance.php\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\",\"punctuation.section.embedded\",\"keyword.other.template\",\"keyword.other.substitution\"],\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\",\"markup.deleted.git_gutter\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call\",\"variable.function\",\"support.function\",\"keyword.other.special-method\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"meta.block variable.other\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"support.other.variable\",\"string.other.link\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"constant.numeric\",\"constant.language\",\"support.constant\",\"constant.character\",\"constant.escape\",\"variable.parameter\",\"keyword.other.unit\",\"keyword.other\"],\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"string\",\"constant.other.symbol\",\"constant.other.key\",\"entity.other.inherited-class\",\"markup.heading\",\"markup.inserted.git_gutter\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":[\"entity.name\",\"support.type\",\"support.class\",\"support.orther.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"markup.changed.git_gutter\",\"support.type.sys-types\"],\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"support.type\"],\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\"],\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#FF5370\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FF5370\"}},{\"scope\":[\"entity.name.method.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82AAFF\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"variable.function.constructor\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"entity.other.attribute-name.class\"],\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"source.sass keyword.control\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#FF5370\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82AAFF\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FF5370\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FF5370\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#C17E70\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":[\"text.html.markdown\",\"punctuation.definition.list_item.markdown\"],\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\"],\"settings\":{\"foreground\":\"#65737E\"}},{\"scope\":[\"markdown.heading\",\"markup.heading | markup.heading entity.name\",\"markup.heading.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.bold\",\"markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.italic markup.bold\",\"markup.quote markup.bold\",\"markup.bold markup.italic string\",\"markup.italic markup.bold string\",\"markup.quote markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#F78C6C\"}},{\"scope\":[\"markup.quote punctuation.definition.blockquote.markdown\"],\"settings\":{\"foreground\":\"#65737E\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"constant.other.reference.link.markdown\"],\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"markup.raw.block\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"punctuation.definition.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\",\"variable.language.fenced.markdown\",\"punctuation.section.class.end\"],\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":[\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#65737E\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#65737E\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"foreground\":\"#EEFFFF\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: ayu-dark */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"actionBar.toggledBackground\":\"#47526640\",\"activityBar.activeBorder\":\"#e6b450\",\"activityBar.background\":\"#0d1017\",\"activityBar.border\":\"#1b1f29\",\"activityBar.foreground\":\"#5a6378cc\",\"activityBar.inactiveForeground\":\"#5a637899\",\"activityBarBadge.background\":\"#e6b450\",\"activityBarBadge.foreground\":\"#765b24\",\"activityBarTop.activeBorder\":\"#e6b450\",\"activityBarTop.foreground\":\"#697184\",\"badge.background\":\"#e6b45033\",\"badge.foreground\":\"#e6b450\",\"button.background\":\"#e6b450\",\"button.border\":\"#765b241a\",\"button.foreground\":\"#765b24\",\"button.hoverBackground\":\"#deae4d\",\"button.secondaryBackground\":\"#5a637833\",\"button.secondaryForeground\":\"#bfbdb6\",\"button.secondaryHoverBackground\":\"#5a637880\",\"button.separator\":\"#765b244d\",\"chat.checkpointSeparator\":\"#5a6673\",\"chat.editedFileForeground\":\"#73b8ff\",\"chat.requestBackground\":\"#0d1017\",\"chat.requestBorder\":\"#47526640\",\"chat.requestBubbleBackground\":\"#47526633\",\"chat.requestBubbleHoverBackground\":\"#47526640\",\"chat.slashCommandBackground\":\"#39bae633\",\"chat.slashCommandForeground\":\"#39bae6\",\"commandCenter.activeBackground\":\"#47526640\",\"commandCenter.activeBorder\":\"#47526600\",\"commandCenter.activeForeground\":\"#5a6378\",\"commandCenter.background\":\"#10141c\",\"commandCenter.border\":\"#1b1f29\",\"commandCenter.foreground\":\"#5a6378\",\"commandCenter.inactiveBorder\":\"#1b1f29\",\"debugConsoleInputIcon.foreground\":\"#e6b450\",\"debugExceptionWidget.background\":\"#141821\",\"debugExceptionWidget.border\":\"#1b1f29\",\"debugIcon.breakpointDisabledForeground\":\"#f2966880\",\"debugIcon.breakpointForeground\":\"#f29668\",\"debugToolBar.background\":\"#141821\",\"descriptionForeground\":\"#5a6378\",\"diffEditor.diagonalFill\":\"#1b1f29\",\"diffEditor.insertedTextBackground\":\"#70bf561f\",\"diffEditor.removedTextBackground\":\"#f26d781f\",\"disabledForeground\":\"#5a637880\",\"dropdown.background\":\"#141821\",\"dropdown.border\":\"#1b1f29\",\"dropdown.foreground\":\"#5a6378\",\"editor.background\":\"#10141c\",\"editor.findMatchBackground\":\"#4c4126\",\"editor.findMatchHighlightBackground\":\"#4c412680\",\"editor.foreground\":\"#bfbdb6\",\"editor.inactiveSelectionBackground\":\"#80b5ff26\",\"editor.lineHighlightBackground\":\"#161a24\",\"editor.rangeHighlightBackground\":\"#4c412633\",\"editor.selectionBackground\":\"#3388ff40\",\"editor.selectionHighlightBackground\":\"#70bf5626\",\"editor.selectionHighlightBorder\":\"#70bf5600\",\"editor.snippetTabstopHighlightBackground\":\"#70bf5633\",\"editor.wordHighlightBackground\":\"#73b8ff14\",\"editor.wordHighlightBorder\":\"#73b8ff80\",\"editor.wordHighlightStrongBackground\":\"#70bf5614\",\"editor.wordHighlightStrongBorder\":\"#70bf5680\",\"editorBracketMatch.background\":\"#5a63784d\",\"editorBracketMatch.border\":\"#5a63784d\",\"editorCodeLens.foreground\":\"#5a6673\",\"editorCursor.foreground\":\"#e6b450\",\"editorError.foreground\":\"#d95757\",\"editorGroup.background\":\"#141821\",\"editorGroup.border\":\"#1b1f29\",\"editorGroupHeader.noTabsBackground\":\"#0d1017\",\"editorGroupHeader.tabsBackground\":\"#0d1017\",\"editorGroupHeader.tabsBorder\":\"#1b1f29\",\"editorGutter.addedBackground\":\"#70bf56\",\"editorGutter.deletedBackground\":\"#f26d78\",\"editorGutter.modifiedBackground\":\"#73b8ff\",\"editorHoverWidget.background\":\"#141821\",\"editorHoverWidget.border\":\"#1b1f29\",\"editorIndentGuide.activeBackground\":\"#5a6378a1\",\"editorIndentGuide.background\":\"#5a637842\",\"editorInlayHint.foreground\":\"#bfbdb680\",\"editorLineNumber.activeForeground\":\"#5a6378\",\"editorLineNumber.foreground\":\"#5a6378a6\",\"editorLink.activeForeground\":\"#e6b450\",\"editorMarkerNavigation.background\":\"#141821\",\"editorOverviewRuler.addedForeground\":\"#70bf56\",\"editorOverviewRuler.border\":\"#1b1f29\",\"editorOverviewRuler.bracketMatchForeground\":\"#5a6378b3\",\"editorOverviewRuler.deletedForeground\":\"#f26d78\",\"editorOverviewRuler.errorForeground\":\"#d95757\",\"editorOverviewRuler.findMatchForeground\":\"#4c4126\",\"editorOverviewRuler.modifiedForeground\":\"#73b8ff\",\"editorOverviewRuler.warningForeground\":\"#e6b450\",\"editorOverviewRuler.wordHighlightForeground\":\"#73b8ff66\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#70bf5666\",\"editorRuler.foreground\":\"#5a637842\",\"editorStickyScroll.border\":\"#1b1f29\",\"editorStickyScroll.shadow\":\"#00000080\",\"editorStickyScrollHover.background\":\"#47526633\",\"editorSuggestWidget.background\":\"#141821\",\"editorSuggestWidget.border\":\"#1b1f29\",\"editorSuggestWidget.highlightForeground\":\"#e6b450\",\"editorSuggestWidget.selectedBackground\":\"#47526640\",\"editorWarning.foreground\":\"#e6b450\",\"editorWhitespace.foreground\":\"#5a6378a6\",\"editorWidget.background\":\"#141821\",\"editorWidget.border\":\"#1b1f29\",\"editorWidget.resizeBorder\":\"#141821\",\"errorForeground\":\"#d95757\",\"extensionButton.prominentBackground\":\"#e6b450\",\"extensionButton.prominentForeground\":\"#765b24\",\"extensionButton.prominentHoverBackground\":\"#e2b14f\",\"focusBorder\":\"#e6b450\",\"foreground\":\"#5a6378\",\"gitDecoration.conflictingResourceForeground\":\"\",\"gitDecoration.deletedResourceForeground\":\"#f26d78\",\"gitDecoration.ignoredResourceForeground\":\"#5a637880\",\"gitDecoration.modifiedResourceForeground\":\"#73b8ff\",\"gitDecoration.submoduleResourceForeground\":\"#d2a6ff\",\"gitDecoration.untrackedResourceForeground\":\"#70bf56\",\"icon.foreground\":\"#5a6378\",\"inlineChat.background\":\"#141821\",\"inlineChat.border\":\"#1b1f29\",\"inlineChat.foreground\":\"#bfbdb6\",\"inlineChat.shadow\":\"#00000080\",\"inlineChatDiff.inserted\":\"#70bf5633\",\"inlineChatDiff.removed\":\"#f26d7833\",\"inlineChatInput.background\":\"#10141c\",\"inlineChatInput.border\":\"#1b1f29\",\"inlineChatInput.focusBorder\":\"#e6b450b3\",\"inlineChatInput.placeholderForeground\":\"#5a637880\",\"inlineEdit.gutterIndicator.background\":\"#1b1f29\",\"inlineEdit.gutterIndicator.primaryBackground\":\"#e6b4501a\",\"inlineEdit.gutterIndicator.primaryBorder\":\"#e6b450\",\"inlineEdit.gutterIndicator.primaryForeground\":\"#e6b450\",\"inlineEdit.gutterIndicator.secondaryBackground\":\"#5a63781a\",\"inlineEdit.gutterIndicator.secondaryBorder\":\"#5a637880\",\"inlineEdit.gutterIndicator.secondaryForeground\":\"#5a6378\",\"inlineEdit.gutterIndicator.successfulBackground\":\"#70bf561a\",\"inlineEdit.gutterIndicator.successfulBorder\":\"#70bf56\",\"inlineEdit.gutterIndicator.successfulForeground\":\"#70bf56\",\"inlineEdit.modifiedBackground\":\"#70bf561a\",\"inlineEdit.modifiedBorder\":\"#70bf5680\",\"inlineEdit.modifiedChangedLineBackground\":\"#70bf5626\",\"inlineEdit.modifiedChangedTextBackground\":\"#70bf5640\",\"inlineEdit.originalBackground\":\"#f26d781a\",\"inlineEdit.originalBorder\":\"#f26d7880\",\"inlineEdit.originalChangedLineBackground\":\"#f26d7826\",\"inlineEdit.originalChangedTextBackground\":\"#f26d7840\",\"input.background\":\"#10141c\",\"input.border\":\"#5a637833\",\"input.foreground\":\"#bfbdb6\",\"input.placeholderForeground\":\"#5a637880\",\"inputOption.activeBackground\":\"#e6b4501a\",\"inputOption.activeBorder\":\"#e6b45033\",\"inputOption.activeForeground\":\"#e6b450\",\"inputOption.hoverBackground\":\"#5a637833\",\"inputValidation.errorBackground\":\"#10141c\",\"inputValidation.errorBorder\":\"#d95757\",\"inputValidation.infoBackground\":\"#0d1017\",\"inputValidation.infoBorder\":\"#39bae6\",\"inputValidation.warningBackground\":\"#0d1017\",\"inputValidation.warningBorder\":\"#ffb454\",\"keybindingLabel.background\":\"#5a63781a\",\"keybindingLabel.border\":\"#bfbdb61a\",\"keybindingLabel.bottomBorder\":\"#bfbdb61a\",\"keybindingLabel.foreground\":\"#bfbdb6\",\"list.activeSelectionBackground\":\"#47526640\",\"list.activeSelectionForeground\":\"#bfbdb6\",\"list.deemphasizedForeground\":\"#d95757\",\"list.errorForeground\":\"#d95757\",\"list.filterMatchBackground\":\"#43392180\",\"list.filterMatchBorder\":\"#4c412680\",\"list.focusBackground\":\"#47526640\",\"list.focusForeground\":\"#bfbdb6\",\"list.focusOutline\":\"#47526640\",\"list.highlightForeground\":\"#e6b450\",\"list.hoverBackground\":\"#47526640\",\"list.inactiveSelectionBackground\":\"#47526633\",\"list.inactiveSelectionForeground\":\"#5a6378\",\"list.invalidItemForeground\":\"#5a63784d\",\"listFilterWidget.background\":\"#141821\",\"listFilterWidget.noMatchesOutline\":\"#d95757\",\"listFilterWidget.outline\":\"#e6b450\",\"menu.background\":\"#0f131a\",\"menu.border\":\"#1b1f29\",\"menu.foreground\":\"#5a6378\",\"menu.selectionBackground\":\"#47526633\",\"menu.selectionBorder\":\"#47526640\",\"menu.separatorBackground\":\"#1b1f29\",\"minimap.background\":\"#10141c\",\"minimap.errorHighlight\":\"#d95757\",\"minimap.findMatchHighlight\":\"#4c4126\",\"minimap.selectionHighlight\":\"#3388ff40\",\"minimapGutter.addedBackground\":\"#70bf56\",\"minimapGutter.deletedBackground\":\"#f26d78\",\"minimapGutter.modifiedBackground\":\"#73b8ff\",\"multiDiffEditor.background\":\"#0d1017\",\"multiDiffEditor.border\":\"#1b1f29\",\"multiDiffEditor.headerBackground\":\"#141821\",\"panel.background\":\"#0d1017\",\"panel.border\":\"#1b1f29\",\"panelStickyScroll.border\":\"#1b1f29\",\"panelStickyScroll.shadow\":\"#00000080\",\"panelTitle.activeBorder\":\"#e6b450\",\"panelTitle.activeForeground\":\"#bfbdb6\",\"panelTitle.inactiveForeground\":\"#5a6378\",\"peekView.border\":\"#47526640\",\"peekViewEditor.background\":\"#141821\",\"peekViewEditor.matchHighlightBackground\":\"#4c412680\",\"peekViewEditor.matchHighlightBorder\":\"#43392180\",\"peekViewResult.background\":\"#141821\",\"peekViewResult.fileForeground\":\"#bfbdb6\",\"peekViewResult.lineForeground\":\"#5a6378\",\"peekViewResult.matchHighlightBackground\":\"#4c412680\",\"peekViewResult.selectionBackground\":\"#47526640\",\"peekViewTitle.background\":\"#47526640\",\"peekViewTitleDescription.foreground\":\"#5a6378\",\"peekViewTitleLabel.foreground\":\"#bfbdb6\",\"pickerGroup.border\":\"#1b1f29\",\"pickerGroup.foreground\":\"#5a637880\",\"profileBadge.background\":\"#e6b450\",\"profileBadge.foreground\":\"#765b24\",\"progressBar.background\":\"#e6b450\",\"scrollbar.shadow\":\"#1b1f2900\",\"scrollbarSlider.activeBackground\":\"#5a6378b3\",\"scrollbarSlider.background\":\"#5a637866\",\"scrollbarSlider.hoverBackground\":\"#5a637899\",\"selection.background\":\"#3388ff40\",\"settings.headerForeground\":\"#bfbdb6\",\"settings.modifiedItemIndicator\":\"#73b8ff\",\"sideBar.background\":\"#0d1017\",\"sideBar.border\":\"#1b1f29\",\"sideBarSectionHeader.background\":\"#0d1017\",\"sideBarSectionHeader.border\":\"#1b1f29\",\"sideBarSectionHeader.foreground\":\"#5a6378\",\"sideBarStickyScroll.border\":\"#1b1f29\",\"sideBarStickyScroll.shadow\":\"#00000080\",\"sideBarTitle.foreground\":\"#5a6378\",\"statusBar.background\":\"#0d1017\",\"statusBar.border\":\"#1b1f29\",\"statusBar.debuggingBackground\":\"#f29668\",\"statusBar.debuggingForeground\":\"#10141c\",\"statusBar.foreground\":\"#5a6378\",\"statusBar.noFolderBackground\":\"#141821\",\"statusBarItem.activeBackground\":\"#5a637833\",\"statusBarItem.hoverBackground\":\"#5a637833\",\"statusBarItem.prominentBackground\":\"#1b1f29\",\"statusBarItem.prominentHoverBackground\":\"#00000030\",\"statusBarItem.remoteBackground\":\"#e6b450\",\"statusBarItem.remoteForeground\":\"#765b24\",\"symbolIcon.arrayForeground\":\"#59c2ff\",\"symbolIcon.booleanForeground\":\"#d2a6ff\",\"symbolIcon.classForeground\":\"#59c2ff\",\"symbolIcon.colorForeground\":\"#e6c08a\",\"symbolIcon.constantForeground\":\"#d2a6ff\",\"symbolIcon.constructorForeground\":\"#ffb454\",\"symbolIcon.enumeratorForeground\":\"#59c2ff\",\"symbolIcon.enumeratorMemberForeground\":\"#d2a6ff\",\"symbolIcon.eventForeground\":\"#e6c08a\",\"symbolIcon.fieldForeground\":\"#f07178\",\"symbolIcon.fileForeground\":\"#5a6378\",\"symbolIcon.folderForeground\":\"#5a6378\",\"symbolIcon.functionForeground\":\"#ffb454\",\"symbolIcon.interfaceForeground\":\"#59c2ff\",\"symbolIcon.keyForeground\":\"#39bae6\",\"symbolIcon.keywordForeground\":\"#ff8f40\",\"symbolIcon.methodForeground\":\"#ffb454\",\"symbolIcon.moduleForeground\":\"#aad94c\",\"symbolIcon.namespaceForeground\":\"#aad94c\",\"symbolIcon.nullForeground\":\"#d2a6ff\",\"symbolIcon.numberForeground\":\"#d2a6ff\",\"symbolIcon.objectForeground\":\"#59c2ff\",\"symbolIcon.operatorForeground\":\"#f29668\",\"symbolIcon.packageForeground\":\"#aad94c\",\"symbolIcon.propertyForeground\":\"#f07178\",\"symbolIcon.referenceForeground\":\"#59c2ff\",\"symbolIcon.snippetForeground\":\"#e6c08a\",\"symbolIcon.stringForeground\":\"#aad94c\",\"symbolIcon.structForeground\":\"#59c2ff\",\"symbolIcon.textForeground\":\"#bfbdb6\",\"symbolIcon.typeParameterForeground\":\"#59c2ff\",\"symbolIcon.unitForeground\":\"#d2a6ff\",\"symbolIcon.variableForeground\":\"#bfbdb6\",\"tab.activeBackground\":\"#10141c\",\"tab.activeBorder\":\"#10141c\",\"tab.activeBorderTop\":\"#e6b450\",\"tab.activeForeground\":\"#bfbdb6\",\"tab.border\":\"#1b1f29\",\"tab.inactiveBackground\":\"#0d1017\",\"tab.inactiveForeground\":\"#5a6378\",\"tab.unfocusedActiveBorderTop\":\"#5a6378\",\"tab.unfocusedActiveForeground\":\"#5a6378\",\"tab.unfocusedInactiveForeground\":\"#5a6378\",\"terminal.ansiBlack\":\"#1b1f29\",\"terminal.ansiBlue\":\"#4fbfff\",\"terminal.ansiBrightBlack\":\"#686868\",\"terminal.ansiBrightBlue\":\"#59c2ff\",\"terminal.ansiBrightCyan\":\"#95e6cb\",\"terminal.ansiBrightGreen\":\"#aad94c\",\"terminal.ansiBrightMagenta\":\"#d2a6ff\",\"terminal.ansiBrightRed\":\"#f07178\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#ffb454\",\"terminal.ansiCyan\":\"#93e2c8\",\"terminal.ansiGreen\":\"#70bf56\",\"terminal.ansiMagenta\":\"#d0a1ff\",\"terminal.ansiRed\":\"#f06b73\",\"terminal.ansiWhite\":\"#c7c7c7\",\"terminal.ansiYellow\":\"#fdb04c\",\"terminal.background\":\"#0d1017\",\"terminal.foreground\":\"#bfbdb6\",\"terminalCommandGuide.foreground\":\"#5a63784d\",\"terminalStickyScroll.border\":\"#1b1f29\",\"terminalStickyScroll.shadow\":\"#00000080\",\"terminalStickyScrollHover.background\":\"#47526633\",\"textBlockQuote.background\":\"#141821\",\"textLink.activeForeground\":\"#e6b450\",\"textLink.foreground\":\"#e6b450\",\"textPreformat.foreground\":\"#bfbdb6\",\"titleBar.activeBackground\":\"#0d1017\",\"titleBar.activeForeground\":\"#5a6378\",\"titleBar.border\":\"#1b1f29\",\"titleBar.inactiveBackground\":\"#0d1017\",\"titleBar.inactiveForeground\":\"#5a6378b3\",\"toolbar.hoverBackground\":\"#47526640\",\"tree.indentGuidesStroke\":\"#5a6378a1\",\"walkThrough.embeddedEditorBackground\":\"#141821\",\"welcomePage.buttonBackground\":\"#e6b45066\",\"welcomePage.progress.background\":\"#161a24\",\"welcomePage.tileBackground\":\"#0d1017\",\"welcomePage.tileShadow\":\"#00000080\",\"widget.border\":\"#1b1f29\",\"widget.shadow\":\"#00000080\"},\"displayName\":\"Ayu Dark\",\"name\":\"ayu-dark\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#59c2ff\",\"class.defaultLibrary\":\"#39bae6\",\"comment\":\"#5a6673\",\"enum\":\"#59c2ff\",\"enum.defaultLibrary\":\"#39bae6\",\"enumMember\":\"#95e6cb\",\"event\":\"#f29668\",\"function\":\"#ffb454\",\"interface\":\"#39bae6\",\"interface.defaultLibrary\":{\"foreground\":\"#39bae6\",\"italic\":true},\"keyword\":\"#ff8f40\",\"macro\":\"#e6c08a\",\"method\":\"#ffb454\",\"number\":\"#d2a6ff\",\"operator\":\"#f29668\",\"regexp\":\"#95e6cb\",\"string\":\"#aad94c\",\"struct\":\"#59c2ff\",\"struct.defaultLibrary\":\"#39bae6\",\"type\":\"#59c2ff\",\"type.defaultLibrary\":\"#39bae6\"},\"tokenColors\":[{\"settings\":{\"background\":\"#0d1017\",\"foreground\":\"#bfbdb6\"}},{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5a6673\"}},{\"scope\":[\"string\",\"constant.other.symbol\"],\"settings\":{\"foreground\":\"#aad94c\"}},{\"scope\":[\"string.regexp\",\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#95e6cb\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#d2a6ff\"}},{\"scope\":[\"constant.language\"],\"settings\":{\"foreground\":\"#d2a6ff\"}},{\"scope\":[\"variable\",\"variable.parameter.function-call\"],\"settings\":{\"foreground\":\"#bfbdb6\"}},{\"scope\":[\"variable.member\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#39bae6\"}},{\"scope\":[\"storage\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"keyword\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"keyword.operator\"],\"settings\":{\"foreground\":\"#f29668\"}},{\"scope\":[\"punctuation.separator\",\"punctuation.terminator\"],\"settings\":{\"foreground\":\"#bfbdb6b3\"}},{\"scope\":[\"punctuation.section\"],\"settings\":{\"foreground\":\"#bfbdb6\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#f29668\"}},{\"scope\":[\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"meta.embedded\"],\"settings\":{\"foreground\":\"#bfbdb6\"}},{\"scope\":[\"source.java storage.type\",\"source.haskell storage.type\",\"source.c storage.type\"],\"settings\":{\"foreground\":\"#59c2ff\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#39bae6\"}},{\"scope\":[\"storage.type.function\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"source.java storage.type.primitive\"],\"settings\":{\"foreground\":\"#39bae6\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"foreground\":\"#ffb454\"}},{\"scope\":[\"variable.parameter\",\"meta.parameter\"],\"settings\":{\"foreground\":\"#d2a6ff\"}},{\"scope\":[\"variable.function\",\"variable.annotation\",\"meta.function-call.generic\",\"support.function.go\"],\"settings\":{\"foreground\":\"#ffb454\"}},{\"scope\":[\"support.function\",\"support.macro\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"entity.name.import\",\"entity.name.package\"],\"settings\":{\"foreground\":\"#aad94c\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#59c2ff\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\"],\"settings\":{\"foreground\":\"#39bae6\"}},{\"scope\":[\"support.class.component\"],\"settings\":{\"foreground\":\"#59c2ff\"}},{\"scope\":[\"punctuation.definition.tag.end\",\"punctuation.definition.tag.begin\",\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#39bae680\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#ffb454\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#95e6cb\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f29668\"}},{\"scope\":[\"support.type\",\"support.class\",\"source.go storage.type\"],\"settings\":{\"foreground\":\"#39bae6\"}},{\"scope\":[\"meta.decorator variable.other\",\"meta.decorator punctuation.decorator\",\"storage.type.annotation\",\"entity.name.function.decorator\"],\"settings\":{\"foreground\":\"#e6c08a\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#d95757\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#c594c5\"}},{\"scope\":[\"source.ruby variable.other.readwrite\"],\"settings\":{\"foreground\":\"#ffb454\"}},{\"scope\":[\"source.css entity.name.tag\",\"source.sass entity.name.tag\",\"source.scss entity.name.tag\",\"source.less entity.name.tag\",\"source.stylus entity.name.tag\"],\"settings\":{\"foreground\":\"#59c2ff\"}},{\"scope\":[\"source.css support.type\",\"source.sass support.type\",\"source.scss support.type\",\"source.less support.type\",\"source.stylus support.type\"],\"settings\":{\"foreground\":\"#5a6673\"}},{\"scope\":[\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#39bae6\"}},{\"scope\":[\"constant.numeric.line-number.find-in-files - match\"],\"settings\":{\"foreground\":\"#5a6673\"}},{\"scope\":[\"constant.numeric.line-number.match\"],\"settings\":{\"foreground\":\"#ff8f40\"}},{\"scope\":[\"entity.name.filename.find-in-files\"],\"settings\":{\"foreground\":\"#aad94c\"}},{\"scope\":[\"message.error\"],\"settings\":{\"foreground\":\"#d95757\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#aad94c\"}},{\"scope\":[\"markup.underline.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#39bae6\"}},{\"scope\":[\"markup.italic\",\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.italic markup.bold\",\"markup.bold markup.italic\"],\"settings\":{\"fontStyle\":\"bold italic\"}},{\"scope\":[\"markup.raw\"],\"settings\":{\"background\":\"#bfbdb605\"}},{\"scope\":[\"markup.raw.inline\"],\"settings\":{\"background\":\"#bfbdb60f\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"background\":\"#bfbdb60f\",\"fontStyle\":\"bold\",\"foreground\":\"#5a6673\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#95e6cb\"}},{\"scope\":[\"markup.list punctuation.definition.list.begin\"],\"settings\":{\"foreground\":\"#ffb454\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#70bf56\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#73b8ff\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#f26d78\"}},{\"scope\":[\"markup.strike\"],\"settings\":{\"foreground\":\"#e6c08a\"}},{\"scope\":[\"markup.strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"background\":\"#bfbdb60f\",\"foreground\":\"#39bae6\"}},{\"scope\":[\"text.html.markdown markup.inline.raw\"],\"settings\":{\"foreground\":\"#f29668\"}},{\"scope\":[\"text.html.markdown meta.dummy.line-break\"],\"settings\":{\"background\":\"#5a6673\",\"foreground\":\"#5a6673\"}},{\"scope\":[\"punctuation.definition.markdown\"],\"settings\":{\"background\":\"#bfbdb6\",\"foreground\":\"#5a6673\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: ayu-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"actionBar.toggledBackground\":\"#6b7d8f24\",\"activityBar.activeBorder\":\"#f29718\",\"activityBar.background\":\"#f8f9fa\",\"activityBar.border\":\"#6b7d8f1f\",\"activityBar.foreground\":\"#828e9fcc\",\"activityBar.inactiveForeground\":\"#828e9f99\",\"activityBarBadge.background\":\"#f29718\",\"activityBarBadge.foreground\":\"#7e4b01\",\"activityBarTop.activeBorder\":\"#f29718\",\"activityBarTop.foreground\":\"#788597\",\"badge.background\":\"#f2971833\",\"badge.foreground\":\"#ea9216\",\"button.background\":\"#f29718\",\"button.border\":\"#7e4b011a\",\"button.foreground\":\"#7e4b01\",\"button.hoverBackground\":\"#ea9216\",\"button.secondaryBackground\":\"#828e9f33\",\"button.secondaryForeground\":\"#5c6166\",\"button.secondaryHoverBackground\":\"#828e9f80\",\"button.separator\":\"#7e4b014d\",\"chat.checkpointSeparator\":\"#adaeb1\",\"chat.editedFileForeground\":\"#478acc\",\"chat.requestBackground\":\"#f8f9fa\",\"chat.requestBorder\":\"#6b7d8f24\",\"chat.requestBubbleBackground\":\"#6b7d8f1f\",\"chat.requestBubbleHoverBackground\":\"#6b7d8f24\",\"chat.slashCommandBackground\":\"#55b4d433\",\"chat.slashCommandForeground\":\"#55b4d4\",\"commandCenter.activeBackground\":\"#6b7d8f24\",\"commandCenter.activeBorder\":\"#6b7d8f00\",\"commandCenter.activeForeground\":\"#828e9f\",\"commandCenter.background\":\"#fcfcfc\",\"commandCenter.border\":\"#6b7d8f1f\",\"commandCenter.foreground\":\"#828e9f\",\"commandCenter.inactiveBorder\":\"#6b7d8f1f\",\"debugConsoleInputIcon.foreground\":\"#f29718\",\"debugExceptionWidget.background\":\"#fafafa\",\"debugExceptionWidget.border\":\"#6b7d8f1f\",\"debugIcon.breakpointDisabledForeground\":\"#f2a19180\",\"debugIcon.breakpointForeground\":\"#f2a191\",\"debugToolBar.background\":\"#fafafa\",\"descriptionForeground\":\"#828e9f\",\"diffEditor.diagonalFill\":\"#6b7d8f1f\",\"diffEditor.insertedTextBackground\":\"#6cbf431f\",\"diffEditor.removedTextBackground\":\"#ff73831f\",\"disabledForeground\":\"#828e9f80\",\"dropdown.background\":\"#fafafa\",\"dropdown.border\":\"#6b7d8f1f\",\"dropdown.foreground\":\"#828e9f\",\"editor.background\":\"#fcfcfc\",\"editor.findMatchBackground\":\"#ffe294\",\"editor.findMatchHighlightBackground\":\"#ffe29480\",\"editor.foreground\":\"#5c6166\",\"editor.inactiveSelectionBackground\":\"#035bd612\",\"editor.lineHighlightBackground\":\"#828e9f1a\",\"editor.rangeHighlightBackground\":\"#ffe29433\",\"editor.selectionBackground\":\"#035bd626\",\"editor.selectionHighlightBackground\":\"#6cbf4326\",\"editor.selectionHighlightBorder\":\"#6cbf4300\",\"editor.snippetTabstopHighlightBackground\":\"#6cbf4333\",\"editor.wordHighlightBackground\":\"#478acc14\",\"editor.wordHighlightBorder\":\"#478acc80\",\"editor.wordHighlightStrongBackground\":\"#6cbf4314\",\"editor.wordHighlightStrongBorder\":\"#6cbf4380\",\"editorBracketMatch.background\":\"#828e9f4d\",\"editorBracketMatch.border\":\"#828e9f4d\",\"editorCodeLens.foreground\":\"#adaeb1\",\"editorCursor.foreground\":\"#f29718\",\"editorError.foreground\":\"#e65050\",\"editorGroup.background\":\"#fafafa\",\"editorGroup.border\":\"#6b7d8f1f\",\"editorGroupHeader.noTabsBackground\":\"#f8f9fa\",\"editorGroupHeader.tabsBackground\":\"#f8f9fa\",\"editorGroupHeader.tabsBorder\":\"#6b7d8f1f\",\"editorGutter.addedBackground\":\"#6cbf43\",\"editorGutter.deletedBackground\":\"#ff7383\",\"editorGutter.modifiedBackground\":\"#478acc\",\"editorHoverWidget.background\":\"#fafafa\",\"editorHoverWidget.border\":\"#6b7d8f1f\",\"editorIndentGuide.activeBackground\":\"#828e9f59\",\"editorIndentGuide.background\":\"#828e9f2e\",\"editorInlayHint.foreground\":\"#5c616680\",\"editorLineNumber.activeForeground\":\"#828e9fcc\",\"editorLineNumber.foreground\":\"#828e9f66\",\"editorLink.activeForeground\":\"#f29718\",\"editorMarkerNavigation.background\":\"#fafafa\",\"editorOverviewRuler.addedForeground\":\"#6cbf43\",\"editorOverviewRuler.border\":\"#6b7d8f1f\",\"editorOverviewRuler.bracketMatchForeground\":\"#828e9fb3\",\"editorOverviewRuler.deletedForeground\":\"#ff7383\",\"editorOverviewRuler.errorForeground\":\"#e65050\",\"editorOverviewRuler.findMatchForeground\":\"#ffe294\",\"editorOverviewRuler.modifiedForeground\":\"#478acc\",\"editorOverviewRuler.warningForeground\":\"#f29718\",\"editorOverviewRuler.wordHighlightForeground\":\"#478acc66\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#6cbf4366\",\"editorRuler.foreground\":\"#828e9f2e\",\"editorStickyScroll.border\":\"#6b7d8f1f\",\"editorStickyScroll.shadow\":\"#6b7d8f12\",\"editorStickyScrollHover.background\":\"#6b7d8f1f\",\"editorSuggestWidget.background\":\"#fafafa\",\"editorSuggestWidget.border\":\"#6b7d8f1f\",\"editorSuggestWidget.highlightForeground\":\"#f29718\",\"editorSuggestWidget.selectedBackground\":\"#6b7d8f24\",\"editorWarning.foreground\":\"#f29718\",\"editorWhitespace.foreground\":\"#828e9f66\",\"editorWidget.background\":\"#fafafa\",\"editorWidget.border\":\"#6b7d8f1f\",\"editorWidget.resizeBorder\":\"#fafafa\",\"errorForeground\":\"#e65050\",\"extensionButton.prominentBackground\":\"#f29718\",\"extensionButton.prominentForeground\":\"#7e4b01\",\"extensionButton.prominentHoverBackground\":\"#ee9417\",\"focusBorder\":\"#f29718\",\"foreground\":\"#828e9f\",\"gitDecoration.conflictingResourceForeground\":\"\",\"gitDecoration.deletedResourceForeground\":\"#ff7383\",\"gitDecoration.ignoredResourceForeground\":\"#828e9f80\",\"gitDecoration.modifiedResourceForeground\":\"#478acc\",\"gitDecoration.submoduleResourceForeground\":\"#a37acc\",\"gitDecoration.untrackedResourceForeground\":\"#6cbf43\",\"icon.foreground\":\"#828e9f\",\"inlineChat.background\":\"#fafafa\",\"inlineChat.border\":\"#6b7d8f1f\",\"inlineChat.foreground\":\"#5c6166\",\"inlineChat.shadow\":\"#6b7d8f12\",\"inlineChatDiff.inserted\":\"#6cbf4333\",\"inlineChatDiff.removed\":\"#ff738333\",\"inlineChatInput.background\":\"#fcfcfc\",\"inlineChatInput.border\":\"#6b7d8f1f\",\"inlineChatInput.focusBorder\":\"#f29718b3\",\"inlineChatInput.placeholderForeground\":\"#828e9f80\",\"inlineEdit.gutterIndicator.background\":\"#6b7d8f1f\",\"inlineEdit.gutterIndicator.primaryBackground\":\"#f297181a\",\"inlineEdit.gutterIndicator.primaryBorder\":\"#f29718\",\"inlineEdit.gutterIndicator.primaryForeground\":\"#f29718\",\"inlineEdit.gutterIndicator.secondaryBackground\":\"#828e9f1a\",\"inlineEdit.gutterIndicator.secondaryBorder\":\"#828e9f80\",\"inlineEdit.gutterIndicator.secondaryForeground\":\"#828e9f\",\"inlineEdit.gutterIndicator.successfulBackground\":\"#6cbf431a\",\"inlineEdit.gutterIndicator.successfulBorder\":\"#6cbf43\",\"inlineEdit.gutterIndicator.successfulForeground\":\"#6cbf43\",\"inlineEdit.modifiedBackground\":\"#6cbf431a\",\"inlineEdit.modifiedBorder\":\"#6cbf4380\",\"inlineEdit.modifiedChangedLineBackground\":\"#6cbf4326\",\"inlineEdit.modifiedChangedTextBackground\":\"#6cbf4340\",\"inlineEdit.originalBackground\":\"#ff73831a\",\"inlineEdit.originalBorder\":\"#ff738380\",\"inlineEdit.originalChangedLineBackground\":\"#ff738326\",\"inlineEdit.originalChangedTextBackground\":\"#ff738340\",\"input.background\":\"#fcfcfc\",\"input.border\":\"#828e9f33\",\"input.foreground\":\"#5c6166\",\"input.placeholderForeground\":\"#828e9f80\",\"inputOption.activeBackground\":\"#f297181a\",\"inputOption.activeBorder\":\"#f2971833\",\"inputOption.activeForeground\":\"#f29718\",\"inputOption.hoverBackground\":\"#828e9f33\",\"inputValidation.errorBackground\":\"#fcfcfc\",\"inputValidation.errorBorder\":\"#e65050\",\"inputValidation.infoBackground\":\"#f8f9fa\",\"inputValidation.infoBorder\":\"#55b4d4\",\"inputValidation.warningBackground\":\"#f8f9fa\",\"inputValidation.warningBorder\":\"#eba400\",\"keybindingLabel.background\":\"#828e9f1a\",\"keybindingLabel.border\":\"#5c61661a\",\"keybindingLabel.bottomBorder\":\"#5c61661a\",\"keybindingLabel.foreground\":\"#5c6166\",\"list.activeSelectionBackground\":\"#6b7d8f24\",\"list.activeSelectionForeground\":\"#5c6166\",\"list.deemphasizedForeground\":\"#e65050\",\"list.errorForeground\":\"#e65050\",\"list.filterMatchBackground\":\"#fad77880\",\"list.filterMatchBorder\":\"#ffe29480\",\"list.focusBackground\":\"#6b7d8f24\",\"list.focusForeground\":\"#5c6166\",\"list.focusOutline\":\"#6b7d8f24\",\"list.highlightForeground\":\"#f29718\",\"list.hoverBackground\":\"#6b7d8f24\",\"list.inactiveSelectionBackground\":\"#6b7d8f1f\",\"list.inactiveSelectionForeground\":\"#828e9f\",\"list.invalidItemForeground\":\"#828e9f4d\",\"listFilterWidget.background\":\"#fafafa\",\"listFilterWidget.noMatchesOutline\":\"#e65050\",\"listFilterWidget.outline\":\"#f29718\",\"menu.background\":\"#ffffff\",\"menu.border\":\"#6b7d8f1f\",\"menu.foreground\":\"#828e9f\",\"menu.selectionBackground\":\"#6b7d8f1f\",\"menu.selectionBorder\":\"#6b7d8f24\",\"menu.separatorBackground\":\"#6b7d8f1f\",\"minimap.background\":\"#fcfcfc\",\"minimap.errorHighlight\":\"#e65050\",\"minimap.findMatchHighlight\":\"#ffe294\",\"minimap.selectionHighlight\":\"#035bd626\",\"minimapGutter.addedBackground\":\"#6cbf43\",\"minimapGutter.deletedBackground\":\"#ff7383\",\"minimapGutter.modifiedBackground\":\"#478acc\",\"multiDiffEditor.background\":\"#f8f9fa\",\"multiDiffEditor.border\":\"#6b7d8f1f\",\"multiDiffEditor.headerBackground\":\"#fafafa\",\"panel.background\":\"#f8f9fa\",\"panel.border\":\"#6b7d8f1f\",\"panelStickyScroll.border\":\"#6b7d8f1f\",\"panelStickyScroll.shadow\":\"#6b7d8f12\",\"panelTitle.activeBorder\":\"#f29718\",\"panelTitle.activeForeground\":\"#5c6166\",\"panelTitle.inactiveForeground\":\"#828e9f\",\"peekView.border\":\"#6b7d8f24\",\"peekViewEditor.background\":\"#fafafa\",\"peekViewEditor.matchHighlightBackground\":\"#ffe29480\",\"peekViewEditor.matchHighlightBorder\":\"#fad77880\",\"peekViewResult.background\":\"#fafafa\",\"peekViewResult.fileForeground\":\"#5c6166\",\"peekViewResult.lineForeground\":\"#828e9f\",\"peekViewResult.matchHighlightBackground\":\"#ffe29480\",\"peekViewResult.selectionBackground\":\"#6b7d8f24\",\"peekViewTitle.background\":\"#6b7d8f24\",\"peekViewTitleDescription.foreground\":\"#828e9f\",\"peekViewTitleLabel.foreground\":\"#5c6166\",\"pickerGroup.border\":\"#6b7d8f1f\",\"pickerGroup.foreground\":\"#828e9f80\",\"profileBadge.background\":\"#f29718\",\"profileBadge.foreground\":\"#7e4b01\",\"progressBar.background\":\"#f29718\",\"scrollbar.shadow\":\"#6b7d8f00\",\"scrollbarSlider.activeBackground\":\"#828e9fb3\",\"scrollbarSlider.background\":\"#828e9f66\",\"scrollbarSlider.hoverBackground\":\"#828e9f99\",\"selection.background\":\"#035bd626\",\"settings.headerForeground\":\"#5c6166\",\"settings.modifiedItemIndicator\":\"#478acc\",\"sideBar.background\":\"#f8f9fa\",\"sideBar.border\":\"#6b7d8f1f\",\"sideBarSectionHeader.background\":\"#f8f9fa\",\"sideBarSectionHeader.border\":\"#6b7d8f1f\",\"sideBarSectionHeader.foreground\":\"#828e9f\",\"sideBarStickyScroll.border\":\"#6b7d8f1f\",\"sideBarStickyScroll.shadow\":\"#6b7d8f12\",\"sideBarTitle.foreground\":\"#828e9f\",\"statusBar.background\":\"#f8f9fa\",\"statusBar.border\":\"#6b7d8f1f\",\"statusBar.debuggingBackground\":\"#f2a191\",\"statusBar.debuggingForeground\":\"#fcfcfc\",\"statusBar.foreground\":\"#828e9f\",\"statusBar.noFolderBackground\":\"#fafafa\",\"statusBarItem.activeBackground\":\"#828e9f33\",\"statusBarItem.hoverBackground\":\"#828e9f33\",\"statusBarItem.prominentBackground\":\"#6b7d8f1f\",\"statusBarItem.prominentHoverBackground\":\"#00000030\",\"statusBarItem.remoteBackground\":\"#f29718\",\"statusBarItem.remoteForeground\":\"#7e4b01\",\"symbolIcon.arrayForeground\":\"#22a4e6\",\"symbolIcon.booleanForeground\":\"#a37acc\",\"symbolIcon.classForeground\":\"#22a4e6\",\"symbolIcon.colorForeground\":\"#e59645\",\"symbolIcon.constantForeground\":\"#a37acc\",\"symbolIcon.constructorForeground\":\"#eba400\",\"symbolIcon.enumeratorForeground\":\"#22a4e6\",\"symbolIcon.enumeratorMemberForeground\":\"#a37acc\",\"symbolIcon.eventForeground\":\"#e59645\",\"symbolIcon.fieldForeground\":\"#f07171\",\"symbolIcon.fileForeground\":\"#828e9f\",\"symbolIcon.folderForeground\":\"#828e9f\",\"symbolIcon.functionForeground\":\"#eba400\",\"symbolIcon.interfaceForeground\":\"#22a4e6\",\"symbolIcon.keyForeground\":\"#55b4d4\",\"symbolIcon.keywordForeground\":\"#fa8532\",\"symbolIcon.methodForeground\":\"#eba400\",\"symbolIcon.moduleForeground\":\"#86b300\",\"symbolIcon.namespaceForeground\":\"#86b300\",\"symbolIcon.nullForeground\":\"#a37acc\",\"symbolIcon.numberForeground\":\"#a37acc\",\"symbolIcon.objectForeground\":\"#22a4e6\",\"symbolIcon.operatorForeground\":\"#f2a191\",\"symbolIcon.packageForeground\":\"#86b300\",\"symbolIcon.propertyForeground\":\"#f07171\",\"symbolIcon.referenceForeground\":\"#22a4e6\",\"symbolIcon.snippetForeground\":\"#e59645\",\"symbolIcon.stringForeground\":\"#86b300\",\"symbolIcon.structForeground\":\"#22a4e6\",\"symbolIcon.textForeground\":\"#5c6166\",\"symbolIcon.typeParameterForeground\":\"#22a4e6\",\"symbolIcon.unitForeground\":\"#a37acc\",\"symbolIcon.variableForeground\":\"#5c6166\",\"tab.activeBackground\":\"#fcfcfc\",\"tab.activeBorder\":\"#fcfcfc\",\"tab.activeBorderTop\":\"#f29718\",\"tab.activeForeground\":\"#5c6166\",\"tab.border\":\"#6b7d8f1f\",\"tab.inactiveBackground\":\"#f8f9fa\",\"tab.inactiveForeground\":\"#828e9f\",\"tab.unfocusedActiveBorderTop\":\"#828e9f\",\"tab.unfocusedActiveForeground\":\"#828e9f\",\"tab.unfocusedInactiveForeground\":\"#828e9f\",\"terminal.ansiBlack\":\"#000000\",\"terminal.ansiBlue\":\"#21a1e2\",\"terminal.ansiBrightBlack\":\"#686868\",\"terminal.ansiBrightBlue\":\"#22a4e6\",\"terminal.ansiBrightCyan\":\"#4cbf99\",\"terminal.ansiBrightGreen\":\"#86b300\",\"terminal.ansiBrightMagenta\":\"#a37acc\",\"terminal.ansiBrightRed\":\"#f07171\",\"terminal.ansiBrightWhite\":\"#d1d1d1\",\"terminal.ansiBrightYellow\":\"#eba400\",\"terminal.ansiCyan\":\"#4abc96\",\"terminal.ansiGreen\":\"#6cbf43\",\"terminal.ansiMagenta\":\"#a176cb\",\"terminal.ansiRed\":\"#f06b6c\",\"terminal.ansiWhite\":\"#c7c7c7\",\"terminal.ansiYellow\":\"#e7a100\",\"terminal.background\":\"#f8f9fa\",\"terminal.foreground\":\"#5c6166\",\"terminalCommandGuide.foreground\":\"#828e9f4d\",\"terminalStickyScroll.border\":\"#6b7d8f1f\",\"terminalStickyScroll.shadow\":\"#6b7d8f12\",\"terminalStickyScrollHover.background\":\"#6b7d8f1f\",\"textBlockQuote.background\":\"#fafafa\",\"textLink.activeForeground\":\"#f29718\",\"textLink.foreground\":\"#f29718\",\"textPreformat.foreground\":\"#5c6166\",\"titleBar.activeBackground\":\"#f8f9fa\",\"titleBar.activeForeground\":\"#828e9f\",\"titleBar.border\":\"#6b7d8f1f\",\"titleBar.inactiveBackground\":\"#f8f9fa\",\"titleBar.inactiveForeground\":\"#828e9fb3\",\"toolbar.hoverBackground\":\"#6b7d8f24\",\"tree.indentGuidesStroke\":\"#828e9f59\",\"walkThrough.embeddedEditorBackground\":\"#fafafa\",\"welcomePage.buttonBackground\":\"#f2971866\",\"welcomePage.progress.background\":\"#828e9f1a\",\"welcomePage.tileBackground\":\"#f8f9fa\",\"welcomePage.tileShadow\":\"#6b7d8f12\",\"widget.border\":\"#6b7d8f1f\",\"widget.shadow\":\"#6b7d8f12\"},\"displayName\":\"Ayu Light\",\"name\":\"ayu-light\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#22a4e6\",\"class.defaultLibrary\":\"#55b4d4\",\"comment\":\"#adaeb1\",\"enum\":\"#22a4e6\",\"enum.defaultLibrary\":\"#55b4d4\",\"enumMember\":\"#4cbf99\",\"event\":\"#f2a191\",\"function\":\"#eba400\",\"interface\":\"#55b4d4\",\"interface.defaultLibrary\":{\"foreground\":\"#55b4d4\",\"italic\":true},\"keyword\":\"#fa8532\",\"macro\":\"#e59645\",\"method\":\"#eba400\",\"number\":\"#a37acc\",\"operator\":\"#f2a191\",\"regexp\":\"#4cbf99\",\"string\":\"#86b300\",\"struct\":\"#22a4e6\",\"struct.defaultLibrary\":\"#55b4d4\",\"type\":\"#22a4e6\",\"type.defaultLibrary\":\"#55b4d4\"},\"tokenColors\":[{\"settings\":{\"background\":\"#f8f9fa\",\"foreground\":\"#5c6166\"}},{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#adaeb1\"}},{\"scope\":[\"string\",\"constant.other.symbol\"],\"settings\":{\"foreground\":\"#86b300\"}},{\"scope\":[\"string.regexp\",\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#4cbf99\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#a37acc\"}},{\"scope\":[\"constant.language\"],\"settings\":{\"foreground\":\"#a37acc\"}},{\"scope\":[\"variable\",\"variable.parameter.function-call\"],\"settings\":{\"foreground\":\"#5c6166\"}},{\"scope\":[\"variable.member\"],\"settings\":{\"foreground\":\"#f07171\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#55b4d4\"}},{\"scope\":[\"storage\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"keyword\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"keyword.operator\"],\"settings\":{\"foreground\":\"#f2a191\"}},{\"scope\":[\"punctuation.separator\",\"punctuation.terminator\"],\"settings\":{\"foreground\":\"#5c6166b3\"}},{\"scope\":[\"punctuation.section\"],\"settings\":{\"foreground\":\"#5c6166\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#f2a191\"}},{\"scope\":[\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"meta.embedded\"],\"settings\":{\"foreground\":\"#5c6166\"}},{\"scope\":[\"source.java storage.type\",\"source.haskell storage.type\",\"source.c storage.type\"],\"settings\":{\"foreground\":\"#22a4e6\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#55b4d4\"}},{\"scope\":[\"storage.type.function\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"source.java storage.type.primitive\"],\"settings\":{\"foreground\":\"#55b4d4\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"foreground\":\"#eba400\"}},{\"scope\":[\"variable.parameter\",\"meta.parameter\"],\"settings\":{\"foreground\":\"#a37acc\"}},{\"scope\":[\"variable.function\",\"variable.annotation\",\"meta.function-call.generic\",\"support.function.go\"],\"settings\":{\"foreground\":\"#eba400\"}},{\"scope\":[\"support.function\",\"support.macro\"],\"settings\":{\"foreground\":\"#f07171\"}},{\"scope\":[\"entity.name.import\",\"entity.name.package\"],\"settings\":{\"foreground\":\"#86b300\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#22a4e6\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\"],\"settings\":{\"foreground\":\"#55b4d4\"}},{\"scope\":[\"support.class.component\"],\"settings\":{\"foreground\":\"#22a4e6\"}},{\"scope\":[\"punctuation.definition.tag.end\",\"punctuation.definition.tag.begin\",\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#55b4d480\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#eba400\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#4cbf99\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f2a191\"}},{\"scope\":[\"support.type\",\"support.class\",\"source.go storage.type\"],\"settings\":{\"foreground\":\"#55b4d4\"}},{\"scope\":[\"meta.decorator variable.other\",\"meta.decorator punctuation.decorator\",\"storage.type.annotation\",\"entity.name.function.decorator\"],\"settings\":{\"foreground\":\"#e59645\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#e65050\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#c594c5\"}},{\"scope\":[\"source.ruby variable.other.readwrite\"],\"settings\":{\"foreground\":\"#eba400\"}},{\"scope\":[\"source.css entity.name.tag\",\"source.sass entity.name.tag\",\"source.scss entity.name.tag\",\"source.less entity.name.tag\",\"source.stylus entity.name.tag\"],\"settings\":{\"foreground\":\"#22a4e6\"}},{\"scope\":[\"source.css support.type\",\"source.sass support.type\",\"source.scss support.type\",\"source.less support.type\",\"source.stylus support.type\"],\"settings\":{\"foreground\":\"#adaeb1\"}},{\"scope\":[\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#55b4d4\"}},{\"scope\":[\"constant.numeric.line-number.find-in-files - match\"],\"settings\":{\"foreground\":\"#adaeb1\"}},{\"scope\":[\"constant.numeric.line-number.match\"],\"settings\":{\"foreground\":\"#fa8532\"}},{\"scope\":[\"entity.name.filename.find-in-files\"],\"settings\":{\"foreground\":\"#86b300\"}},{\"scope\":[\"message.error\"],\"settings\":{\"foreground\":\"#e65050\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#86b300\"}},{\"scope\":[\"markup.underline.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#55b4d4\"}},{\"scope\":[\"markup.italic\",\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07171\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f07171\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.italic markup.bold\",\"markup.bold markup.italic\"],\"settings\":{\"fontStyle\":\"bold italic\"}},{\"scope\":[\"markup.raw\"],\"settings\":{\"background\":\"#5c616605\"}},{\"scope\":[\"markup.raw.inline\"],\"settings\":{\"background\":\"#5c61660f\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"background\":\"#5c61660f\",\"fontStyle\":\"bold\",\"foreground\":\"#adaeb1\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#4cbf99\"}},{\"scope\":[\"markup.list punctuation.definition.list.begin\"],\"settings\":{\"foreground\":\"#eba400\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#6cbf43\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#478acc\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#ff7383\"}},{\"scope\":[\"markup.strike\"],\"settings\":{\"foreground\":\"#e59645\"}},{\"scope\":[\"markup.strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"background\":\"#5c61660f\",\"foreground\":\"#55b4d4\"}},{\"scope\":[\"text.html.markdown markup.inline.raw\"],\"settings\":{\"foreground\":\"#f2a191\"}},{\"scope\":[\"text.html.markdown meta.dummy.line-break\"],\"settings\":{\"background\":\"#adaeb1\",\"foreground\":\"#adaeb1\"}},{\"scope\":[\"punctuation.definition.markdown\"],\"settings\":{\"background\":\"#5c6166\",\"foreground\":\"#adaeb1\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: ayu-mirage */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"actionBar.toggledBackground\":\"#63759926\",\"activityBar.activeBorder\":\"#ffcc66\",\"activityBar.background\":\"#1f2430\",\"activityBar.border\":\"#171b24\",\"activityBar.foreground\":\"#707a8ccc\",\"activityBar.inactiveForeground\":\"#707a8c99\",\"activityBarBadge.background\":\"#ffcc66\",\"activityBarBadge.foreground\":\"#735923\",\"activityBarTop.activeBorder\":\"#ffcc66\",\"activityBarTop.foreground\":\"#808999\",\"badge.background\":\"#ffcc6633\",\"badge.foreground\":\"#ffcc66\",\"button.background\":\"#ffcc66\",\"button.border\":\"#7359231a\",\"button.foreground\":\"#735923\",\"button.hoverBackground\":\"#f9c55d\",\"button.secondaryBackground\":\"#707a8c33\",\"button.secondaryForeground\":\"#cccac2\",\"button.secondaryHoverBackground\":\"#707a8c80\",\"button.separator\":\"#7359234d\",\"chat.checkpointSeparator\":\"#6e7c8f\",\"chat.editedFileForeground\":\"#80bfff\",\"chat.requestBackground\":\"#1f2430\",\"chat.requestBorder\":\"#63759926\",\"chat.requestBubbleBackground\":\"#69758c1f\",\"chat.requestBubbleHoverBackground\":\"#63759926\",\"chat.slashCommandBackground\":\"#5ccfe633\",\"chat.slashCommandForeground\":\"#5ccfe6\",\"commandCenter.activeBackground\":\"#63759926\",\"commandCenter.activeBorder\":\"#63759900\",\"commandCenter.activeForeground\":\"#707a8c\",\"commandCenter.background\":\"#242936\",\"commandCenter.border\":\"#171b24\",\"commandCenter.foreground\":\"#707a8c\",\"commandCenter.inactiveBorder\":\"#171b24\",\"debugConsoleInputIcon.foreground\":\"#ffcc66\",\"debugExceptionWidget.background\":\"#282e3b\",\"debugExceptionWidget.border\":\"#171b24\",\"debugIcon.breakpointDisabledForeground\":\"#f29e7480\",\"debugIcon.breakpointForeground\":\"#f29e74\",\"debugToolBar.background\":\"#282e3b\",\"descriptionForeground\":\"#707a8c\",\"diffEditor.diagonalFill\":\"#171b24\",\"diffEditor.insertedTextBackground\":\"#87d96c1f\",\"diffEditor.removedTextBackground\":\"#f279831f\",\"disabledForeground\":\"#707a8c80\",\"dropdown.background\":\"#282e3b\",\"dropdown.border\":\"#171b24\",\"dropdown.foreground\":\"#707a8c\",\"editor.background\":\"#242936\",\"editor.findMatchBackground\":\"#736950\",\"editor.findMatchHighlightBackground\":\"#73695066\",\"editor.foreground\":\"#cccac2\",\"editor.inactiveSelectionBackground\":\"#409fff21\",\"editor.lineHighlightBackground\":\"#1a1f29\",\"editor.rangeHighlightBackground\":\"#73695033\",\"editor.selectionBackground\":\"#409fff40\",\"editor.selectionHighlightBackground\":\"#87d96c26\",\"editor.selectionHighlightBorder\":\"#87d96c00\",\"editor.snippetTabstopHighlightBackground\":\"#87d96c33\",\"editor.wordHighlightBackground\":\"#80bfff14\",\"editor.wordHighlightBorder\":\"#80bfff80\",\"editor.wordHighlightStrongBackground\":\"#87d96c14\",\"editor.wordHighlightStrongBorder\":\"#87d96c80\",\"editorBracketMatch.background\":\"#707a8c4d\",\"editorBracketMatch.border\":\"#707a8c4d\",\"editorCodeLens.foreground\":\"#6e7c8f\",\"editorCursor.foreground\":\"#ffcc66\",\"editorError.foreground\":\"#ff6666\",\"editorGroup.background\":\"#282e3b\",\"editorGroup.border\":\"#171b24\",\"editorGroupHeader.noTabsBackground\":\"#1f2430\",\"editorGroupHeader.tabsBackground\":\"#1f2430\",\"editorGroupHeader.tabsBorder\":\"#171b24\",\"editorGutter.addedBackground\":\"#87d96c\",\"editorGutter.deletedBackground\":\"#f27983\",\"editorGutter.modifiedBackground\":\"#80bfff\",\"editorHoverWidget.background\":\"#282e3b\",\"editorHoverWidget.border\":\"#171b24\",\"editorIndentGuide.activeBackground\":\"#707a8c70\",\"editorIndentGuide.background\":\"#707a8c3b\",\"editorInlayHint.foreground\":\"#cccac280\",\"editorLineNumber.activeForeground\":\"#707a8c\",\"editorLineNumber.foreground\":\"#707a8c80\",\"editorLink.activeForeground\":\"#ffcc66\",\"editorMarkerNavigation.background\":\"#282e3b\",\"editorOverviewRuler.addedForeground\":\"#87d96c\",\"editorOverviewRuler.border\":\"#171b24\",\"editorOverviewRuler.bracketMatchForeground\":\"#707a8cb3\",\"editorOverviewRuler.deletedForeground\":\"#f27983\",\"editorOverviewRuler.errorForeground\":\"#ff6666\",\"editorOverviewRuler.findMatchForeground\":\"#736950\",\"editorOverviewRuler.modifiedForeground\":\"#80bfff\",\"editorOverviewRuler.warningForeground\":\"#ffcc66\",\"editorOverviewRuler.wordHighlightForeground\":\"#80bfff66\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#87d96c66\",\"editorRuler.foreground\":\"#707a8c3b\",\"editorStickyScroll.border\":\"#171b24\",\"editorStickyScroll.shadow\":\"#00000033\",\"editorStickyScrollHover.background\":\"#69758c1f\",\"editorSuggestWidget.background\":\"#282e3b\",\"editorSuggestWidget.border\":\"#171b24\",\"editorSuggestWidget.highlightForeground\":\"#ffcc66\",\"editorSuggestWidget.selectedBackground\":\"#63759926\",\"editorWarning.foreground\":\"#ffcc66\",\"editorWhitespace.foreground\":\"#707a8c80\",\"editorWidget.background\":\"#282e3b\",\"editorWidget.border\":\"#171b24\",\"editorWidget.resizeBorder\":\"#282e3b\",\"errorForeground\":\"#ff6666\",\"extensionButton.prominentBackground\":\"#ffcc66\",\"extensionButton.prominentForeground\":\"#735923\",\"extensionButton.prominentHoverBackground\":\"#fcc85f\",\"focusBorder\":\"#ffcc66\",\"foreground\":\"#707a8c\",\"gitDecoration.conflictingResourceForeground\":\"\",\"gitDecoration.deletedResourceForeground\":\"#f27983\",\"gitDecoration.ignoredResourceForeground\":\"#707a8c80\",\"gitDecoration.modifiedResourceForeground\":\"#80bfff\",\"gitDecoration.submoduleResourceForeground\":\"#dfbfff\",\"gitDecoration.untrackedResourceForeground\":\"#87d96c\",\"icon.foreground\":\"#707a8c\",\"inlineChat.background\":\"#282e3b\",\"inlineChat.border\":\"#171b24\",\"inlineChat.foreground\":\"#cccac2\",\"inlineChat.shadow\":\"#00000033\",\"inlineChatDiff.inserted\":\"#87d96c33\",\"inlineChatDiff.removed\":\"#f2798333\",\"inlineChatInput.background\":\"#242936\",\"inlineChatInput.border\":\"#171b24\",\"inlineChatInput.focusBorder\":\"#ffcc66b3\",\"inlineChatInput.placeholderForeground\":\"#707a8c80\",\"inlineEdit.gutterIndicator.background\":\"#171b24\",\"inlineEdit.gutterIndicator.primaryBackground\":\"#ffcc661a\",\"inlineEdit.gutterIndicator.primaryBorder\":\"#ffcc66\",\"inlineEdit.gutterIndicator.primaryForeground\":\"#ffcc66\",\"inlineEdit.gutterIndicator.secondaryBackground\":\"#707a8c1a\",\"inlineEdit.gutterIndicator.secondaryBorder\":\"#707a8c80\",\"inlineEdit.gutterIndicator.secondaryForeground\":\"#707a8c\",\"inlineEdit.gutterIndicator.successfulBackground\":\"#87d96c1a\",\"inlineEdit.gutterIndicator.successfulBorder\":\"#87d96c\",\"inlineEdit.gutterIndicator.successfulForeground\":\"#87d96c\",\"inlineEdit.modifiedBackground\":\"#87d96c1a\",\"inlineEdit.modifiedBorder\":\"#87d96c80\",\"inlineEdit.modifiedChangedLineBackground\":\"#87d96c26\",\"inlineEdit.modifiedChangedTextBackground\":\"#87d96c40\",\"inlineEdit.originalBackground\":\"#f279831a\",\"inlineEdit.originalBorder\":\"#f2798380\",\"inlineEdit.originalChangedLineBackground\":\"#f2798326\",\"inlineEdit.originalChangedTextBackground\":\"#f2798340\",\"input.background\":\"#242936\",\"input.border\":\"#707a8c33\",\"input.foreground\":\"#cccac2\",\"input.placeholderForeground\":\"#707a8c80\",\"inputOption.activeBackground\":\"#ffcc661a\",\"inputOption.activeBorder\":\"#ffcc6633\",\"inputOption.activeForeground\":\"#ffcc66\",\"inputOption.hoverBackground\":\"#707a8c33\",\"inputValidation.errorBackground\":\"#242936\",\"inputValidation.errorBorder\":\"#ff6666\",\"inputValidation.infoBackground\":\"#1f2430\",\"inputValidation.infoBorder\":\"#5ccfe6\",\"inputValidation.warningBackground\":\"#1f2430\",\"inputValidation.warningBorder\":\"#ffcd66\",\"keybindingLabel.background\":\"#707a8c1a\",\"keybindingLabel.border\":\"#cccac21a\",\"keybindingLabel.bottomBorder\":\"#cccac21a\",\"keybindingLabel.foreground\":\"#cccac2\",\"list.activeSelectionBackground\":\"#63759926\",\"list.activeSelectionForeground\":\"#cccac2\",\"list.deemphasizedForeground\":\"#ff6666\",\"list.errorForeground\":\"#ff6666\",\"list.filterMatchBackground\":\"#6a614966\",\"list.filterMatchBorder\":\"#73695066\",\"list.focusBackground\":\"#63759926\",\"list.focusForeground\":\"#cccac2\",\"list.focusOutline\":\"#63759926\",\"list.highlightForeground\":\"#ffcc66\",\"list.hoverBackground\":\"#63759926\",\"list.inactiveSelectionBackground\":\"#69758c1f\",\"list.inactiveSelectionForeground\":\"#707a8c\",\"list.invalidItemForeground\":\"#707a8c4d\",\"listFilterWidget.background\":\"#282e3b\",\"listFilterWidget.noMatchesOutline\":\"#ff6666\",\"listFilterWidget.outline\":\"#ffcc66\",\"menu.background\":\"#1c212c\",\"menu.border\":\"#171b24\",\"menu.foreground\":\"#707a8c\",\"menu.selectionBackground\":\"#69758c1f\",\"menu.selectionBorder\":\"#63759926\",\"menu.separatorBackground\":\"#171b24\",\"minimap.background\":\"#242936\",\"minimap.errorHighlight\":\"#ff6666\",\"minimap.findMatchHighlight\":\"#736950\",\"minimap.selectionHighlight\":\"#409fff40\",\"minimapGutter.addedBackground\":\"#87d96c\",\"minimapGutter.deletedBackground\":\"#f27983\",\"minimapGutter.modifiedBackground\":\"#80bfff\",\"multiDiffEditor.background\":\"#1f2430\",\"multiDiffEditor.border\":\"#171b24\",\"multiDiffEditor.headerBackground\":\"#282e3b\",\"panel.background\":\"#1f2430\",\"panel.border\":\"#171b24\",\"panelStickyScroll.border\":\"#171b24\",\"panelStickyScroll.shadow\":\"#00000033\",\"panelTitle.activeBorder\":\"#ffcc66\",\"panelTitle.activeForeground\":\"#cccac2\",\"panelTitle.inactiveForeground\":\"#707a8c\",\"peekView.border\":\"#63759926\",\"peekViewEditor.background\":\"#282e3b\",\"peekViewEditor.matchHighlightBackground\":\"#73695066\",\"peekViewEditor.matchHighlightBorder\":\"#6a614966\",\"peekViewResult.background\":\"#282e3b\",\"peekViewResult.fileForeground\":\"#cccac2\",\"peekViewResult.lineForeground\":\"#707a8c\",\"peekViewResult.matchHighlightBackground\":\"#73695066\",\"peekViewResult.selectionBackground\":\"#63759926\",\"peekViewTitle.background\":\"#63759926\",\"peekViewTitleDescription.foreground\":\"#707a8c\",\"peekViewTitleLabel.foreground\":\"#cccac2\",\"pickerGroup.border\":\"#171b24\",\"pickerGroup.foreground\":\"#707a8c80\",\"profileBadge.background\":\"#ffcc66\",\"profileBadge.foreground\":\"#735923\",\"progressBar.background\":\"#ffcc66\",\"scrollbar.shadow\":\"#171b2400\",\"scrollbarSlider.activeBackground\":\"#707a8cb3\",\"scrollbarSlider.background\":\"#707a8c66\",\"scrollbarSlider.hoverBackground\":\"#707a8c99\",\"selection.background\":\"#409fff40\",\"settings.headerForeground\":\"#cccac2\",\"settings.modifiedItemIndicator\":\"#80bfff\",\"sideBar.background\":\"#1f2430\",\"sideBar.border\":\"#171b24\",\"sideBarSectionHeader.background\":\"#1f2430\",\"sideBarSectionHeader.border\":\"#171b24\",\"sideBarSectionHeader.foreground\":\"#707a8c\",\"sideBarStickyScroll.border\":\"#171b24\",\"sideBarStickyScroll.shadow\":\"#00000033\",\"sideBarTitle.foreground\":\"#707a8c\",\"statusBar.background\":\"#1f2430\",\"statusBar.border\":\"#171b24\",\"statusBar.debuggingBackground\":\"#f29e74\",\"statusBar.debuggingForeground\":\"#242936\",\"statusBar.foreground\":\"#707a8c\",\"statusBar.noFolderBackground\":\"#282e3b\",\"statusBarItem.activeBackground\":\"#707a8c33\",\"statusBarItem.hoverBackground\":\"#707a8c33\",\"statusBarItem.prominentBackground\":\"#171b24\",\"statusBarItem.prominentHoverBackground\":\"#00000030\",\"statusBarItem.remoteBackground\":\"#ffcc66\",\"statusBarItem.remoteForeground\":\"#735923\",\"symbolIcon.arrayForeground\":\"#73d0ff\",\"symbolIcon.booleanForeground\":\"#dfbfff\",\"symbolIcon.classForeground\":\"#73d0ff\",\"symbolIcon.colorForeground\":\"#d9be98\",\"symbolIcon.constantForeground\":\"#dfbfff\",\"symbolIcon.constructorForeground\":\"#ffcd66\",\"symbolIcon.enumeratorForeground\":\"#73d0ff\",\"symbolIcon.enumeratorMemberForeground\":\"#dfbfff\",\"symbolIcon.eventForeground\":\"#d9be98\",\"symbolIcon.fieldForeground\":\"#f28779\",\"symbolIcon.fileForeground\":\"#707a8c\",\"symbolIcon.folderForeground\":\"#707a8c\",\"symbolIcon.functionForeground\":\"#ffcd66\",\"symbolIcon.interfaceForeground\":\"#73d0ff\",\"symbolIcon.keyForeground\":\"#5ccfe6\",\"symbolIcon.keywordForeground\":\"#ffa659\",\"symbolIcon.methodForeground\":\"#ffcd66\",\"symbolIcon.moduleForeground\":\"#d5ff80\",\"symbolIcon.namespaceForeground\":\"#d5ff80\",\"symbolIcon.nullForeground\":\"#dfbfff\",\"symbolIcon.numberForeground\":\"#dfbfff\",\"symbolIcon.objectForeground\":\"#73d0ff\",\"symbolIcon.operatorForeground\":\"#f29e74\",\"symbolIcon.packageForeground\":\"#d5ff80\",\"symbolIcon.propertyForeground\":\"#f28779\",\"symbolIcon.referenceForeground\":\"#73d0ff\",\"symbolIcon.snippetForeground\":\"#d9be98\",\"symbolIcon.stringForeground\":\"#d5ff80\",\"symbolIcon.structForeground\":\"#73d0ff\",\"symbolIcon.textForeground\":\"#cccac2\",\"symbolIcon.typeParameterForeground\":\"#73d0ff\",\"symbolIcon.unitForeground\":\"#dfbfff\",\"symbolIcon.variableForeground\":\"#cccac2\",\"tab.activeBackground\":\"#242936\",\"tab.activeBorder\":\"#242936\",\"tab.activeBorderTop\":\"#ffcc66\",\"tab.activeForeground\":\"#cccac2\",\"tab.border\":\"#171b24\",\"tab.inactiveBackground\":\"#1f2430\",\"tab.inactiveForeground\":\"#707a8c\",\"tab.unfocusedActiveBorderTop\":\"#707a8c\",\"tab.unfocusedActiveForeground\":\"#707a8c\",\"tab.unfocusedInactiveForeground\":\"#707a8c\",\"terminal.ansiBlack\":\"#171b24\",\"terminal.ansiBlue\":\"#6acdff\",\"terminal.ansiBrightBlack\":\"#686868\",\"terminal.ansiBrightBlue\":\"#73d0ff\",\"terminal.ansiBrightCyan\":\"#95e6cb\",\"terminal.ansiBrightGreen\":\"#d5ff80\",\"terminal.ansiBrightMagenta\":\"#dfbfff\",\"terminal.ansiBrightRed\":\"#f28779\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#ffcd66\",\"terminal.ansiCyan\":\"#93e2c8\",\"terminal.ansiGreen\":\"#87d96c\",\"terminal.ansiMagenta\":\"#ddbbff\",\"terminal.ansiRed\":\"#f28273\",\"terminal.ansiWhite\":\"#c7c7c7\",\"terminal.ansiYellow\":\"#fcca60\",\"terminal.background\":\"#1f2430\",\"terminal.foreground\":\"#cccac2\",\"terminalCommandGuide.foreground\":\"#707a8c4d\",\"terminalStickyScroll.border\":\"#171b24\",\"terminalStickyScroll.shadow\":\"#00000033\",\"terminalStickyScrollHover.background\":\"#69758c1f\",\"textBlockQuote.background\":\"#282e3b\",\"textLink.activeForeground\":\"#ffcc66\",\"textLink.foreground\":\"#ffcc66\",\"textPreformat.foreground\":\"#cccac2\",\"titleBar.activeBackground\":\"#1f2430\",\"titleBar.activeForeground\":\"#707a8c\",\"titleBar.border\":\"#171b24\",\"titleBar.inactiveBackground\":\"#1f2430\",\"titleBar.inactiveForeground\":\"#707a8cb3\",\"toolbar.hoverBackground\":\"#63759926\",\"tree.indentGuidesStroke\":\"#707a8c70\",\"walkThrough.embeddedEditorBackground\":\"#282e3b\",\"welcomePage.buttonBackground\":\"#ffcc6666\",\"welcomePage.progress.background\":\"#1a1f29\",\"welcomePage.tileBackground\":\"#1f2430\",\"welcomePage.tileShadow\":\"#00000033\",\"widget.border\":\"#171b24\",\"widget.shadow\":\"#00000033\"},\"displayName\":\"Ayu Mirage\",\"name\":\"ayu-mirage\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#73d0ff\",\"class.defaultLibrary\":\"#5ccfe6\",\"comment\":\"#6e7c8f\",\"enum\":\"#73d0ff\",\"enum.defaultLibrary\":\"#5ccfe6\",\"enumMember\":\"#95e6cb\",\"event\":\"#f29e74\",\"function\":\"#ffcd66\",\"interface\":\"#5ccfe6\",\"interface.defaultLibrary\":{\"foreground\":\"#5ccfe6\",\"italic\":true},\"keyword\":\"#ffa659\",\"macro\":\"#d9be98\",\"method\":\"#ffcd66\",\"number\":\"#dfbfff\",\"operator\":\"#f29e74\",\"regexp\":\"#95e6cb\",\"string\":\"#d5ff80\",\"struct\":\"#73d0ff\",\"struct.defaultLibrary\":\"#5ccfe6\",\"type\":\"#73d0ff\",\"type.defaultLibrary\":\"#5ccfe6\"},\"tokenColors\":[{\"settings\":{\"background\":\"#1f2430\",\"foreground\":\"#cccac2\"}},{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e7c8f\"}},{\"scope\":[\"string\",\"constant.other.symbol\"],\"settings\":{\"foreground\":\"#d5ff80\"}},{\"scope\":[\"string.regexp\",\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#95e6cb\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#dfbfff\"}},{\"scope\":[\"constant.language\"],\"settings\":{\"foreground\":\"#dfbfff\"}},{\"scope\":[\"variable\",\"variable.parameter.function-call\"],\"settings\":{\"foreground\":\"#cccac2\"}},{\"scope\":[\"variable.member\"],\"settings\":{\"foreground\":\"#f28779\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"storage\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"keyword\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"keyword.operator\"],\"settings\":{\"foreground\":\"#f29e74\"}},{\"scope\":[\"punctuation.separator\",\"punctuation.terminator\"],\"settings\":{\"foreground\":\"#cccac2b3\"}},{\"scope\":[\"punctuation.section\"],\"settings\":{\"foreground\":\"#cccac2\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#f29e74\"}},{\"scope\":[\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"meta.embedded\"],\"settings\":{\"foreground\":\"#cccac2\"}},{\"scope\":[\"source.java storage.type\",\"source.haskell storage.type\",\"source.c storage.type\"],\"settings\":{\"foreground\":\"#73d0ff\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"storage.type.function\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"source.java storage.type.primitive\"],\"settings\":{\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"foreground\":\"#ffcd66\"}},{\"scope\":[\"variable.parameter\",\"meta.parameter\"],\"settings\":{\"foreground\":\"#dfbfff\"}},{\"scope\":[\"variable.function\",\"variable.annotation\",\"meta.function-call.generic\",\"support.function.go\"],\"settings\":{\"foreground\":\"#ffcd66\"}},{\"scope\":[\"support.function\",\"support.macro\"],\"settings\":{\"foreground\":\"#f28779\"}},{\"scope\":[\"entity.name.import\",\"entity.name.package\"],\"settings\":{\"foreground\":\"#d5ff80\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#73d0ff\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\"],\"settings\":{\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"support.class.component\"],\"settings\":{\"foreground\":\"#73d0ff\"}},{\"scope\":[\"punctuation.definition.tag.end\",\"punctuation.definition.tag.begin\",\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#5ccfe680\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#ffcd66\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#95e6cb\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f29e74\"}},{\"scope\":[\"support.type\",\"support.class\",\"source.go storage.type\"],\"settings\":{\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"meta.decorator variable.other\",\"meta.decorator punctuation.decorator\",\"storage.type.annotation\",\"entity.name.function.decorator\"],\"settings\":{\"foreground\":\"#d9be98\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#ff6666\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#c594c5\"}},{\"scope\":[\"source.ruby variable.other.readwrite\"],\"settings\":{\"foreground\":\"#ffcd66\"}},{\"scope\":[\"source.css entity.name.tag\",\"source.sass entity.name.tag\",\"source.scss entity.name.tag\",\"source.less entity.name.tag\",\"source.stylus entity.name.tag\"],\"settings\":{\"foreground\":\"#73d0ff\"}},{\"scope\":[\"source.css support.type\",\"source.sass support.type\",\"source.scss support.type\",\"source.less support.type\",\"source.stylus support.type\"],\"settings\":{\"foreground\":\"#6e7c8f\"}},{\"scope\":[\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"constant.numeric.line-number.find-in-files - match\"],\"settings\":{\"foreground\":\"#6e7c8f\"}},{\"scope\":[\"constant.numeric.line-number.match\"],\"settings\":{\"foreground\":\"#ffa659\"}},{\"scope\":[\"entity.name.filename.find-in-files\"],\"settings\":{\"foreground\":\"#d5ff80\"}},{\"scope\":[\"message.error\"],\"settings\":{\"foreground\":\"#ff6666\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d5ff80\"}},{\"scope\":[\"markup.underline.link\",\"string.other.link\"],\"settings\":{\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"markup.italic\",\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f28779\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f28779\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.italic markup.bold\",\"markup.bold markup.italic\"],\"settings\":{\"fontStyle\":\"bold italic\"}},{\"scope\":[\"markup.raw\"],\"settings\":{\"background\":\"#cccac205\"}},{\"scope\":[\"markup.raw.inline\"],\"settings\":{\"background\":\"#cccac20f\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"background\":\"#cccac20f\",\"fontStyle\":\"bold\",\"foreground\":\"#6e7c8f\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#95e6cb\"}},{\"scope\":[\"markup.list punctuation.definition.list.begin\"],\"settings\":{\"foreground\":\"#ffcd66\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#87d96c\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#80bfff\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#f27983\"}},{\"scope\":[\"markup.strike\"],\"settings\":{\"foreground\":\"#d9be98\"}},{\"scope\":[\"markup.strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"background\":\"#cccac20f\",\"foreground\":\"#5ccfe6\"}},{\"scope\":[\"text.html.markdown markup.inline.raw\"],\"settings\":{\"foreground\":\"#f29e74\"}},{\"scope\":[\"text.html.markdown meta.dummy.line-break\"],\"settings\":{\"background\":\"#6e7c8f\",\"foreground\":\"#6e7c8f\"}},{\"scope\":[\"punctuation.definition.markdown\"],\"settings\":{\"background\":\"#cccac2\",\"foreground\":\"#6e7c8f\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: catppuccin-frappe */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#00000000\",\"activityBar.activeBorder\":\"#00000000\",\"activityBar.activeFocusBorder\":\"#00000000\",\"activityBar.background\":\"#232634\",\"activityBar.border\":\"#00000000\",\"activityBar.dropBorder\":\"#ca9ee633\",\"activityBar.foreground\":\"#ca9ee6\",\"activityBar.inactiveForeground\":\"#737994\",\"activityBarBadge.background\":\"#ca9ee6\",\"activityBarBadge.foreground\":\"#232634\",\"activityBarTop.activeBorder\":\"#00000000\",\"activityBarTop.dropBorder\":\"#ca9ee633\",\"activityBarTop.foreground\":\"#ca9ee6\",\"activityBarTop.inactiveForeground\":\"#737994\",\"badge.background\":\"#51576d\",\"badge.foreground\":\"#c6d0f5\",\"banner.background\":\"#51576d\",\"banner.foreground\":\"#c6d0f5\",\"banner.iconForeground\":\"#c6d0f5\",\"breadcrumb.activeSelectionForeground\":\"#ca9ee6\",\"breadcrumb.background\":\"#303446\",\"breadcrumb.focusForeground\":\"#ca9ee6\",\"breadcrumb.foreground\":\"#c6d0f5cc\",\"breadcrumbPicker.background\":\"#292c3c\",\"button.background\":\"#ca9ee6\",\"button.border\":\"#00000000\",\"button.foreground\":\"#232634\",\"button.hoverBackground\":\"#d9baed\",\"button.secondaryBackground\":\"#626880\",\"button.secondaryBorder\":\"#ca9ee6\",\"button.secondaryForeground\":\"#c6d0f5\",\"button.secondaryHoverBackground\":\"#727993\",\"button.separator\":\"#00000000\",\"charts.blue\":\"#8caaee\",\"charts.foreground\":\"#c6d0f5\",\"charts.green\":\"#a6d189\",\"charts.lines\":\"#b5bfe2\",\"charts.orange\":\"#ef9f76\",\"charts.purple\":\"#ca9ee6\",\"charts.red\":\"#e78284\",\"charts.yellow\":\"#e5c890\",\"checkbox.background\":\"#51576d\",\"checkbox.border\":\"#00000000\",\"checkbox.foreground\":\"#ca9ee6\",\"commandCenter.activeBackground\":\"#62688033\",\"commandCenter.activeBorder\":\"#ca9ee6\",\"commandCenter.activeForeground\":\"#ca9ee6\",\"commandCenter.background\":\"#292c3c\",\"commandCenter.border\":\"#00000000\",\"commandCenter.foreground\":\"#b5bfe2\",\"commandCenter.inactiveBorder\":\"#00000000\",\"commandCenter.inactiveForeground\":\"#b5bfe2\",\"debugConsole.errorForeground\":\"#e78284\",\"debugConsole.infoForeground\":\"#8caaee\",\"debugConsole.sourceForeground\":\"#f2d5cf\",\"debugConsole.warningForeground\":\"#ef9f76\",\"debugConsoleInputIcon.foreground\":\"#c6d0f5\",\"debugExceptionWidget.background\":\"#232634\",\"debugExceptionWidget.border\":\"#ca9ee6\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#626880\",\"debugIcon.breakpointDisabledForeground\":\"#e7828499\",\"debugIcon.breakpointForeground\":\"#e78284\",\"debugIcon.breakpointStackframeForeground\":\"#626880\",\"debugIcon.breakpointUnverifiedForeground\":\"#a57582\",\"debugIcon.continueForeground\":\"#a6d189\",\"debugIcon.disconnectForeground\":\"#626880\",\"debugIcon.pauseForeground\":\"#8caaee\",\"debugIcon.restartForeground\":\"#81c8be\",\"debugIcon.startForeground\":\"#a6d189\",\"debugIcon.stepBackForeground\":\"#626880\",\"debugIcon.stepIntoForeground\":\"#c6d0f5\",\"debugIcon.stepOutForeground\":\"#c6d0f5\",\"debugIcon.stepOverForeground\":\"#ca9ee6\",\"debugIcon.stopForeground\":\"#e78284\",\"debugTokenExpression.boolean\":\"#ca9ee6\",\"debugTokenExpression.error\":\"#e78284\",\"debugTokenExpression.number\":\"#ef9f76\",\"debugTokenExpression.string\":\"#a6d189\",\"debugToolBar.background\":\"#232634\",\"debugToolBar.border\":\"#00000000\",\"descriptionForeground\":\"#c6d0f5\",\"diffEditor.border\":\"#626880\",\"diffEditor.diagonalFill\":\"#62688099\",\"diffEditor.insertedLineBackground\":\"#a6d18926\",\"diffEditor.insertedTextBackground\":\"#a6d18933\",\"diffEditor.removedLineBackground\":\"#e7828426\",\"diffEditor.removedTextBackground\":\"#e7828433\",\"diffEditorOverview.insertedForeground\":\"#a6d189cc\",\"diffEditorOverview.removedForeground\":\"#e78284cc\",\"disabledForeground\":\"#a5adce\",\"dropdown.background\":\"#292c3c\",\"dropdown.border\":\"#ca9ee6\",\"dropdown.foreground\":\"#c6d0f5\",\"dropdown.listBackground\":\"#626880\",\"editor.background\":\"#303446\",\"editor.findMatchBackground\":\"#674b59\",\"editor.findMatchBorder\":\"#e7828433\",\"editor.findMatchHighlightBackground\":\"#506373\",\"editor.findMatchHighlightBorder\":\"#99d1db33\",\"editor.findRangeHighlightBackground\":\"#506373\",\"editor.findRangeHighlightBorder\":\"#99d1db33\",\"editor.focusedStackFrameHighlightBackground\":\"#a6d18926\",\"editor.foldBackground\":\"#99d1db40\",\"editor.foreground\":\"#c6d0f5\",\"editor.hoverHighlightBackground\":\"#99d1db40\",\"editor.lineHighlightBackground\":\"#c6d0f512\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.rangeHighlightBackground\":\"#99d1db40\",\"editor.rangeHighlightBorder\":\"#00000000\",\"editor.selectionBackground\":\"#949cbb40\",\"editor.selectionHighlightBackground\":\"#949cbb33\",\"editor.selectionHighlightBorder\":\"#949cbb33\",\"editor.stackFrameHighlightBackground\":\"#e5c89026\",\"editor.wordHighlightBackground\":\"#949cbb33\",\"editor.wordHighlightStrongBackground\":\"#8caaee33\",\"editorBracketHighlight.foreground1\":\"#e78284\",\"editorBracketHighlight.foreground2\":\"#ef9f76\",\"editorBracketHighlight.foreground3\":\"#e5c890\",\"editorBracketHighlight.foreground4\":\"#a6d189\",\"editorBracketHighlight.foreground5\":\"#85c1dc\",\"editorBracketHighlight.foreground6\":\"#ca9ee6\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#ea999c\",\"editorBracketMatch.background\":\"#949cbb1a\",\"editorBracketMatch.border\":\"#949cbb\",\"editorCodeLens.foreground\":\"#838ba7\",\"editorCursor.background\":\"#303446\",\"editorCursor.foreground\":\"#f2d5cf\",\"editorError.background\":\"#00000000\",\"editorError.border\":\"#00000000\",\"editorError.foreground\":\"#e78284\",\"editorGroup.border\":\"#626880\",\"editorGroup.dropBackground\":\"#ca9ee633\",\"editorGroup.emptyBackground\":\"#303446\",\"editorGroupHeader.tabsBackground\":\"#232634\",\"editorGutter.addedBackground\":\"#a6d189\",\"editorGutter.background\":\"#303446\",\"editorGutter.commentGlyphForeground\":\"#ca9ee6\",\"editorGutter.commentRangeForeground\":\"#414559\",\"editorGutter.deletedBackground\":\"#e78284\",\"editorGutter.foldingControlForeground\":\"#949cbb\",\"editorGutter.modifiedBackground\":\"#e5c890\",\"editorHoverWidget.background\":\"#292c3c\",\"editorHoverWidget.border\":\"#626880\",\"editorHoverWidget.foreground\":\"#c6d0f5\",\"editorIndentGuide.activeBackground\":\"#626880\",\"editorIndentGuide.background\":\"#51576d\",\"editorInfo.background\":\"#00000000\",\"editorInfo.border\":\"#00000000\",\"editorInfo.foreground\":\"#8caaee\",\"editorInlayHint.background\":\"#292c3cbf\",\"editorInlayHint.foreground\":\"#626880\",\"editorInlayHint.parameterBackground\":\"#292c3cbf\",\"editorInlayHint.parameterForeground\":\"#a5adce\",\"editorInlayHint.typeBackground\":\"#292c3cbf\",\"editorInlayHint.typeForeground\":\"#b5bfe2\",\"editorLightBulb.foreground\":\"#e5c890\",\"editorLineNumber.activeForeground\":\"#ca9ee6\",\"editorLineNumber.foreground\":\"#838ba7\",\"editorLink.activeForeground\":\"#ca9ee6\",\"editorMarkerNavigation.background\":\"#292c3c\",\"editorMarkerNavigationError.background\":\"#e78284\",\"editorMarkerNavigationInfo.background\":\"#8caaee\",\"editorMarkerNavigationWarning.background\":\"#ef9f76\",\"editorOverviewRuler.background\":\"#292c3c\",\"editorOverviewRuler.border\":\"#c6d0f512\",\"editorOverviewRuler.modifiedForeground\":\"#e5c890\",\"editorRuler.foreground\":\"#626880\",\"editorStickyScrollHover.background\":\"#414559\",\"editorSuggestWidget.background\":\"#292c3c\",\"editorSuggestWidget.border\":\"#626880\",\"editorSuggestWidget.foreground\":\"#c6d0f5\",\"editorSuggestWidget.highlightForeground\":\"#ca9ee6\",\"editorSuggestWidget.selectedBackground\":\"#414559\",\"editorWarning.background\":\"#00000000\",\"editorWarning.border\":\"#00000000\",\"editorWarning.foreground\":\"#ef9f76\",\"editorWhitespace.foreground\":\"#949cbb66\",\"editorWidget.background\":\"#292c3c\",\"editorWidget.foreground\":\"#c6d0f5\",\"editorWidget.resizeBorder\":\"#626880\",\"errorForeground\":\"#e78284\",\"errorLens.errorBackground\":\"#e7828426\",\"errorLens.errorBackgroundLight\":\"#e7828426\",\"errorLens.errorForeground\":\"#e78284\",\"errorLens.errorForegroundLight\":\"#e78284\",\"errorLens.errorMessageBackground\":\"#e7828426\",\"errorLens.hintBackground\":\"#a6d18926\",\"errorLens.hintBackgroundLight\":\"#a6d18926\",\"errorLens.hintForeground\":\"#a6d189\",\"errorLens.hintForegroundLight\":\"#a6d189\",\"errorLens.hintMessageBackground\":\"#a6d18926\",\"errorLens.infoBackground\":\"#8caaee26\",\"errorLens.infoBackgroundLight\":\"#8caaee26\",\"errorLens.infoForeground\":\"#8caaee\",\"errorLens.infoForegroundLight\":\"#8caaee\",\"errorLens.infoMessageBackground\":\"#8caaee26\",\"errorLens.statusBarErrorForeground\":\"#e78284\",\"errorLens.statusBarHintForeground\":\"#a6d189\",\"errorLens.statusBarIconErrorForeground\":\"#e78284\",\"errorLens.statusBarIconWarningForeground\":\"#ef9f76\",\"errorLens.statusBarInfoForeground\":\"#8caaee\",\"errorLens.statusBarWarningForeground\":\"#ef9f76\",\"errorLens.warningBackground\":\"#ef9f7626\",\"errorLens.warningBackgroundLight\":\"#ef9f7626\",\"errorLens.warningForeground\":\"#ef9f76\",\"errorLens.warningForegroundLight\":\"#ef9f76\",\"errorLens.warningMessageBackground\":\"#ef9f7626\",\"extensionBadge.remoteBackground\":\"#8caaee\",\"extensionBadge.remoteForeground\":\"#232634\",\"extensionButton.prominentBackground\":\"#ca9ee6\",\"extensionButton.prominentForeground\":\"#232634\",\"extensionButton.prominentHoverBackground\":\"#d9baed\",\"extensionButton.separator\":\"#303446\",\"extensionIcon.preReleaseForeground\":\"#626880\",\"extensionIcon.sponsorForeground\":\"#f4b8e4\",\"extensionIcon.starForeground\":\"#e5c890\",\"extensionIcon.verifiedForeground\":\"#a6d189\",\"focusBorder\":\"#ca9ee6\",\"foreground\":\"#c6d0f5\",\"gitDecoration.addedResourceForeground\":\"#a6d189\",\"gitDecoration.conflictingResourceForeground\":\"#ca9ee6\",\"gitDecoration.deletedResourceForeground\":\"#e78284\",\"gitDecoration.ignoredResourceForeground\":\"#737994\",\"gitDecoration.modifiedResourceForeground\":\"#e5c890\",\"gitDecoration.stageDeletedResourceForeground\":\"#e78284\",\"gitDecoration.stageModifiedResourceForeground\":\"#e5c890\",\"gitDecoration.submoduleResourceForeground\":\"#8caaee\",\"gitDecoration.untrackedResourceForeground\":\"#a6d189\",\"gitlens.closedAutolinkedIssueIconColor\":\"#ca9ee6\",\"gitlens.closedPullRequestIconColor\":\"#e78284\",\"gitlens.decorations.branchAheadForegroundColor\":\"#a6d189\",\"gitlens.decorations.branchBehindForegroundColor\":\"#ef9f76\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#e5c890\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#ef9f76\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#a6d189\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#ea999c\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#e5c890\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#ca9ee6\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#a5adce\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#ca9ee6\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#ef9f76\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#ea999c\",\"gitlens.graphChangesColumnAddedColor\":\"#a6d189\",\"gitlens.graphChangesColumnDeletedColor\":\"#e78284\",\"gitlens.graphLane10Color\":\"#f4b8e4\",\"gitlens.graphLane1Color\":\"#ca9ee6\",\"gitlens.graphLane2Color\":\"#e5c890\",\"gitlens.graphLane3Color\":\"#8caaee\",\"gitlens.graphLane4Color\":\"#eebebe\",\"gitlens.graphLane5Color\":\"#a6d189\",\"gitlens.graphLane6Color\":\"#babbf1\",\"gitlens.graphLane7Color\":\"#f2d5cf\",\"gitlens.graphLane8Color\":\"#e78284\",\"gitlens.graphLane9Color\":\"#81c8be\",\"gitlens.graphMinimapMarkerHeadColor\":\"#a6d189\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#e5c890\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#8caaee\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#769aeb\",\"gitlens.graphMinimapMarkerStashesColor\":\"#ca9ee6\",\"gitlens.graphMinimapMarkerTagsColor\":\"#eebebe\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#98ca77\",\"gitlens.graphScrollMarkerHeadColor\":\"#a6d189\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#e5c890\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#8caaee\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#769aeb\",\"gitlens.graphScrollMarkerStashesColor\":\"#ca9ee6\",\"gitlens.graphScrollMarkerTagsColor\":\"#eebebe\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#98ca77\",\"gitlens.gutterBackgroundColor\":\"#4145594d\",\"gitlens.gutterForegroundColor\":\"#c6d0f5\",\"gitlens.gutterUncommittedForegroundColor\":\"#ca9ee6\",\"gitlens.lineHighlightBackgroundColor\":\"#ca9ee626\",\"gitlens.lineHighlightOverviewRulerColor\":\"#ca9ee6cc\",\"gitlens.mergedPullRequestIconColor\":\"#ca9ee6\",\"gitlens.openAutolinkedIssueIconColor\":\"#a6d189\",\"gitlens.openPullRequestIconColor\":\"#a6d189\",\"gitlens.trailingLineBackgroundColor\":\"#00000000\",\"gitlens.trailingLineForegroundColor\":\"#c6d0f54d\",\"gitlens.unpublishedChangesIconColor\":\"#a6d189\",\"gitlens.unpublishedCommitIconColor\":\"#a6d189\",\"gitlens.unpulledChangesIconColor\":\"#ef9f76\",\"icon.foreground\":\"#ca9ee6\",\"input.background\":\"#414559\",\"input.border\":\"#00000000\",\"input.foreground\":\"#c6d0f5\",\"input.placeholderForeground\":\"#c6d0f573\",\"inputOption.activeBackground\":\"#626880\",\"inputOption.activeBorder\":\"#ca9ee6\",\"inputOption.activeForeground\":\"#c6d0f5\",\"inputValidation.errorBackground\":\"#e78284\",\"inputValidation.errorBorder\":\"#23263433\",\"inputValidation.errorForeground\":\"#232634\",\"inputValidation.infoBackground\":\"#8caaee\",\"inputValidation.infoBorder\":\"#23263433\",\"inputValidation.infoForeground\":\"#232634\",\"inputValidation.warningBackground\":\"#ef9f76\",\"inputValidation.warningBorder\":\"#23263433\",\"inputValidation.warningForeground\":\"#232634\",\"issues.closed\":\"#ca9ee6\",\"issues.newIssueDecoration\":\"#f2d5cf\",\"issues.open\":\"#a6d189\",\"list.activeSelectionBackground\":\"#414559\",\"list.activeSelectionForeground\":\"#c6d0f5\",\"list.dropBackground\":\"#ca9ee633\",\"list.focusAndSelectionBackground\":\"#51576d\",\"list.focusBackground\":\"#414559\",\"list.focusForeground\":\"#c6d0f5\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#ca9ee6\",\"list.hoverBackground\":\"#41455980\",\"list.hoverForeground\":\"#c6d0f5\",\"list.inactiveSelectionBackground\":\"#414559\",\"list.inactiveSelectionForeground\":\"#c6d0f5\",\"list.warningForeground\":\"#ef9f76\",\"listFilterWidget.background\":\"#51576d\",\"listFilterWidget.noMatchesOutline\":\"#e78284\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#303446\",\"menu.border\":\"#30344680\",\"menu.foreground\":\"#c6d0f5\",\"menu.selectionBackground\":\"#626880\",\"menu.selectionBorder\":\"#00000000\",\"menu.selectionForeground\":\"#c6d0f5\",\"menu.separatorBackground\":\"#626880\",\"menubar.selectionBackground\":\"#51576d\",\"menubar.selectionForeground\":\"#c6d0f5\",\"merge.commonContentBackground\":\"#51576d\",\"merge.commonHeaderBackground\":\"#626880\",\"merge.currentContentBackground\":\"#a6d18933\",\"merge.currentHeaderBackground\":\"#a6d18966\",\"merge.incomingContentBackground\":\"#8caaee33\",\"merge.incomingHeaderBackground\":\"#8caaee66\",\"minimap.background\":\"#292c3c80\",\"minimap.errorHighlight\":\"#e78284bf\",\"minimap.findMatchHighlight\":\"#99d1db4d\",\"minimap.selectionHighlight\":\"#626880bf\",\"minimap.selectionOccurrenceHighlight\":\"#626880bf\",\"minimap.warningHighlight\":\"#ef9f76bf\",\"minimapGutter.addedBackground\":\"#a6d189bf\",\"minimapGutter.deletedBackground\":\"#e78284bf\",\"minimapGutter.modifiedBackground\":\"#e5c890bf\",\"minimapSlider.activeBackground\":\"#ca9ee699\",\"minimapSlider.background\":\"#ca9ee633\",\"minimapSlider.hoverBackground\":\"#ca9ee666\",\"notificationCenter.border\":\"#ca9ee6\",\"notificationCenterHeader.background\":\"#292c3c\",\"notificationCenterHeader.foreground\":\"#c6d0f5\",\"notificationLink.foreground\":\"#8caaee\",\"notificationToast.border\":\"#ca9ee6\",\"notifications.background\":\"#292c3c\",\"notifications.border\":\"#ca9ee6\",\"notifications.foreground\":\"#c6d0f5\",\"notificationsErrorIcon.foreground\":\"#e78284\",\"notificationsInfoIcon.foreground\":\"#8caaee\",\"notificationsWarningIcon.foreground\":\"#ef9f76\",\"panel.background\":\"#303446\",\"panel.border\":\"#626880\",\"panelSection.border\":\"#626880\",\"panelSection.dropBackground\":\"#ca9ee633\",\"panelTitle.activeBorder\":\"#ca9ee6\",\"panelTitle.activeForeground\":\"#c6d0f5\",\"panelTitle.inactiveForeground\":\"#a5adce\",\"peekView.border\":\"#ca9ee6\",\"peekViewEditor.background\":\"#292c3c\",\"peekViewEditor.matchHighlightBackground\":\"#99d1db4d\",\"peekViewEditor.matchHighlightBorder\":\"#00000000\",\"peekViewEditorGutter.background\":\"#292c3c\",\"peekViewResult.background\":\"#292c3c\",\"peekViewResult.fileForeground\":\"#c6d0f5\",\"peekViewResult.lineForeground\":\"#c6d0f5\",\"peekViewResult.matchHighlightBackground\":\"#99d1db4d\",\"peekViewResult.selectionBackground\":\"#414559\",\"peekViewResult.selectionForeground\":\"#c6d0f5\",\"peekViewTitle.background\":\"#303446\",\"peekViewTitleDescription.foreground\":\"#b5bfe2b3\",\"peekViewTitleLabel.foreground\":\"#c6d0f5\",\"pickerGroup.border\":\"#ca9ee6\",\"pickerGroup.foreground\":\"#ca9ee6\",\"problemsErrorIcon.foreground\":\"#e78284\",\"problemsInfoIcon.foreground\":\"#8caaee\",\"problemsWarningIcon.foreground\":\"#ef9f76\",\"progressBar.background\":\"#ca9ee6\",\"pullRequests.closed\":\"#e78284\",\"pullRequests.draft\":\"#949cbb\",\"pullRequests.merged\":\"#ca9ee6\",\"pullRequests.notification\":\"#c6d0f5\",\"pullRequests.open\":\"#a6d189\",\"sash.hoverBorder\":\"#ca9ee6\",\"scmGraph.foreground1\":\"#e5c890\",\"scmGraph.foreground2\":\"#e78284\",\"scmGraph.foreground3\":\"#a6d189\",\"scmGraph.foreground4\":\"#ca9ee6\",\"scmGraph.foreground5\":\"#81c8be\",\"scmGraph.historyItemBaseRefColor\":\"#ef9f76\",\"scmGraph.historyItemRefColor\":\"#8caaee\",\"scmGraph.historyItemRemoteRefColor\":\"#ca9ee6\",\"scrollbar.shadow\":\"#232634\",\"scrollbarSlider.activeBackground\":\"#41455966\",\"scrollbarSlider.background\":\"#62688080\",\"scrollbarSlider.hoverBackground\":\"#737994\",\"selection.background\":\"#ca9ee666\",\"settings.dropdownBackground\":\"#51576d\",\"settings.dropdownListBorder\":\"#00000000\",\"settings.focusedRowBackground\":\"#62688033\",\"settings.headerForeground\":\"#c6d0f5\",\"settings.modifiedItemIndicator\":\"#ca9ee6\",\"settings.numberInputBackground\":\"#51576d\",\"settings.numberInputBorder\":\"#00000000\",\"settings.textInputBackground\":\"#51576d\",\"settings.textInputBorder\":\"#00000000\",\"sideBar.background\":\"#292c3c\",\"sideBar.border\":\"#00000000\",\"sideBar.dropBackground\":\"#ca9ee633\",\"sideBar.foreground\":\"#c6d0f5\",\"sideBarSectionHeader.background\":\"#292c3c\",\"sideBarSectionHeader.foreground\":\"#c6d0f5\",\"sideBarTitle.foreground\":\"#ca9ee6\",\"statusBar.background\":\"#232634\",\"statusBar.border\":\"#00000000\",\"statusBar.debuggingBackground\":\"#ef9f76\",\"statusBar.debuggingBorder\":\"#00000000\",\"statusBar.debuggingForeground\":\"#232634\",\"statusBar.foreground\":\"#c6d0f5\",\"statusBar.noFolderBackground\":\"#232634\",\"statusBar.noFolderBorder\":\"#00000000\",\"statusBar.noFolderForeground\":\"#c6d0f5\",\"statusBarItem.activeBackground\":\"#62688066\",\"statusBarItem.errorBackground\":\"#00000000\",\"statusBarItem.errorForeground\":\"#e78284\",\"statusBarItem.hoverBackground\":\"#62688033\",\"statusBarItem.prominentBackground\":\"#00000000\",\"statusBarItem.prominentForeground\":\"#ca9ee6\",\"statusBarItem.prominentHoverBackground\":\"#62688033\",\"statusBarItem.remoteBackground\":\"#8caaee\",\"statusBarItem.remoteForeground\":\"#232634\",\"statusBarItem.warningBackground\":\"#00000000\",\"statusBarItem.warningForeground\":\"#ef9f76\",\"symbolIcon.arrayForeground\":\"#ef9f76\",\"symbolIcon.booleanForeground\":\"#ca9ee6\",\"symbolIcon.classForeground\":\"#e5c890\",\"symbolIcon.colorForeground\":\"#f4b8e4\",\"symbolIcon.constantForeground\":\"#ef9f76\",\"symbolIcon.constructorForeground\":\"#babbf1\",\"symbolIcon.enumeratorForeground\":\"#e5c890\",\"symbolIcon.enumeratorMemberForeground\":\"#e5c890\",\"symbolIcon.eventForeground\":\"#f4b8e4\",\"symbolIcon.fieldForeground\":\"#c6d0f5\",\"symbolIcon.fileForeground\":\"#ca9ee6\",\"symbolIcon.folderForeground\":\"#ca9ee6\",\"symbolIcon.functionForeground\":\"#8caaee\",\"symbolIcon.interfaceForeground\":\"#e5c890\",\"symbolIcon.keyForeground\":\"#81c8be\",\"symbolIcon.keywordForeground\":\"#ca9ee6\",\"symbolIcon.methodForeground\":\"#8caaee\",\"symbolIcon.moduleForeground\":\"#c6d0f5\",\"symbolIcon.namespaceForeground\":\"#e5c890\",\"symbolIcon.nullForeground\":\"#ea999c\",\"symbolIcon.numberForeground\":\"#ef9f76\",\"symbolIcon.objectForeground\":\"#e5c890\",\"symbolIcon.operatorForeground\":\"#81c8be\",\"symbolIcon.packageForeground\":\"#eebebe\",\"symbolIcon.propertyForeground\":\"#ea999c\",\"symbolIcon.referenceForeground\":\"#e5c890\",\"symbolIcon.snippetForeground\":\"#eebebe\",\"symbolIcon.stringForeground\":\"#a6d189\",\"symbolIcon.structForeground\":\"#81c8be\",\"symbolIcon.textForeground\":\"#c6d0f5\",\"symbolIcon.typeParameterForeground\":\"#ea999c\",\"symbolIcon.unitForeground\":\"#c6d0f5\",\"symbolIcon.variableForeground\":\"#c6d0f5\",\"tab.activeBackground\":\"#303446\",\"tab.activeBorder\":\"#00000000\",\"tab.activeBorderTop\":\"#ca9ee6\",\"tab.activeForeground\":\"#ca9ee6\",\"tab.activeModifiedBorder\":\"#e5c890\",\"tab.border\":\"#292c3c\",\"tab.hoverBackground\":\"#3a3f55\",\"tab.hoverBorder\":\"#00000000\",\"tab.hoverForeground\":\"#ca9ee6\",\"tab.inactiveBackground\":\"#292c3c\",\"tab.inactiveForeground\":\"#737994\",\"tab.inactiveModifiedBorder\":\"#e5c8904d\",\"tab.lastPinnedBorder\":\"#ca9ee6\",\"tab.unfocusedActiveBackground\":\"#292c3c\",\"tab.unfocusedActiveBorder\":\"#00000000\",\"tab.unfocusedActiveBorderTop\":\"#ca9ee64d\",\"tab.unfocusedInactiveBackground\":\"#1f212d\",\"table.headerBackground\":\"#414559\",\"table.headerForeground\":\"#c6d0f5\",\"terminal.ansiBlack\":\"#51576d\",\"terminal.ansiBlue\":\"#8caaee\",\"terminal.ansiBrightBlack\":\"#626880\",\"terminal.ansiBrightBlue\":\"#7b9ef0\",\"terminal.ansiBrightCyan\":\"#5abfb5\",\"terminal.ansiBrightGreen\":\"#8ec772\",\"terminal.ansiBrightMagenta\":\"#f2a4db\",\"terminal.ansiBrightRed\":\"#e67172\",\"terminal.ansiBrightWhite\":\"#b5bfe2\",\"terminal.ansiBrightYellow\":\"#d9ba73\",\"terminal.ansiCyan\":\"#81c8be\",\"terminal.ansiGreen\":\"#a6d189\",\"terminal.ansiMagenta\":\"#f4b8e4\",\"terminal.ansiRed\":\"#e78284\",\"terminal.ansiWhite\":\"#a5adce\",\"terminal.ansiYellow\":\"#e5c890\",\"terminal.border\":\"#626880\",\"terminal.dropBackground\":\"#ca9ee633\",\"terminal.foreground\":\"#c6d0f5\",\"terminal.inactiveSelectionBackground\":\"#62688080\",\"terminal.selectionBackground\":\"#626880\",\"terminal.tab.activeBorder\":\"#ca9ee6\",\"terminalCommandDecoration.defaultBackground\":\"#626880\",\"terminalCommandDecoration.errorBackground\":\"#e78284\",\"terminalCommandDecoration.successBackground\":\"#a6d189\",\"terminalCursor.background\":\"#303446\",\"terminalCursor.foreground\":\"#f2d5cf\",\"testing.coverCountBadgeBackground\":\"#00000000\",\"testing.coverCountBadgeForeground\":\"#ca9ee6\",\"testing.coveredBackground\":\"#a6d1894d\",\"testing.coveredBorder\":\"#00000000\",\"testing.coveredGutterBackground\":\"#a6d1894d\",\"testing.iconErrored\":\"#e78284\",\"testing.iconErrored.retired\":\"#e78284\",\"testing.iconFailed\":\"#e78284\",\"testing.iconFailed.retired\":\"#e78284\",\"testing.iconPassed\":\"#a6d189\",\"testing.iconPassed.retired\":\"#a6d189\",\"testing.iconQueued\":\"#8caaee\",\"testing.iconQueued.retired\":\"#8caaee\",\"testing.iconSkipped\":\"#a5adce\",\"testing.iconSkipped.retired\":\"#a5adce\",\"testing.iconUnset\":\"#c6d0f5\",\"testing.iconUnset.retired\":\"#c6d0f5\",\"testing.message.error.lineBackground\":\"#e7828426\",\"testing.message.info.decorationForeground\":\"#a6d189cc\",\"testing.message.info.lineBackground\":\"#a6d18926\",\"testing.messagePeekBorder\":\"#ca9ee6\",\"testing.messagePeekHeaderBackground\":\"#626880\",\"testing.peekBorder\":\"#ca9ee6\",\"testing.peekHeaderBackground\":\"#626880\",\"testing.runAction\":\"#ca9ee6\",\"testing.uncoveredBackground\":\"#e7828433\",\"testing.uncoveredBorder\":\"#00000000\",\"testing.uncoveredBranchBackground\":\"#e7828433\",\"testing.uncoveredGutterBackground\":\"#e7828440\",\"textBlockQuote.background\":\"#292c3c\",\"textBlockQuote.border\":\"#232634\",\"textCodeBlock.background\":\"#292c3c\",\"textLink.activeForeground\":\"#99d1db\",\"textLink.foreground\":\"#8caaee\",\"textPreformat.foreground\":\"#c6d0f5\",\"textSeparator.foreground\":\"#ca9ee6\",\"titleBar.activeBackground\":\"#232634\",\"titleBar.activeForeground\":\"#c6d0f5\",\"titleBar.border\":\"#00000000\",\"titleBar.inactiveBackground\":\"#232634\",\"titleBar.inactiveForeground\":\"#c6d0f580\",\"tree.inactiveIndentGuidesStroke\":\"#51576d\",\"tree.indentGuidesStroke\":\"#949cbb\",\"walkThrough.embeddedEditorBackground\":\"#3034464d\",\"welcomePage.progress.background\":\"#232634\",\"welcomePage.progress.foreground\":\"#ca9ee6\",\"welcomePage.tileBackground\":\"#292c3c\",\"widget.shadow\":\"#292c3c80\"},\"displayName\":\"Catppuccin Frappé\",\"name\":\"catppuccin-frappe\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"boolean\":{\"foreground\":\"#ef9f76\"},\"builtinAttribute.attribute.library:rust\":{\"foreground\":\"#8caaee\"},\"class.builtin:python\":{\"foreground\":\"#ca9ee6\"},\"class:python\":{\"foreground\":\"#e5c890\"},\"constant.builtin.readonly:nix\":{\"foreground\":\"#ca9ee6\"},\"enumMember\":{\"foreground\":\"#81c8be\"},\"function.decorator:python\":{\"foreground\":\"#ef9f76\"},\"generic.attribute:rust\":{\"foreground\":\"#c6d0f5\"},\"heading\":{\"foreground\":\"#e78284\"},\"number\":{\"foreground\":\"#ef9f76\"},\"pol\":{\"foreground\":\"#eebebe\"},\"property.readonly:javascript\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:javascriptreact\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:typescript\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:typescriptreact\":{\"foreground\":\"#c6d0f5\"},\"selfKeyword\":{\"foreground\":\"#e78284\"},\"text.emph\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"},\"text.math\":{\"foreground\":\"#eebebe\"},\"text.strong\":{\"fontStyle\":\"bold\",\"foreground\":\"#e78284\"},\"tomlArrayKey\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"},\"tomlTableKey\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"},\"type.defaultLibrary:go\":{\"foreground\":\"#ca9ee6\"},\"variable.defaultLibrary\":{\"foreground\":\"#ea999c\"},\"variable.readonly.defaultLibrary:go\":{\"foreground\":\"#ca9ee6\"},\"variable.readonly:javascript\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:javascriptreact\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:scala\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:typescript\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:typescriptreact\":{\"foreground\":\"#c6d0f5\"},\"variable.typeHint:python\":{\"foreground\":\"#e5c890\"}},\"tokenColors\":[{\"scope\":[\"text\",\"source\",\"variable.other.readwrite\",\"punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"punctuation\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#949cbb\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#949cbb\"}},{\"scope\":[\"string\",\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"constant.numeric\",\"variable.other.constant\",\"entity.name.constant\",\"constant.language.boolean\",\"constant.language.false\",\"constant.language.true\",\"keyword.other.unit.user-defined\",\"keyword.other.unit.suffix.floating-point\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"keyword\",\"keyword.operator.word\",\"keyword.operator.new\",\"variable.language.super\",\"support.type.primitive\",\"storage.type\",\"storage.modifier\",\"punctuation.definition.keyword\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"entity.name.tag.documentation\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"keyword.operator\",\"punctuation.accessor\",\"punctuation.definition.generic\",\"meta.function.closure punctuation.section.parameters\",\"punctuation.definition.tag\",\"punctuation.separator.key-value\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.method\",\"support.function\",\"support.function.misc\",\"variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"entity.name.class\",\"entity.other.inherited-class\",\"support.class\",\"meta.function-call.constructor\",\"entity.name.struct\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.enum\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.enum variable.other.readwrite\",\"variable.other.enummember\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.property.object\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"meta.type\",\"meta.type-alias\",\"support.type\",\"entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.annotation variable.function\",\"meta.annotation variable.annotation.function\",\"meta.annotation punctuation.definition.annotation\",\"meta.decorator\",\"punctuation.decorator\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"variable.parameter\",\"meta.function.parameters\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea999c\"}},{\"scope\":[\"constant.language\",\"support.function.builtin\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"entity.other.attribute-name.documentation\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"keyword.control.directive\",\"punctuation.definition.directive\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"punctuation.definition.typeparameters\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.type.property-name.css\",\"support.type.property-name.less\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"variable.language.this\",\"variable.language.this punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"variable.object.property\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"string.template variable\",\"string variable\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"storage.modifier.specifier.extern.cpp\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"entity.name.scope-resolution.template.call.cpp\",\"entity.name.scope-resolution.parameter.cpp\",\"entity.name.scope-resolution.cpp\",\"entity.name.scope-resolution.function.definition.cpp\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"storage.type.class.doxygen\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"storage.modifier.reference.cpp\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.interpolation.cs\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"comment.block.documentation.cs\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"source.css entity.other.attribute-name.class.css\",\"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"punctuation.separator.operator.css\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"source.css entity.other.attribute-name.pseudo-class\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"source.css constant.other.unicode-range\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"source.css variable.parameter.url\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#a6d189\"}},{\"scope\":[\"support.type.vendored.property-name\"],\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"source.css meta.property-value variable\",\"source.css meta.property-value variable.other.less\",\"source.css meta.property-value variable.other.less punctuation.definition.variable.less\",\"meta.definition.variable.scss\"],\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":[\"source.css meta.property-list variable\",\"meta.property-list variable.other.less\",\"meta.property-list variable.other.less punctuation.definition.variable.less\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"keyword.other.unit.percentage.css\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"source.css meta.attribute-selector\",\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":[\"keyword.other.definition.ini\",\"punctuation.support.type.property-name.json\",\"support.type.property-name.json\",\"punctuation.support.type.property-name.toml\",\"support.type.property-name.toml\",\"entity.name.tag.yaml\",\"punctuation.support.type.property-name.yaml\",\"support.type.property-name.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"constant.language.json\",\"constant.language.yaml\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"entity.name.type.anchor.yaml\",\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.type.property-name.table\",\"entity.name.section.group-title.ini\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"constant.other.time.datetime.offset.toml\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"punctuation.definition.anchor.yaml\",\"punctuation.definition.alias.yaml\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"entity.other.document.begin.yaml\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.diff.header.from-file\",\"meta.diff.header.to-file\",\"punctuation.definition.from-file.diff\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"variable.other.env\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"string.quoted variable.other.env\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"support.function.builtin.gdscript\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"constant.language.gdscript\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"comment meta.annotation.go\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"comment meta.annotation.parameters.go\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.language.go\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"variable.graphql\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":[\"keyword.other.doctype\",\"meta.tag.sgml.doctype punctuation.definition.tag\",\"meta.tag.metadata.doctype entity.name.tag\",\"meta.tag.metadata.doctype punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"text.html constant.character.entity\",\"text.html constant.character.entity punctuation\",\"constant.character.entity.xml\",\"constant.character.entity.xml punctuation\",\"constant.character.entity.js.jsx\",\"constant.charactger.entity.js.jsx punctuation\",\"constant.character.entity.tsx\",\"constant.character.entity.tsx punctuation\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.class.component\",\"support.class.component.jsx\",\"support.class.component.tsx\",\"support.class.component.vue\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"punctuation.definition.annotation\",\"storage.type.annotation\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.other.enum.java\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"storage.modifier.import.java\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"comment.block.javadoc.java keyword.other.documentation.javadoc.java\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.export variable.other.readwrite.js\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.property.js\",\"variable.other.property.ts\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"variable.other.jsdoc\",\"comment.block.documentation variable.other\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ea999c\"}},{\"scope\":\"storage.type.class.jsdoc\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"support.type.object.console.js\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"support.constant.node\",\"support.type.object.module.js\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"storage.modifier.implements\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"constant.language.null.js\",\"constant.language.null.ts\",\"constant.language.undefined.js\",\"constant.language.undefined.ts\",\"support.type.builtin.ts\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"variable.parameter.generic\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"keyword.declaration.function.arrow.js\",\"storage.type.function.arrow.ts\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"punctuation.decorator.ts\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.infer.ts\",\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.is\",\"keyword.operator.expression.keyof.ts\",\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.typeof.ts\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#81c8be\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.other.symbol.julia\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"text.tex keyword.control.preamble\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"text.tex support.function.be\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"constant.other.general.math.tex\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":\"variable.language.liquid\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"comment.line.double-dash.documentation.lua storage.type.annotation.lua\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"comment.line.double-dash.documentation.lua entity.name.variable.lua\",\"comment.line.double-dash.documentation.lua variable.lua\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"heading.1.markdown punctuation.definition.heading.markdown\",\"heading.1.markdown\",\"heading.1.quarto punctuation.definition.heading.quarto\",\"heading.1.quarto\",\"markup.heading.atx.1.mdx\",\"markup.heading.atx.1.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.1.markdown\",\"markup.heading.heading-0.asciidoc\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"heading.2.markdown punctuation.definition.heading.markdown\",\"heading.2.markdown\",\"heading.2.quarto punctuation.definition.heading.quarto\",\"heading.2.quarto\",\"markup.heading.atx.2.mdx\",\"markup.heading.atx.2.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.2.markdown\",\"markup.heading.heading-1.asciidoc\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"heading.3.markdown punctuation.definition.heading.markdown\",\"heading.3.markdown\",\"heading.3.quarto punctuation.definition.heading.quarto\",\"heading.3.quarto\",\"markup.heading.atx.3.mdx\",\"markup.heading.atx.3.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-2.asciidoc\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"heading.4.markdown punctuation.definition.heading.markdown\",\"heading.4.markdown\",\"heading.4.quarto punctuation.definition.heading.quarto\",\"heading.4.quarto\",\"markup.heading.atx.4.mdx\",\"markup.heading.atx.4.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-3.asciidoc\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":[\"heading.5.markdown punctuation.definition.heading.markdown\",\"heading.5.markdown\",\"heading.5.quarto punctuation.definition.heading.quarto\",\"heading.5.quarto\",\"markup.heading.atx.5.mdx\",\"markup.heading.atx.5.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-4.asciidoc\"],\"settings\":{\"foreground\":\"#85c1dc\"}},{\"scope\":[\"heading.6.markdown punctuation.definition.heading.markdown\",\"heading.6.markdown\",\"heading.6.quarto punctuation.definition.heading.quarto\",\"heading.6.quarto\",\"markup.heading.atx.6.mdx\",\"markup.heading.atx.6.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-5.asciidoc\"],\"settings\":{\"foreground\":\"#babbf1\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e78284\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\",\"foreground\":\"#a5adce\"}},{\"scope\":[\"punctuation.definition.link\",\"markup.underline.link\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"text.html.markdown punctuation.definition.link.title\",\"text.html.quarto punctuation.definition.link.title\",\"string.other.link.title.markdown\",\"string.other.link.title.quarto\",\"markup.link\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.constant.quarto\",\"constant.other.reference.link.markdown\",\"constant.other.reference.link.quarto\",\"markup.substitution.attribute-reference\"],\"settings\":{\"foreground\":\"#babbf1\"}},{\"scope\":[\"punctuation.definition.raw.markdown\",\"punctuation.definition.raw.quarto\",\"markup.inline.raw.string.markdown\",\"markup.inline.raw.string.quarto\",\"markup.raw.block.markdown\",\"markup.raw.block.quarto\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"markup.fenced_code.block punctuation.definition\",\"markup.raw support.asciidoc\"],\"settings\":{\"foreground\":\"#949cbb\"}},{\"scope\":[\"markup.quote\",\"punctuation.definition.quote.begin\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"punctuation.definition.list.begin.markdown\",\"punctuation.definition.list.begin.quarto\",\"markup.list.bullet\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"markup.heading.quarto\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"entity.other.attribute-name.multipart.nix\",\"entity.other.attribute-name.single.nix\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6d0f5\"}},{\"scope\":\"meta.embedded variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#babbf1\"}},{\"scope\":\"string.unquoted.path.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"support.attribute.builtin\",\"meta.attribute.php\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"meta.function.parameters.php punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"constant.language.php\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"text.html.php support.function\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"keyword.other.phpdoc.php\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"support.variable.magic.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"support.function.magic.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#99d1db\"}},{\"scope\":[\"variable.parameter.function.language.special.self.python\",\"variable.language.special.self.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"}},{\"scope\":[\"keyword.control.flow.python\",\"keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"storage.type.function.python\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"support.token.decorator.python\",\"meta.function.decorator.identifier.python\"],\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"meta.function-call.python\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"entity.name.function.decorator.python\",\"punctuation.definition.decorator.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"support.type.exception.python\",\"support.function.builtin.python\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"support.type.python\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.indexed-name.python\",\"meta.item-access.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea999c\"}},{\"scope\":\"storage.type.string.python\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a6d189\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.function-call.r\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"meta.function-call.arguments.r\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"keyword.control.anchor.regexp\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"string.regexp.ts\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"punctuation.definition.group.regexp\",\"keyword.other.back-reference.regexp\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"punctuation.definition.character-class.regexp\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"constant.other.character-class.range.regexp\",\"settings\":{\"foreground\":\"#f2d5cf\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"constant.character.numeric.regexp\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"punctuation.definition.group.no-capture.regexp\",\"meta.assertion.look-ahead.regexp\",\"meta.assertion.negative-look-ahead.regexp\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"meta.annotation.rust\",\"meta.annotation.rust punctuation\",\"meta.attribute.rust\",\"punctuation.definition.attribute.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.attribute.rust string.quoted.double.rust\",\"meta.attribute.rust string.quoted.single.char.rust\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function.macro.rules.rust\",\"storage.type.module.rust\",\"storage.modifier.rust\",\"storage.type.struct.rust\",\"storage.type.enum.rust\",\"storage.type.trait.rust\",\"storage.type.union.rust\",\"storage.type.impl.rust\",\"storage.type.rust\",\"storage.type.function.rust\",\"storage.type.type.rust\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"entity.name.type.numeric.rust\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"meta.generic.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"entity.name.impl.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.module.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"entity.name.trait.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"storage.type.source.rust\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.union.rust\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"meta.enum.rust storage.type.source.rust\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"support.macro.rust\",\"meta.macro.rust support.function.rust\",\"entity.name.function.macro.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"storage.modifier.lifetime.rust\",\"entity.name.type.lifetime\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":\"string.quoted.double.rust constant.other.placeholder.rust\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"meta.function.return-type.rust meta.generic.rust storage.type.rust\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"meta.function.call.rust\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"punctuation.brackets.angle.rust\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"constant.other.caps.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.function.definition.rust variable.other.rust\"],\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"meta.function.call.rust variable.other.rust\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"variable.language.self.rust\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"variable.other.metavariable.name.rust\",\"meta.macro.metavariable.rust keyword.operator.macro.dollar.rust\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"comment.line.shebang\",\"comment.line.shebang punctuation.definition.comment\",\"comment.line.shebang\",\"punctuation.definition.comment.shebang.shell\",\"meta.shebang.shell\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f4b8e4\"}},{\"scope\":\"comment.line.shebang constant.language\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#81c8be\"}},{\"scope\":[\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\",\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"meta.string meta.interpolation.parameter.shell variable.other.readwrite\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ef9f76\"}},{\"scope\":[\"source.shell punctuation.section.interpolation\",\"punctuation.definition.evaluation.backticks.shell\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"entity.name.tag.heredoc.shell\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"string.quoted.double.shell variable.other.normal.shell\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"markup.heading.typst\"],\"settings\":{\"foreground\":\"#e78284\"}}],\"type\":\"dark\"}"))
|