@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,2 @@
|
|
|
1
|
+
/* Theme: material-theme */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#80CBC4\",\"activityBar.background\":\"#263238\",\"activityBar.border\":\"#26323860\",\"activityBar.dropBackground\":\"#f0717880\",\"activityBar.foreground\":\"#EEFFFF\",\"activityBarBadge.background\":\"#80CBC4\",\"activityBarBadge.foreground\":\"#000000\",\"badge.background\":\"#00000030\",\"badge.foreground\":\"#546E7A\",\"breadcrumb.activeSelectionForeground\":\"#80CBC4\",\"breadcrumb.background\":\"#263238\",\"breadcrumb.focusForeground\":\"#EEFFFF\",\"breadcrumb.foreground\":\"#6c8692\",\"breadcrumbPicker.background\":\"#263238\",\"button.background\":\"#80CBC420\",\"button.foreground\":\"#ffffff\",\"debugConsole.errorForeground\":\"#f07178\",\"debugConsole.infoForeground\":\"#89DDFF\",\"debugConsole.warningForeground\":\"#FFCB6B\",\"debugToolBar.background\":\"#263238\",\"diffEditor.insertedTextBackground\":\"#89DDFF20\",\"diffEditor.removedTextBackground\":\"#ff9cac20\",\"dropdown.background\":\"#263238\",\"dropdown.border\":\"#FFFFFF10\",\"editor.background\":\"#263238\",\"editor.findMatchBackground\":\"#000000\",\"editor.findMatchBorder\":\"#80CBC4\",\"editor.findMatchHighlight\":\"#EEFFFF\",\"editor.findMatchHighlightBackground\":\"#00000050\",\"editor.findMatchHighlightBorder\":\"#ffffff30\",\"editor.findRangeHighlightBackground\":\"#FFCB6B30\",\"editor.foreground\":\"#EEFFFF\",\"editor.lineHighlightBackground\":\"#00000050\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.rangeHighlightBackground\":\"#FFFFFF0d\",\"editor.selectionBackground\":\"#80CBC420\",\"editor.selectionHighlightBackground\":\"#FFCC0020\",\"editor.wordHighlightBackground\":\"#ff9cac30\",\"editor.wordHighlightStrongBackground\":\"#C3E88D30\",\"editorBracketMatch.background\":\"#263238\",\"editorBracketMatch.border\":\"#FFCC0050\",\"editorCursor.foreground\":\"#FFCC00\",\"editorError.foreground\":\"#f0717870\",\"editorGroup.border\":\"#00000030\",\"editorGroup.dropBackground\":\"#f0717880\",\"editorGroup.focusedEmptyBorder\":\"#f07178\",\"editorGroupHeader.tabsBackground\":\"#263238\",\"editorGutter.addedBackground\":\"#C3E88D60\",\"editorGutter.deletedBackground\":\"#f0717860\",\"editorGutter.modifiedBackground\":\"#82AAFF60\",\"editorHoverWidget.background\":\"#263238\",\"editorHoverWidget.border\":\"#FFFFFF10\",\"editorIndentGuide.activeBackground\":\"#37474F\",\"editorIndentGuide.background\":\"#37474F70\",\"editorInfo.foreground\":\"#82AAFF70\",\"editorLineNumber.activeForeground\":\"#6c8692\",\"editorLineNumber.foreground\":\"#465A64\",\"editorLink.activeForeground\":\"#EEFFFF\",\"editorMarkerNavigation.background\":\"#EEFFFF05\",\"editorOverviewRuler.border\":\"#263238\",\"editorOverviewRuler.errorForeground\":\"#f0717840\",\"editorOverviewRuler.findMatchForeground\":\"#80CBC4\",\"editorOverviewRuler.infoForeground\":\"#82AAFF40\",\"editorOverviewRuler.warningForeground\":\"#FFCB6B40\",\"editorRuler.foreground\":\"#37474F\",\"editorSuggestWidget.background\":\"#263238\",\"editorSuggestWidget.border\":\"#FFFFFF10\",\"editorSuggestWidget.foreground\":\"#EEFFFF\",\"editorSuggestWidget.highlightForeground\":\"#80CBC4\",\"editorSuggestWidget.selectedBackground\":\"#00000050\",\"editorWarning.foreground\":\"#FFCB6B70\",\"editorWhitespace.foreground\":\"#EEFFFF40\",\"editorWidget.background\":\"#263238\",\"editorWidget.border\":\"#80CBC4\",\"editorWidget.resizeBorder\":\"#80CBC4\",\"extensionBadge.remoteForeground\":\"#EEFFFF\",\"extensionButton.prominentBackground\":\"#C3E88D90\",\"extensionButton.prominentForeground\":\"#EEFFFF\",\"extensionButton.prominentHoverBackground\":\"#C3E88D\",\"focusBorder\":\"#FFFFFF00\",\"foreground\":\"#EEFFFF\",\"gitDecoration.conflictingResourceForeground\":\"#FFCB6B90\",\"gitDecoration.deletedResourceForeground\":\"#f0717890\",\"gitDecoration.ignoredResourceForeground\":\"#6c869290\",\"gitDecoration.modifiedResourceForeground\":\"#82AAFF90\",\"gitDecoration.untrackedResourceForeground\":\"#C3E88D90\",\"input.background\":\"#303C41\",\"input.border\":\"#FFFFFF10\",\"input.foreground\":\"#EEFFFF\",\"input.placeholderForeground\":\"#EEFFFF60\",\"inputOption.activeBackground\":\"#EEFFFF30\",\"inputOption.activeBorder\":\"#EEFFFF30\",\"inputValidation.errorBorder\":\"#f07178\",\"inputValidation.infoBorder\":\"#82AAFF\",\"inputValidation.warningBorder\":\"#FFCB6B\",\"list.activeSelectionBackground\":\"#263238\",\"list.activeSelectionForeground\":\"#80CBC4\",\"list.dropBackground\":\"#f0717880\",\"list.focusBackground\":\"#EEFFFF20\",\"list.focusForeground\":\"#EEFFFF\",\"list.highlightForeground\":\"#80CBC4\",\"list.hoverBackground\":\"#263238\",\"list.hoverForeground\":\"#FFFFFF\",\"list.inactiveSelectionBackground\":\"#00000030\",\"list.inactiveSelectionForeground\":\"#80CBC4\",\"listFilterWidget.background\":\"#00000030\",\"listFilterWidget.noMatchesOutline\":\"#00000030\",\"listFilterWidget.outline\":\"#00000030\",\"menu.background\":\"#263238\",\"menu.foreground\":\"#EEFFFF\",\"menu.selectionBackground\":\"#00000050\",\"menu.selectionBorder\":\"#00000030\",\"menu.selectionForeground\":\"#80CBC4\",\"menu.separatorBackground\":\"#EEFFFF\",\"menubar.selectionBackground\":\"#00000030\",\"menubar.selectionBorder\":\"#00000030\",\"menubar.selectionForeground\":\"#80CBC4\",\"notebook.focusedCellBorder\":\"#80CBC4\",\"notebook.inactiveFocusedCellBorder\":\"#80CBC450\",\"notificationLink.foreground\":\"#80CBC4\",\"notifications.background\":\"#263238\",\"notifications.foreground\":\"#EEFFFF\",\"panel.background\":\"#263238\",\"panel.border\":\"#26323860\",\"panel.dropBackground\":\"#EEFFFF\",\"panelTitle.activeBorder\":\"#80CBC4\",\"panelTitle.activeForeground\":\"#FFFFFF\",\"panelTitle.inactiveForeground\":\"#EEFFFF\",\"peekView.border\":\"#00000030\",\"peekViewEditor.background\":\"#303C41\",\"peekViewEditor.matchHighlightBackground\":\"#80CBC420\",\"peekViewEditorGutter.background\":\"#303C41\",\"peekViewResult.background\":\"#303C41\",\"peekViewResult.matchHighlightBackground\":\"#80CBC420\",\"peekViewResult.selectionBackground\":\"#6c869270\",\"peekViewTitle.background\":\"#303C41\",\"peekViewTitleDescription.foreground\":\"#EEFFFF60\",\"pickerGroup.border\":\"#FFFFFF1a\",\"pickerGroup.foreground\":\"#80CBC4\",\"progressBar.background\":\"#80CBC4\",\"quickInput.background\":\"#263238\",\"quickInput.foreground\":\"#6c8692\",\"quickInput.list.focusBackground\":\"#EEFFFF20\",\"sash.hoverBorder\":\"#80CBC450\",\"scrollbar.shadow\":\"#00000030\",\"scrollbarSlider.activeBackground\":\"#80CBC4\",\"scrollbarSlider.background\":\"#EEFFFF20\",\"scrollbarSlider.hoverBackground\":\"#EEFFFF10\",\"selection.background\":\"#00000080\",\"settings.checkboxBackground\":\"#263238\",\"settings.checkboxForeground\":\"#EEFFFF\",\"settings.dropdownBackground\":\"#263238\",\"settings.dropdownForeground\":\"#EEFFFF\",\"settings.headerForeground\":\"#80CBC4\",\"settings.modifiedItemIndicator\":\"#80CBC4\",\"settings.numberInputBackground\":\"#263238\",\"settings.numberInputForeground\":\"#EEFFFF\",\"settings.textInputBackground\":\"#263238\",\"settings.textInputForeground\":\"#EEFFFF\",\"sideBar.background\":\"#263238\",\"sideBar.border\":\"#26323860\",\"sideBar.foreground\":\"#6c8692\",\"sideBarSectionHeader.background\":\"#263238\",\"sideBarSectionHeader.border\":\"#26323860\",\"sideBarTitle.foreground\":\"#EEFFFF\",\"statusBar.background\":\"#263238\",\"statusBar.border\":\"#26323860\",\"statusBar.debuggingBackground\":\"#C792EA\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.foreground\":\"#546E7A\",\"statusBar.noFolderBackground\":\"#263238\",\"statusBarItem.activeBackground\":\"#f0717880\",\"statusBarItem.hoverBackground\":\"#546E7A20\",\"statusBarItem.remoteBackground\":\"#80CBC4\",\"statusBarItem.remoteForeground\":\"#000000\",\"tab.activeBackground\":\"#263238\",\"tab.activeBorder\":\"#80CBC4\",\"tab.activeForeground\":\"#FFFFFF\",\"tab.activeModifiedBorder\":\"#6c8692\",\"tab.border\":\"#263238\",\"tab.inactiveBackground\":\"#263238\",\"tab.inactiveForeground\":\"#6c8692\",\"tab.inactiveModifiedBorder\":\"#904348\",\"tab.unfocusedActiveBorder\":\"#546E7A\",\"tab.unfocusedActiveForeground\":\"#EEFFFF\",\"tab.unfocusedActiveModifiedBorder\":\"#c05a60\",\"tab.unfocusedInactiveModifiedBorder\":\"#904348\",\"terminal.ansiBlack\":\"#000000\",\"terminal.ansiBlue\":\"#82AAFF\",\"terminal.ansiBrightBlack\":\"#546E7A\",\"terminal.ansiBrightBlue\":\"#82AAFF\",\"terminal.ansiBrightCyan\":\"#89DDFF\",\"terminal.ansiBrightGreen\":\"#C3E88D\",\"terminal.ansiBrightMagenta\":\"#C792EA\",\"terminal.ansiBrightRed\":\"#f07178\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#FFCB6B\",\"terminal.ansiCyan\":\"#89DDFF\",\"terminal.ansiGreen\":\"#C3E88D\",\"terminal.ansiMagenta\":\"#C792EA\",\"terminal.ansiRed\":\"#f07178\",\"terminal.ansiWhite\":\"#ffffff\",\"terminal.ansiYellow\":\"#FFCB6B\",\"terminalCursor.background\":\"#000000\",\"terminalCursor.foreground\":\"#FFCB6B\",\"textLink.activeForeground\":\"#EEFFFF\",\"textLink.foreground\":\"#80CBC4\",\"titleBar.activeBackground\":\"#263238\",\"titleBar.activeForeground\":\"#EEFFFF\",\"titleBar.border\":\"#26323860\",\"titleBar.inactiveBackground\":\"#263238\",\"titleBar.inactiveForeground\":\"#6c8692\",\"tree.indentGuidesStroke\":\"#37474F\",\"widget.shadow\":\"#00000030\"},\"displayName\":\"Material Theme\",\"name\":\"material-theme\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"background\":\"#263238\",\"foreground\":\"#EEFFFF\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":\"punctuation, constant.other.symbol\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"constant.character.escape, text.html constant.character.entity.named\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"constant.language.boolean\",\"settings\":{\"foreground\":\"#ff9cac\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":\"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"keyword.other\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":\"keyword, modifier, variable.language.this, support.type.object, constant.language\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"entity.name.function, support.function\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"storage.type, storage.modifier, storage.control\",\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":\"support.module, support.node\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07178\"}},{\"scope\":\"support.type, constant.other.key\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"entity.name.type, entity.other.inherited-class, entity.other\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#546E7A\"}},{\"scope\":\"comment punctuation.definition.comment, string.quoted.docstring\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#546E7A\"}},{\"scope\":\"punctuation\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"entity.name, entity.name.type.class, support.type, support.class, meta.use\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"variable.object.property, meta.field.declaration entity.name.function\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"meta.definition.method entity.name.function\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"meta.function entity.name.function\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"meta.embedded, source.groovy.embedded, meta.template.expression\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"entity.name.tag.yaml\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"constant.language.json\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"entity.other.attribute-name.class\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":\"source.css entity.name.tag\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":\"meta.tag, punctuation.definition.tag\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":\"punctuation.definition.entity.html\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"text.html.markdown meta.link.inline, meta.link.reference\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"text.html.markdown beginning.punctuation.definition.list\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07178\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f07178\"}},{\"scope\":\"markup.bold markup.italic, markup.italic markup.bold\",\"settings\":{\"fontStyle\":\"italic bold\",\"foreground\":\"#f07178\"}},{\"scope\":\"markup.fenced_code.block.markdown punctuation.definition.markdown\",\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":\"keyword.other.definition.ini\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"entity.name.section.group-title.ini\",\"settings\":{\"foreground\":\"#89DDFF\"}},{\"scope\":\"source.cs meta.class.identifier storage.type\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"source.cs meta.method.identifier entity.name.function\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"source.cs meta.method-call meta.method, source.cs entity.name.function\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"source.cs storage.type\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"source.cs meta.method.return-type\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"source.cs meta.preprocessor\",\"settings\":{\"foreground\":\"#546E7A\"}},{\"scope\":\"source.cs entity.name.type.namespace\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"meta.jsx.children, SXNested\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"support.class.component\",\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":\"source.cpp meta.block variable.other\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"source.python meta.member.access.python\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"source.python meta.function-call.python, meta.function-call.arguments\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"meta.block\",\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":\"entity.name.function.call\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"source.php support.other.namespace, source.php meta.use support.class\",\"settings\":{\"foreground\":\"#EEFFFF\"}},{\"scope\":\"constant.keyword\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#89DDFF\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"settings\":{\"background\":\"#263238\",\"foreground\":\"#EEFFFF\"}},{\"scope\":[\"constant.other.placeholder\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#f07178\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#C3E88D\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"keyword.control\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#89DDFF\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"variable.parameter.function.language.special.self.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f07178\"}},{\"scope\":[\"constant.character.format.placeholder.other.python\"],\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#89DDFF\"}},{\"scope\":[\"markup.fenced_code.block\"],\"settings\":{\"foreground\":\"#EEFFFF90\"}},{\"scope\":[\"punctuation.definition.quote\"],\"settings\":{\"foreground\":\"#ff9cac\"}},{\"scope\":[\"meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFCB6B\"}},{\"scope\":[\"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\":[\"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\":[\"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\":\"#916b53\"}},{\"scope\":[\"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\":[\"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\":\"#ff9cac\"}},{\"scope\":[\"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\":[\"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\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: min-dark */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#1A1A1A\",\"activityBar.foreground\":\"#7D7D7D\",\"activityBarBadge.background\":\"#383838\",\"badge.background\":\"#383838\",\"badge.foreground\":\"#C1C1C1\",\"button.background\":\"#333\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#79b8ff\",\"debugIcon.breakpointDisabledForeground\":\"#848484\",\"debugIcon.breakpointForeground\":\"#FF7A84\",\"debugIcon.breakpointStackframeForeground\":\"#79b8ff\",\"debugIcon.breakpointUnverifiedForeground\":\"#848484\",\"debugIcon.continueForeground\":\"#FF7A84\",\"debugIcon.disconnectForeground\":\"#FF7A84\",\"debugIcon.pauseForeground\":\"#FF7A84\",\"debugIcon.restartForeground\":\"#79b8ff\",\"debugIcon.startForeground\":\"#79b8ff\",\"debugIcon.stepBackForeground\":\"#FF7A84\",\"debugIcon.stepIntoForeground\":\"#FF7A84\",\"debugIcon.stepOutForeground\":\"#FF7A84\",\"debugIcon.stepOverForeground\":\"#FF7A84\",\"debugIcon.stopForeground\":\"#79b8ff\",\"diffEditor.insertedTextBackground\":\"#3a632a4b\",\"diffEditor.removedTextBackground\":\"#88063852\",\"editor.background\":\"#1f1f1f\",\"editor.lineHighlightBorder\":\"#303030\",\"editorGroupHeader.tabsBackground\":\"#1A1A1A\",\"editorGroupHeader.tabsBorder\":\"#1A1A1A\",\"editorIndentGuide.activeBackground\":\"#383838\",\"editorIndentGuide.background\":\"#2A2A2A\",\"editorLineNumber.foreground\":\"#727272\",\"editorRuler.foreground\":\"#2A2A2A\",\"editorSuggestWidget.background\":\"#1A1A1A\",\"focusBorder\":\"#444\",\"foreground\":\"#888888\",\"gitDecoration.ignoredResourceForeground\":\"#444444\",\"input.background\":\"#2A2A2A\",\"input.foreground\":\"#E0E0E0\",\"inputOption.activeBackground\":\"#3a3a3a\",\"list.activeSelectionBackground\":\"#212121\",\"list.activeSelectionForeground\":\"#F5F5F5\",\"list.focusBackground\":\"#292929\",\"list.highlightForeground\":\"#EAEAEA\",\"list.hoverBackground\":\"#262626\",\"list.hoverForeground\":\"#9E9E9E\",\"list.inactiveSelectionBackground\":\"#212121\",\"list.inactiveSelectionForeground\":\"#F5F5F5\",\"panelTitle.activeBorder\":\"#1f1f1f\",\"panelTitle.activeForeground\":\"#FAFAFA\",\"panelTitle.inactiveForeground\":\"#484848\",\"peekView.border\":\"#444\",\"peekViewEditor.background\":\"#242424\",\"pickerGroup.border\":\"#363636\",\"pickerGroup.foreground\":\"#EAEAEA\",\"progressBar.background\":\"#FAFAFA\",\"scrollbar.shadow\":\"#1f1f1f\",\"sideBar.background\":\"#1A1A1A\",\"sideBarSectionHeader.background\":\"#202020\",\"statusBar.background\":\"#1A1A1A\",\"statusBar.debuggingBackground\":\"#1A1A1A\",\"statusBar.foreground\":\"#7E7E7E\",\"statusBar.noFolderBackground\":\"#1A1A1A\",\"statusBarItem.prominentBackground\":\"#fafafa1a\",\"statusBarItem.remoteBackground\":\"#1a1a1a00\",\"statusBarItem.remoteForeground\":\"#7E7E7E\",\"symbolIcon.classForeground\":\"#FF9800\",\"symbolIcon.constructorForeground\":\"#b392f0\",\"symbolIcon.enumeratorForeground\":\"#FF9800\",\"symbolIcon.enumeratorMemberForeground\":\"#79b8ff\",\"symbolIcon.eventForeground\":\"#FF9800\",\"symbolIcon.fieldForeground\":\"#79b8ff\",\"symbolIcon.functionForeground\":\"#b392f0\",\"symbolIcon.interfaceForeground\":\"#79b8ff\",\"symbolIcon.methodForeground\":\"#b392f0\",\"symbolIcon.variableForeground\":\"#79b8ff\",\"tab.activeBorder\":\"#1e1e1e\",\"tab.activeForeground\":\"#FAFAFA\",\"tab.border\":\"#1A1A1A\",\"tab.inactiveBackground\":\"#1A1A1A\",\"tab.inactiveForeground\":\"#727272\",\"terminal.ansiBrightBlack\":\"#5c5c5c\",\"textLink.activeForeground\":\"#fafafa\",\"textLink.foreground\":\"#CCC\",\"titleBar.activeBackground\":\"#1A1A1A\",\"titleBar.border\":\"#00000000\"},\"displayName\":\"Min Dark\",\"name\":\"min-dark\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#b392f0\"}},{\"scope\":[\"support.function\",\"keyword.operator.accessor\",\"meta.group.braces.round.function.arguments\",\"meta.template.expression\",\"markup.fenced_code meta.embedded.block\"],\"settings\":{\"foreground\":\"#b392f0\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\",\"markup.heading.markdown\",\"markup.bold.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FF7A84\"}},{\"scope\":[\"markup.italic.markdown\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"meta.link.inline.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#1976D2\"}},{\"scope\":[\"string\",\"markup.fenced_code\",\"markup.inline\"],\"settings\":{\"foreground\":\"#9db1c5\"}},{\"scope\":[\"comment\",\"string.quoted.docstring.multi\"],\"settings\":{\"foreground\":\"#6b737c\"}},{\"scope\":[\"constant.language\",\"variable.language.this\",\"variable.other.object\",\"variable.other.class\",\"variable.other.constant\",\"meta.property-name\",\"support\",\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"constant.numeric\",\"constant.other.placeholder\",\"constant.character.format.placeholder\",\"meta.property-value\",\"keyword.other.unit\",\"keyword.other.template\",\"entity.name.tag.yaml\",\"entity.other.attribute-name\",\"support.type.property-name.json\"],\"settings\":{\"foreground\":\"#f8f8f8\"}},{\"scope\":[\"keyword\",\"storage.modifier\",\"storage.type\",\"storage.control.clojure\",\"entity.name.function.clojure\",\"support.function.node\",\"punctuation.separator.key-value\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#f97583\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#FF9800\"}},{\"scope\":[\"entity.name.type\",\"entity.other.inherited-class\",\"meta.function-call\",\"meta.instance.constructor\",\"entity.other.attribute-name\",\"entity.name.function\",\"constant.keyword.clojure\"],\"settings\":{\"foreground\":\"#b392f0\"}},{\"scope\":[\"entity.name.tag\",\"string.quoted\",\"string.regexp\",\"string.interpolated\",\"string.template\",\"string.unquoted.plain.out.yaml\",\"keyword.other.template\"],\"settings\":{\"foreground\":\"#ffab70\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#316bcd\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#cd9731\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#cd3131\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#800080\"}},{\"scope\":[\"punctuation.definition.arguments\",\"punctuation.definition.dict\",\"punctuation.separator\",\"meta.function-call.arguments\"],\"settings\":{\"foreground\":\"#bbbbbb\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#ffab70\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#FF7A84\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#ffab70\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#79b8ff\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: min-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#f6f6f6\",\"activityBar.foreground\":\"#9E9E9E\",\"activityBarBadge.background\":\"#616161\",\"badge.background\":\"#E0E0E0\",\"badge.foreground\":\"#616161\",\"button.background\":\"#757575\",\"button.hoverBackground\":\"#616161\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#1976D2\",\"debugIcon.breakpointDisabledForeground\":\"#848484\",\"debugIcon.breakpointForeground\":\"#D32F2F\",\"debugIcon.breakpointStackframeForeground\":\"#1976D2\",\"debugIcon.continueForeground\":\"#6f42c1\",\"debugIcon.disconnectForeground\":\"#6f42c1\",\"debugIcon.pauseForeground\":\"#6f42c1\",\"debugIcon.restartForeground\":\"#1976D2\",\"debugIcon.startForeground\":\"#1976D2\",\"debugIcon.stepBackForeground\":\"#6f42c1\",\"debugIcon.stepIntoForeground\":\"#6f42c1\",\"debugIcon.stepOutForeground\":\"#6f42c1\",\"debugIcon.stepOverForeground\":\"#6f42c1\",\"debugIcon.stopForeground\":\"#1976D2\",\"diffEditor.insertedTextBackground\":\"#b7e7a44b\",\"diffEditor.removedTextBackground\":\"#e597af52\",\"editor.background\":\"#ffffff\",\"editor.foreground\":\"#212121\",\"editor.lineHighlightBorder\":\"#f2f2f2\",\"editorBracketMatch.background\":\"#E7F3FF\",\"editorBracketMatch.border\":\"#c8e1ff\",\"editorGroupHeader.tabsBackground\":\"#f6f6f6\",\"editorGroupHeader.tabsBorder\":\"#fff\",\"editorIndentGuide.background\":\"#EEE\",\"editorLineNumber.activeForeground\":\"#757575\",\"editorLineNumber.foreground\":\"#CCC\",\"editorSuggestWidget.background\":\"#F3F3F3\",\"extensionButton.prominentBackground\":\"#000000AA\",\"extensionButton.prominentHoverBackground\":\"#000000BB\",\"focusBorder\":\"#D0D0D0\",\"foreground\":\"#757575\",\"gitDecoration.ignoredResourceForeground\":\"#AAAAAA\",\"input.border\":\"#E9E9E9\",\"inputOption.activeBackground\":\"#EDEDED\",\"list.activeSelectionBackground\":\"#EEE\",\"list.activeSelectionForeground\":\"#212121\",\"list.focusBackground\":\"#ddd\",\"list.focusForeground\":\"#212121\",\"list.highlightForeground\":\"#212121\",\"list.inactiveSelectionBackground\":\"#E0E0E0\",\"list.inactiveSelectionForeground\":\"#212121\",\"panel.background\":\"#fff\",\"panel.border\":\"#f4f4f4\",\"panelTitle.activeBorder\":\"#fff\",\"panelTitle.inactiveForeground\":\"#BDBDBD\",\"peekView.border\":\"#E0E0E0\",\"peekViewEditor.background\":\"#f8f8f8\",\"pickerGroup.foreground\":\"#000\",\"progressBar.background\":\"#000\",\"scrollbar.shadow\":\"#FFF\",\"sideBar.background\":\"#f6f6f6\",\"sideBar.border\":\"#f6f6f6\",\"sideBarSectionHeader.background\":\"#EEE\",\"sideBarTitle.foreground\":\"#999\",\"statusBar.background\":\"#f6f6f6\",\"statusBar.border\":\"#f6f6f6\",\"statusBar.debuggingBackground\":\"#f6f6f6\",\"statusBar.foreground\":\"#7E7E7E\",\"statusBar.noFolderBackground\":\"#f6f6f6\",\"statusBarItem.prominentBackground\":\"#0000001a\",\"statusBarItem.remoteBackground\":\"#f6f6f600\",\"statusBarItem.remoteForeground\":\"#7E7E7E\",\"symbolIcon.classForeground\":\"#dd8500\",\"symbolIcon.constructorForeground\":\"#6f42c1\",\"symbolIcon.enumeratorForeground\":\"#dd8500\",\"symbolIcon.enumeratorMemberForeground\":\"#1976D2\",\"symbolIcon.eventForeground\":\"#dd8500\",\"symbolIcon.fieldForeground\":\"#1976D2\",\"symbolIcon.functionForeground\":\"#6f42c1\",\"symbolIcon.interfaceForeground\":\"#1976D2\",\"symbolIcon.methodForeground\":\"#6f42c1\",\"symbolIcon.variableForeground\":\"#1976D2\",\"tab.activeBorder\":\"#FFF\",\"tab.activeForeground\":\"#424242\",\"tab.border\":\"#f6f6f6\",\"tab.inactiveBackground\":\"#f6f6f6\",\"tab.inactiveForeground\":\"#BDBDBD\",\"tab.unfocusedActiveBorder\":\"#fff\",\"terminal.ansiBlack\":\"#333\",\"terminal.ansiBlue\":\"#e0e0e0\",\"terminal.ansiBrightBlack\":\"#a1a1a1\",\"terminal.ansiBrightBlue\":\"#6871ff\",\"terminal.ansiBrightCyan\":\"#57d9ad\",\"terminal.ansiBrightGreen\":\"#a3d900\",\"terminal.ansiBrightMagenta\":\"#a37acc\",\"terminal.ansiBrightRed\":\"#d6656a\",\"terminal.ansiBrightWhite\":\"#7E7E7E\",\"terminal.ansiBrightYellow\":\"#e7c547\",\"terminal.ansiCyan\":\"#4dbf99\",\"terminal.ansiGreen\":\"#77cc00\",\"terminal.ansiMagenta\":\"#9966cc\",\"terminal.ansiRed\":\"#D32F2F\",\"terminal.ansiWhite\":\"#c7c7c7\",\"terminal.ansiYellow\":\"#f29718\",\"terminal.background\":\"#fff\",\"textLink.activeForeground\":\"#000\",\"textLink.foreground\":\"#000\",\"titleBar.activeBackground\":\"#f6f6f6\",\"titleBar.border\":\"#FFFFFF00\",\"titleBar.inactiveBackground\":\"#f6f6f6\"},\"displayName\":\"Min Light\",\"name\":\"min-light\",\"tokenColors\":[{\"settings\":{\"foreground\":\"#24292eff\"}},{\"scope\":[\"keyword.operator.accessor\",\"meta.group.braces.round.function.arguments\",\"meta.template.expression\",\"markup.fenced_code meta.embedded.block\"],\"settings\":{\"foreground\":\"#24292eff\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\",\"markup.heading.markdown\",\"markup.bold.markdown\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"markup.italic.markdown\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"meta.link.inline.markdown\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#1976D2\"}},{\"scope\":[\"string\",\"markup.fenced_code\",\"markup.inline\"],\"settings\":{\"foreground\":\"#2b5581\"}},{\"scope\":[\"comment\",\"string.quoted.docstring.multi\"],\"settings\":{\"foreground\":\"#c2c3c5\"}},{\"scope\":[\"constant.numeric\",\"constant.language\",\"constant.other.placeholder\",\"constant.character.format.placeholder\",\"variable.language.this\",\"variable.other.object\",\"variable.other.class\",\"variable.other.constant\",\"meta.property-name\",\"meta.property-value\",\"support\"],\"settings\":{\"foreground\":\"#1976D2\"}},{\"scope\":[\"keyword\",\"storage.modifier\",\"storage.type\",\"storage.control.clojure\",\"entity.name.function.clojure\",\"entity.name.tag.yaml\",\"support.function.node\",\"support.type.property-name.json\",\"punctuation.separator.key-value\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#D32F2F\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#FF9800\"}},{\"scope\":[\"support.function\",\"entity.name.type\",\"entity.other.inherited-class\",\"meta.function-call\",\"meta.instance.constructor\",\"entity.other.attribute-name\",\"entity.name.function\",\"constant.keyword.clojure\"],\"settings\":{\"foreground\":\"#6f42c1\"}},{\"scope\":[\"entity.name.tag\",\"string.quoted\",\"string.regexp\",\"string.interpolated\",\"string.template\",\"string.unquoted.plain.out.yaml\",\"keyword.other.template\"],\"settings\":{\"foreground\":\"#22863a\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#316bcd\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#cd9731\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#cd3131\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#800080\"}},{\"scope\":[\"strong\",\"markup.heading.markdown\",\"markup.bold.markdown\"],\"settings\":{\"foreground\":\"#6f42c1\"}},{\"scope\":[\"punctuation.definition.arguments\",\"punctuation.definition.dict\",\"punctuation.separator\",\"meta.function-call.arguments\"],\"settings\":{\"foreground\":\"#212121\"}},{\"scope\":[\"markup.underline.link\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#22863a\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#6f42c1\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"string.other.link.title.markdown\",\"string.other.link.description.markdown\"],\"settings\":{\"foreground\":\"#d32f2f\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: monokai */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#272822\",\"activityBar.foreground\":\"#f8f8f2\",\"badge.background\":\"#75715E\",\"badge.foreground\":\"#f8f8f2\",\"button.background\":\"#75715E\",\"debugToolBar.background\":\"#1e1f1c\",\"diffEditor.insertedTextBackground\":\"#4b661680\",\"diffEditor.removedTextBackground\":\"#90274A70\",\"dropdown.background\":\"#414339\",\"dropdown.listBackground\":\"#1e1f1c\",\"editor.background\":\"#272822\",\"editor.foreground\":\"#f8f8f2\",\"editor.lineHighlightBackground\":\"#3e3d32\",\"editor.selectionBackground\":\"#878b9180\",\"editor.selectionHighlightBackground\":\"#575b6180\",\"editor.wordHighlightBackground\":\"#4a4a7680\",\"editor.wordHighlightStrongBackground\":\"#6a6a9680\",\"editorCursor.foreground\":\"#f8f8f0\",\"editorGroup.border\":\"#34352f\",\"editorGroup.dropBackground\":\"#41433980\",\"editorGroupHeader.tabsBackground\":\"#1e1f1c\",\"editorHoverWidget.background\":\"#414339\",\"editorHoverWidget.border\":\"#75715E\",\"editorIndentGuide.activeBackground\":\"#767771\",\"editorIndentGuide.background\":\"#464741\",\"editorLineNumber.activeForeground\":\"#c2c2bf\",\"editorLineNumber.foreground\":\"#90908a\",\"editorSuggestWidget.background\":\"#272822\",\"editorSuggestWidget.border\":\"#75715E\",\"editorWhitespace.foreground\":\"#464741\",\"editorWidget.background\":\"#1e1f1c\",\"focusBorder\":\"#99947c\",\"input.background\":\"#414339\",\"inputOption.activeBorder\":\"#75715E\",\"inputValidation.errorBackground\":\"#90274A\",\"inputValidation.errorBorder\":\"#f92672\",\"inputValidation.infoBackground\":\"#546190\",\"inputValidation.infoBorder\":\"#819aff\",\"inputValidation.warningBackground\":\"#848528\",\"inputValidation.warningBorder\":\"#e2e22e\",\"list.activeSelectionBackground\":\"#75715E\",\"list.dropBackground\":\"#414339\",\"list.highlightForeground\":\"#f8f8f2\",\"list.hoverBackground\":\"#3e3d32\",\"list.inactiveSelectionBackground\":\"#414339\",\"menu.background\":\"#1e1f1c\",\"menu.foreground\":\"#cccccc\",\"minimap.selectionHighlight\":\"#878b9180\",\"panel.border\":\"#414339\",\"panelTitle.activeBorder\":\"#75715E\",\"panelTitle.activeForeground\":\"#f8f8f2\",\"panelTitle.inactiveForeground\":\"#75715E\",\"peekView.border\":\"#75715E\",\"peekViewEditor.background\":\"#272822\",\"peekViewEditor.matchHighlightBackground\":\"#75715E\",\"peekViewResult.background\":\"#1e1f1c\",\"peekViewResult.matchHighlightBackground\":\"#75715E\",\"peekViewResult.selectionBackground\":\"#414339\",\"peekViewTitle.background\":\"#1e1f1c\",\"pickerGroup.foreground\":\"#75715E\",\"ports.iconRunningProcessForeground\":\"#ccccc7\",\"progressBar.background\":\"#75715E\",\"quickInputList.focusBackground\":\"#414339\",\"selection.background\":\"#878b9180\",\"settings.focusedRowBackground\":\"#4143395A\",\"sideBar.background\":\"#1e1f1c\",\"sideBarSectionHeader.background\":\"#272822\",\"statusBar.background\":\"#414339\",\"statusBar.debuggingBackground\":\"#75715E\",\"statusBar.noFolderBackground\":\"#414339\",\"statusBarItem.remoteBackground\":\"#AC6218\",\"tab.border\":\"#1e1f1c\",\"tab.inactiveBackground\":\"#34352f\",\"tab.inactiveForeground\":\"#ccccc7\",\"tab.lastPinnedBorder\":\"#414339\",\"terminal.ansiBlack\":\"#333333\",\"terminal.ansiBlue\":\"#6A7EC8\",\"terminal.ansiBrightBlack\":\"#666666\",\"terminal.ansiBrightBlue\":\"#819aff\",\"terminal.ansiBrightCyan\":\"#66D9EF\",\"terminal.ansiBrightGreen\":\"#A6E22E\",\"terminal.ansiBrightMagenta\":\"#AE81FF\",\"terminal.ansiBrightRed\":\"#f92672\",\"terminal.ansiBrightWhite\":\"#f8f8f2\",\"terminal.ansiBrightYellow\":\"#e2e22e\",\"terminal.ansiCyan\":\"#56ADBC\",\"terminal.ansiGreen\":\"#86B42B\",\"terminal.ansiMagenta\":\"#8C6BC8\",\"terminal.ansiRed\":\"#C4265E\",\"terminal.ansiWhite\":\"#e3e3dd\",\"terminal.ansiYellow\":\"#B3B42B\",\"titleBar.activeBackground\":\"#1e1f1c\",\"widget.shadow\":\"#00000098\"},\"displayName\":\"Monokai\",\"name\":\"monokai\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\",\"string meta.image.inline.markdown\",\"variable.legacy.builtin.python\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":\"comment\",\"settings\":{\"foreground\":\"#88846f\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#E6DB74\"}},{\"scope\":[\"punctuation.definition.template-expression\",\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#F92672\"}},{\"scope\":[\"meta.template.expression\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#AE81FF\"}},{\"scope\":\"constant.language\",\"settings\":{\"foreground\":\"#AE81FF\"}},{\"scope\":\"constant.character, constant.other\",\"settings\":{\"foreground\":\"#AE81FF\"}},{\"scope\":\"variable\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F8F8F2\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#F92672\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F92672\"}},{\"scope\":\"storage.type\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#66D9EF\"}},{\"scope\":\"entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution\",\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#A6E22E\"}},{\"scope\":[\"entity.other.inherited-class\",\"punctuation.separator.namespace.ruby\"],\"settings\":{\"fontStyle\":\"italic underline\",\"foreground\":\"#A6E22E\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#A6E22E\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FD971F\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F92672\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#A6E22E\"}},{\"scope\":\"support.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#66D9EF\"}},{\"scope\":\"support.constant\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#66D9EF\"}},{\"scope\":\"support.type, support.class\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#66D9EF\"}},{\"scope\":\"support.other.variable\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"invalid\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F44747\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#F44747\"}},{\"scope\":\"meta.structure.dictionary.json string.quoted.double.json\",\"settings\":{\"foreground\":\"#CFCFC2\"}},{\"scope\":\"meta.diff, meta.diff.header\",\"settings\":{\"foreground\":\"#75715E\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#F92672\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#A6E22E\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#E6DB74\"}},{\"scope\":\"constant.numeric.line-number.find-in-files - match\",\"settings\":{\"foreground\":\"#AE81FFA0\"}},{\"scope\":\"entity.name.filename.find-in-files\",\"settings\":{\"foreground\":\"#E6DB74\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#F92672\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#E6DB74\"}},{\"scope\":\"markup.bold, markup.italic\",\"settings\":{\"foreground\":\"#66D9EF\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#FD971F\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#A6E22E\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#A6E22E\"}},{\"scope\":\"markup.heading.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#75715E\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"string.other.link.title.markdown,string.other.link.description.markdown\",\"settings\":{\"foreground\":\"#AE81FF\"}},{\"scope\":\"markup.underline.link.markdown,markup.underline.link.image.markdown\",\"settings\":{\"foreground\":\"#E6DB74\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.list.unnumbered.markdown, markup.list.numbered.markdown\",\"settings\":{\"foreground\":\"#f8f8f2\"}},{\"scope\":[\"punctuation.definition.list.begin.markdown\"],\"settings\":{\"foreground\":\"#A6E22E\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#6796e6\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#cd9731\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#b267e6\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#FD971F\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: night-owl-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#F0F0F0\",\"activityBar.border\":\"#F0F0F0\",\"activityBar.dropBackground\":\"#D0D0D0\",\"activityBar.foreground\":\"#403f53\",\"activityBarBadge.background\":\"#403f53\",\"activityBarBadge.foreground\":\"#F0F0F0\",\"badge.background\":\"#2AA298\",\"badge.foreground\":\"#F0F0F0\",\"button.background\":\"#2AA298\",\"button.foreground\":\"#F0F0F0\",\"debugExceptionWidget.background\":\"#F0F0F0\",\"debugExceptionWidget.border\":\"#d9d9d9\",\"debugToolBar.background\":\"#F0F0F0\",\"descriptionForeground\":\"#403f53\",\"dropdown.background\":\"#F0F0F0\",\"dropdown.border\":\"#d9d9d9\",\"dropdown.foreground\":\"#403f53\",\"editor.background\":\"#FBFBFB\",\"editor.findMatchBackground\":\"#93A1A16c\",\"editor.findMatchHighlightBackground\":\"#93a1a16c\",\"editor.findRangeHighlightBackground\":\"#7497a633\",\"editor.foreground\":\"#403f53\",\"editor.hoverHighlightBackground\":\"#339cec33\",\"editor.lineHighlightBackground\":\"#F0F0F0\",\"editor.rangeHighlightBackground\":\"#7497a633\",\"editor.selectionBackground\":\"#E0E0E0\",\"editor.selectionHighlightBackground\":\"#339cec33\",\"editor.wordHighlightBackground\":\"#339cec33\",\"editor.wordHighlightStrongBackground\":\"#007dd659\",\"editorCodeLens.foreground\":\"#403f53\",\"editorCursor.foreground\":\"#90A7B2\",\"editorError.border\":\"#FBFBFB\",\"editorError.foreground\":\"#E64D49\",\"editorGroup.background\":\"#F6F6F6\",\"editorGroup.border\":\"#F0F0F0\",\"editorGroupHeader.noTabsBackground\":\"#F0F0F0\",\"editorGroupHeader.tabsBackground\":\"#F0F0F0\",\"editorGroupHeader.tabsBorder\":\"#F0F0F0\",\"editorGutter.addedBackground\":\"#49d0c5\",\"editorGutter.deletedBackground\":\"#f76e6e\",\"editorGutter.modifiedBackground\":\"#6fbef6\",\"editorHoverWidget.background\":\"#F0F0F0\",\"editorHoverWidget.border\":\"#d9d9d9\",\"editorIndentGuide.background\":\"#d9d9d9\",\"editorInlayHint.background\":\"#F0F0F0\",\"editorInlayHint.foreground\":\"#403f53\",\"editorLineNumber.activeForeground\":\"#403f53\",\"editorLineNumber.foreground\":\"#90A7B2\",\"editorMarkerNavigation.background\":\"#D0D0D0\",\"editorMarkerNavigationError.background\":\"#f76e6e\",\"editorMarkerNavigationWarning.background\":\"#daaa01\",\"editorOverviewRuler.errorForeground\":\"#E64D49\",\"editorOverviewRuler.warningForeground\":\"#daaa01\",\"editorRuler.foreground\":\"#d9d9d9\",\"editorSuggestWidget.background\":\"#F0F0F0\",\"editorSuggestWidget.border\":\"#d9d9d9\",\"editorSuggestWidget.foreground\":\"#403f53\",\"editorSuggestWidget.highlightForeground\":\"#403f53\",\"editorSuggestWidget.selectedBackground\":\"#d3e8f8\",\"editorWarning.border\":\"#daaa01\",\"editorWarning.foreground\":\"#daaa01\",\"editorWhitespace.foreground\":\"#d9d9d9\",\"editorWidget.background\":\"#F0F0F0\",\"editorWidget.border\":\"#d9d9d9\",\"errorForeground\":\"#403f53\",\"extensionButton.prominentBackground\":\"#2AA298\",\"extensionButton.prominentForeground\":\"#F0F0F0\",\"focusBorder\":\"#93A1A1\",\"foreground\":\"#403f53\",\"input.background\":\"#F0F0F0\",\"input.border\":\"#d9d9d9\",\"input.foreground\":\"#403f53\",\"input.placeholderForeground\":\"#93A1A1\",\"inputOption.activeBorder\":\"#2AA298\",\"inputValidation.errorBackground\":\"#f76e6e\",\"inputValidation.errorBorder\":\"#de3d3b\",\"inputValidation.infoBackground\":\"#F0F0F0\",\"inputValidation.infoBorder\":\"#D0D0D0\",\"inputValidation.warningBackground\":\"#daaa01\",\"inputValidation.warningBorder\":\"#E0AF02\",\"list.activeSelectionBackground\":\"#d3e8f8\",\"list.activeSelectionForeground\":\"#403f53\",\"list.errorForeground\":\"#E64D49\",\"list.focusBackground\":\"#d3e8f8\",\"list.focusForeground\":\"#403f53\",\"list.highlightForeground\":\"#403f53\",\"list.hoverBackground\":\"#d3e8f8\",\"list.hoverForeground\":\"#403f53\",\"list.inactiveSelectionBackground\":\"#E0E7EA\",\"list.inactiveSelectionForeground\":\"#403f53\",\"list.warningForeground\":\"#daaa01\",\"notificationCenter.border\":\"#CCCCCC\",\"notificationCenterHeader.background\":\"#F0F0F0\",\"notificationCenterHeader.foreground\":\"#403f53\",\"notificationLink.foreground\":\"#994cc3\",\"notificationToast.border\":\"#CCCCCC\",\"notifications.background\":\"#F0F0F0\",\"notifications.border\":\"#CCCCCC\",\"notifications.foreground\":\"#403f53\",\"panel.background\":\"#F0F0F0\",\"panel.border\":\"#d9d9d9\",\"peekView.border\":\"#d9d9d9\",\"peekViewEditor.background\":\"#F6F6F6\",\"peekViewEditor.matchHighlightBackground\":\"#49d0c5\",\"peekViewEditorGutter.background\":\"#F6F6F6\",\"peekViewResult.background\":\"#F0F0F0\",\"peekViewResult.fileForeground\":\"#403f53\",\"peekViewResult.lineForeground\":\"#403f53\",\"peekViewResult.matchHighlightBackground\":\"#49d0c5\",\"peekViewResult.selectionBackground\":\"#E0E7EA\",\"peekViewResult.selectionForeground\":\"#403f53\",\"peekViewTitle.background\":\"#F0F0F0\",\"peekViewTitleDescription.foreground\":\"#403f53\",\"peekViewTitleLabel.foreground\":\"#403f53\",\"pickerGroup.border\":\"#d9d9d9\",\"pickerGroup.foreground\":\"#403f53\",\"progressBar.background\":\"#2AA298\",\"scrollbar.shadow\":\"#CCCCCC\",\"selection.background\":\"#7a8181ad\",\"sideBar.background\":\"#F0F0F0\",\"sideBar.border\":\"#F0F0F0\",\"sideBar.foreground\":\"#403f53\",\"sideBarTitle.foreground\":\"#403f53\",\"statusBar.background\":\"#F0F0F0\",\"statusBar.border\":\"#F0F0F0\",\"statusBar.debuggingBackground\":\"#F0F0F0\",\"statusBar.debuggingForeground\":\"#403f53\",\"statusBar.foreground\":\"#403f53\",\"statusBar.noFolderBackground\":\"#F0F0F0\",\"statusBar.noFolderForeground\":\"#403f53\",\"tab.activeBackground\":\"#F6F6F6\",\"tab.activeForeground\":\"#403f53\",\"tab.activeModifiedBorder\":\"#2AA298\",\"tab.border\":\"#F0F0F0\",\"tab.inactiveBackground\":\"#F0F0F0\",\"tab.inactiveForeground\":\"#403f53\",\"tab.inactiveModifiedBorder\":\"#93A1A1\",\"tab.unfocusedActiveModifiedBorder\":\"#93A1A1\",\"tab.unfocusedInactiveModifiedBorder\":\"#93A1A1\",\"terminal.ansiBlack\":\"#403f53\",\"terminal.ansiBlue\":\"#288ed7\",\"terminal.ansiBrightBlack\":\"#403f53\",\"terminal.ansiBrightBlue\":\"#288ed7\",\"terminal.ansiBrightCyan\":\"#2AA298\",\"terminal.ansiBrightGreen\":\"#08916a\",\"terminal.ansiBrightMagenta\":\"#d6438a\",\"terminal.ansiBrightRed\":\"#de3d3b\",\"terminal.ansiBrightWhite\":\"#93A1A1\",\"terminal.ansiBrightYellow\":\"#daaa01\",\"terminal.ansiCyan\":\"#2AA298\",\"terminal.ansiGreen\":\"#08916a\",\"terminal.ansiMagenta\":\"#d6438a\",\"terminal.ansiRed\":\"#de3d3b\",\"terminal.ansiWhite\":\"#93A1A1\",\"terminal.ansiYellow\":\"#E0AF02\",\"terminal.background\":\"#F6F6F6\",\"terminal.foreground\":\"#403f53\",\"titleBar.activeBackground\":\"#F0F0F0\",\"widget.shadow\":\"#d9d9d9\"},\"displayName\":\"Night Owl Light\",\"name\":\"night-owl-light\",\"semanticHighlighting\":false,\"tokenColors\":[{\"scope\":[\"markup.changed\",\"meta.diff.header.git\",\"meta.diff.header.from-file\",\"meta.diff.header.to-file\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a2bffc\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#EF535090\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#4876d6ff\"}},{\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#989fb1\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"string.quoted\",\"variable.other.readwrite.js\"],\"settings\":{\"foreground\":\"#c96765\"}},{\"scope\":\"support.constant.math\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"constant.numeric\",\"constant.character.numeric\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#aa0982\"}},{\"scope\":[\"constant.language\",\"punctuation.definition.constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":[\"string.regexp\",\"string.regexp keyword.other\"],\"settings\":{\"foreground\":\"#5ca7e4\"}},{\"scope\":\"meta.function punctuation.separator.comma\",\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"punctuation.accessor\",\"keyword\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"storage\",\"meta.var.expr\",\"meta.class meta.method.declaration meta.var.expr storage.type.js\",\"storage.type.property.js\",\"storage.type.property.ts\",\"storage.type.property.tsx\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"storage.type\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"storage.type.function.arrow.js\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.class\",\"meta.class entity.name.type.class\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"punctuation.definition.tag\",\"meta.tag\"],\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.other.html\",\"meta.tag.other.js\",\"meta.tag.other.tsx\",\"entity.name.tag.tsx\",\"entity.name.tag.js\",\"entity.name.tag\",\"meta.tag.js\",\"meta.tag.tsx\",\"meta.tag.html\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#994cc3\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#4876d6\"}},{\"scope\":\"entity.name.tag.custom\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"support.function\",\"support.constant\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"support.constant.meta.property-value\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"support.type\",\"support.class\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"support.variable.dom\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#ff2c83\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#d3423e\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0c969b\"}},{\"scope\":\"keyword.operator.relational\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.operator.assignment\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.operator.arithmetic\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.operator.bitwise\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.operator.increment\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.operator.ternary\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"comment.line.double-slash\",\"settings\":{\"foreground\":\"#939dbb\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#cdebf7\"}},{\"scope\":\"constant.language.null\",\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":\"meta.brace\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"meta.delimiter.period\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"punctuation.definition.string\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"punctuation.definition.string.begin.markdown\",\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":\"constant.language.boolean\",\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":\"object.comma\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0c969b\"}},{\"scope\":[\"support.type.vendor.property-name\",\"support.constant.vendor.property-value\",\"support.type.property-name\",\"meta.property-list entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0c969b\"}},{\"scope\":\"meta.property-list entity.name.tag.reference\",\"settings\":{\"foreground\":\"#57eaf1\"}},{\"scope\":\"constant.other.color.rgb-value punctuation.definition.constant\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"constant.other.color\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"meta.selector\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"entity.name.tag.doctype\",\"meta.tag.sgml.doctype\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"punctuation.definition.parameters\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"keyword.control.operator\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"variable.instance\",\"variable.other.instance\",\"variable.readwrite.instance\",\"variable.other.readwrite.instance\",\"variable.other.property\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"variable.other.object.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#111111\"}},{\"scope\":[\"variable.other.object.js\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#4876d6\"}},{\"scope\":[\"keyword.operator.comparison\",\"keyword.control.flow.js\",\"keyword.control.flow.ts\",\"keyword.control.flow.tsx\",\"keyword.control.ruby\",\"keyword.control.module.ruby\",\"keyword.control.class.ruby\",\"keyword.control.def.ruby\",\"keyword.control.loop.js\",\"keyword.control.loop.ts\",\"keyword.control.import.js\",\"keyword.control.import.ts\",\"keyword.control.import.tsx\",\"keyword.control.from.js\",\"keyword.control.from.ts\",\"keyword.control.from.tsx\",\"keyword.operator.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.instanceof.tsx\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"keyword.control.conditional.js\",\"keyword.control.conditional.ts\",\"keyword.control.switch.js\",\"keyword.control.switch.ts\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"support.constant\",\"keyword.other.special-method\",\"keyword.other.new\",\"keyword.other.debugger\",\"keyword.control\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"foreground\":\"#8BD649\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"foreground\":\"#c96765\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"support.variable.property\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"variable.function\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"variable.interpolation\",\"settings\":{\"foreground\":\"#ec5f67\"}},{\"scope\":\"meta.function-call\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"punctuation.section.embedded\",\"settings\":{\"foreground\":\"#d3423e\"}},{\"scope\":[\"punctuation.terminator.expression\",\"punctuation.definition.arguments\",\"punctuation.definition.array\",\"punctuation.section.array\",\"meta.array\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"punctuation.definition.list.begin\",\"punctuation.definition.list.end\",\"punctuation.separator.arguments\",\"punctuation.definition.list\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"string.template meta.template.expression\",\"settings\":{\"foreground\":\"#d3423e\"}},{\"scope\":\"string.template punctuation.definition.string\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4876d6\"}},{\"scope\":\"quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#697098\"}},{\"scope\":\"raw\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"variable.assignment.coffee\",\"settings\":{\"foreground\":\"#31e1eb\"}},{\"scope\":\"variable.parameter.function.coffee\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"variable.assignment.coffee\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"variable.other.readwrite.cs\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"entity.name.type.class.cs\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"entity.name.type.namespace.cs\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"entity.name.tag.css\",\"entity.name.tag.less\",\"entity.name.tag.custom.css\",\"support.constant.property-value.css\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c96765\"}},{\"scope\":[\"entity.name.tag.wildcard.css\",\"entity.name.tag.wildcard.less\",\"entity.name.tag.wildcard.scss\",\"entity.name.tag.wildcard.sass\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"keyword.other.unit.css\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"meta.attribute-selector.css entity.other.attribute-name.attribute\",\"variable.other.readwrite.js\"],\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":[\"source.elixir support.type.elixir\",\"source.elixir meta.module.elixir entity.name.class.elixir\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"source.elixir entity.name.function\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"source.elixir constant.other.symbol.elixir\",\"source.elixir constant.other.keywords.elixir\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"source.elixir punctuation.definition.string\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"source.elixir variable.other.readwrite.module.elixir\",\"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"source.elixir .punctuation.binary.elixir\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"constant.keyword.clojure\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"source.go meta.function-call.go\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"source.go keyword.package.go\",\"source.go keyword.import.go\",\"source.go keyword.function.go\",\"source.go keyword.type.go\",\"source.go keyword.struct.go\",\"source.go keyword.interface.go\",\"source.go keyword.const.go\",\"source.go keyword.var.go\",\"source.go keyword.map.go\",\"source.go keyword.channel.go\",\"source.go keyword.control.go\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"source.go constant.language.go\",\"source.go constant.other.placeholder.go\"],\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":[\"entity.name.function.preprocessor.cpp\",\"entity.scope.name.cpp\"],\"settings\":{\"foreground\":\"#0c969bff\"}},{\"scope\":[\"meta.namespace-block.cpp\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"storage.type.language.primitive.cpp\"],\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":[\"meta.preprocessor.macro.cpp\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"support.function.powershell\"],\"settings\":{\"foreground\":\"#0c969bff\"}},{\"scope\":\"entity.other.attribute-name.id.html\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"punctuation.definition.tag.html\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"meta.tag.sgml.doctype.html\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"meta.class entity.name.type.class.js\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"meta.method.declaration storage.type.js\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"terminator.js\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"meta.js punctuation.definition.js\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"entity.name.type.instance.jsdoc\",\"entity.name.type.instance.phpdoc\"],\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":[\"variable.other.jsdoc\",\"variable.other.phpdoc\"],\"settings\":{\"foreground\":\"#78ccf0\"}},{\"scope\":[\"variable.other.meta.import.js\",\"meta.import.js variable.other\",\"variable.other.meta.export.js\",\"meta.export.js variable.other\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"variable.parameter.function.js\",\"settings\":{\"foreground\":\"#7986E7\"}},{\"scope\":[\"variable.other.object.js\",\"variable.other.object.jsx\",\"variable.object.property.js\",\"variable.object.property.jsx\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"variable.js\",\"variable.other.js\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"entity.name.type.js\",\"entity.name.type.module.js\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#111111\"}},{\"scope\":\"support.class.js\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"support.constant.json\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"meta.structure.dictionary.value.json string.quoted.double\",\"settings\":{\"foreground\":\"#c789d6\"}},{\"scope\":\"string.quoted.double.json punctuation.definition.string.json\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"meta.structure.dictionary.json meta.structure.dictionary.value constant.language\",\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":\"variable.other.object.js\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#0c969b\"}},{\"scope\":[\"variable.other.ruby\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"entity.name.type.class.ruby\"],\"settings\":{\"foreground\":\"#c96765\"}},{\"scope\":\"constant.language.symbol.hashkey.ruby\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"constant.language.symbol.ruby\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"entity.name.tag.less\",\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":\"keyword.other.unit.css\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"meta.attribute-selector.less entity.other.attribute-name.attribute\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":[\"markup.heading\",\"markup.heading.setext.1\",\"markup.heading.setext.2\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4876d6\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#697098\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#ff869a\"}},{\"scope\":[\"string.other.link.title.markdown\",\"string.other.link.description.markdown\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"punctuation.definition.string.markdown\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"meta.link.inline.markdown punctuation.definition.string\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"variable.other.php\",\"variable.other.property.php\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"support.class.php\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":\"meta.function-call.php punctuation\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"variable.other.global.php\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"variable.other.global.php punctuation.definition.variable\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#bc5454\"}},{\"scope\":[\"variable.parameter.function.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"meta.function-call.python\",\"meta.function-call.generic.python\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":\"punctuation.python\",\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"entity.name.function.decorator.python\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"source.python variable.language.special\",\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":\"keyword.control\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#994cc3\"}},{\"scope\":[\"variable.scss\",\"variable.sass\",\"variable.parameter.url.scss\",\"variable.parameter.url.sass\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"source.css.scss meta.at-rule variable\",\"source.css.sass meta.at-rule variable\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"source.css.scss meta.at-rule variable\",\"source.css.sass meta.at-rule variable\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"meta.attribute-selector.scss entity.other.attribute-name.attribute\",\"meta.attribute-selector.sass entity.other.attribute-name.attribute\"],\"settings\":{\"foreground\":\"#aa0982\"}},{\"scope\":[\"entity.name.tag.scss\",\"entity.name.tag.sass\"],\"settings\":{\"foreground\":\"#0c969b\"}},{\"scope\":[\"keyword.other.unit.scss\",\"keyword.other.unit.sass\"],\"settings\":{\"foreground\":\"#994cc3\"}},{\"scope\":[\"variable.other.readwrite.alias.ts\",\"variable.other.readwrite.alias.tsx\",\"variable.other.readwrite.ts\",\"variable.other.readwrite.tsx\",\"variable.other.object.ts\",\"variable.other.object.tsx\",\"variable.object.property.ts\",\"variable.object.property.tsx\",\"variable.other.ts\",\"variable.other.tsx\",\"variable.tsx\",\"variable.ts\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"entity.name.type.ts\",\"entity.name.type.tsx\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"support.class.node.ts\",\"support.class.node.tsx\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"meta.type.parameters.ts entity.name.type\",\"meta.type.parameters.tsx entity.name.type\"],\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":[\"meta.import.ts punctuation.definition.block\",\"meta.import.tsx punctuation.definition.block\",\"meta.export.ts punctuation.definition.block\",\"meta.export.tsx punctuation.definition.block\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"meta.decorator punctuation.decorator.ts\",\"meta.decorator punctuation.decorator.tsx\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"meta.tag.js meta.jsx.children.tsx\",\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":\"entity.name.tag.yaml\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"variable.other.readwrite.js\",\"variable.parameter\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":[\"support.class.component.js\",\"support.class.component.tsx\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#aa0982\"}},{\"scope\":[\"meta.jsx.children\",\"meta.jsx.children.js\",\"meta.jsx.children.tsx\"],\"settings\":{\"foreground\":\"#403f53\"}},{\"scope\":\"meta.class entity.name.type.class.tsx\",\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"entity.name.type.tsx\",\"entity.name.type.module.tsx\"],\"settings\":{\"foreground\":\"#111111\"}},{\"scope\":[\"meta.class.ts meta.var.expr.ts storage.type.ts\",\"meta.class.tsx meta.var.expr.tsx storage.type.tsx\"],\"settings\":{\"foreground\":\"#994CC3\"}},{\"scope\":[\"meta.method.declaration storage.type.ts\",\"meta.method.declaration storage.type.tsx\"],\"settings\":{\"foreground\":\"#4876d6\"}},{\"scope\":[\"meta.property-list.css meta.property-value.css variable.other.less\",\"meta.property-list.scss variable.scss\",\"meta.property-list.sass variable.sass\",\"meta.brace\",\"keyword.operator.operator\",\"keyword.operator.or.regexp\",\"keyword.operator.expression.in\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.comparison\",\"keyword.operator.type\",\"keyword.operator\",\"keyword\",\"punctuation.definintion.string\",\"punctuation\",\"variable.other.readwrite.js\",\"storage.type\",\"source.css\",\"string.quoted\"],\"settings\":{\"fontStyle\":\"\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: night-owl */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#011627\",\"activityBar.border\":\"#011627\",\"activityBar.dropBackground\":\"#5f7e97\",\"activityBar.foreground\":\"#5f7e97\",\"activityBarBadge.background\":\"#44596b\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#5f7e97\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#FFFFFF\",\"breadcrumb.focusForeground\":\"#ffffff\",\"breadcrumb.foreground\":\"#A599E9\",\"breadcrumbPicker.background\":\"#001122\",\"button.background\":\"#7e57c2cc\",\"button.foreground\":\"#ffffffcc\",\"button.hoverBackground\":\"#7e57c2\",\"contrastBorder\":\"#122d42\",\"debugExceptionWidget.background\":\"#011627\",\"debugExceptionWidget.border\":\"#5f7e97\",\"debugToolBar.background\":\"#011627\",\"diffEditor.insertedTextBackground\":\"#99b76d23\",\"diffEditor.removedTextBackground\":\"#ef535033\",\"dropdown.background\":\"#011627\",\"dropdown.border\":\"#5f7e97\",\"dropdown.foreground\":\"#ffffffcc\",\"editor.background\":\"#011627\",\"editor.findMatchBackground\":\"#5f7e9779\",\"editor.findMatchHighlightBackground\":\"#1085bb5d\",\"editor.findRangeHighlightBackground\":null,\"editor.foreground\":\"#d6deeb\",\"editor.hoverHighlightBackground\":\"#7e57c25a\",\"editor.inactiveSelectionBackground\":\"#7e57c25a\",\"editor.lineHighlightBackground\":\"#28707d29\",\"editor.lineHighlightBorder\":null,\"editor.rangeHighlightBackground\":\"#7e57c25a\",\"editor.selectionBackground\":\"#1d3b53\",\"editor.selectionHighlightBackground\":\"#5f7e9779\",\"editor.wordHighlightBackground\":\"#f6bbe533\",\"editor.wordHighlightStrongBackground\":\"#e2a2f433\",\"editorCodeLens.foreground\":\"#5e82ceb4\",\"editorCursor.foreground\":\"#80a4c2\",\"editorError.border\":null,\"editorError.foreground\":\"#EF5350\",\"editorGroup.border\":\"#011627\",\"editorGroup.dropBackground\":\"#7e57c273\",\"editorGroup.emptyBackground\":\"#011627\",\"editorGroupHeader.noTabsBackground\":\"#011627\",\"editorGroupHeader.tabsBackground\":\"#011627\",\"editorGroupHeader.tabsBorder\":\"#262A39\",\"editorGutter.addedBackground\":\"#9CCC65\",\"editorGutter.background\":\"#011627\",\"editorGutter.deletedBackground\":\"#EF5350\",\"editorGutter.modifiedBackground\":\"#e2b93d\",\"editorHoverWidget.background\":\"#011627\",\"editorHoverWidget.border\":\"#5f7e97\",\"editorIndentGuide.activeBackground\":\"#7E97AC\",\"editorIndentGuide.background\":\"#5e81ce52\",\"editorInlayHint.background\":\"#0000\",\"editorInlayHint.foreground\":\"#829D9D\",\"editorLineNumber.activeForeground\":\"#C5E4FD\",\"editorLineNumber.foreground\":\"#4b6479\",\"editorLink.activeForeground\":null,\"editorMarkerNavigation.background\":\"#0b2942\",\"editorMarkerNavigationError.background\":\"#EF5350\",\"editorMarkerNavigationWarning.background\":\"#FFCA28\",\"editorOverviewRuler.commonContentForeground\":\"#7e57c2\",\"editorOverviewRuler.currentContentForeground\":\"#7e57c2\",\"editorOverviewRuler.incomingContentForeground\":\"#7e57c2\",\"editorRuler.foreground\":\"#5e81ce52\",\"editorSuggestWidget.background\":\"#2C3043\",\"editorSuggestWidget.border\":\"#2B2F40\",\"editorSuggestWidget.foreground\":\"#d6deeb\",\"editorSuggestWidget.highlightForeground\":\"#ffffff\",\"editorSuggestWidget.selectedBackground\":\"#5f7e97\",\"editorWarning.border\":null,\"editorWarning.foreground\":\"#b39554\",\"editorWhitespace.foreground\":null,\"editorWidget.background\":\"#021320\",\"editorWidget.border\":\"#5f7e97\",\"errorForeground\":\"#EF5350\",\"extensionButton.prominentBackground\":\"#7e57c2cc\",\"extensionButton.prominentForeground\":\"#ffffffcc\",\"extensionButton.prominentHoverBackground\":\"#7e57c2\",\"focusBorder\":\"#122d42\",\"foreground\":\"#d6deeb\",\"gitDecoration.conflictingResourceForeground\":\"#ffeb95cc\",\"gitDecoration.deletedResourceForeground\":\"#EF535090\",\"gitDecoration.ignoredResourceForeground\":\"#395a75\",\"gitDecoration.modifiedResourceForeground\":\"#a2bffc\",\"gitDecoration.untrackedResourceForeground\":\"#c5e478ff\",\"input.background\":\"#0b253a\",\"input.border\":\"#5f7e97\",\"input.foreground\":\"#ffffffcc\",\"input.placeholderForeground\":\"#5f7e97\",\"inputOption.activeBorder\":\"#ffffffcc\",\"inputValidation.errorBackground\":\"#AB0300F2\",\"inputValidation.errorBorder\":\"#EF5350\",\"inputValidation.infoBackground\":\"#00589EF2\",\"inputValidation.infoBorder\":\"#64B5F6\",\"inputValidation.warningBackground\":\"#675700F2\",\"inputValidation.warningBorder\":\"#FFCA28\",\"list.activeSelectionBackground\":\"#234d708c\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.dropBackground\":\"#011627\",\"list.focusBackground\":\"#010d18\",\"list.focusForeground\":\"#ffffff\",\"list.highlightForeground\":\"#ffffff\",\"list.hoverBackground\":\"#011627\",\"list.hoverForeground\":\"#ffffff\",\"list.inactiveSelectionBackground\":\"#0e293f\",\"list.inactiveSelectionForeground\":\"#5f7e97\",\"list.invalidItemForeground\":\"#975f94\",\"merge.border\":null,\"merge.currentContentBackground\":null,\"merge.currentHeaderBackground\":\"#5f7e97\",\"merge.incomingContentBackground\":null,\"merge.incomingHeaderBackground\":\"#7e57c25a\",\"meta.objectliteral.js\":\"#82AAFF\",\"notificationCenter.border\":\"#262a39\",\"notificationLink.foreground\":\"#80CBC4\",\"notificationToast.border\":\"#262a39\",\"notifications.background\":\"#01111d\",\"notifications.border\":\"#262a39\",\"notifications.foreground\":\"#ffffffcc\",\"panel.background\":\"#011627\",\"panel.border\":\"#5f7e97\",\"panelTitle.activeBorder\":\"#5f7e97\",\"panelTitle.activeForeground\":\"#ffffffcc\",\"panelTitle.inactiveForeground\":\"#d6deeb80\",\"peekView.border\":\"#5f7e97\",\"peekViewEditor.background\":\"#011627\",\"peekViewEditor.matchHighlightBackground\":\"#7e57c25a\",\"peekViewResult.background\":\"#011627\",\"peekViewResult.fileForeground\":\"#5f7e97\",\"peekViewResult.lineForeground\":\"#5f7e97\",\"peekViewResult.matchHighlightBackground\":\"#ffffffcc\",\"peekViewResult.selectionBackground\":\"#2E3250\",\"peekViewResult.selectionForeground\":\"#5f7e97\",\"peekViewTitle.background\":\"#011627\",\"peekViewTitleDescription.foreground\":\"#697098\",\"peekViewTitleLabel.foreground\":\"#5f7e97\",\"pickerGroup.border\":\"#011627\",\"pickerGroup.foreground\":\"#d1aaff\",\"progress.background\":\"#7e57c2\",\"punctuation.definition.generic.begin.html\":\"#ef5350f2\",\"scrollbar.shadow\":\"#010b14\",\"scrollbarSlider.activeBackground\":\"#084d8180\",\"scrollbarSlider.background\":\"#084d8180\",\"scrollbarSlider.hoverBackground\":\"#084d8180\",\"selection.background\":\"#4373c2\",\"sideBar.background\":\"#011627\",\"sideBar.border\":\"#011627\",\"sideBar.foreground\":\"#89a4bb\",\"sideBarSectionHeader.background\":\"#011627\",\"sideBarSectionHeader.foreground\":\"#5f7e97\",\"sideBarTitle.foreground\":\"#5f7e97\",\"source.elm\":\"#5f7e97\",\"statusBar.background\":\"#011627\",\"statusBar.border\":\"#262A39\",\"statusBar.debuggingBackground\":\"#202431\",\"statusBar.debuggingBorder\":\"#1F2330\",\"statusBar.debuggingForeground\":null,\"statusBar.foreground\":\"#5f7e97\",\"statusBar.noFolderBackground\":\"#011627\",\"statusBar.noFolderBorder\":\"#25293A\",\"statusBar.noFolderForeground\":null,\"statusBarItem.activeBackground\":\"#202431\",\"statusBarItem.hoverBackground\":\"#202431\",\"statusBarItem.prominentBackground\":\"#202431\",\"statusBarItem.prominentHoverBackground\":\"#202431\",\"string.quoted.single.js\":\"#ffffff\",\"tab.activeBackground\":\"#0b2942\",\"tab.activeBorder\":\"#262A39\",\"tab.activeForeground\":\"#d2dee7\",\"tab.border\":\"#272B3B\",\"tab.inactiveBackground\":\"#01111d\",\"tab.inactiveForeground\":\"#5f7e97\",\"tab.unfocusedActiveBorder\":\"#262A39\",\"tab.unfocusedActiveForeground\":\"#5f7e97\",\"tab.unfocusedInactiveForeground\":\"#5f7e97\",\"terminal.ansiBlack\":\"#011627\",\"terminal.ansiBlue\":\"#82AAFF\",\"terminal.ansiBrightBlack\":\"#575656\",\"terminal.ansiBrightBlue\":\"#82AAFF\",\"terminal.ansiBrightCyan\":\"#7fdbca\",\"terminal.ansiBrightGreen\":\"#22da6e\",\"terminal.ansiBrightMagenta\":\"#C792EA\",\"terminal.ansiBrightRed\":\"#EF5350\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#ffeb95\",\"terminal.ansiCyan\":\"#21c7a8\",\"terminal.ansiGreen\":\"#22da6e\",\"terminal.ansiMagenta\":\"#C792EA\",\"terminal.ansiRed\":\"#EF5350\",\"terminal.ansiWhite\":\"#ffffff\",\"terminal.ansiYellow\":\"#c5e478\",\"terminal.selectionBackground\":\"#1b90dd4d\",\"terminalCursor.background\":\"#234d70\",\"textCodeBlock.background\":\"#4f4f4f\",\"titleBar.activeBackground\":\"#011627\",\"titleBar.activeForeground\":\"#eeefff\",\"titleBar.inactiveBackground\":\"#010e1a\",\"titleBar.inactiveForeground\":null,\"walkThrough.embeddedEditorBackground\":\"#011627\",\"welcomePage.buttonBackground\":\"#011627\",\"welcomePage.buttonHoverBackground\":\"#011627\",\"widget.shadow\":\"#011627\"},\"displayName\":\"Night Owl\",\"name\":\"night-owl\",\"semanticHighlighting\":false,\"tokenColors\":[{\"scope\":[\"markup.changed\",\"meta.diff.header.git\",\"meta.diff.header.from-file\",\"meta.diff.header.to-file\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a2bffc\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#EF535090\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c5e478ff\"}},{\"settings\":{\"background\":\"#011627\",\"foreground\":\"#d6deeb\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#637777\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#ecc48d\"}},{\"scope\":[\"string.quoted\",\"variable.other.readwrite.js\"],\"settings\":{\"foreground\":\"#ecc48d\"}},{\"scope\":\"support.constant.math\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"constant.numeric\",\"constant.character.numeric\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F78C6C\"}},{\"scope\":[\"constant.language\",\"punctuation.definition.constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"string.regexp\",\"string.regexp keyword.other\"],\"settings\":{\"foreground\":\"#5ca7e4\"}},{\"scope\":\"meta.function punctuation.separator.comma\",\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"punctuation.accessor\",\"keyword\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"storage\",\"meta.var.expr\",\"meta.class meta.method.declaration meta.var.expr storage.type.js\",\"storage.type.property.js\",\"storage.type.property.ts\",\"storage.type.property.tsx\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"storage.type\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"storage.type.function.arrow.js\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.class\",\"meta.class entity.name.type.class\"],\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"punctuation.definition.tag\",\"meta.tag\"],\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.other.html\",\"meta.tag.other.js\",\"meta.tag.other.tsx\",\"entity.name.tag.tsx\",\"entity.name.tag.js\",\"entity.name.tag\",\"meta.tag.js\",\"meta.tag.tsx\",\"meta.tag.html\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#caece6\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c5e478\"}},{\"scope\":\"entity.name.tag.custom\",\"settings\":{\"foreground\":\"#f78c6c\"}},{\"scope\":[\"support.function\",\"support.constant\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"support.constant.meta.property-value\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":[\"support.type\",\"support.class\"],\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"support.variable.dom\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"invalid\",\"settings\":{\"background\":\"#ff2c83\",\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"background\":\"#d3423e\",\"foreground\":\"#ffffff\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7fdbca\"}},{\"scope\":\"keyword.operator.relational\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"keyword.operator.assignment\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"keyword.operator.arithmetic\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"keyword.operator.bitwise\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"keyword.operator.increment\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"keyword.operator.ternary\",\"settings\":{\"foreground\":\"#c792ea\"}},{\"scope\":\"comment.line.double-slash\",\"settings\":{\"foreground\":\"#637777\"}},{\"scope\":\"object\",\"settings\":{\"foreground\":\"#cdebf7\"}},{\"scope\":\"constant.language.null\",\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":\"meta.brace\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"meta.delimiter.period\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"punctuation.definition.string\",\"settings\":{\"foreground\":\"#d9f5dd\"}},{\"scope\":\"punctuation.definition.string.begin.markdown\",\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":\"constant.language.boolean\",\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":\"object.comma\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7fdbca\"}},{\"scope\":[\"support.type.vendor.property-name\",\"support.constant.vendor.property-value\",\"support.type.property-name\",\"meta.property-list entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#80CBC4\"}},{\"scope\":\"meta.property-list entity.name.tag.reference\",\"settings\":{\"foreground\":\"#57eaf1\"}},{\"scope\":\"constant.other.color.rgb-value punctuation.definition.constant\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":\"constant.other.color\",\"settings\":{\"foreground\":\"#FFEB95\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#FFEB95\"}},{\"scope\":\"meta.selector\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#FAD430\"}},{\"scope\":\"meta.property-name\",\"settings\":{\"foreground\":\"#80CBC4\"}},{\"scope\":[\"entity.name.tag.doctype\",\"meta.tag.sgml.doctype\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"punctuation.definition.parameters\",\"settings\":{\"foreground\":\"#d9f5dd\"}},{\"scope\":\"keyword.control.operator\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"variable.instance\",\"variable.other.instance\",\"variable.readwrite.instance\",\"variable.other.readwrite.instance\",\"variable.other.property\"],\"settings\":{\"foreground\":\"#baebe2\"}},{\"scope\":[\"variable.other.object.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#faf39f\"}},{\"scope\":[\"variable.other.object.js\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#82AAFF\"}},{\"scope\":[\"variable.language.this.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#41eec6\"}},{\"scope\":[\"keyword.operator.comparison\",\"keyword.control.flow.js\",\"keyword.control.flow.ts\",\"keyword.control.flow.tsx\",\"keyword.control.ruby\",\"keyword.control.module.ruby\",\"keyword.control.class.ruby\",\"keyword.control.def.ruby\",\"keyword.control.loop.js\",\"keyword.control.loop.ts\",\"keyword.control.import.js\",\"keyword.control.import.ts\",\"keyword.control.import.tsx\",\"keyword.control.from.js\",\"keyword.control.from.ts\",\"keyword.control.from.tsx\",\"keyword.operator.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.instanceof.tsx\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"keyword.control.conditional.js\",\"keyword.control.conditional.ts\",\"keyword.control.switch.js\",\"keyword.control.switch.ts\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"support.constant\",\"keyword.other.special-method\",\"keyword.other.new\",\"keyword.other.debugger\",\"keyword.control\"],\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"background\":\"#F78C6C\",\"foreground\":\"#020e14\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"background\":\"#8BD649\",\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"background\":\"#ec5f67\",\"foreground\":\"#ffffff\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"support.variable.property\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"variable.function\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"variable.interpolation\",\"settings\":{\"foreground\":\"#ec5f67\"}},{\"scope\":\"meta.function-call\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"punctuation.section.embedded\",\"settings\":{\"foreground\":\"#d3423e\"}},{\"scope\":[\"punctuation.terminator.expression\",\"punctuation.definition.arguments\",\"punctuation.definition.array\",\"punctuation.section.array\",\"meta.array\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"punctuation.definition.list.begin\",\"punctuation.definition.list.end\",\"punctuation.separator.arguments\",\"punctuation.definition.list\"],\"settings\":{\"foreground\":\"#d9f5dd\"}},{\"scope\":\"string.template meta.template.expression\",\"settings\":{\"foreground\":\"#d3423e\"}},{\"scope\":\"string.template punctuation.definition.string\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#c5e478\"}},{\"scope\":\"quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#697098\"}},{\"scope\":\"raw\",\"settings\":{\"foreground\":\"#80CBC4\"}},{\"scope\":\"variable.assignment.coffee\",\"settings\":{\"foreground\":\"#31e1eb\"}},{\"scope\":\"variable.parameter.function.coffee\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"variable.assignment.coffee\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"variable.other.readwrite.cs\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"entity.name.type.class.cs\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":\"entity.name.type.namespace.cs\",\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":\"string.unquoted.preprocessor.message.cs\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"punctuation.separator.hash.cs\",\"keyword.preprocessor.region.cs\",\"keyword.preprocessor.endregion.cs\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ffcb8b\"}},{\"scope\":\"variable.other.object.cs\",\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":\"entity.name.type.enum.cs\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"string.interpolated.single.dart\",\"string.interpolated.double.dart\"],\"settings\":{\"foreground\":\"#FFCB8B\"}},{\"scope\":\"support.class.dart\",\"settings\":{\"foreground\":\"#FFCB8B\"}},{\"scope\":[\"entity.name.tag.css\",\"entity.name.tag.less\",\"entity.name.tag.custom.css\",\"support.constant.property-value.css\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ff6363\"}},{\"scope\":[\"entity.name.tag.wildcard.css\",\"entity.name.tag.wildcard.less\",\"entity.name.tag.wildcard.scss\",\"entity.name.tag.wildcard.sass\"],\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"keyword.other.unit.css\",\"settings\":{\"foreground\":\"#FFEB95\"}},{\"scope\":[\"meta.attribute-selector.css entity.other.attribute-name.attribute\",\"variable.other.readwrite.js\"],\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"source.elixir support.type.elixir\",\"source.elixir meta.module.elixir entity.name.class.elixir\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"source.elixir entity.name.function\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"source.elixir constant.other.symbol.elixir\",\"source.elixir constant.other.keywords.elixir\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"source.elixir punctuation.definition.string\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"source.elixir variable.other.readwrite.module.elixir\",\"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir\"],\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"source.elixir .punctuation.binary.elixir\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"constant.keyword.clojure\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"source.go meta.function-call.go\",\"settings\":{\"foreground\":\"#DDDDDD\"}},{\"scope\":[\"source.go keyword.package.go\",\"source.go keyword.import.go\",\"source.go keyword.function.go\",\"source.go keyword.type.go\",\"source.go keyword.struct.go\",\"source.go keyword.interface.go\",\"source.go keyword.const.go\",\"source.go keyword.var.go\",\"source.go keyword.map.go\",\"source.go keyword.channel.go\",\"source.go keyword.control.go\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"source.go constant.language.go\",\"source.go constant.other.placeholder.go\"],\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":[\"entity.name.function.preprocessor.cpp\",\"entity.scope.name.cpp\"],\"settings\":{\"foreground\":\"#7fdbcaff\"}},{\"scope\":[\"meta.namespace-block.cpp\"],\"settings\":{\"foreground\":\"#e0dec6\"}},{\"scope\":[\"storage.type.language.primitive.cpp\"],\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":[\"meta.preprocessor.macro.cpp\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":[\"variable.other.readwrite.powershell\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"support.function.powershell\"],\"settings\":{\"foreground\":\"#7fdbcaff\"}},{\"scope\":\"entity.other.attribute-name.id.html\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"punctuation.definition.tag.html\",\"settings\":{\"foreground\":\"#6ae9f0\"}},{\"scope\":\"meta.tag.sgml.doctype.html\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"meta.class entity.name.type.class.js\",\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":\"meta.method.declaration storage.type.js\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"terminator.js\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"meta.js punctuation.definition.js\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"entity.name.type.instance.jsdoc\",\"entity.name.type.instance.phpdoc\"],\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":[\"variable.other.jsdoc\",\"variable.other.phpdoc\"],\"settings\":{\"foreground\":\"#78ccf0\"}},{\"scope\":[\"variable.other.meta.import.js\",\"meta.import.js variable.other\",\"variable.other.meta.export.js\",\"meta.export.js variable.other\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"variable.parameter.function.js\",\"settings\":{\"foreground\":\"#7986E7\"}},{\"scope\":[\"variable.other.object.js\",\"variable.other.object.jsx\",\"variable.object.property.js\",\"variable.object.property.jsx\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"variable.js\",\"variable.other.js\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"entity.name.type.js\",\"entity.name.type.module.js\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffcb8b\"}},{\"scope\":\"support.class.js\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"support.constant.json\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"meta.structure.dictionary.value.json string.quoted.double\",\"settings\":{\"foreground\":\"#c789d6\"}},{\"scope\":\"string.quoted.double.json punctuation.definition.string.json\",\"settings\":{\"foreground\":\"#80CBC4\"}},{\"scope\":\"meta.structure.dictionary.json meta.structure.dictionary.value constant.language\",\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":\"variable.other.object.js\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7fdbca\"}},{\"scope\":[\"variable.other.ruby\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"entity.name.type.class.ruby\"],\"settings\":{\"foreground\":\"#ecc48d\"}},{\"scope\":\"constant.language.symbol.hashkey.ruby\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"constant.language.symbol.ruby\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"entity.name.tag.less\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":\"keyword.other.unit.css\",\"settings\":{\"foreground\":\"#FFEB95\"}},{\"scope\":\"meta.attribute-selector.less entity.other.attribute-name.attribute\",\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"markup.heading\",\"markup.heading.setext.1\",\"markup.heading.setext.2\"],\"settings\":{\"foreground\":\"#82b1ff\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#c5e478\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#697098\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#80CBC4\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#ff869a\"}},{\"scope\":[\"string.other.link.title.markdown\",\"string.other.link.description.markdown\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"punctuation.definition.string.markdown\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"meta.link.inline.markdown punctuation.definition.string\"],\"settings\":{\"foreground\":\"#82b1ff\"}},{\"scope\":[\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#82b1ff\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"variable.other.php\",\"variable.other.property.php\"],\"settings\":{\"foreground\":\"#bec5d4\"}},{\"scope\":\"support.class.php\",\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":\"meta.function-call.php punctuation\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"variable.other.global.php\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"variable.other.global.php punctuation.definition.variable\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#ff5874\"}},{\"scope\":[\"variable.parameter.function.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"meta.function-call.python\",\"meta.function-call.generic.python\"],\"settings\":{\"foreground\":\"#B2CCD6\"}},{\"scope\":\"punctuation.python\",\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"entity.name.function.decorator.python\",\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":\"source.python variable.language.special\",\"settings\":{\"foreground\":\"#8EACE3\"}},{\"scope\":\"keyword.control\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c792ea\"}},{\"scope\":[\"variable.scss\",\"variable.sass\",\"variable.parameter.url.scss\",\"variable.parameter.url.sass\"],\"settings\":{\"foreground\":\"#c5e478\"}},{\"scope\":[\"source.css.scss meta.at-rule variable\",\"source.css.sass meta.at-rule variable\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"source.css.scss meta.at-rule variable\",\"source.css.sass meta.at-rule variable\"],\"settings\":{\"foreground\":\"#bec5d4\"}},{\"scope\":[\"meta.attribute-selector.scss entity.other.attribute-name.attribute\",\"meta.attribute-selector.sass entity.other.attribute-name.attribute\"],\"settings\":{\"foreground\":\"#F78C6C\"}},{\"scope\":[\"entity.name.tag.scss\",\"entity.name.tag.sass\"],\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":[\"keyword.other.unit.scss\",\"keyword.other.unit.sass\"],\"settings\":{\"foreground\":\"#FFEB95\"}},{\"scope\":[\"variable.other.readwrite.alias.ts\",\"variable.other.readwrite.alias.tsx\",\"variable.other.readwrite.ts\",\"variable.other.readwrite.tsx\",\"variable.other.object.ts\",\"variable.other.object.tsx\",\"variable.object.property.ts\",\"variable.object.property.tsx\",\"variable.other.ts\",\"variable.other.tsx\",\"variable.tsx\",\"variable.ts\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"entity.name.type.ts\",\"entity.name.type.tsx\"],\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":[\"support.class.node.ts\",\"support.class.node.tsx\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":[\"meta.type.parameters.ts entity.name.type\",\"meta.type.parameters.tsx entity.name.type\"],\"settings\":{\"foreground\":\"#5f7e97\"}},{\"scope\":[\"meta.import.ts punctuation.definition.block\",\"meta.import.tsx punctuation.definition.block\",\"meta.export.ts punctuation.definition.block\",\"meta.export.tsx punctuation.definition.block\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":[\"meta.decorator punctuation.decorator.ts\",\"meta.decorator punctuation.decorator.tsx\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"meta.tag.js meta.jsx.children.tsx\",\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"entity.name.tag.yaml\",\"settings\":{\"foreground\":\"#7fdbca\"}},{\"scope\":[\"variable.other.readwrite.js\",\"variable.parameter\"],\"settings\":{\"foreground\":\"#d7dbe0\"}},{\"scope\":[\"support.class.component.js\",\"support.class.component.tsx\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f78c6c\"}},{\"scope\":[\"meta.jsx.children\",\"meta.jsx.children.js\",\"meta.jsx.children.tsx\"],\"settings\":{\"foreground\":\"#d6deeb\"}},{\"scope\":\"meta.class entity.name.type.class.tsx\",\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":[\"entity.name.type.tsx\",\"entity.name.type.module.tsx\"],\"settings\":{\"foreground\":\"#ffcb8b\"}},{\"scope\":[\"meta.class.ts meta.var.expr.ts storage.type.ts\",\"meta.class.tsx meta.var.expr.tsx storage.type.tsx\"],\"settings\":{\"foreground\":\"#C792EA\"}},{\"scope\":[\"meta.method.declaration storage.type.ts\",\"meta.method.declaration storage.type.tsx\"],\"settings\":{\"foreground\":\"#82AAFF\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#ff0000\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#036A07\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"meta.property-list.css meta.property-value.css variable.other.less\",\"meta.property-list.scss variable.scss\",\"meta.property-list.sass variable.sass\",\"meta.brace\",\"keyword.operator.operator\",\"keyword.operator.or.regexp\",\"keyword.operator.expression.in\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.comparison\",\"keyword.operator.type\",\"keyword.operator\",\"keyword\",\"punctuation.definintion.string\",\"punctuation\",\"variable.other.readwrite.js\",\"storage.type\",\"source.css\",\"string.quoted\"],\"settings\":{\"fontStyle\":\"\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: nord */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#3b4252\",\"activityBar.activeBorder\":\"#88c0d0\",\"activityBar.background\":\"#2e3440\",\"activityBar.dropBackground\":\"#3b4252\",\"activityBar.foreground\":\"#d8dee9\",\"activityBarBadge.background\":\"#88c0d0\",\"activityBarBadge.foreground\":\"#2e3440\",\"badge.background\":\"#88c0d0\",\"badge.foreground\":\"#2e3440\",\"button.background\":\"#88c0d0ee\",\"button.foreground\":\"#2e3440\",\"button.hoverBackground\":\"#88c0d0\",\"button.secondaryBackground\":\"#434c5e\",\"button.secondaryForeground\":\"#d8dee9\",\"button.secondaryHoverBackground\":\"#4c566a\",\"charts.blue\":\"#81a1c1\",\"charts.foreground\":\"#d8dee9\",\"charts.green\":\"#a3be8c\",\"charts.lines\":\"#88c0d0\",\"charts.orange\":\"#d08770\",\"charts.purple\":\"#b48ead\",\"charts.red\":\"#bf616a\",\"charts.yellow\":\"#ebcb8b\",\"debugConsole.errorForeground\":\"#bf616a\",\"debugConsole.infoForeground\":\"#88c0d0\",\"debugConsole.sourceForeground\":\"#616e88\",\"debugConsole.warningForeground\":\"#ebcb8b\",\"debugConsoleInputIcon.foreground\":\"#81a1c1\",\"debugExceptionWidget.background\":\"#4c566a\",\"debugExceptionWidget.border\":\"#2e3440\",\"debugToolBar.background\":\"#3b4252\",\"descriptionForeground\":\"#d8dee9e6\",\"diffEditor.insertedTextBackground\":\"#81a1c133\",\"diffEditor.removedTextBackground\":\"#bf616a4d\",\"dropdown.background\":\"#3b4252\",\"dropdown.border\":\"#3b4252\",\"dropdown.foreground\":\"#d8dee9\",\"editor.background\":\"#2e3440\",\"editor.findMatchBackground\":\"#88c0d066\",\"editor.findMatchHighlightBackground\":\"#88c0d033\",\"editor.findRangeHighlightBackground\":\"#88c0d033\",\"editor.focusedStackFrameHighlightBackground\":\"#5e81ac\",\"editor.foreground\":\"#d8dee9\",\"editor.hoverHighlightBackground\":\"#3b4252\",\"editor.inactiveSelectionBackground\":\"#434c5ecc\",\"editor.inlineValuesBackground\":\"#4c566a\",\"editor.inlineValuesForeground\":\"#eceff4\",\"editor.lineHighlightBackground\":\"#3b4252\",\"editor.lineHighlightBorder\":\"#3b4252\",\"editor.rangeHighlightBackground\":\"#434c5e52\",\"editor.selectionBackground\":\"#434c5ecc\",\"editor.selectionHighlightBackground\":\"#434c5ecc\",\"editor.stackFrameHighlightBackground\":\"#5e81ac\",\"editor.wordHighlightBackground\":\"#81a1c166\",\"editor.wordHighlightStrongBackground\":\"#81a1c199\",\"editorActiveLineNumber.foreground\":\"#d8dee9cc\",\"editorBracketHighlight.foreground1\":\"#8fbcbb\",\"editorBracketHighlight.foreground2\":\"#88c0d0\",\"editorBracketHighlight.foreground3\":\"#81a1c1\",\"editorBracketHighlight.foreground4\":\"#5e81ac\",\"editorBracketHighlight.foreground5\":\"#8fbcbb\",\"editorBracketHighlight.foreground6\":\"#88c0d0\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#bf616a\",\"editorBracketMatch.background\":\"#2e344000\",\"editorBracketMatch.border\":\"#88c0d0\",\"editorCodeLens.foreground\":\"#4c566a\",\"editorCursor.foreground\":\"#d8dee9\",\"editorError.border\":\"#bf616a00\",\"editorError.foreground\":\"#bf616a\",\"editorGroup.background\":\"#2e3440\",\"editorGroup.border\":\"#3b425201\",\"editorGroup.dropBackground\":\"#3b425299\",\"editorGroupHeader.border\":\"#3b425200\",\"editorGroupHeader.noTabsBackground\":\"#2e3440\",\"editorGroupHeader.tabsBackground\":\"#2e3440\",\"editorGroupHeader.tabsBorder\":\"#3b425200\",\"editorGutter.addedBackground\":\"#a3be8c\",\"editorGutter.background\":\"#2e3440\",\"editorGutter.deletedBackground\":\"#bf616a\",\"editorGutter.modifiedBackground\":\"#ebcb8b\",\"editorHint.border\":\"#ebcb8b00\",\"editorHint.foreground\":\"#ebcb8b\",\"editorHoverWidget.background\":\"#3b4252\",\"editorHoverWidget.border\":\"#3b4252\",\"editorIndentGuide.activeBackground\":\"#4c566a\",\"editorIndentGuide.background\":\"#434c5eb3\",\"editorInlayHint.background\":\"#434c5e\",\"editorInlayHint.foreground\":\"#d8dee9\",\"editorLineNumber.activeForeground\":\"#d8dee9\",\"editorLineNumber.foreground\":\"#4c566a\",\"editorLink.activeForeground\":\"#88c0d0\",\"editorMarkerNavigation.background\":\"#5e81acc0\",\"editorMarkerNavigationError.background\":\"#bf616ac0\",\"editorMarkerNavigationWarning.background\":\"#ebcb8bc0\",\"editorOverviewRuler.addedForeground\":\"#a3be8c\",\"editorOverviewRuler.border\":\"#3b4252\",\"editorOverviewRuler.currentContentForeground\":\"#3b4252\",\"editorOverviewRuler.deletedForeground\":\"#bf616a\",\"editorOverviewRuler.errorForeground\":\"#bf616a\",\"editorOverviewRuler.findMatchForeground\":\"#88c0d066\",\"editorOverviewRuler.incomingContentForeground\":\"#3b4252\",\"editorOverviewRuler.infoForeground\":\"#81a1c1\",\"editorOverviewRuler.modifiedForeground\":\"#ebcb8b\",\"editorOverviewRuler.rangeHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.selectionHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.warningForeground\":\"#ebcb8b\",\"editorOverviewRuler.wordHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#88c0d066\",\"editorRuler.foreground\":\"#434c5e\",\"editorSuggestWidget.background\":\"#2e3440\",\"editorSuggestWidget.border\":\"#3b4252\",\"editorSuggestWidget.focusHighlightForeground\":\"#88c0d0\",\"editorSuggestWidget.foreground\":\"#d8dee9\",\"editorSuggestWidget.highlightForeground\":\"#88c0d0\",\"editorSuggestWidget.selectedBackground\":\"#434c5e\",\"editorSuggestWidget.selectedForeground\":\"#d8dee9\",\"editorWarning.border\":\"#ebcb8b00\",\"editorWarning.foreground\":\"#ebcb8b\",\"editorWhitespace.foreground\":\"#4c566ab3\",\"editorWidget.background\":\"#2e3440\",\"editorWidget.border\":\"#3b4252\",\"errorForeground\":\"#bf616a\",\"extensionButton.prominentBackground\":\"#434c5e\",\"extensionButton.prominentForeground\":\"#d8dee9\",\"extensionButton.prominentHoverBackground\":\"#4c566a\",\"focusBorder\":\"#3b4252\",\"foreground\":\"#d8dee9\",\"gitDecoration.conflictingResourceForeground\":\"#5e81ac\",\"gitDecoration.deletedResourceForeground\":\"#bf616a\",\"gitDecoration.ignoredResourceForeground\":\"#d8dee966\",\"gitDecoration.modifiedResourceForeground\":\"#ebcb8b\",\"gitDecoration.stageDeletedResourceForeground\":\"#bf616a\",\"gitDecoration.stageModifiedResourceForeground\":\"#ebcb8b\",\"gitDecoration.submoduleResourceForeground\":\"#8fbcbb\",\"gitDecoration.untrackedResourceForeground\":\"#a3be8c\",\"input.background\":\"#3b4252\",\"input.border\":\"#3b4252\",\"input.foreground\":\"#d8dee9\",\"input.placeholderForeground\":\"#d8dee999\",\"inputOption.activeBackground\":\"#5e81ac\",\"inputOption.activeBorder\":\"#5e81ac\",\"inputOption.activeForeground\":\"#eceff4\",\"inputValidation.errorBackground\":\"#bf616a\",\"inputValidation.errorBorder\":\"#bf616a\",\"inputValidation.infoBackground\":\"#81a1c1\",\"inputValidation.infoBorder\":\"#81a1c1\",\"inputValidation.warningBackground\":\"#d08770\",\"inputValidation.warningBorder\":\"#d08770\",\"keybindingLabel.background\":\"#4c566a\",\"keybindingLabel.border\":\"#4c566a\",\"keybindingLabel.bottomBorder\":\"#4c566a\",\"keybindingLabel.foreground\":\"#d8dee9\",\"list.activeSelectionBackground\":\"#88c0d0\",\"list.activeSelectionForeground\":\"#2e3440\",\"list.dropBackground\":\"#88c0d099\",\"list.errorForeground\":\"#bf616a\",\"list.focusBackground\":\"#88c0d099\",\"list.focusForeground\":\"#d8dee9\",\"list.focusHighlightForeground\":\"#eceff4\",\"list.highlightForeground\":\"#88c0d0\",\"list.hoverBackground\":\"#3b4252\",\"list.hoverForeground\":\"#eceff4\",\"list.inactiveFocusBackground\":\"#434c5ecc\",\"list.inactiveSelectionBackground\":\"#434c5e\",\"list.inactiveSelectionForeground\":\"#d8dee9\",\"list.warningForeground\":\"#ebcb8b\",\"merge.border\":\"#3b425200\",\"merge.currentContentBackground\":\"#81a1c14d\",\"merge.currentHeaderBackground\":\"#81a1c166\",\"merge.incomingContentBackground\":\"#8fbcbb4d\",\"merge.incomingHeaderBackground\":\"#8fbcbb66\",\"minimap.background\":\"#2e3440\",\"minimap.errorHighlight\":\"#bf616acc\",\"minimap.findMatchHighlight\":\"#88c0d0\",\"minimap.selectionHighlight\":\"#88c0d0cc\",\"minimap.warningHighlight\":\"#ebcb8bcc\",\"minimapGutter.addedBackground\":\"#a3be8c\",\"minimapGutter.deletedBackground\":\"#bf616a\",\"minimapGutter.modifiedBackground\":\"#ebcb8b\",\"minimapSlider.activeBackground\":\"#434c5eaa\",\"minimapSlider.background\":\"#434c5e99\",\"minimapSlider.hoverBackground\":\"#434c5eaa\",\"notification.background\":\"#3b4252\",\"notification.buttonBackground\":\"#434c5e\",\"notification.buttonForeground\":\"#d8dee9\",\"notification.buttonHoverBackground\":\"#4c566a\",\"notification.errorBackground\":\"#bf616a\",\"notification.errorForeground\":\"#2e3440\",\"notification.foreground\":\"#d8dee9\",\"notification.infoBackground\":\"#88c0d0\",\"notification.infoForeground\":\"#2e3440\",\"notification.warningBackground\":\"#ebcb8b\",\"notification.warningForeground\":\"#2e3440\",\"notificationCenter.border\":\"#3b425200\",\"notificationCenterHeader.background\":\"#2e3440\",\"notificationCenterHeader.foreground\":\"#88c0d0\",\"notificationLink.foreground\":\"#88c0d0\",\"notificationToast.border\":\"#3b425200\",\"notifications.background\":\"#3b4252\",\"notifications.border\":\"#2e3440\",\"notifications.foreground\":\"#d8dee9\",\"panel.background\":\"#2e3440\",\"panel.border\":\"#3b4252\",\"panelTitle.activeBorder\":\"#88c0d000\",\"panelTitle.activeForeground\":\"#88c0d0\",\"panelTitle.inactiveForeground\":\"#d8dee9\",\"peekView.border\":\"#4c566a\",\"peekViewEditor.background\":\"#2e3440\",\"peekViewEditor.matchHighlightBackground\":\"#88c0d04d\",\"peekViewEditorGutter.background\":\"#2e3440\",\"peekViewResult.background\":\"#2e3440\",\"peekViewResult.fileForeground\":\"#88c0d0\",\"peekViewResult.lineForeground\":\"#d8dee966\",\"peekViewResult.matchHighlightBackground\":\"#88c0d0cc\",\"peekViewResult.selectionBackground\":\"#434c5e\",\"peekViewResult.selectionForeground\":\"#d8dee9\",\"peekViewTitle.background\":\"#3b4252\",\"peekViewTitleDescription.foreground\":\"#d8dee9\",\"peekViewTitleLabel.foreground\":\"#88c0d0\",\"pickerGroup.border\":\"#3b4252\",\"pickerGroup.foreground\":\"#88c0d0\",\"progressBar.background\":\"#88c0d0\",\"quickInputList.focusBackground\":\"#88c0d0\",\"quickInputList.focusForeground\":\"#2e3440\",\"sash.hoverBorder\":\"#88c0d0\",\"scrollbar.shadow\":\"#00000066\",\"scrollbarSlider.activeBackground\":\"#434c5eaa\",\"scrollbarSlider.background\":\"#434c5e99\",\"scrollbarSlider.hoverBackground\":\"#434c5eaa\",\"selection.background\":\"#88c0d099\",\"sideBar.background\":\"#2e3440\",\"sideBar.border\":\"#3b4252\",\"sideBar.foreground\":\"#d8dee9\",\"sideBarSectionHeader.background\":\"#3b4252\",\"sideBarSectionHeader.foreground\":\"#d8dee9\",\"sideBarTitle.foreground\":\"#d8dee9\",\"statusBar.background\":\"#3b4252\",\"statusBar.border\":\"#3b425200\",\"statusBar.debuggingBackground\":\"#5e81ac\",\"statusBar.debuggingForeground\":\"#d8dee9\",\"statusBar.foreground\":\"#d8dee9\",\"statusBar.noFolderBackground\":\"#3b4252\",\"statusBar.noFolderForeground\":\"#d8dee9\",\"statusBarItem.activeBackground\":\"#4c566a\",\"statusBarItem.errorBackground\":\"#3b4252\",\"statusBarItem.errorForeground\":\"#bf616a\",\"statusBarItem.hoverBackground\":\"#434c5e\",\"statusBarItem.prominentBackground\":\"#3b4252\",\"statusBarItem.prominentHoverBackground\":\"#434c5e\",\"statusBarItem.warningBackground\":\"#ebcb8b\",\"statusBarItem.warningForeground\":\"#2e3440\",\"tab.activeBackground\":\"#3b4252\",\"tab.activeBorder\":\"#88c0d000\",\"tab.activeBorderTop\":\"#88c0d000\",\"tab.activeForeground\":\"#d8dee9\",\"tab.border\":\"#3b425200\",\"tab.hoverBackground\":\"#3b4252cc\",\"tab.hoverBorder\":\"#88c0d000\",\"tab.inactiveBackground\":\"#2e3440\",\"tab.inactiveForeground\":\"#d8dee966\",\"tab.lastPinnedBorder\":\"#4c566a\",\"tab.unfocusedActiveBorder\":\"#88c0d000\",\"tab.unfocusedActiveBorderTop\":\"#88c0d000\",\"tab.unfocusedActiveForeground\":\"#d8dee999\",\"tab.unfocusedHoverBackground\":\"#3b4252b3\",\"tab.unfocusedHoverBorder\":\"#88c0d000\",\"tab.unfocusedInactiveForeground\":\"#d8dee966\",\"terminal.ansiBlack\":\"#3b4252\",\"terminal.ansiBlue\":\"#81a1c1\",\"terminal.ansiBrightBlack\":\"#4c566a\",\"terminal.ansiBrightBlue\":\"#81a1c1\",\"terminal.ansiBrightCyan\":\"#8fbcbb\",\"terminal.ansiBrightGreen\":\"#a3be8c\",\"terminal.ansiBrightMagenta\":\"#b48ead\",\"terminal.ansiBrightRed\":\"#bf616a\",\"terminal.ansiBrightWhite\":\"#eceff4\",\"terminal.ansiBrightYellow\":\"#ebcb8b\",\"terminal.ansiCyan\":\"#88c0d0\",\"terminal.ansiGreen\":\"#a3be8c\",\"terminal.ansiMagenta\":\"#b48ead\",\"terminal.ansiRed\":\"#bf616a\",\"terminal.ansiWhite\":\"#e5e9f0\",\"terminal.ansiYellow\":\"#ebcb8b\",\"terminal.background\":\"#2e3440\",\"terminal.foreground\":\"#d8dee9\",\"terminal.tab.activeBorder\":\"#88c0d0\",\"textBlockQuote.background\":\"#3b4252\",\"textBlockQuote.border\":\"#81a1c1\",\"textCodeBlock.background\":\"#4c566a\",\"textLink.activeForeground\":\"#88c0d0\",\"textLink.foreground\":\"#88c0d0\",\"textPreformat.foreground\":\"#8fbcbb\",\"textSeparator.foreground\":\"#eceff4\",\"titleBar.activeBackground\":\"#2e3440\",\"titleBar.activeForeground\":\"#d8dee9\",\"titleBar.border\":\"#2e344000\",\"titleBar.inactiveBackground\":\"#2e3440\",\"titleBar.inactiveForeground\":\"#d8dee966\",\"tree.indentGuidesStroke\":\"#616e88\",\"walkThrough.embeddedEditorBackground\":\"#2e3440\",\"welcomePage.buttonBackground\":\"#434c5e\",\"welcomePage.buttonHoverBackground\":\"#4c566a\",\"widget.shadow\":\"#00000066\"},\"displayName\":\"Nord\",\"name\":\"nord\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"background\":\"#2e3440ff\",\"foreground\":\"#d8dee9ff\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"strong\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"comment\",\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"constant.character\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"constant.language\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#B48EAD\"}},{\"scope\":\"constant.regexp\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type.class\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8FBCBB\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"background\":\"#EBCB8B\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"background\":\"#BF616A\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"keyword.other.new\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#BF616A\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#A3BE8C\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"punctuation\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"punctuation.definition.method-parameters\",\"punctuation.definition.function-parameters\",\"punctuation.definition.parameters\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"punctuation.definition.comment\",\"punctuation.end.definition.comment\",\"punctuation.start.definition.comment\"],\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"punctuation.section\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.end\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"punctuation.terminator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"punctuation.definition.variable\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#A3BE8C\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"support.class\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"support.function.construct\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"support.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"support.type.exception\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#b48ead\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#bf616a\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#88c0d0\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#ebcb8b\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"punctuation.separator.pointer-access.c\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"source.c meta.preprocessor.include\",\"source.c string.quoted.other.lt-gt.include\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.cpp keyword.control.directive.conditional\",\"source.cpp punctuation.definition.directive\",\"source.c keyword.control.directive.conditional\",\"source.c punctuation.definition.directive\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#5E81AC\"}},{\"scope\":\"source.css constant.other.color.rgb-value\",\"settings\":{\"foreground\":\"#B48EAD\"}},{\"scope\":\"source.css meta.property-value\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.css keyword.control.at-rule.media\",\"source.css keyword.control.at-rule.media punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.css punctuation.definition.keyword\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.css support.type.property-name\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.diff meta.diff.range.context\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff meta.diff.header.from-file\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.from-file\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.range\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.separator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"entity.name.type.module.elixir\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"variable.other.readwrite.module.elixir\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"constant.other.symbol.elixir\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"variable.other.constant.elixir\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.go constant.other.placeholder.go\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"source.java comment.block.documentation.javadoc punctuation.definition.entity.html\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.java constant.other\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.java keyword.other.documentation\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java keyword.other.documentation.author.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.java keyword.other.documentation.directive\",\"source.java keyword.other.documentation.custom\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java keyword.other.documentation.see.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java meta.method-call meta.method\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.java meta.tag.template.link.javadoc\",\"source.java string.other.link.title.javadoc\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java meta.tag.template.value.javadoc\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.java punctuation.definition.keyword.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.java punctuation.definition.tag.begin.javadoc\",\"source.java punctuation.definition.tag.end.javadoc\"],\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"source.java storage.modifier.import\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.modifier.package\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type.annotation\",\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.java storage.type.generic\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type.primitive\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"source.js punctuation.decorator\",\"source.js meta.decorator variable.other.readwrite\",\"source.js meta.decorator entity.name.function\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.js meta.object-literal.key\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.js storage.type.class.jsdoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.js string.quoted.template punctuation.quasi.element.begin\",\"source.js string.quoted.template punctuation.quasi.element.end\",\"source.js string.template punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.js string.quoted.template meta.method-call.with-arguments\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"source.js string.template meta.template.expression support.variable.property\",\"source.js string.template meta.template.expression variable.other.object\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.js support.type.primitive\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.js variable.other.object\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.js variable.other.readwrite.alias\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.js meta.embedded.line meta.brace.square\",\"source.js meta.embedded.line meta.brace.round\",\"source.js string.quoted.template meta.brace.square\",\"source.js string.quoted.template meta.brace.round\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"text.html.basic constant.character.entity.html\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"text.html.basic constant.other.inline-data\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D08770\"}},{\"scope\":\"text.html.basic meta.tag.sgml.doctype\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.html.basic punctuation.definition.entity\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.properties entity.name.section.group-title.ini\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.properties punctuation.separator.key-value.ini\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown markup.fenced_code.block\",\"text.html.markdown markup.fenced_code.block punctuation.definition\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"text.html.markdown markup.inline.raw\",\"text.html.markdown markup.inline.raw punctuation.definition.raw\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.html.markdown markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"text.html.markdown markup.underline.link\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"text.html.markdown beginning.punctuation.definition.list\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"text.html.markdown beginning.punctuation.definition.quote\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.html.markdown markup.quote\",\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"text.html.markdown constant.character.math.tex\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown punctuation.definition.math.begin\",\"text.html.markdown punctuation.definition.math.end\"],\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.html.markdown punctuation.definition.function.math.tex\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"text.html.markdown punctuation.math.operator.latex\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"text.html.markdown punctuation.definition.heading\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown punctuation.definition.constant\",\"text.html.markdown punctuation.definition.string\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown constant.other.reference.link\",\"text.html.markdown string.other.link.description\",\"text.html.markdown string.other.link.title\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.perl punctuation.definition.variable\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.php meta.function-call\",\"source.php meta.function-call.object\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.python entity.name.function.decorator\",\"source.python meta.function.decorator support.type\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.python meta.function-call.generic\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.python support.type\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.python variable.parameter.function.language\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.python meta.function.parameters variable.parameter.function.language.special.self\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.rust entity.name.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.rust meta.macro entity.name.function\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.rust meta.attribute\",\"source.rust meta.attribute punctuation\",\"source.rust meta.attribute keyword.operator\"],\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"source.rust entity.name.type.trait\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"source.rust punctuation.definition.interpolation\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":[\"source.css.scss punctuation.definition.interpolation.begin.bracket.curly\",\"source.css.scss punctuation.definition.interpolation.end.bracket.curly\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.css.scss variable.interpolation\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts punctuation.decorator\",\"source.ts meta.decorator variable.other.readwrite\",\"source.ts meta.decorator entity.name.function\",\"source.tsx punctuation.decorator\",\"source.tsx meta.decorator variable.other.readwrite\",\"source.tsx meta.decorator entity.name.function\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":[\"source.ts meta.object-literal.key\",\"source.tsx meta.object-literal.key\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts meta.object-literal.key entity.name.function\",\"source.tsx meta.object-literal.key entity.name.function\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.ts support.class\",\"source.ts support.type\",\"source.ts entity.name.type\",\"source.ts entity.name.class\",\"source.tsx support.class\",\"source.tsx support.type\",\"source.tsx entity.name.type\",\"source.tsx entity.name.class\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.ts support.constant.math\",\"source.ts support.constant.dom\",\"source.ts support.constant.json\",\"source.tsx support.constant.math\",\"source.tsx support.constant.dom\",\"source.tsx support.constant.json\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.ts support.variable\",\"source.tsx support.variable\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts meta.embedded.line meta.brace.square\",\"source.ts meta.embedded.line meta.brace.round\",\"source.tsx meta.embedded.line meta.brace.square\",\"source.tsx meta.embedded.line meta.brace.round\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"text.xml entity.name.tag.namespace\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.xml keyword.other.doctype\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.xml meta.tag.preprocessor entity.name.tag\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":[\"text.xml string.unquoted.cdata\",\"text.xml string.unquoted.cdata punctuation.definition.string\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D08770\"}},{\"scope\":\"source.yaml entity.name.tag\",\"settings\":{\"foreground\":\"#8FBCBB\"}}],\"type\":\"dark\"}"))
|