@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: rose-pine */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#e0def4\",\"activityBar.background\":\"#191724\",\"activityBar.dropBorder\":\"#26233a\",\"activityBar.foreground\":\"#e0def4\",\"activityBar.inactiveForeground\":\"#908caa\",\"activityBarBadge.background\":\"#ebbcba\",\"activityBarBadge.foreground\":\"#191724\",\"badge.background\":\"#ebbcba\",\"badge.foreground\":\"#191724\",\"banner.background\":\"#1f1d2e\",\"banner.foreground\":\"#e0def4\",\"banner.iconForeground\":\"#908caa\",\"breadcrumb.activeSelectionForeground\":\"#ebbcba\",\"breadcrumb.background\":\"#191724\",\"breadcrumb.focusForeground\":\"#908caa\",\"breadcrumb.foreground\":\"#6e6a86\",\"breadcrumbPicker.background\":\"#1f1d2e\",\"button.background\":\"#ebbcba\",\"button.foreground\":\"#191724\",\"button.hoverBackground\":\"#ebbcbae6\",\"button.secondaryBackground\":\"#1f1d2e\",\"button.secondaryForeground\":\"#e0def4\",\"button.secondaryHoverBackground\":\"#26233a\",\"charts.blue\":\"#9ccfd8\",\"charts.foreground\":\"#e0def4\",\"charts.green\":\"#31748f\",\"charts.lines\":\"#908caa\",\"charts.orange\":\"#ebbcba\",\"charts.purple\":\"#c4a7e7\",\"charts.red\":\"#eb6f92\",\"charts.yellow\":\"#f6c177\",\"checkbox.background\":\"#1f1d2e\",\"checkbox.border\":\"#6e6a8633\",\"checkbox.foreground\":\"#e0def4\",\"debugExceptionWidget.background\":\"#1f1d2e\",\"debugExceptionWidget.border\":\"#6e6a8633\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#908caa\",\"debugIcon.breakpointDisabledForeground\":\"#908caa\",\"debugIcon.breakpointForeground\":\"#908caa\",\"debugIcon.breakpointStackframeForeground\":\"#908caa\",\"debugIcon.breakpointUnverifiedForeground\":\"#908caa\",\"debugIcon.continueForeground\":\"#908caa\",\"debugIcon.disconnectForeground\":\"#908caa\",\"debugIcon.pauseForeground\":\"#908caa\",\"debugIcon.restartForeground\":\"#908caa\",\"debugIcon.startForeground\":\"#908caa\",\"debugIcon.stepBackForeground\":\"#908caa\",\"debugIcon.stepIntoForeground\":\"#908caa\",\"debugIcon.stepOutForeground\":\"#908caa\",\"debugIcon.stepOverForeground\":\"#908caa\",\"debugIcon.stopForeground\":\"#eb6f92\",\"debugToolBar.background\":\"#1f1d2e\",\"debugToolBar.border\":\"#26233a\",\"descriptionForeground\":\"#908caa\",\"diffEditor.border\":\"#26233a\",\"diffEditor.diagonalFill\":\"#6e6a8666\",\"diffEditor.insertedLineBackground\":\"#9ccfd826\",\"diffEditor.insertedTextBackground\":\"#9ccfd826\",\"diffEditor.removedLineBackground\":\"#eb6f9226\",\"diffEditor.removedTextBackground\":\"#eb6f9226\",\"diffEditorOverview.insertedForeground\":\"#9ccfd880\",\"diffEditorOverview.removedForeground\":\"#eb6f9280\",\"dropdown.background\":\"#1f1d2e\",\"dropdown.border\":\"#6e6a8633\",\"dropdown.foreground\":\"#e0def4\",\"dropdown.listBackground\":\"#1f1d2e\",\"editor.background\":\"#191724\",\"editor.findMatchBackground\":\"#f6c17733\",\"editor.findMatchBorder\":\"#f6c17780\",\"editor.findMatchForeground\":\"#e0def4\",\"editor.findMatchHighlightBackground\":\"#6e6a8666\",\"editor.findMatchHighlightForeground\":\"#e0def4cc\",\"editor.findRangeHighlightBackground\":\"#6e6a8666\",\"editor.findRangeHighlightBorder\":\"#0000\",\"editor.focusedStackFrameHighlightBackground\":\"#6e6a8633\",\"editor.foldBackground\":\"#6e6a8633\",\"editor.foreground\":\"#e0def4\",\"editor.hoverHighlightBackground\":\"#0000\",\"editor.inactiveSelectionBackground\":\"#6e6a861a\",\"editor.inlineValuesBackground\":\"#0000\",\"editor.inlineValuesForeground\":\"#908caa\",\"editor.lineHighlightBackground\":\"#6e6a861a\",\"editor.lineHighlightBorder\":\"#0000\",\"editor.linkedEditingBackground\":\"#6e6a8633\",\"editor.rangeHighlightBackground\":\"#6e6a861a\",\"editor.selectionBackground\":\"#6e6a8633\",\"editor.selectionForeground\":\"#e0def4\",\"editor.selectionHighlightBackground\":\"#6e6a8633\",\"editor.selectionHighlightBorder\":\"#191724\",\"editor.snippetFinalTabstopHighlightBackground\":\"#6e6a8633\",\"editor.snippetFinalTabstopHighlightBorder\":\"#1f1d2e\",\"editor.snippetTabstopHighlightBackground\":\"#6e6a8633\",\"editor.snippetTabstopHighlightBorder\":\"#1f1d2e\",\"editor.stackFrameHighlightBackground\":\"#6e6a8633\",\"editor.symbolHighlightBackground\":\"#6e6a8633\",\"editor.symbolHighlightBorder\":\"#0000\",\"editor.wordHighlightBackground\":\"#6e6a8633\",\"editor.wordHighlightBorder\":\"#0000\",\"editor.wordHighlightStrongBackground\":\"#6e6a8633\",\"editor.wordHighlightStrongBorder\":\"#6e6a8633\",\"editorBracketHighlight.foreground1\":\"#eb6f9280\",\"editorBracketHighlight.foreground2\":\"#31748f80\",\"editorBracketHighlight.foreground3\":\"#f6c17780\",\"editorBracketHighlight.foreground4\":\"#9ccfd880\",\"editorBracketHighlight.foreground5\":\"#ebbcba80\",\"editorBracketHighlight.foreground6\":\"#c4a7e780\",\"editorBracketMatch.background\":\"#0000\",\"editorBracketMatch.border\":\"#908caa\",\"editorBracketPairGuide.activeBackground1\":\"#31748f\",\"editorBracketPairGuide.activeBackground2\":\"#ebbcba\",\"editorBracketPairGuide.activeBackground3\":\"#c4a7e7\",\"editorBracketPairGuide.activeBackground4\":\"#9ccfd8\",\"editorBracketPairGuide.activeBackground5\":\"#f6c177\",\"editorBracketPairGuide.activeBackground6\":\"#eb6f92\",\"editorBracketPairGuide.background1\":\"#31748f80\",\"editorBracketPairGuide.background2\":\"#ebbcba80\",\"editorBracketPairGuide.background3\":\"#c4a7e780\",\"editorBracketPairGuide.background4\":\"#9ccfd880\",\"editorBracketPairGuide.background5\":\"#f6c17780\",\"editorBracketPairGuide.background6\":\"#eb6f9280\",\"editorCodeLens.foreground\":\"#ebbcba\",\"editorCursor.background\":\"#e0def4\",\"editorCursor.foreground\":\"#6e6a86\",\"editorError.border\":\"#0000\",\"editorError.foreground\":\"#eb6f92\",\"editorGhostText.foreground\":\"#908caa\",\"editorGroup.border\":\"#0000\",\"editorGroup.dropBackground\":\"#1f1d2e\",\"editorGroup.emptyBackground\":\"#0000\",\"editorGroup.focusedEmptyBorder\":\"#0000\",\"editorGroupHeader.noTabsBackground\":\"#0000\",\"editorGroupHeader.tabsBackground\":\"#0000\",\"editorGroupHeader.tabsBorder\":\"#0000\",\"editorGutter.addedBackground\":\"#9ccfd8\",\"editorGutter.background\":\"#191724\",\"editorGutter.commentRangeForeground\":\"#26233a\",\"editorGutter.deletedBackground\":\"#eb6f92\",\"editorGutter.foldingControlForeground\":\"#c4a7e7\",\"editorGutter.modifiedBackground\":\"#ebbcba\",\"editorHint.border\":\"#0000\",\"editorHint.foreground\":\"#908caa\",\"editorHoverWidget.background\":\"#1f1d2e\",\"editorHoverWidget.border\":\"#6e6a8680\",\"editorHoverWidget.foreground\":\"#908caa\",\"editorHoverWidget.highlightForeground\":\"#e0def4\",\"editorHoverWidget.statusBarBackground\":\"#0000\",\"editorIndentGuide.activeBackground1\":\"#6e6a86\",\"editorIndentGuide.background1\":\"#6e6a8666\",\"editorInfo.border\":\"#26233a\",\"editorInfo.foreground\":\"#9ccfd8\",\"editorInlayHint.background\":\"#26233a80\",\"editorInlayHint.foreground\":\"#908caa80\",\"editorInlayHint.parameterBackground\":\"#26233a80\",\"editorInlayHint.parameterForeground\":\"#c4a7e780\",\"editorInlayHint.typeBackground\":\"#26233a80\",\"editorInlayHint.typeForeground\":\"#9ccfd880\",\"editorLightBulb.foreground\":\"#31748f\",\"editorLightBulbAutoFix.foreground\":\"#ebbcba\",\"editorLineNumber.activeForeground\":\"#e0def4\",\"editorLineNumber.foreground\":\"#908caa\",\"editorLink.activeForeground\":\"#ebbcba\",\"editorMarkerNavigation.background\":\"#1f1d2e\",\"editorMarkerNavigationError.background\":\"#1f1d2e\",\"editorMarkerNavigationInfo.background\":\"#1f1d2e\",\"editorMarkerNavigationWarning.background\":\"#1f1d2e\",\"editorOverviewRuler.addedForeground\":\"#9ccfd880\",\"editorOverviewRuler.background\":\"#191724\",\"editorOverviewRuler.border\":\"#6e6a8666\",\"editorOverviewRuler.bracketMatchForeground\":\"#908caa\",\"editorOverviewRuler.commentForeground\":\"#908caa80\",\"editorOverviewRuler.commentUnresolvedForeground\":\"#f6c17780\",\"editorOverviewRuler.commonContentForeground\":\"#6e6a861a\",\"editorOverviewRuler.currentContentForeground\":\"#6e6a8633\",\"editorOverviewRuler.deletedForeground\":\"#eb6f9280\",\"editorOverviewRuler.errorForeground\":\"#eb6f9280\",\"editorOverviewRuler.findMatchForeground\":\"#6e6a8666\",\"editorOverviewRuler.incomingContentForeground\":\"#c4a7e780\",\"editorOverviewRuler.infoForeground\":\"#9ccfd880\",\"editorOverviewRuler.modifiedForeground\":\"#ebbcba80\",\"editorOverviewRuler.rangeHighlightForeground\":\"#6e6a8666\",\"editorOverviewRuler.selectionHighlightForeground\":\"#6e6a8666\",\"editorOverviewRuler.warningForeground\":\"#f6c17780\",\"editorOverviewRuler.wordHighlightForeground\":\"#6e6a8633\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#6e6a8666\",\"editorPane.background\":\"#0000\",\"editorRuler.foreground\":\"#6e6a8666\",\"editorSuggestWidget.background\":\"#1f1d2e\",\"editorSuggestWidget.border\":\"#0000\",\"editorSuggestWidget.focusHighlightForeground\":\"#ebbcba\",\"editorSuggestWidget.foreground\":\"#908caa\",\"editorSuggestWidget.highlightForeground\":\"#ebbcba\",\"editorSuggestWidget.selectedBackground\":\"#6e6a8633\",\"editorSuggestWidget.selectedForeground\":\"#e0def4\",\"editorSuggestWidget.selectedIconForeground\":\"#e0def4\",\"editorUnnecessaryCode.border\":\"#0000\",\"editorUnnecessaryCode.opacity\":\"#e0def480\",\"editorWarning.border\":\"#0000\",\"editorWarning.foreground\":\"#f6c177\",\"editorWhitespace.foreground\":\"#6e6a8680\",\"editorWidget.background\":\"#1f1d2e\",\"editorWidget.border\":\"#26233a\",\"editorWidget.foreground\":\"#908caa\",\"editorWidget.resizeBorder\":\"#6e6a86\",\"errorForeground\":\"#eb6f92\",\"extensionBadge.remoteBackground\":\"#c4a7e7\",\"extensionBadge.remoteForeground\":\"#191724\",\"extensionButton.prominentBackground\":\"#ebbcba\",\"extensionButton.prominentForeground\":\"#191724\",\"extensionButton.prominentHoverBackground\":\"#ebbcbae6\",\"extensionIcon.preReleaseForeground\":\"#31748f\",\"extensionIcon.starForeground\":\"#ebbcba\",\"extensionIcon.verifiedForeground\":\"#c4a7e7\",\"focusBorder\":\"#6e6a8633\",\"foreground\":\"#e0def4\",\"git.blame.editorDecorationForeground\":\"#6e6a86\",\"gitDecoration.addedResourceForeground\":\"#9ccfd8\",\"gitDecoration.conflictingResourceForeground\":\"#eb6f92\",\"gitDecoration.deletedResourceForeground\":\"#908caa\",\"gitDecoration.ignoredResourceForeground\":\"#6e6a86\",\"gitDecoration.modifiedResourceForeground\":\"#ebbcba\",\"gitDecoration.renamedResourceForeground\":\"#31748f\",\"gitDecoration.stageDeletedResourceForeground\":\"#eb6f92\",\"gitDecoration.stageModifiedResourceForeground\":\"#c4a7e7\",\"gitDecoration.submoduleResourceForeground\":\"#f6c177\",\"gitDecoration.untrackedResourceForeground\":\"#f6c177\",\"icon.foreground\":\"#908caa\",\"input.background\":\"#26233a80\",\"input.border\":\"#6e6a8633\",\"input.foreground\":\"#e0def4\",\"input.placeholderForeground\":\"#908caa\",\"inputOption.activeBackground\":\"#ebbcba26\",\"inputOption.activeBorder\":\"#0000\",\"inputOption.activeForeground\":\"#ebbcba\",\"inputValidation.errorBackground\":\"#1f1d2e\",\"inputValidation.errorBorder\":\"#6e6a8666\",\"inputValidation.errorForeground\":\"#eb6f92\",\"inputValidation.infoBackground\":\"#1f1d2e\",\"inputValidation.infoBorder\":\"#6e6a8666\",\"inputValidation.infoForeground\":\"#9ccfd8\",\"inputValidation.warningBackground\":\"#1f1d2e\",\"inputValidation.warningBorder\":\"#6e6a8666\",\"inputValidation.warningForeground\":\"#9ccfd880\",\"keybindingLabel.background\":\"#26233a\",\"keybindingLabel.border\":\"#6e6a8666\",\"keybindingLabel.bottomBorder\":\"#6e6a8666\",\"keybindingLabel.foreground\":\"#c4a7e7\",\"keybindingTable.headerBackground\":\"#26233a\",\"keybindingTable.rowsBackground\":\"#1f1d2e\",\"list.activeSelectionBackground\":\"#6e6a8633\",\"list.activeSelectionForeground\":\"#e0def4\",\"list.deemphasizedForeground\":\"#908caa\",\"list.dropBackground\":\"#1f1d2e\",\"list.errorForeground\":\"#eb6f92\",\"list.filterMatchBackground\":\"#1f1d2e\",\"list.filterMatchBorder\":\"#ebbcba\",\"list.focusBackground\":\"#6e6a8666\",\"list.focusForeground\":\"#e0def4\",\"list.focusOutline\":\"#6e6a8633\",\"list.highlightForeground\":\"#ebbcba\",\"list.hoverBackground\":\"#6e6a861a\",\"list.hoverForeground\":\"#e0def4\",\"list.inactiveFocusBackground\":\"#6e6a861a\",\"list.inactiveSelectionBackground\":\"#1f1d2e\",\"list.inactiveSelectionForeground\":\"#e0def4\",\"list.invalidItemForeground\":\"#eb6f92\",\"list.warningForeground\":\"#f6c177\",\"listFilterWidget.background\":\"#1f1d2e\",\"listFilterWidget.noMatchesOutline\":\"#eb6f92\",\"listFilterWidget.outline\":\"#26233a\",\"menu.background\":\"#1f1d2e\",\"menu.border\":\"#6e6a861a\",\"menu.foreground\":\"#e0def4\",\"menu.selectionBackground\":\"#6e6a8633\",\"menu.selectionBorder\":\"#26233a\",\"menu.selectionForeground\":\"#e0def4\",\"menu.separatorBackground\":\"#6e6a8666\",\"menubar.selectionBackground\":\"#6e6a8633\",\"menubar.selectionBorder\":\"#6e6a861a\",\"menubar.selectionForeground\":\"#e0def4\",\"merge.border\":\"#26233a\",\"merge.commonContentBackground\":\"#6e6a8633\",\"merge.commonHeaderBackground\":\"#6e6a8633\",\"merge.currentContentBackground\":\"#f6c17733\",\"merge.currentHeaderBackground\":\"#f6c17733\",\"merge.incomingContentBackground\":\"#9ccfd833\",\"merge.incomingHeaderBackground\":\"#9ccfd833\",\"minimap.background\":\"#1f1d2e\",\"minimap.errorHighlight\":\"#eb6f9280\",\"minimap.findMatchHighlight\":\"#6e6a8633\",\"minimap.selectionHighlight\":\"#6e6a8633\",\"minimap.warningHighlight\":\"#f6c17780\",\"minimapGutter.addedBackground\":\"#9ccfd8\",\"minimapGutter.deletedBackground\":\"#eb6f92\",\"minimapGutter.modifiedBackground\":\"#ebbcba\",\"minimapSlider.activeBackground\":\"#6e6a8666\",\"minimapSlider.background\":\"#6e6a8633\",\"minimapSlider.hoverBackground\":\"#6e6a8633\",\"notebook.cellBorderColor\":\"#9ccfd880\",\"notebook.cellEditorBackground\":\"#1f1d2e\",\"notebook.cellHoverBackground\":\"#26233a80\",\"notebook.focusedCellBackground\":\"#6e6a861a\",\"notebook.focusedCellBorder\":\"#9ccfd8\",\"notebook.outputContainerBackgroundColor\":\"#6e6a861a\",\"notificationCenter.border\":\"#6e6a8633\",\"notificationCenterHeader.background\":\"#1f1d2e\",\"notificationCenterHeader.foreground\":\"#908caa\",\"notificationLink.foreground\":\"#c4a7e7\",\"notificationToast.border\":\"#6e6a8633\",\"notifications.background\":\"#1f1d2e\",\"notifications.border\":\"#6e6a8633\",\"notifications.foreground\":\"#e0def4\",\"notificationsErrorIcon.foreground\":\"#eb6f92\",\"notificationsInfoIcon.foreground\":\"#9ccfd8\",\"notificationsWarningIcon.foreground\":\"#f6c177\",\"panel.background\":\"#1f1d2e\",\"panel.border\":\"#0000\",\"panel.dropBorder\":\"#26233a\",\"panelInput.border\":\"#1f1d2e\",\"panelSection.dropBackground\":\"#6e6a8633\",\"panelSectionHeader.background\":\"#1f1d2e\",\"panelSectionHeader.foreground\":\"#e0def4\",\"panelTitle.activeBorder\":\"#6e6a8666\",\"panelTitle.activeForeground\":\"#e0def4\",\"panelTitle.inactiveForeground\":\"#908caa\",\"peekView.border\":\"#26233a\",\"peekViewEditor.background\":\"#1f1d2e\",\"peekViewEditor.matchHighlightBackground\":\"#6e6a8666\",\"peekViewResult.background\":\"#1f1d2e\",\"peekViewResult.fileForeground\":\"#908caa\",\"peekViewResult.lineForeground\":\"#908caa\",\"peekViewResult.matchHighlightBackground\":\"#6e6a8666\",\"peekViewResult.selectionBackground\":\"#6e6a8633\",\"peekViewResult.selectionForeground\":\"#e0def4\",\"peekViewTitle.background\":\"#26233a\",\"peekViewTitleDescription.foreground\":\"#908caa\",\"pickerGroup.border\":\"#6e6a8666\",\"pickerGroup.foreground\":\"#c4a7e7\",\"ports.iconRunningProcessForeground\":\"#ebbcba\",\"problemsErrorIcon.foreground\":\"#eb6f92\",\"problemsInfoIcon.foreground\":\"#9ccfd8\",\"problemsWarningIcon.foreground\":\"#f6c177\",\"progressBar.background\":\"#ebbcba\",\"quickInput.background\":\"#1f1d2e\",\"quickInput.foreground\":\"#908caa\",\"quickInputList.focusBackground\":\"#6e6a8633\",\"quickInputList.focusForeground\":\"#e0def4\",\"quickInputList.focusIconForeground\":\"#e0def4\",\"scrollbar.shadow\":\"#1f1d2e4d\",\"scrollbarSlider.activeBackground\":\"#31748f80\",\"scrollbarSlider.background\":\"#6e6a8633\",\"scrollbarSlider.hoverBackground\":\"#6e6a8666\",\"searchEditor.findMatchBackground\":\"#6e6a8633\",\"selection.background\":\"#6e6a8666\",\"settings.focusedRowBackground\":\"#1f1d2e\",\"settings.focusedRowBorder\":\"#6e6a8633\",\"settings.headerForeground\":\"#e0def4\",\"settings.modifiedItemIndicator\":\"#ebbcba\",\"settings.rowHoverBackground\":\"#1f1d2e\",\"sideBar.background\":\"#191724\",\"sideBar.dropBackground\":\"#1f1d2e\",\"sideBar.foreground\":\"#908caa\",\"sideBarSectionHeader.background\":\"#0000\",\"sideBarSectionHeader.border\":\"#6e6a8633\",\"statusBar.background\":\"#191724\",\"statusBar.debuggingBackground\":\"#c4a7e7\",\"statusBar.debuggingForeground\":\"#191724\",\"statusBar.foreground\":\"#908caa\",\"statusBar.noFolderBackground\":\"#191724\",\"statusBar.noFolderForeground\":\"#908caa\",\"statusBarItem.activeBackground\":\"#6e6a8666\",\"statusBarItem.errorBackground\":\"#191724\",\"statusBarItem.errorForeground\":\"#eb6f92\",\"statusBarItem.hoverBackground\":\"#6e6a8633\",\"statusBarItem.prominentBackground\":\"#26233a\",\"statusBarItem.prominentForeground\":\"#e0def4\",\"statusBarItem.prominentHoverBackground\":\"#6e6a8633\",\"statusBarItem.remoteBackground\":\"#191724\",\"statusBarItem.remoteForeground\":\"#f6c177\",\"symbolIcon.arrayForeground\":\"#908caa\",\"symbolIcon.classForeground\":\"#908caa\",\"symbolIcon.colorForeground\":\"#908caa\",\"symbolIcon.constantForeground\":\"#908caa\",\"symbolIcon.constructorForeground\":\"#908caa\",\"symbolIcon.enumeratorForeground\":\"#908caa\",\"symbolIcon.enumeratorMemberForeground\":\"#908caa\",\"symbolIcon.eventForeground\":\"#908caa\",\"symbolIcon.fieldForeground\":\"#908caa\",\"symbolIcon.fileForeground\":\"#908caa\",\"symbolIcon.folderForeground\":\"#908caa\",\"symbolIcon.functionForeground\":\"#908caa\",\"symbolIcon.interfaceForeground\":\"#908caa\",\"symbolIcon.keyForeground\":\"#908caa\",\"symbolIcon.keywordForeground\":\"#908caa\",\"symbolIcon.methodForeground\":\"#908caa\",\"symbolIcon.moduleForeground\":\"#908caa\",\"symbolIcon.namespaceForeground\":\"#908caa\",\"symbolIcon.nullForeground\":\"#908caa\",\"symbolIcon.numberForeground\":\"#908caa\",\"symbolIcon.objectForeground\":\"#908caa\",\"symbolIcon.operatorForeground\":\"#908caa\",\"symbolIcon.packageForeground\":\"#908caa\",\"symbolIcon.propertyForeground\":\"#908caa\",\"symbolIcon.referenceForeground\":\"#908caa\",\"symbolIcon.snippetForeground\":\"#908caa\",\"symbolIcon.stringForeground\":\"#908caa\",\"symbolIcon.structForeground\":\"#908caa\",\"symbolIcon.textForeground\":\"#908caa\",\"symbolIcon.typeParameterForeground\":\"#908caa\",\"symbolIcon.unitForeground\":\"#908caa\",\"symbolIcon.variableForeground\":\"#908caa\",\"tab.activeBackground\":\"#6e6a861a\",\"tab.activeForeground\":\"#e0def4\",\"tab.activeModifiedBorder\":\"#9ccfd8\",\"tab.border\":\"#0000\",\"tab.hoverBackground\":\"#6e6a8633\",\"tab.inactiveBackground\":\"#0000\",\"tab.inactiveForeground\":\"#908caa\",\"tab.inactiveModifiedBorder\":\"#9ccfd880\",\"tab.lastPinnedBorder\":\"#6e6a86\",\"tab.unfocusedActiveBackground\":\"#0000\",\"tab.unfocusedHoverBackground\":\"#0000\",\"tab.unfocusedInactiveBackground\":\"#0000\",\"tab.unfocusedInactiveModifiedBorder\":\"#9ccfd880\",\"terminal.ansiBlack\":\"#26233a\",\"terminal.ansiBlue\":\"#9ccfd8\",\"terminal.ansiBrightBlack\":\"#908caa\",\"terminal.ansiBrightBlue\":\"#9ccfd8\",\"terminal.ansiBrightCyan\":\"#ebbcba\",\"terminal.ansiBrightGreen\":\"#31748f\",\"terminal.ansiBrightMagenta\":\"#c4a7e7\",\"terminal.ansiBrightRed\":\"#eb6f92\",\"terminal.ansiBrightWhite\":\"#e0def4\",\"terminal.ansiBrightYellow\":\"#f6c177\",\"terminal.ansiCyan\":\"#ebbcba\",\"terminal.ansiGreen\":\"#31748f\",\"terminal.ansiMagenta\":\"#c4a7e7\",\"terminal.ansiRed\":\"#eb6f92\",\"terminal.ansiWhite\":\"#e0def4\",\"terminal.ansiYellow\":\"#f6c177\",\"terminal.dropBackground\":\"#6e6a8633\",\"terminal.foreground\":\"#e0def4\",\"terminal.selectionBackground\":\"#6e6a8633\",\"terminal.tab.activeBorder\":\"#e0def4\",\"terminalCursor.background\":\"#e0def4\",\"terminalCursor.foreground\":\"#6e6a86\",\"textBlockQuote.background\":\"#1f1d2e\",\"textBlockQuote.border\":\"#6e6a8633\",\"textCodeBlock.background\":\"#1f1d2e\",\"textLink.activeForeground\":\"#c4a7e7e6\",\"textLink.foreground\":\"#c4a7e7\",\"textPreformat.foreground\":\"#f6c177\",\"textSeparator.foreground\":\"#908caa\",\"titleBar.activeBackground\":\"#191724\",\"titleBar.activeForeground\":\"#908caa\",\"titleBar.inactiveBackground\":\"#1f1d2e\",\"titleBar.inactiveForeground\":\"#908caa\",\"toolbar.activeBackground\":\"#6e6a8666\",\"toolbar.hoverBackground\":\"#6e6a8633\",\"tree.indentGuidesStroke\":\"#908caa\",\"walkThrough.embeddedEditorBackground\":\"#191724\",\"welcomePage.background\":\"#191724\",\"widget.shadow\":\"#1f1d2e4d\",\"window.activeBorder\":\"#1f1d2e\",\"window.inactiveBorder\":\"#1f1d2e\"},\"displayName\":\"Rosé Pine\",\"name\":\"rose-pine\",\"tokenColors\":[{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#6e6a86\"}},{\"scope\":[\"constant\"],\"settings\":{\"foreground\":\"#31748f\"}},{\"scope\":[\"constant.numeric\",\"constant.language\"],\"settings\":{\"foreground\":\"#ebbcba\"}},{\"scope\":[\"entity.name\"],\"settings\":{\"foreground\":\"#ebbcba\"}},{\"scope\":[\"entity.name.section\",\"entity.name.tag\",\"entity.name.namespace\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"entity.other.attribute-name\",\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c4a7e7\"}},{\"scope\":[\"invalid\"],\"settings\":{\"foreground\":\"#eb6f92\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"keyword\",\"variable.language.this\"],\"settings\":{\"foreground\":\"#31748f\"}},{\"scope\":[\"markup.inserted.diff\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"markup.deleted.diff\"],\"settings\":{\"foreground\":\"#eb6f92\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"meta.diff.range\"],\"settings\":{\"foreground\":\"#c4a7e7\"}},{\"scope\":[\"meta.tag\",\"meta.brace\"],\"settings\":{\"foreground\":\"#e0def4\"}},{\"scope\":[\"meta.import\",\"meta.export\"],\"settings\":{\"foreground\":\"#31748f\"}},{\"scope\":\"meta.directive.vue\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c4a7e7\"}},{\"scope\":\"meta.property-name.css\",\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":\"meta.property-value.css\",\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":\"meta.tag.other.html\",\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#908caa\"}},{\"scope\":[\"punctuation.accessor\"],\"settings\":{\"foreground\":\"#31748f\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#6e6a86\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#31748f\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"support\"],\"settings\":{\"foreground\":\"#9ccfd8\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#f6c177\"}},{\"scope\":[\"support.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eb6f92\"}},{\"scope\":[\"variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ebbcba\"}},{\"scope\":[\"variable.other\",\"variable.language\",\"variable.function\",\"variable.argument\"],\"settings\":{\"foreground\":\"#e0def4\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#c4a7e7\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: slack-dark */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#222222\",\"activityBarBadge.background\":\"#1D978D\",\"button.background\":\"#0077B5\",\"button.foreground\":\"#FFF\",\"button.hoverBackground\":\"#005076\",\"debugExceptionWidget.background\":\"#141414\",\"debugExceptionWidget.border\":\"#FFF\",\"debugToolBar.background\":\"#141414\",\"editor.background\":\"#222222\",\"editor.foreground\":\"#E6E6E6\",\"editor.inactiveSelectionBackground\":\"#3a3d41\",\"editor.lineHighlightBackground\":\"#141414\",\"editor.lineHighlightBorder\":\"#141414\",\"editor.selectionHighlightBackground\":\"#add6ff26\",\"editorIndentGuide.activeBackground\":\"#707070\",\"editorIndentGuide.background\":\"#404040\",\"editorLink.activeForeground\":\"#0077B5\",\"editorSuggestWidget.selectedBackground\":\"#0077B5\",\"extensionButton.prominentBackground\":\"#0077B5\",\"extensionButton.prominentForeground\":\"#FFF\",\"extensionButton.prominentHoverBackground\":\"#005076\",\"focusBorder\":\"#0077B5\",\"gitDecoration.addedResourceForeground\":\"#ECB22E\",\"gitDecoration.conflictingResourceForeground\":\"#FFF\",\"gitDecoration.deletedResourceForeground\":\"#FFF\",\"gitDecoration.ignoredResourceForeground\":\"#877583\",\"gitDecoration.modifiedResourceForeground\":\"#ECB22E\",\"gitDecoration.untrackedResourceForeground\":\"#ECB22E\",\"input.placeholderForeground\":\"#7A7A7A\",\"list.activeSelectionBackground\":\"#222222\",\"list.dropBackground\":\"#383b3d\",\"list.focusBackground\":\"#0077B5\",\"list.hoverBackground\":\"#222222\",\"menu.background\":\"#252526\",\"menu.foreground\":\"#E6E6E6\",\"notificationLink.foreground\":\"#0077B5\",\"settings.numberInputBackground\":\"#292929\",\"settings.textInputBackground\":\"#292929\",\"sideBarSectionHeader.background\":\"#222222\",\"sideBarTitle.foreground\":\"#E6E6E6\",\"statusBar.background\":\"#222222\",\"statusBar.debuggingBackground\":\"#1D978D\",\"statusBar.noFolderBackground\":\"#141414\",\"textLink.activeForeground\":\"#0077B5\",\"textLink.foreground\":\"#0077B5\",\"titleBar.activeBackground\":\"#222222\",\"titleBar.activeForeground\":\"#E6E6E6\",\"titleBar.inactiveBackground\":\"#222222\",\"titleBar.inactiveForeground\":\"#7A7A7A\"},\"displayName\":\"Slack Dark\",\"name\":\"slack-dark\",\"tokenColors\":[{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\"],\"settings\":{\"foreground\":\"#D4D4D4\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"strong\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"header\",\"settings\":{\"foreground\":\"#000080\"}},{\"scope\":\"comment\",\"settings\":{\"foreground\":\"#6A9955\"}},{\"scope\":\"constant.language\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#b5cea8\"}},{\"scope\":\"constant.regexp\",\"settings\":{\"foreground\":\"#646695\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"entity.name.tag.css\",\"settings\":{\"foreground\":\"#d7ba7d\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#9cdcfe\"}},{\"scope\":[\"entity.other.attribute-name.class.css\",\"entity.other.attribute-name.class.mixin.css\",\"entity.other.attribute-name.id.css\",\"entity.other.attribute-name.parent-selector.css\",\"entity.other.attribute-name.pseudo-class.css\",\"entity.other.attribute-name.pseudo-element.css\",\"source.css.less entity.other.attribute-name.id\",\"entity.other.attribute-name.attribute.scss\",\"entity.other.attribute-name.scss\"],\"settings\":{\"foreground\":\"#d7ba7d\"}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#569cd6\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#569cd6\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#b5cea8\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"punctuation.definition.quote.begin.markdown\",\"settings\":{\"foreground\":\"#6A9955\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#6796e6\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"foreground\":\"#808080\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"meta.preprocessor.string\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"meta.preprocessor.numeric\",\"settings\":{\"foreground\":\"#b5cea8\"}},{\"scope\":\"meta.structure.dictionary.key.python\",\"settings\":{\"foreground\":\"#9cdcfe\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"storage.type\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"storage.modifier\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"string.tag\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"string.value\",\"settings\":{\"foreground\":\"#ce9178\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#d16969\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":[\"meta.template.expression\"],\"settings\":{\"foreground\":\"#d4d4d4\"}},{\"scope\":[\"support.type.vendored.property-name\",\"support.type.property-name\",\"variable.css\",\"variable.scss\",\"variable.other.less\",\"source.coffee.embedded\"],\"settings\":{\"foreground\":\"#9cdcfe\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#d4d4d4\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.operator.expression\",\"keyword.operator.cast\",\"keyword.operator.sizeof\",\"keyword.operator.instanceof\",\"keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#b5cea8\"}},{\"scope\":[\"punctuation.section.embedded.begin.php\",\"punctuation.section.embedded.end.php\"],\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"support.function.git-rebase\",\"settings\":{\"foreground\":\"#9cdcfe\"}},{\"scope\":\"constant.sha.git-rebase\",\"settings\":{\"foreground\":\"#b5cea8\"}},{\"scope\":[\"storage.modifier.import.java\",\"variable.language.wildcard.java\",\"storage.modifier.package.java\"],\"settings\":{\"foreground\":\"#d4d4d4\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":[\"entity.name.function\",\"support.function\",\"support.constant.handlebars\"],\"settings\":{\"foreground\":\"#DCDCAA\"}},{\"scope\":[\"meta.return-type\",\"support.class\",\"support.type\",\"entity.name.type\",\"entity.name.class\",\"storage.type.numeric.go\",\"storage.type.byte.go\",\"storage.type.boolean.go\",\"storage.type.string.go\",\"storage.type.uintptr.go\",\"storage.type.error.go\",\"storage.type.rune.go\",\"storage.type.cs\",\"storage.type.generic.cs\",\"storage.type.modifier.cs\",\"storage.type.variable.cs\",\"storage.type.annotation.java\",\"storage.type.generic.java\",\"storage.type.java\",\"storage.type.object.array.java\",\"storage.type.primitive.array.java\",\"storage.type.primitive.java\",\"storage.type.token.java\",\"storage.type.groovy\",\"storage.type.annotation.groovy\",\"storage.type.parameters.groovy\",\"storage.type.generic.groovy\",\"storage.type.object.array.groovy\",\"storage.type.primitive.array.groovy\",\"storage.type.primitive.groovy\"],\"settings\":{\"foreground\":\"#4EC9B0\"}},{\"scope\":[\"meta.type.cast.expr\",\"meta.type.new.expr\",\"support.constant.math\",\"support.constant.dom\",\"support.constant.json\",\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#4EC9B0\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#C586C0\"}},{\"scope\":[\"variable\",\"meta.definition.variable.name\",\"support.variable\",\"entity.name.variable\"],\"settings\":{\"foreground\":\"#9CDCFE\"}},{\"scope\":[\"meta.object-literal.key\"],\"settings\":{\"foreground\":\"#9CDCFE\"}},{\"scope\":[\"support.constant.property-value\",\"support.constant.font-name\",\"support.constant.media-type\",\"support.constant.media\",\"constant.other.color.rgb-value\",\"constant.other.rgb-value\",\"support.constant.color\"],\"settings\":{\"foreground\":\"#CE9178\"}},{\"scope\":[\"punctuation.definition.group.regexp\",\"punctuation.definition.group.assertion.regexp\",\"punctuation.definition.character-class.regexp\",\"punctuation.character.set.begin.regexp\",\"punctuation.character.set.end.regexp\",\"keyword.operator.negation.regexp\",\"support.other.parenthesis.regexp\"],\"settings\":{\"foreground\":\"#CE9178\"}},{\"scope\":[\"constant.character.character-class.regexp\",\"constant.other.character-class.set.regexp\",\"constant.other.character-class.regexp\",\"constant.character.set.regexp\"],\"settings\":{\"foreground\":\"#d16969\"}},{\"scope\":[\"keyword.operator.or.regexp\",\"keyword.control.anchor.regexp\"],\"settings\":{\"foreground\":\"#DCDCAA\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#d7ba7d\"}},{\"scope\":\"constant.character\",\"settings\":{\"foreground\":\"#569cd6\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#d7ba7d\"}},{\"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\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: slack-ochin */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#161F26\",\"activityBar.dropBackground\":\"#FFF\",\"activityBar.foreground\":\"#FFF\",\"activityBarBadge.background\":\"#8AE773\",\"activityBarBadge.foreground\":\"#FFF\",\"badge.background\":\"#8AE773\",\"breadcrumb.focusForeground\":\"#475663\",\"breadcrumb.foreground\":\"#161F26\",\"button.background\":\"#475663\",\"button.foreground\":\"#FFF\",\"button.hoverBackground\":\"#161F26\",\"debugExceptionWidget.background\":\"#AED4FB\",\"debugExceptionWidget.border\":\"#161F26\",\"debugToolBar.background\":\"#161F26\",\"dropdown.background\":\"#FFF\",\"dropdown.border\":\"#DCDEDF\",\"dropdown.foreground\":\"#DCDEDF\",\"dropdown.listBackground\":\"#FFF\",\"editor.background\":\"#FFF\",\"editor.findMatchBackground\":\"#AED4FB\",\"editor.foreground\":\"#000\",\"editor.lineHighlightBackground\":\"#EEEEEE\",\"editor.selectionBackground\":\"#AED4FB\",\"editor.wordHighlightBackground\":\"#AED4FB\",\"editor.wordHighlightStrongBackground\":\"#EEEEEE\",\"editorActiveLineNumber.foreground\":\"#475663\",\"editorGroup.emptyBackground\":\"#2D3E4C\",\"editorGroup.focusedEmptyBorder\":\"#2D3E4C\",\"editorGroupHeader.tabsBackground\":\"#2D3E4C\",\"editorHint.border\":\"#F9F9F9\",\"editorHint.foreground\":\"#F9F9F9\",\"editorIndentGuide.activeBackground\":\"#dbdbdb\",\"editorIndentGuide.background\":\"#F3F3F3\",\"editorLineNumber.foreground\":\"#b9b9b9\",\"editorMarkerNavigation.background\":\"#F9F9F9\",\"editorMarkerNavigationError.background\":\"#F44C5E\",\"editorMarkerNavigationInfo.background\":\"#6182b8\",\"editorMarkerNavigationWarning.background\":\"#F6B555\",\"editorPane.background\":\"#2D3E4C\",\"editorSuggestWidget.foreground\":\"#2D3E4C\",\"editorSuggestWidget.highlightForeground\":\"#2D3E4C\",\"editorSuggestWidget.selectedBackground\":\"#b9b9b9\",\"editorWidget.background\":\"#F9F9F9\",\"editorWidget.border\":\"#dbdbdb\",\"extensionButton.prominentBackground\":\"#475663\",\"extensionButton.prominentForeground\":\"#F6F6F6\",\"extensionButton.prominentHoverBackground\":\"#161F26\",\"focusBorder\":\"#161F26\",\"foreground\":\"#616161\",\"gitDecoration.addedResourceForeground\":\"#ECB22E\",\"gitDecoration.conflictingResourceForeground\":\"#FFF\",\"gitDecoration.deletedResourceForeground\":\"#FFF\",\"gitDecoration.ignoredResourceForeground\":\"#877583\",\"gitDecoration.modifiedResourceForeground\":\"#ECB22E\",\"gitDecoration.untrackedResourceForeground\":\"#ECB22E\",\"input.background\":\"#FFF\",\"input.border\":\"#161F26\",\"input.foreground\":\"#000\",\"input.placeholderForeground\":\"#a0a0a0\",\"inputOption.activeBorder\":\"#3E313C\",\"inputValidation.errorBackground\":\"#F44C5E\",\"inputValidation.errorForeground\":\"#FFF\",\"inputValidation.infoBackground\":\"#6182b8\",\"inputValidation.infoForeground\":\"#FFF\",\"inputValidation.warningBackground\":\"#F6B555\",\"inputValidation.warningForeground\":\"#000\",\"list.activeSelectionBackground\":\"#5899C5\",\"list.activeSelectionForeground\":\"#fff\",\"list.focusBackground\":\"#d5e1ea\",\"list.focusForeground\":\"#fff\",\"list.highlightForeground\":\"#2D3E4C\",\"list.hoverBackground\":\"#d5e1ea\",\"list.hoverForeground\":\"#fff\",\"list.inactiveFocusBackground\":\"#161F26\",\"list.inactiveSelectionBackground\":\"#5899C5\",\"list.inactiveSelectionForeground\":\"#fff\",\"list.invalidItemForeground\":\"#fff\",\"menu.background\":\"#161F26\",\"menu.foreground\":\"#F9FAFA\",\"menu.separatorBackground\":\"#F9FAFA\",\"notificationCenter.border\":\"#161F26\",\"notificationCenterHeader.foreground\":\"#FFF\",\"notificationLink.foreground\":\"#FFF\",\"notificationToast.border\":\"#161F26\",\"notifications.background\":\"#161F26\",\"notifications.border\":\"#161F26\",\"notifications.foreground\":\"#FFF\",\"panel.border\":\"#2D3E4C\",\"panelTitle.activeForeground\":\"#161F26\",\"progressBar.background\":\"#8AE773\",\"scrollbar.shadow\":\"#ffffff00\",\"scrollbarSlider.activeBackground\":\"#161F267e\",\"scrollbarSlider.background\":\"#161F267e\",\"scrollbarSlider.hoverBackground\":\"#161F267e\",\"settings.dropdownBorder\":\"#161F26\",\"settings.dropdownForeground\":\"#161F26\",\"settings.headerForeground\":\"#161F26\",\"sideBar.background\":\"#2D3E4C\",\"sideBar.foreground\":\"#DCDEDF\",\"sideBarSectionHeader.background\":\"#161F26\",\"sideBarSectionHeader.foreground\":\"#FFF\",\"sideBarTitle.foreground\":\"#FFF\",\"statusBar.background\":\"#5899C5\",\"statusBar.debuggingBackground\":\"#8AE773\",\"statusBar.foreground\":\"#FFF\",\"statusBar.noFolderBackground\":\"#161F26\",\"tab.activeBackground\":\"#FFF\",\"tab.activeForeground\":\"#000\",\"tab.border\":\"#F3F3F3\",\"tab.inactiveBackground\":\"#F3F3F3\",\"tab.inactiveForeground\":\"#686868\",\"terminal.ansiBlack\":\"#000000\",\"terminal.ansiBlue\":\"#6182b8\",\"terminal.ansiBrightBlack\":\"#90a4ae\",\"terminal.ansiBrightBlue\":\"#6182b8\",\"terminal.ansiBrightCyan\":\"#39adb5\",\"terminal.ansiBrightGreen\":\"#91b859\",\"terminal.ansiBrightMagenta\":\"#7c4dff\",\"terminal.ansiBrightRed\":\"#e53935\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#ffb62c\",\"terminal.ansiCyan\":\"#39adb5\",\"terminal.ansiGreen\":\"#91b859\",\"terminal.ansiMagenta\":\"#7c4dff\",\"terminal.ansiRed\":\"#e53935\",\"terminal.ansiWhite\":\"#ffffff\",\"terminal.ansiYellow\":\"#ffb62c\",\"terminal.border\":\"#2D3E4C\",\"terminal.foreground\":\"#161F26\",\"terminal.selectionBackground\":\"#0006\",\"textPreformat.foreground\":\"#161F26\",\"titleBar.activeBackground\":\"#2D3E4C\",\"titleBar.activeForeground\":\"#FFF\",\"titleBar.border\":\"#2D3E4C\",\"titleBar.inactiveBackground\":\"#161F26\",\"titleBar.inactiveForeground\":\"#685C66\",\"welcomePage.buttonBackground\":\"#F3F3F3\",\"welcomePage.buttonHoverBackground\":\"#ECECEC\",\"widget.shadow\":\"#161F2694\"},\"displayName\":\"Slack Ochin\",\"name\":\"slack-ochin\",\"tokenColors\":[{\"settings\":{\"foreground\":\"#002339\"}},{\"scope\":[\"meta.paragraph.markdown\",\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#110000\"}},{\"scope\":[\"entity.name.section.markdown\",\"punctuation.definition.heading.markdown\"],\"settings\":{\"foreground\":\"#034c7c\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"markup.quote.markdown\"],\"settings\":{\"foreground\":\"#00AC8F\"}},{\"scope\":[\"markup.quote.markdown\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#003494\"}},{\"scope\":[\"markup.bold.markdown\",\"punctuation.definition.bold.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4e76b5\"}},{\"scope\":[\"markup.italic.markdown\",\"punctuation.definition.italic.markdown\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#C792EA\"}},{\"scope\":[\"markup.inline.raw.string.markdown\",\"markup.fenced_code.block.markdown\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#0460b1\"}},{\"scope\":[\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#00AC8F\"}},{\"scope\":[\"markup.underline.link.image.markdown\",\"markup.underline.link.markdown\"],\"settings\":{\"foreground\":\"#924205\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#357b42\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#a44185\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#174781\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#174781\"}},{\"scope\":\"language.method\",\"settings\":{\"foreground\":\"#174781\"}},{\"scope\":[\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#174781\"}},{\"scope\":\"variable\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#2f86d2\"}},{\"scope\":\"variable.language.this\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#000000\"}},{\"scope\":\"keyword\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7b30d0\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#da5221\"}},{\"scope\":\"storage.type\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0991b6\"}},{\"scope\":\"entity.name.class\",\"settings\":{\"foreground\":\"#1172c7\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#b02767\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7eb233\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#b1108e\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0444ac\"}},{\"scope\":\"text.html.basic\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#0071ce\"}},{\"scope\":\"entity.name.type\",\"settings\":{\"foreground\":\"#0444ac\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8618\"}},{\"scope\":\"support.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#1ab394\"}},{\"scope\":\"support.constant\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#174781\"}},{\"scope\":[\"support.type\",\"support.class\"],\"settings\":{\"foreground\":\"#dc3eb7\"}},{\"scope\":\"support.other.variable\",\"settings\":{\"foreground\":\"#224555\"}},{\"scope\":\"invalid\",\"settings\":{\"fontStyle\":\" italic bold underline\",\"foreground\":\"#207bb8\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\" bold italic underline\",\"foreground\":\"#207bb8\"}},{\"scope\":\"source.json support\",\"settings\":{\"foreground\":\"#6dbdfa\"}},{\"scope\":[\"source.json string\",\"source.json punctuation.definition.string\"],\"settings\":{\"foreground\":\"#00820f\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#207bb8\"}},{\"scope\":[\"markup.heading punctuation.definition.heading\",\"entity.name.section\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#4FB4D8\"}},{\"scope\":[\"text.html.markdown meta.paragraph meta.link.inline\",\"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown\",\"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#87429A\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#87429A\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#08134A\"}},{\"scope\":[\"markup.italic\",\"punctuation.definition.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#174781\"}},{\"scope\":\"meta.link\",\"settings\":{\"foreground\":\"#87429A\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: snazzy-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#E7E8E6\",\"activityBar.foreground\":\"#2DAE58\",\"activityBar.inactiveForeground\":\"#68696888\",\"activityBarBadge.background\":\"#09A1ED\",\"badge.background\":\"#09A1ED\",\"badge.foreground\":\"#ffffff\",\"button.background\":\"#2DAE58\",\"debugExceptionWidget.background\":\"#FFAEAC33\",\"debugExceptionWidget.border\":\"#FF5C57\",\"debugToolBar.border\":\"#E9EAEB\",\"diffEditor.insertedTextBackground\":\"#2DAE5824\",\"diffEditor.removedTextBackground\":\"#FFAEAC44\",\"dropdown.border\":\"#E9EAEB\",\"editor.background\":\"#FAFBFC\",\"editor.findMatchBackground\":\"#00E6E06A\",\"editor.findMatchHighlightBackground\":\"#00E6E02A\",\"editor.findRangeHighlightBackground\":\"#F5B90011\",\"editor.focusedStackFrameHighlightBackground\":\"#2DAE5822\",\"editor.foreground\":\"#565869\",\"editor.hoverHighlightBackground\":\"#00E6E018\",\"editor.rangeHighlightBackground\":\"#F5B90033\",\"editor.selectionBackground\":\"#2DAE5822\",\"editor.snippetTabstopHighlightBackground\":\"#ADB1C23A\",\"editor.stackFrameHighlightBackground\":\"#F5B90033\",\"editor.wordHighlightBackground\":\"#ADB1C23A\",\"editorError.foreground\":\"#FF5C56\",\"editorGroup.emptyBackground\":\"#F3F4F5\",\"editorGutter.addedBackground\":\"#2DAE58\",\"editorGutter.deletedBackground\":\"#FF5C57\",\"editorGutter.modifiedBackground\":\"#00A39FAA\",\"editorInlayHint.background\":\"#E9EAEB\",\"editorInlayHint.foreground\":\"#565869\",\"editorLineNumber.activeForeground\":\"#35CF68\",\"editorLineNumber.foreground\":\"#9194A2aa\",\"editorLink.activeForeground\":\"#35CF68\",\"editorOverviewRuler.addedForeground\":\"#2DAE58\",\"editorOverviewRuler.deletedForeground\":\"#FF5C57\",\"editorOverviewRuler.errorForeground\":\"#FF5C56\",\"editorOverviewRuler.findMatchForeground\":\"#13BBB7AA\",\"editorOverviewRuler.modifiedForeground\":\"#00A39FAA\",\"editorOverviewRuler.warningForeground\":\"#CF9C00\",\"editorOverviewRuler.wordHighlightForeground\":\"#ADB1C288\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#35CF68\",\"editorWarning.foreground\":\"#CF9C00\",\"editorWhitespace.foreground\":\"#ADB1C255\",\"extensionButton.prominentBackground\":\"#2DAE58\",\"extensionButton.prominentHoverBackground\":\"#238744\",\"focusBorder\":\"#09A1ED\",\"foreground\":\"#686968\",\"gitDecoration.modifiedResourceForeground\":\"#00A39F\",\"gitDecoration.untrackedResourceForeground\":\"#2DAE58\",\"input.border\":\"#E9EAEB\",\"list.activeSelectionBackground\":\"#09A1ED\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.errorForeground\":\"#FF5C56\",\"list.focusBackground\":\"#BCE7FC99\",\"list.focusForeground\":\"#11658F\",\"list.hoverBackground\":\"#E9EAEB\",\"list.inactiveSelectionBackground\":\"#89B5CB33\",\"list.warningForeground\":\"#B38700\",\"menu.background\":\"#FAFBFC\",\"menu.selectionBackground\":\"#E9EAEB\",\"menu.selectionForeground\":\"#686968\",\"menubar.selectionBackground\":\"#E9EAEB\",\"menubar.selectionForeground\":\"#686968\",\"merge.currentContentBackground\":\"#35CF6833\",\"merge.currentHeaderBackground\":\"#35CF6866\",\"merge.incomingContentBackground\":\"#14B1FF33\",\"merge.incomingHeaderBackground\":\"#14B1FF77\",\"peekView.border\":\"#09A1ED\",\"peekViewEditor.background\":\"#14B1FF08\",\"peekViewEditor.matchHighlightBackground\":\"#F5B90088\",\"peekViewEditor.matchHighlightBorder\":\"#F5B900\",\"peekViewEditorStickyScroll.background\":\"#EDF4FB\",\"peekViewResult.matchHighlightBackground\":\"#F5B90088\",\"peekViewResult.selectionBackground\":\"#09A1ED\",\"peekViewResult.selectionForeground\":\"#FFFFFF\",\"peekViewTitle.background\":\"#09A1ED11\",\"selection.background\":\"#2DAE5844\",\"settings.modifiedItemIndicator\":\"#13BBB7\",\"sideBar.background\":\"#F3F4F5\",\"sideBar.border\":\"#DEDFE0\",\"sideBarSectionHeader.background\":\"#E9EAEB\",\"sideBarSectionHeader.border\":\"#DEDFE0\",\"statusBar.background\":\"#2DAE58\",\"statusBar.debuggingBackground\":\"#13BBB7\",\"statusBar.debuggingBorder\":\"#00A39F\",\"statusBar.noFolderBackground\":\"#565869\",\"statusBarItem.remoteBackground\":\"#238744\",\"tab.activeBorderTop\":\"#2DAE58\",\"terminal.ansiBlack\":\"#565869\",\"terminal.ansiBlue\":\"#09A1ED\",\"terminal.ansiBrightBlack\":\"#75798F\",\"terminal.ansiBrightBlue\":\"#14B1FF\",\"terminal.ansiBrightCyan\":\"#13BBB7\",\"terminal.ansiBrightGreen\":\"#35CF68\",\"terminal.ansiBrightMagenta\":\"#FF94D2\",\"terminal.ansiBrightRed\":\"#FFAEAC\",\"terminal.ansiBrightWhite\":\"#FFFFFF\",\"terminal.ansiBrightYellow\":\"#F5B900\",\"terminal.ansiCyan\":\"#13BBB7\",\"terminal.ansiGreen\":\"#2DAE58\",\"terminal.ansiMagenta\":\"#F767BB\",\"terminal.ansiRed\":\"#FF5C57\",\"terminal.ansiWhite\":\"#FAFBF9\",\"terminal.ansiYellow\":\"#CF9C00\",\"titleBar.activeBackground\":\"#F3F4F5\"},\"displayName\":\"Snazzy Light\",\"name\":\"snazzy-light\",\"tokenColors\":[{\"scope\":\"invalid.illegal\",\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":[\"meta.object-literal.key\",\"meta.object-literal.key constant.character.escape\",\"meta.object-literal string\",\"meta.object-literal string constant.character.escape\",\"support.type.property-name\",\"support.type.property-name constant.character.escape\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"keyword\",\"storage\",\"meta.class storage.type\",\"keyword.operator.expression.import\",\"keyword.operator.new\",\"keyword.operator.expression.delete\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"support.type\",\"meta.type.annotation entity.name.type\",\"new.expr meta.type.parameters entity.name.type\",\"storage.type.primitive\",\"storage.type.built-in.primitive\",\"meta.function.parameter storage.type\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"storage.type.annotation\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#FF5C57CC\"}},{\"scope\":[\"constant.language\",\"support.constant\",\"variable.language\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"variable\",\"support.variable\"],\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":\"variable.language.this\",\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"entity.name.function\",\"support.function\"],\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":[\"entity.name.function.decorator\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"meta.class entity.name.type\",\"new.expr entity.name.type\",\"entity.other.inherited-class\",\"support.class\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"keyword.preprocessor.pragma\",\"keyword.control.directive.include\",\"keyword.other.preprocessor\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"entity.name.exception\",\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":\"entity.name.section\",\"settings\":{}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#FF5C57\"}},{\"scope\":[\"constant\",\"constant.character\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#F5B900\"}},{\"scope\":[\"string.regexp\",\"string.regexp constant.character.escape\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"keyword.operator.negation.regexp\",\"keyword.operator.or.regexp\",\"string.regexp punctuation\",\"string.regexp keyword\",\"string.regexp keyword.control\",\"string.regexp constant\",\"variable.other.regexp\"],\"settings\":{\"foreground\":\"#00A39F\"}},{\"scope\":[\"string.regexp keyword.other\"],\"settings\":{\"foreground\":\"#00A39F88\"}},{\"scope\":\"constant.other.symbol\",\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":\"comment.block.preprocessor\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#9194A2\"}},{\"scope\":\"comment.block.documentation entity.name.type\",\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"comment.block.documentation storage\",\"comment.block.documentation keyword.other\",\"meta.class comment.block.documentation storage.type\"],\"settings\":{\"foreground\":\"#9194A2\"}},{\"scope\":[\"comment.block.documentation variable\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":[\"punctuation\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"keyword.operator\",\"keyword.other.arrow\",\"keyword.control.@\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"meta.tag.metadata.doctype.html entity.name.tag\",\"meta.tag.metadata.doctype.html entity.other.attribute-name.html\",\"meta.tag.sgml.doctype\",\"meta.tag.sgml.doctype string\",\"meta.tag.sgml.doctype entity.name.tag\",\"meta.tag.sgml punctuation.definition.tag.html\"],\"settings\":{\"foreground\":\"#9194A2\"}},{\"scope\":[\"meta.tag\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"meta.tag entity.other.attribute-name\",\"entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#FF8380\"}},{\"scope\":[\"constant.character.entity\",\"punctuation.definition.entity\"],\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":[\"source.css\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"meta.selector\",\"meta.selector entity\",\"meta.selector entity punctuation\",\"source.css entity.name.tag\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"keyword.control.at-rule\",\"keyword.control.at-rule punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":\"source.css variable\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.css meta.property-name\",\"source.css support.type.property-name\"],\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":[\"source.css support.type.vendored.property-name\"],\"settings\":{\"foreground\":\"#565869AA\"}},{\"scope\":[\"meta.property-value\",\"support.constant.property-value\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.css support.constant\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"punctuation.definition.entity.css\",\"keyword.operator.combinator.css\"],\"settings\":{\"foreground\":\"#FF82CBBB\"}},{\"scope\":[\"source.css support.function\"],\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":\"keyword.other.important\",\"settings\":{\"foreground\":\"#238744\"}},{\"scope\":[\"source.css.scss\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"source.css.scss entity.other.attribute-name.class.css\",\"source.css.scss entity.other.attribute-name.id.css\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"entity.name.tag.reference.scss\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":[\"source.css.scss meta.at-rule keyword\",\"source.css.scss meta.at-rule keyword punctuation\",\"source.css.scss meta.at-rule operator.logical\",\"keyword.control.content.scss\",\"keyword.control.return.scss\",\"keyword.control.return.scss punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":[\"meta.at-rule.mixin.scss\",\"meta.at-rule.include.scss\",\"source.css.scss meta.at-rule.if\",\"source.css.scss meta.at-rule.else\",\"source.css.scss meta.at-rule.each\",\"source.css.scss meta.at-rule variable.parameter\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.css.less entity.other.attribute-name.class.css\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":\"source.stylus meta.brace.curly.css\",\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.stylus entity.other.attribute-name.class\",\"source.stylus entity.other.attribute-name.id\",\"source.stylus entity.name.tag\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"source.stylus support.type.property-name\"],\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":[\"source.stylus variable\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#888888\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#888888\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.error\",\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#888888\"}},{\"scope\":\"meta.link\",\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":\"string.other.link.title.markdown\",\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":[\"markup.output\",\"markup.raw\"],\"settings\":{\"foreground\":\"#999999\"}},{\"scope\":\"markup.prompt\",\"settings\":{\"foreground\":\"#999999\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.traceback\",\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#777985\"}},{\"scope\":[\"markup.bold\",\"markup.italic\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#F767BB\"}},{\"scope\":[\"meta.brace.round\",\"meta.brace.square\",\"storage.type.function.arrow\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"constant.language.import-export-all\",\"meta.import keyword.control.default\"],\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":[\"support.function.js\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"string.regexp.js\",\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"variable.language.super\",\"support.type.object.module.js\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":\"meta.jsx.children\",\"settings\":{\"foreground\":\"#686968\"}},{\"scope\":\"entity.name.tag.yaml\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"variable.other.alias.yaml\",\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"punctuation.section.embedded.begin.php\",\"punctuation.section.embedded.end.php\"],\"settings\":{\"foreground\":\"#75798F\"}},{\"scope\":[\"meta.use.php entity.other.alias.php\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.php support.function.construct\",\"source.php support.function.var\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"storage.modifier.extends.php\",\"source.php keyword.other\",\"storage.modifier.php\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"meta.class.body.php storage.type.php\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"storage.type.php\",\"meta.class.body.php meta.function-call.php storage.type.php\",\"meta.class.body.php meta.function.php storage.type.php\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"source.php keyword.other.DML\"],\"settings\":{\"foreground\":\"#D94E4A\"}},{\"scope\":[\"source.sql.embedded.php keyword.operator\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"source.ini keyword\",\"source.toml keyword\",\"source.env variable\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.ini entity.name.section\",\"source.toml entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"source.go storage.type\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"keyword.import.go\",\"keyword.package.go\"],\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":[\"source.reason variable.language string\"],\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":[\"source.reason support.type\",\"source.reason constant.language\",\"source.reason constant.language constant.numeric\",\"source.reason support.type string.regexp\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"source.reason keyword.operator keyword.control\",\"source.reason keyword.control.less\",\"source.reason keyword.control.flow\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.reason string.regexp\"],\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":[\"source.reason support.property-value\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.rust support.function.core.rust\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.rust storage.type.core.rust\",\"source.rust storage.class.std\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"source.rust entity.name.type.rust\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"storage.type.function.coffee\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"keyword.type.cs\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"entity.name.type.namespace.cs\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"markup.inserted.diff\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"markup.deleted.diff\"],\"settings\":{\"foreground\":\"#FF5C56\"}},{\"scope\":[\"meta.diff.range\",\"meta.diff.index\",\"meta.separator\"],\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":\"source.makefile variable\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"keyword.control.protocol-specification.objc\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"meta.parens storage.type.objc\",\"meta.return-type.objc support.class\",\"meta.return-type.objc storage.type.objc\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"source.sql keyword\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"keyword.other.special-method.dockerfile\"],\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":\"constant.other.symbol.elixir\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"storage.type.elm\",\"support.module.elm\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.elm keyword.other\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.erlang entity.name.type.class\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"variable.other.field.erlang\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.erlang constant.other.symbol\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"storage.type.haskell\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"meta.declaration.class.haskell storage.type.haskell\",\"meta.declaration.instance.haskell storage.type.haskell\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"meta.preprocessor.haskell\"],\"settings\":{\"foreground\":\"#75798F\"}},{\"scope\":[\"source.haskell keyword.control\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"tag.end.latte\",\"tag.begin.latte\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":\"source.po keyword.control\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"source.po storage.type\",\"settings\":{\"foreground\":\"#9194A2\"}},{\"scope\":\"constant.language.po\",\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":\"meta.header.po string\",\"settings\":{\"foreground\":\"#FF8380\"}},{\"scope\":\"source.po meta.header.po\",\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.ocaml markup.underline\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"source.ocaml punctuation.definition.tag emphasis\",\"source.ocaml entity.name.class constant.numeric\",\"source.ocaml support.type\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"source.ocaml constant.numeric entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.ocaml comment meta.separator\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.ocaml support.type strong\",\"source.ocaml keyword.control strong\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.ocaml support.constant.property-value\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"source.scala entity.name.class\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"storage.type.scala\"],\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":[\"variable.parameter.scala\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"meta.bracket.scala\",\"meta.colon.scala\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"meta.metadata.simple.clojure\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"meta.metadata.simple.clojure meta.symbol\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.r keyword.other\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"source.svelte meta.block.ts entity.name.label\"],\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":[\"keyword.operator.word.applescript\"],\"settings\":{\"foreground\":\"#F767BB\"}},{\"scope\":[\"meta.function-call.livescript\"],\"settings\":{\"foreground\":\"#09A1ED\"}},{\"scope\":[\"variable.language.self.lua\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"entity.name.type.class.swift\",\"meta.inheritance-clause.swift\",\"meta.import.swift entity.name.type\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"source.swift punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#B38700\"}},{\"scope\":[\"variable.parameter.function.swift entity.name.function.swift\"],\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":\"meta.function-call.twig\",\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":\"string.unquoted.tag-string.django\",\"settings\":{\"foreground\":\"#565869\"}},{\"scope\":[\"entity.tag.tagbraces.django\",\"entity.tag.filter-pipe.django\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":[\"meta.section.attributes.haml constant.language\",\"meta.section.attributes.plain.haml constant.other.symbol\"],\"settings\":{\"foreground\":\"#FF8380\"}},{\"scope\":[\"meta.prolog.haml\"],\"settings\":{\"foreground\":\"#9194A2\"}},{\"scope\":[\"support.constant.handlebars\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":\"text.log log.constant\",\"settings\":{\"foreground\":\"#C25193\"}},{\"scope\":[\"source.c string constant.other.placeholder\",\"source.cpp string constant.other.placeholder\"],\"settings\":{\"foreground\":\"#B38700\"}},{\"scope\":\"constant.other.key.groovy\",\"settings\":{\"foreground\":\"#11658F\"}},{\"scope\":\"storage.type.groovy\",\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":\"meta.definition.variable.groovy storage.type.groovy\",\"settings\":{\"foreground\":\"#2DAE58\"}},{\"scope\":\"storage.modifier.import.groovy\",\"settings\":{\"foreground\":\"#CF9C00\"}},{\"scope\":[\"entity.other.attribute-name.class.pug\",\"entity.other.attribute-name.id.pug\"],\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":[\"constant.name.attribute.tag.pug\"],\"settings\":{\"foreground\":\"#ADB1C2\"}},{\"scope\":\"entity.name.tag.style.html\",\"settings\":{\"foreground\":\"#13BBB7\"}},{\"scope\":\"entity.name.type.wasm\",\"settings\":{\"foreground\":\"#2DAE58\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: solarized-dark */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#003847\",\"badge.background\":\"#047aa6\",\"button.background\":\"#2AA19899\",\"debugExceptionWidget.background\":\"#00212B\",\"debugExceptionWidget.border\":\"#AB395B\",\"debugToolBar.background\":\"#00212B\",\"dropdown.background\":\"#00212B\",\"dropdown.border\":\"#2AA19899\",\"editor.background\":\"#002B36\",\"editor.foreground\":\"#839496\",\"editor.lineHighlightBackground\":\"#073642\",\"editor.selectionBackground\":\"#274642\",\"editor.selectionHighlightBackground\":\"#005A6FAA\",\"editor.wordHighlightBackground\":\"#004454AA\",\"editor.wordHighlightStrongBackground\":\"#005A6FAA\",\"editorBracketHighlight.foreground1\":\"#cdcdcdff\",\"editorBracketHighlight.foreground2\":\"#b58900ff\",\"editorBracketHighlight.foreground3\":\"#d33682ff\",\"editorCursor.foreground\":\"#D30102\",\"editorGroup.border\":\"#00212B\",\"editorGroup.dropBackground\":\"#2AA19844\",\"editorGroupHeader.tabsBackground\":\"#004052\",\"editorHoverWidget.background\":\"#004052\",\"editorIndentGuide.activeBackground\":\"#C3E1E180\",\"editorIndentGuide.background\":\"#93A1A180\",\"editorLineNumber.activeForeground\":\"#949494\",\"editorMarkerNavigationError.background\":\"#AB395B\",\"editorMarkerNavigationWarning.background\":\"#5B7E7A\",\"editorWhitespace.foreground\":\"#93A1A180\",\"editorWidget.background\":\"#00212B\",\"errorForeground\":\"#ffeaea\",\"focusBorder\":\"#2AA19899\",\"input.background\":\"#003847\",\"input.foreground\":\"#93A1A1\",\"input.placeholderForeground\":\"#93A1A1AA\",\"inputOption.activeBorder\":\"#2AA19899\",\"inputValidation.errorBackground\":\"#571b26\",\"inputValidation.errorBorder\":\"#a92049\",\"inputValidation.infoBackground\":\"#052730\",\"inputValidation.infoBorder\":\"#363b5f\",\"inputValidation.warningBackground\":\"#5d5938\",\"inputValidation.warningBorder\":\"#9d8a5e\",\"list.activeSelectionBackground\":\"#005A6F\",\"list.dropBackground\":\"#00445488\",\"list.highlightForeground\":\"#1ebcc5\",\"list.hoverBackground\":\"#004454AA\",\"list.inactiveSelectionBackground\":\"#00445488\",\"minimap.selectionHighlight\":\"#274642\",\"panel.border\":\"#2b2b4a\",\"peekView.border\":\"#2b2b4a\",\"peekViewEditor.background\":\"#10192c\",\"peekViewEditor.matchHighlightBackground\":\"#7744AA40\",\"peekViewResult.background\":\"#00212B\",\"peekViewTitle.background\":\"#00212B\",\"pickerGroup.border\":\"#2AA19899\",\"pickerGroup.foreground\":\"#2AA19899\",\"ports.iconRunningProcessForeground\":\"#369432\",\"progressBar.background\":\"#047aa6\",\"quickInputList.focusBackground\":\"#005A6F\",\"selection.background\":\"#2AA19899\",\"sideBar.background\":\"#00212B\",\"sideBarTitle.foreground\":\"#93A1A1\",\"statusBar.background\":\"#00212B\",\"statusBar.debuggingBackground\":\"#00212B\",\"statusBar.foreground\":\"#93A1A1\",\"statusBar.noFolderBackground\":\"#00212B\",\"statusBarItem.prominentBackground\":\"#003847\",\"statusBarItem.prominentHoverBackground\":\"#003847\",\"statusBarItem.remoteBackground\":\"#2AA19899\",\"tab.activeBackground\":\"#002B37\",\"tab.activeForeground\":\"#d6dbdb\",\"tab.border\":\"#003847\",\"tab.inactiveBackground\":\"#004052\",\"tab.inactiveForeground\":\"#93A1A1\",\"tab.lastPinnedBorder\":\"#2AA19844\",\"terminal.ansiBlack\":\"#073642\",\"terminal.ansiBlue\":\"#268bd2\",\"terminal.ansiBrightBlack\":\"#002b36\",\"terminal.ansiBrightBlue\":\"#839496\",\"terminal.ansiBrightCyan\":\"#93a1a1\",\"terminal.ansiBrightGreen\":\"#586e75\",\"terminal.ansiBrightMagenta\":\"#6c71c4\",\"terminal.ansiBrightRed\":\"#cb4b16\",\"terminal.ansiBrightWhite\":\"#fdf6e3\",\"terminal.ansiBrightYellow\":\"#657b83\",\"terminal.ansiCyan\":\"#2aa198\",\"terminal.ansiGreen\":\"#859900\",\"terminal.ansiMagenta\":\"#d33682\",\"terminal.ansiRed\":\"#dc322f\",\"terminal.ansiWhite\":\"#eee8d5\",\"terminal.ansiYellow\":\"#b58900\",\"titleBar.activeBackground\":\"#002C39\"},\"displayName\":\"Solarized Dark\",\"name\":\"solarized-dark\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#839496\"}},{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\",\"string meta.image.inline.markdown\",\"variable.legacy.builtin.python\"],\"settings\":{\"foreground\":\"#839496\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#586E75\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#2AA198\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#D33682\"}},{\"scope\":[\"variable.language\",\"variable.other\"],\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#93A1A1\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type\",\"entity.name.namespace\",\"entity.name.scope-resolution\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#CB4B16\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.definition.variable\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":[\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.end\"],\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"constant.language\",\"meta.preprocessor\"],\"settings\":{\"foreground\":\"#B58900\"}},{\"scope\":[\"support.function.construct\",\"keyword.other.new\"],\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":[\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":[\"entity.other.inherited-class\",\"punctuation.separator.namespace.ruby\"],\"settings\":{\"foreground\":\"#6C71C4\"}},{\"scope\":\"variable.parameter\",\"settings\":{}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"foreground\":\"#586E75\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#93A1A1\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.separator.continuation\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"support.constant\",\"support.variable\"],\"settings\":{}},{\"scope\":[\"support.type\",\"support.class\"],\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"support.type.exception\",\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":\"support.other.variable\",\"settings\":{}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#268BD2\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#DC322F\"}},{\"scope\":\"markup.changed\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#CB4B16\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#B58900\"}},{\"scope\":[\"markup.bold\",\"markup.italic\"],\"settings\":{\"foreground\":\"#D33682\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#2AA198\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#268BD2\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#268BD2\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: solarized-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#DDD6C1\",\"activityBar.foreground\":\"#584c27\",\"activityBarBadge.background\":\"#B58900\",\"badge.background\":\"#B58900AA\",\"button.background\":\"#AC9D57\",\"debugExceptionWidget.background\":\"#DDD6C1\",\"debugExceptionWidget.border\":\"#AB395B\",\"debugToolBar.background\":\"#DDD6C1\",\"dropdown.background\":\"#EEE8D5\",\"dropdown.border\":\"#D3AF86\",\"editor.background\":\"#FDF6E3\",\"editor.foreground\":\"#657B83\",\"editor.lineHighlightBackground\":\"#EEE8D5\",\"editor.selectionBackground\":\"#EEE8D5\",\"editorCursor.foreground\":\"#657B83\",\"editorGroup.border\":\"#DDD6C1\",\"editorGroup.dropBackground\":\"#DDD6C1AA\",\"editorGroupHeader.tabsBackground\":\"#D9D2C2\",\"editorHoverWidget.background\":\"#CCC4B0\",\"editorIndentGuide.activeBackground\":\"#081E2580\",\"editorIndentGuide.background\":\"#586E7580\",\"editorLineNumber.activeForeground\":\"#567983\",\"editorWhitespace.foreground\":\"#586E7580\",\"editorWidget.background\":\"#EEE8D5\",\"extensionButton.prominentBackground\":\"#b58900\",\"extensionButton.prominentHoverBackground\":\"#584c27aa\",\"focusBorder\":\"#b49471\",\"input.background\":\"#DDD6C1\",\"input.foreground\":\"#586E75\",\"input.placeholderForeground\":\"#586E75AA\",\"inputOption.activeBorder\":\"#D3AF86\",\"list.activeSelectionBackground\":\"#DFCA88\",\"list.activeSelectionForeground\":\"#6C6C6C\",\"list.highlightForeground\":\"#B58900\",\"list.hoverBackground\":\"#DFCA8844\",\"list.inactiveSelectionBackground\":\"#D1CBB8\",\"minimap.selectionHighlight\":\"#EEE8D5\",\"notebook.cellEditorBackground\":\"#F7F0E0\",\"panel.border\":\"#DDD6C1\",\"peekView.border\":\"#B58900\",\"peekViewEditor.background\":\"#FFFBF2\",\"peekViewEditor.matchHighlightBackground\":\"#7744AA40\",\"peekViewResult.background\":\"#EEE8D5\",\"peekViewTitle.background\":\"#EEE8D5\",\"pickerGroup.border\":\"#2AA19899\",\"pickerGroup.foreground\":\"#2AA19899\",\"ports.iconRunningProcessForeground\":\"#2AA19899\",\"progressBar.background\":\"#B58900\",\"quickInputList.focusBackground\":\"#DFCA8866\",\"selection.background\":\"#878b9180\",\"sideBar.background\":\"#EEE8D5\",\"sideBarTitle.foreground\":\"#586E75\",\"statusBar.background\":\"#EEE8D5\",\"statusBar.debuggingBackground\":\"#EEE8D5\",\"statusBar.foreground\":\"#586E75\",\"statusBar.noFolderBackground\":\"#EEE8D5\",\"statusBarItem.prominentBackground\":\"#DDD6C1\",\"statusBarItem.prominentHoverBackground\":\"#DDD6C199\",\"statusBarItem.remoteBackground\":\"#AC9D57\",\"tab.activeBackground\":\"#FDF6E3\",\"tab.activeModifiedBorder\":\"#cb4b16\",\"tab.border\":\"#DDD6C1\",\"tab.inactiveBackground\":\"#D3CBB7\",\"tab.inactiveForeground\":\"#586E75\",\"tab.lastPinnedBorder\":\"#FDF6E3\",\"terminal.ansiBlack\":\"#073642\",\"terminal.ansiBlue\":\"#268bd2\",\"terminal.ansiBrightBlack\":\"#002b36\",\"terminal.ansiBrightBlue\":\"#839496\",\"terminal.ansiBrightCyan\":\"#93a1a1\",\"terminal.ansiBrightGreen\":\"#586e75\",\"terminal.ansiBrightMagenta\":\"#6c71c4\",\"terminal.ansiBrightRed\":\"#cb4b16\",\"terminal.ansiBrightWhite\":\"#fdf6e3\",\"terminal.ansiBrightYellow\":\"#657b83\",\"terminal.ansiCyan\":\"#2aa198\",\"terminal.ansiGreen\":\"#859900\",\"terminal.ansiMagenta\":\"#d33682\",\"terminal.ansiRed\":\"#dc322f\",\"terminal.ansiWhite\":\"#eee8d5\",\"terminal.ansiYellow\":\"#b58900\",\"terminal.background\":\"#FDF6E3\",\"titleBar.activeBackground\":\"#EEE8D5\",\"walkThrough.embeddedEditorBackground\":\"#00000014\"},\"displayName\":\"Solarized Light\",\"name\":\"solarized-light\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#657B83\"}},{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\",\"string meta.image.inline.markdown\",\"variable.legacy.builtin.python\"],\"settings\":{\"foreground\":\"#657B83\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#93A1A1\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#2AA198\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#D33682\"}},{\"scope\":[\"variable.language\",\"variable.other\"],\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#586E75\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type\",\"entity.name.namespace\",\"entity.name.scope-resolution\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#CB4B16\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.definition.variable\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":[\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.end\"],\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"constant.language\",\"meta.preprocessor\"],\"settings\":{\"foreground\":\"#B58900\"}},{\"scope\":[\"support.function.construct\",\"keyword.other.new\"],\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":[\"constant.character\",\"constant.other\"],\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":[\"entity.other.inherited-class\",\"punctuation.separator.namespace.ruby\"],\"settings\":{\"foreground\":\"#6C71C4\"}},{\"scope\":\"variable.parameter\",\"settings\":{}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"foreground\":\"#93A1A1\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#93A1A1\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#268BD2\"}},{\"scope\":\"punctuation.separator.continuation\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"support.constant\",\"support.variable\"],\"settings\":{}},{\"scope\":[\"support.type\",\"support.class\"],\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"support.type.exception\",\"settings\":{\"foreground\":\"#CB4B16\"}},{\"scope\":\"support.other.variable\",\"settings\":{}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#DC322F\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#268BD2\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#DC322F\"}},{\"scope\":\"markup.changed\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#CB4B16\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#859900\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#B58900\"}},{\"scope\":[\"markup.bold\",\"markup.italic\"],\"settings\":{\"foreground\":\"#D33682\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#2AA198\"}},{\"scope\":\"markup.heading\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#268BD2\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#268BD2\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: synthwave-84 */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#171520\",\"activityBar.dropBackground\":\"#34294f66\",\"activityBar.foreground\":\"#ffffffCC\",\"activityBarBadge.background\":\"#f97e72\",\"activityBarBadge.foreground\":\"#2a2139\",\"badge.background\":\"#2a2139\",\"badge.foreground\":\"#ffffff\",\"breadcrumbPicker.background\":\"#232530\",\"button.background\":\"#614D85\",\"debugToolBar.background\":\"#463465\",\"diffEditor.insertedTextBackground\":\"#0beb9935\",\"diffEditor.removedTextBackground\":\"#fe445035\",\"dropdown.background\":\"#232530\",\"dropdown.listBackground\":\"#2a2139\",\"editor.background\":\"#262335\",\"editor.findMatchBackground\":\"#D18616bb\",\"editor.findMatchHighlightBackground\":\"#D1861655\",\"editor.findRangeHighlightBackground\":\"#34294f1a\",\"editor.hoverHighlightBackground\":\"#463564\",\"editor.lineHighlightBorder\":\"#7059AB66\",\"editor.rangeHighlightBackground\":\"#49549539\",\"editor.selectionBackground\":\"#ffffff20\",\"editor.selectionHighlightBackground\":\"#ffffff20\",\"editor.wordHighlightBackground\":\"#34294f88\",\"editor.wordHighlightStrongBackground\":\"#34294f88\",\"editorBracketMatch.background\":\"#34294f66\",\"editorBracketMatch.border\":\"#495495\",\"editorCodeLens.foreground\":\"#ffffff7c\",\"editorCursor.background\":\"#241b2f\",\"editorCursor.foreground\":\"#f97e72\",\"editorError.foreground\":\"#fe4450\",\"editorGroup.border\":\"#495495\",\"editorGroup.dropBackground\":\"#4954954a\",\"editorGroupHeader.tabsBackground\":\"#241b2f\",\"editorGutter.addedBackground\":\"#206d4bd6\",\"editorGutter.deletedBackground\":\"#fa2e46a4\",\"editorGutter.modifiedBackground\":\"#b893ce8f\",\"editorIndentGuide.activeBackground\":\"#A148AB80\",\"editorIndentGuide.background\":\"#444251\",\"editorLineNumber.activeForeground\":\"#ffffffcc\",\"editorLineNumber.foreground\":\"#ffffff73\",\"editorOverviewRuler.addedForeground\":\"#09f7a099\",\"editorOverviewRuler.border\":\"#34294fb3\",\"editorOverviewRuler.deletedForeground\":\"#fe445099\",\"editorOverviewRuler.errorForeground\":\"#fe4450dd\",\"editorOverviewRuler.findMatchForeground\":\"#D1861699\",\"editorOverviewRuler.modifiedForeground\":\"#b893ce99\",\"editorOverviewRuler.warningForeground\":\"#72f1b8cc\",\"editorRuler.foreground\":\"#A148AB80\",\"editorSuggestWidget.highlightForeground\":\"#f97e72\",\"editorSuggestWidget.selectedBackground\":\"#ffffff36\",\"editorWarning.foreground\":\"#72f1b8cc\",\"editorWidget.background\":\"#171520DC\",\"editorWidget.border\":\"#ffffff22\",\"editorWidget.resizeBorder\":\"#ffffff44\",\"errorForeground\":\"#fe4450\",\"extensionButton.prominentBackground\":\"#f97e72\",\"extensionButton.prominentHoverBackground\":\"#ff7edb\",\"focusBorder\":\"#1f212b\",\"foreground\":\"#ffffff\",\"gitDecoration.addedResourceForeground\":\"#72f1b8cc\",\"gitDecoration.deletedResourceForeground\":\"#fe4450\",\"gitDecoration.ignoredResourceForeground\":\"#ffffff59\",\"gitDecoration.modifiedResourceForeground\":\"#b893ceee\",\"gitDecoration.untrackedResourceForeground\":\"#72f1b8\",\"input.background\":\"#2a2139\",\"inputOption.activeBorder\":\"#ff7edb99\",\"inputValidation.errorBackground\":\"#fe445080\",\"inputValidation.errorBorder\":\"#fe445000\",\"list.activeSelectionBackground\":\"#ffffff20\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.dropBackground\":\"#34294f66\",\"list.errorForeground\":\"#fe4450E6\",\"list.focusBackground\":\"#ffffff20\",\"list.focusForeground\":\"#ffffff\",\"list.highlightForeground\":\"#f97e72\",\"list.hoverBackground\":\"#37294d99\",\"list.hoverForeground\":\"#ffffff\",\"list.inactiveFocusBackground\":\"#2a213999\",\"list.inactiveSelectionBackground\":\"#ffffff20\",\"list.inactiveSelectionForeground\":\"#ffffff\",\"list.warningForeground\":\"#72f1b8bb\",\"menu.background\":\"#463465\",\"minimapGutter.addedBackground\":\"#09f7a099\",\"minimapGutter.deletedBackground\":\"#fe4450\",\"minimapGutter.modifiedBackground\":\"#b893ce\",\"panelTitle.activeBorder\":\"#f97e72\",\"peekView.border\":\"#495495\",\"peekViewEditor.background\":\"#232530\",\"peekViewEditor.matchHighlightBackground\":\"#D18616bb\",\"peekViewResult.background\":\"#232530\",\"peekViewResult.matchHighlightBackground\":\"#D1861655\",\"peekViewResult.selectionBackground\":\"#2a213980\",\"peekViewTitle.background\":\"#232530\",\"pickerGroup.foreground\":\"#f97e72ea\",\"progressBar.background\":\"#f97e72\",\"scrollbar.shadow\":\"#2a2139\",\"scrollbarSlider.activeBackground\":\"#9d8bca20\",\"scrollbarSlider.background\":\"#9d8bca30\",\"scrollbarSlider.hoverBackground\":\"#9d8bca50\",\"selection.background\":\"#ffffff20\",\"sideBar.background\":\"#241b2f\",\"sideBar.dropBackground\":\"#34294f4c\",\"sideBar.foreground\":\"#ffffff99\",\"sideBarSectionHeader.background\":\"#241b2f\",\"sideBarSectionHeader.foreground\":\"#ffffffca\",\"statusBar.background\":\"#241b2f\",\"statusBar.debuggingBackground\":\"#f97e72\",\"statusBar.debuggingForeground\":\"#08080f\",\"statusBar.foreground\":\"#ffffff80\",\"statusBar.noFolderBackground\":\"#241b2f\",\"statusBarItem.prominentBackground\":\"#2a2139\",\"statusBarItem.prominentHoverBackground\":\"#34294f\",\"tab.activeBorder\":\"#880088\",\"tab.border\":\"#241b2f00\",\"tab.inactiveBackground\":\"#262335\",\"terminal.ansiBlue\":\"#03edf9\",\"terminal.ansiBrightBlue\":\"#03edf9\",\"terminal.ansiBrightCyan\":\"#03edf9\",\"terminal.ansiBrightGreen\":\"#72f1b8\",\"terminal.ansiBrightMagenta\":\"#ff7edb\",\"terminal.ansiBrightRed\":\"#fe4450\",\"terminal.ansiBrightYellow\":\"#fede5d\",\"terminal.ansiCyan\":\"#03edf9\",\"terminal.ansiGreen\":\"#72f1b8\",\"terminal.ansiMagenta\":\"#ff7edb\",\"terminal.ansiRed\":\"#fe4450\",\"terminal.ansiYellow\":\"#f3e70f\",\"terminal.foreground\":\"#ffffff\",\"terminal.selectionBackground\":\"#ffffff20\",\"terminalCursor.background\":\"#ffffff\",\"terminalCursor.foreground\":\"#03edf9\",\"textLink.activeForeground\":\"#ff7edb\",\"textLink.foreground\":\"#f97e72\",\"titleBar.activeBackground\":\"#241b2f\",\"titleBar.inactiveBackground\":\"#241b2f\",\"walkThrough.embeddedEditorBackground\":\"#232530\",\"widget.shadow\":\"#2a2139\"},\"displayName\":\"Synthwave '84\",\"name\":\"synthwave-84\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"comment\",\"string.quoted.docstring.multi.python\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin.python\",\"string.quoted.docstring.multi.python punctuation.definition.string.end.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#848bbd\"}},{\"scope\":[\"string.quoted\",\"string.template\",\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#ff8b39\"}},{\"scope\":\"string.template meta.embedded.line\",\"settings\":{\"foreground\":\"#b6b1b1\"}},{\"scope\":[\"variable\",\"entity.name.variable\"],\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":\"variable.language\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fe4450\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"constant.language\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"entity.name\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"entity.other.attribute-name.html\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fede5d\"}},{\"scope\":[\"entity.name.type\",\"meta.attribute.class.html\"],\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"foreground\":\"#D50\"}},{\"scope\":[\"entity.name.function\",\"variable.function\"],\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":[\"keyword.control.export.js\",\"keyword.control.import.js\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"constant.numeric.decimal.js\"],\"settings\":{\"foreground\":\"#2EE2FA\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.operator.expression\",\"keyword.operator.logical\"],\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"support.variable\",\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":[\"meta.object-literal.key\",\"support.type.property-name\"],\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":\"punctuation.separator.key-value\",\"settings\":{\"foreground\":\"#b6b1b1\"}},{\"scope\":\"punctuation.section.embedded\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"support.type.property-name.css\",\"support.type.property-name.json\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"switch-block.expr.js\",\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"variable.other.constant.property.js, variable.other.property.js\",\"settings\":{\"foreground\":\"#2ee2fa\"}},{\"scope\":\"constant.other.color\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"support.constant.font-name\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#D50\"}},{\"scope\":\"support.function.misc.css\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":[\"markup.heading\",\"entity.name.section\"],\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":[\"text.html\",\"keyword.operator.assignment\"],\"settings\":{\"foreground\":\"#ffffffee\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b6b1b1cc\"}},{\"scope\":\"beginning.punctuation.definition.list\",\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":\"markup.underline.link\",\"settings\":{\"foreground\":\"#D50\"}},{\"scope\":\"string.other.link.description\",\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":\"meta.function-call.generic.python\",\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"variable.parameter.function-call.python\",\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":\"entity.name.variable.local.cs\",\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":[\"entity.name.variable.field.cs\",\"entity.name.variable.property.cs\"],\"settings\":{\"foreground\":\"#ff7edb\"}},{\"scope\":\"constant.other.placeholder.c\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#72f1b8\"}},{\"scope\":[\"keyword.control.directive.include.c\",\"keyword.control.directive.define.c\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"storage.modifier.c\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":\"source.cpp keyword.operator\",\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":\"constant.other.placeholder.cpp\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#72f1b8\"}},{\"scope\":[\"keyword.control.directive.include.cpp\",\"keyword.control.directive.define.cpp\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"storage.modifier.specifier.const.cpp\",\"settings\":{\"foreground\":\"#fe4450\"}},{\"scope\":[\"source.elixir support.type.elixir\",\"source.elixir meta.module.elixir entity.name.class.elixir\"],\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"source.elixir entity.name.function\",\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"source.elixir constant.other.symbol.elixir\",\"source.elixir constant.other.keywords.elixir\"],\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":\"source.elixir punctuation.definition.string\",\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"source.elixir variable.other.readwrite.module.elixir\",\"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":\"source.elixir .punctuation.binary.elixir\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ff7edb\"}},{\"scope\":[\"entity.global.clojure\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#36f9f6\"}},{\"scope\":[\"storage.control.clojure\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#36f9f6\"}},{\"scope\":[\"meta.metadata.simple.clojure\",\"meta.metadata.map.clojure\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fe4450\"}},{\"scope\":[\"meta.quoted-expression.clojure\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"meta.symbol.clojure\"],\"settings\":{\"foreground\":\"#ff7edbff\"}},{\"scope\":\"source.go\",\"settings\":{\"foreground\":\"#ff7edbff\"}},{\"scope\":\"source.go meta.function-call.go\",\"settings\":{\"foreground\":\"#36f9f6\"}},{\"scope\":[\"source.go keyword.package.go\",\"source.go keyword.import.go\",\"source.go keyword.function.go\",\"source.go keyword.type.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\":{\"foreground\":\"#fede5d\"}},{\"scope\":[\"source.go storage.type\",\"source.go keyword.struct.go\",\"source.go keyword.interface.go\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"source.go constant.language.go\",\"source.go constant.other.placeholder.go\",\"source.go variable\"],\"settings\":{\"foreground\":\"#2EE2FA\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.inline.raw.string.markdown\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#72f1b8\"}},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#fede5d\"}},{\"scope\":[\"markup.heading.markdown\",\"entity.name.section.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ff7edb\"}},{\"scope\":[\"markup.italic.markdown\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#2EE2FA\"}},{\"scope\":[\"markup.bold.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#2EE2FA\"}},{\"scope\":[\"punctuation.definition.quote.begin.markdown\",\"markup.quote.markdown\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"source.dart\",\"source.python\",\"source.scala\"],\"settings\":{\"foreground\":\"#ff7edbff\"}},{\"scope\":[\"string.interpolated.single.dart\"],\"settings\":{\"foreground\":\"#f97e72\"}},{\"scope\":[\"variable.parameter.dart\"],\"settings\":{\"foreground\":\"#72f1b8\"}},{\"scope\":[\"constant.numeric.dart\"],\"settings\":{\"foreground\":\"#2EE2FA\"}},{\"scope\":[\"variable.parameter.scala\"],\"settings\":{\"foreground\":\"#2EE2FA\"}},{\"scope\":[\"meta.template.expression.scala\"],\"settings\":{\"foreground\":\"#72f1b8\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: tokyo-night */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#16161e\",\"activityBar.border\":\"#16161e\",\"activityBar.foreground\":\"#787c99\",\"activityBar.inactiveForeground\":\"#3b3e52\",\"activityBarBadge.background\":\"#3d59a1\",\"activityBarBadge.foreground\":\"#fff\",\"activityBarTop.foreground\":\"#787c99\",\"activityBarTop.inactiveForeground\":\"#3b3e52\",\"badge.background\":\"#7e83b230\",\"badge.foreground\":\"#acb0d0\",\"breadcrumb.activeSelectionForeground\":\"#a9b1d6\",\"breadcrumb.background\":\"#16161e\",\"breadcrumb.focusForeground\":\"#a9b1d6\",\"breadcrumb.foreground\":\"#515670\",\"breadcrumbPicker.background\":\"#16161e\",\"button.background\":\"#3d59a1dd\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#3d59a1AA\",\"button.secondaryBackground\":\"#3b3e52\",\"charts.blue\":\"#7aa2f7\",\"charts.foreground\":\"#9AA5CE\",\"charts.green\":\"#41a6b5\",\"charts.lines\":\"#16161e\",\"charts.orange\":\"#ff9e64\",\"charts.purple\":\"#9d7cd8\",\"charts.red\":\"#f7768e\",\"charts.yellow\":\"#e0af68\",\"chat.avatarBackground\":\"#3d59a1\",\"chat.avatarForeground\":\"#a9b1d6\",\"chat.requestBorder\":\"#0f0f14\",\"chat.slashCommandBackground\":\"#14141b\",\"chat.slashCommandForeground\":\"#7aa2f7\",\"debugConsole.errorForeground\":\"#bb616b\",\"debugConsole.infoForeground\":\"#787c99\",\"debugConsole.sourceForeground\":\"#787c99\",\"debugConsole.warningForeground\":\"#c49a5a\",\"debugConsoleInputIcon.foreground\":\"#73daca\",\"debugExceptionWidget.background\":\"#101014\",\"debugExceptionWidget.border\":\"#963c47\",\"debugIcon.breakpointDisabledForeground\":\"#414761\",\"debugIcon.breakpointForeground\":\"#db4b4b\",\"debugIcon.breakpointUnverifiedForeground\":\"#c24242\",\"debugTokenExpression.boolean\":\"#ff9e64\",\"debugTokenExpression.error\":\"#bb616b\",\"debugTokenExpression.name\":\"#7dcfff\",\"debugTokenExpression.number\":\"#ff9e64\",\"debugTokenExpression.string\":\"#9ece6a\",\"debugTokenExpression.value\":\"#9aa5ce\",\"debugToolBar.background\":\"#101014\",\"debugView.stateLabelBackground\":\"#14141b\",\"debugView.stateLabelForeground\":\"#787c99\",\"debugView.valueChangedHighlight\":\"#3d59a1aa\",\"descriptionForeground\":\"#515670\",\"diffEditor.diagonalFill\":\"#292e42\",\"diffEditor.insertedLineBackground\":\"#41a6b520\",\"diffEditor.insertedTextBackground\":\"#41a6b520\",\"diffEditor.removedLineBackground\":\"#db4b4b22\",\"diffEditor.removedTextBackground\":\"#db4b4b22\",\"diffEditor.unchangedCodeBackground\":\"#282a3b66\",\"diffEditorGutter.insertedLineBackground\":\"#41a6b525\",\"diffEditorGutter.removedLineBackground\":\"#db4b4b22\",\"diffEditorOverview.insertedForeground\":\"#41a6b525\",\"diffEditorOverview.removedForeground\":\"#db4b4b22\",\"disabledForeground\":\"#545c7e\",\"dropdown.background\":\"#14141b\",\"dropdown.foreground\":\"#787c99\",\"dropdown.listBackground\":\"#14141b\",\"editor.background\":\"#1a1b26\",\"editor.findMatchBackground\":\"#3d59a166\",\"editor.findMatchBorder\":\"#e0af68\",\"editor.findMatchHighlightBackground\":\"#3d59a166\",\"editor.findRangeHighlightBackground\":\"#515c7e33\",\"editor.focusedStackFrameHighlightBackground\":\"#73daca20\",\"editor.foldBackground\":\"#1111174a\",\"editor.foreground\":\"#a9b1d6\",\"editor.inactiveSelectionBackground\":\"#515c7e25\",\"editor.lineHighlightBackground\":\"#1e202e\",\"editor.rangeHighlightBackground\":\"#515c7e20\",\"editor.selectionBackground\":\"#515c7e4d\",\"editor.selectionHighlightBackground\":\"#515c7e44\",\"editor.stackFrameHighlightBackground\":\"#E2BD3A20\",\"editor.wordHighlightBackground\":\"#515c7e44\",\"editor.wordHighlightStrongBackground\":\"#515c7e55\",\"editorBracketHighlight.foreground1\":\"#698cd6\",\"editorBracketHighlight.foreground2\":\"#68b3de\",\"editorBracketHighlight.foreground3\":\"#9a7ecc\",\"editorBracketHighlight.foreground4\":\"#25aac2\",\"editorBracketHighlight.foreground5\":\"#80a856\",\"editorBracketHighlight.foreground6\":\"#c49a5a\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#db4b4b\",\"editorBracketMatch.background\":\"#16161e\",\"editorBracketMatch.border\":\"#42465d\",\"editorBracketPairGuide.activeBackground1\":\"#698cd6\",\"editorBracketPairGuide.activeBackground2\":\"#68b3de\",\"editorBracketPairGuide.activeBackground3\":\"#9a7ecc\",\"editorBracketPairGuide.activeBackground4\":\"#25aac2\",\"editorBracketPairGuide.activeBackground5\":\"#80a856\",\"editorBracketPairGuide.activeBackground6\":\"#c49a5a\",\"editorCodeLens.foreground\":\"#51597d\",\"editorCursor.foreground\":\"#c0caf5\",\"editorError.foreground\":\"#db4b4b\",\"editorGhostText.foreground\":\"#646e9c\",\"editorGroup.border\":\"#101014\",\"editorGroup.dropBackground\":\"#1e202e\",\"editorGroupHeader.border\":\"#101014\",\"editorGroupHeader.noTabsBackground\":\"#16161e\",\"editorGroupHeader.tabsBackground\":\"#16161e\",\"editorGroupHeader.tabsBorder\":\"#101014\",\"editorGutter.addedBackground\":\"#164846\",\"editorGutter.deletedBackground\":\"#823c41\",\"editorGutter.modifiedBackground\":\"#394b70\",\"editorHint.foreground\":\"#0da0ba\",\"editorHoverWidget.background\":\"#16161e\",\"editorHoverWidget.border\":\"#101014\",\"editorIndentGuide.activeBackground1\":\"#363b54\",\"editorIndentGuide.background1\":\"#232433\",\"editorInfo.foreground\":\"#0da0ba\",\"editorInlayHint.foreground\":\"#646e9c\",\"editorLightBulb.foreground\":\"#e0af68\",\"editorLightBulbAutoFix.foreground\":\"#e0af68\",\"editorLineNumber.activeForeground\":\"#787c99\",\"editorLineNumber.foreground\":\"#363b54\",\"editorLink.activeForeground\":\"#acb0d0\",\"editorMarkerNavigation.background\":\"#16161e\",\"editorOverviewRuler.addedForeground\":\"#164846\",\"editorOverviewRuler.border\":\"#101014\",\"editorOverviewRuler.bracketMatchForeground\":\"#101014\",\"editorOverviewRuler.deletedForeground\":\"#703438\",\"editorOverviewRuler.errorForeground\":\"#db4b4b\",\"editorOverviewRuler.findMatchForeground\":\"#a9b1d644\",\"editorOverviewRuler.infoForeground\":\"#1abc9c\",\"editorOverviewRuler.modifiedForeground\":\"#394b70\",\"editorOverviewRuler.rangeHighlightForeground\":\"#a9b1d644\",\"editorOverviewRuler.selectionHighlightForeground\":\"#a9b1d622\",\"editorOverviewRuler.warningForeground\":\"#e0af68\",\"editorOverviewRuler.wordHighlightForeground\":\"#bb9af755\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#bb9af766\",\"editorPane.background\":\"#1a1b26\",\"editorRuler.foreground\":\"#101014\",\"editorSuggestWidget.background\":\"#16161e\",\"editorSuggestWidget.border\":\"#101014\",\"editorSuggestWidget.highlightForeground\":\"#6183bb\",\"editorSuggestWidget.selectedBackground\":\"#20222c\",\"editorWarning.foreground\":\"#e0af68\",\"editorWhitespace.foreground\":\"#363b54\",\"editorWidget.background\":\"#16161e\",\"editorWidget.border\":\"#101014\",\"editorWidget.foreground\":\"#787c99\",\"editorWidget.resizeBorder\":\"#545c7e33\",\"errorForeground\":\"#515670\",\"extensionBadge.remoteBackground\":\"#3d59a1\",\"extensionBadge.remoteForeground\":\"#ffffff\",\"extensionButton.prominentBackground\":\"#3d59a1DD\",\"extensionButton.prominentForeground\":\"#ffffff\",\"extensionButton.prominentHoverBackground\":\"#3d59a1AA\",\"focusBorder\":\"#545c7e33\",\"foreground\":\"#787c99\",\"gitDecoration.addedResourceForeground\":\"#449dab\",\"gitDecoration.conflictingResourceForeground\":\"#e0af68cc\",\"gitDecoration.deletedResourceForeground\":\"#914c54\",\"gitDecoration.ignoredResourceForeground\":\"#515670\",\"gitDecoration.modifiedResourceForeground\":\"#6183bb\",\"gitDecoration.renamedResourceForeground\":\"#449dab\",\"gitDecoration.stageDeletedResourceForeground\":\"#914c54\",\"gitDecoration.stageModifiedResourceForeground\":\"#6183bb\",\"gitDecoration.untrackedResourceForeground\":\"#449dab\",\"gitlens.gutterBackgroundColor\":\"#16161e\",\"gitlens.gutterForegroundColor\":\"#787c99\",\"gitlens.gutterUncommittedForegroundColor\":\"#7aa2f7\",\"gitlens.trailingLineForegroundColor\":\"#646e9c\",\"icon.foreground\":\"#787c99\",\"inlineChat.foreground\":\"#a9b1d6\",\"inlineChatDiff.inserted\":\"#41a6b540\",\"inlineChatDiff.removed\":\"#db4b4b42\",\"inlineChatInput.background\":\"#14141b\",\"input.background\":\"#14141b\",\"input.border\":\"#0f0f14\",\"input.foreground\":\"#a9b1d6\",\"input.placeholderForeground\":\"#787c998A\",\"inputOption.activeBackground\":\"#3d59a144\",\"inputOption.activeForeground\":\"#c0caf5\",\"inputValidation.errorBackground\":\"#85353e\",\"inputValidation.errorBorder\":\"#963c47\",\"inputValidation.errorForeground\":\"#bbc2e0\",\"inputValidation.infoBackground\":\"#3d59a15c\",\"inputValidation.infoBorder\":\"#3d59a1\",\"inputValidation.infoForeground\":\"#bbc2e0\",\"inputValidation.warningBackground\":\"#c2985b\",\"inputValidation.warningBorder\":\"#e0af68\",\"inputValidation.warningForeground\":\"#000000\",\"list.activeSelectionBackground\":\"#202330\",\"list.activeSelectionForeground\":\"#a9b1d6\",\"list.deemphasizedForeground\":\"#787c99\",\"list.dropBackground\":\"#1e202e\",\"list.errorForeground\":\"#bb616b\",\"list.focusBackground\":\"#1c1d29\",\"list.focusForeground\":\"#a9b1d6\",\"list.highlightForeground\":\"#668ac4\",\"list.hoverBackground\":\"#13131a\",\"list.hoverForeground\":\"#a9b1d6\",\"list.inactiveSelectionBackground\":\"#1c1d29\",\"list.inactiveSelectionForeground\":\"#a9b1d6\",\"list.invalidItemForeground\":\"#c97018\",\"list.warningForeground\":\"#c49a5a\",\"listFilterWidget.background\":\"#101014\",\"listFilterWidget.noMatchesOutline\":\"#a6333f\",\"listFilterWidget.outline\":\"#3d59a1\",\"menu.background\":\"#16161e\",\"menu.border\":\"#101014\",\"menu.foreground\":\"#787c99\",\"menu.selectionBackground\":\"#1e202e\",\"menu.selectionForeground\":\"#a9b1d6\",\"menu.separatorBackground\":\"#101014\",\"menubar.selectionBackground\":\"#1e202e\",\"menubar.selectionBorder\":\"#1b1e2e\",\"menubar.selectionForeground\":\"#a9b1d6\",\"merge.currentContentBackground\":\"#007a7544\",\"merge.currentHeaderBackground\":\"#41a6b525\",\"merge.incomingContentBackground\":\"#3d59a144\",\"merge.incomingHeaderBackground\":\"#3d59a1aa\",\"mergeEditor.change.background\":\"#41a6b525\",\"mergeEditor.change.word.background\":\"#41a6b540\",\"mergeEditor.conflict.handled.minimapOverViewRuler\":\"#449dab\",\"mergeEditor.conflict.handledFocused.border\":\"#41a6b565\",\"mergeEditor.conflict.handledUnfocused.border\":\"#41a6b525\",\"mergeEditor.conflict.unhandled.minimapOverViewRuler\":\"#e0af68\",\"mergeEditor.conflict.unhandledFocused.border\":\"#e0af68b0\",\"mergeEditor.conflict.unhandledUnfocused.border\":\"#e0af6888\",\"minimapGutter.addedBackground\":\"#1C5957\",\"minimapGutter.deletedBackground\":\"#944449\",\"minimapGutter.modifiedBackground\":\"#425882\",\"multiDiffEditor.border\":\"#1a1b26\",\"multiDiffEditor.headerBackground\":\"#1a1b26\",\"notebook.cellBorderColor\":\"#101014\",\"notebook.cellEditorBackground\":\"#16161e\",\"notebook.cellStatusBarItemHoverBackground\":\"#1c1d29\",\"notebook.editorBackground\":\"#1a1b26\",\"notebook.focusedCellBorder\":\"#29355a\",\"notificationCenterHeader.background\":\"#101014\",\"notificationLink.foreground\":\"#6183bb\",\"notifications.background\":\"#101014\",\"notificationsErrorIcon.foreground\":\"#bb616b\",\"notificationsInfoIcon.foreground\":\"#0da0ba\",\"notificationsWarningIcon.foreground\":\"#bba461\",\"panel.background\":\"#16161e\",\"panel.border\":\"#101014\",\"panelInput.border\":\"#16161e\",\"panelTitle.activeBorder\":\"#16161e\",\"panelTitle.activeForeground\":\"#787c99\",\"panelTitle.inactiveForeground\":\"#42465d\",\"peekView.border\":\"#101014\",\"peekViewEditor.background\":\"#16161e\",\"peekViewEditor.matchHighlightBackground\":\"#3d59a166\",\"peekViewResult.background\":\"#101014\",\"peekViewResult.fileForeground\":\"#787c99\",\"peekViewResult.lineForeground\":\"#a9b1d6\",\"peekViewResult.matchHighlightBackground\":\"#3d59a166\",\"peekViewResult.selectionBackground\":\"#3d59a133\",\"peekViewResult.selectionForeground\":\"#a9b1d6\",\"peekViewTitle.background\":\"#101014\",\"peekViewTitleDescription.foreground\":\"#787c99\",\"peekViewTitleLabel.foreground\":\"#a9b1d6\",\"pickerGroup.border\":\"#101014\",\"pickerGroup.foreground\":\"#a9b1d6\",\"progressBar.background\":\"#3d59a1\",\"sash.hoverBorder\":\"#29355a\",\"scmGraph.foreground1\":\"#ff9e64\",\"scmGraph.foreground2\":\"#e0af68\",\"scmGraph.foreground3\":\"#41a6b5\",\"scmGraph.foreground4\":\"#7aa2f7\",\"scmGraph.foreground5\":\"#bb9af7\",\"scmGraph.historyItemBaseRefColor\":\"#9d7cd8\",\"scmGraph.historyItemHoverAdditionsForeground\":\"#41a6b5\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#a9b1d6\",\"scmGraph.historyItemHoverDeletionsForeground\":\"#f7768e\",\"scmGraph.historyItemHoverLabelForeground\":\"#1b1e2e\",\"scmGraph.historyItemRefColor\":\"#506FCA\",\"scmGraph.historyItemRemoteRefColor\":\"#41a6b5\",\"scrollbar.shadow\":\"#00000033\",\"scrollbarSlider.activeBackground\":\"#868bc422\",\"scrollbarSlider.background\":\"#868bc415\",\"scrollbarSlider.hoverBackground\":\"#868bc410\",\"selection.background\":\"#515c7e40\",\"settings.headerForeground\":\"#6183bb\",\"sideBar.background\":\"#16161e\",\"sideBar.border\":\"#101014\",\"sideBar.dropBackground\":\"#1e202e\",\"sideBar.foreground\":\"#787c99\",\"sideBarSectionHeader.background\":\"#16161e\",\"sideBarSectionHeader.border\":\"#101014\",\"sideBarSectionHeader.foreground\":\"#a9b1d6\",\"sideBarTitle.foreground\":\"#787c99\",\"statusBar.background\":\"#16161e\",\"statusBar.border\":\"#101014\",\"statusBar.debuggingBackground\":\"#16161e\",\"statusBar.debuggingForeground\":\"#787c99\",\"statusBar.foreground\":\"#787c99\",\"statusBar.noFolderBackground\":\"#16161e\",\"statusBarItem.activeBackground\":\"#101014\",\"statusBarItem.hoverBackground\":\"#20222c\",\"statusBarItem.prominentBackground\":\"#101014\",\"statusBarItem.prominentHoverBackground\":\"#20222c\",\"tab.activeBackground\":\"#16161e\",\"tab.activeBorder\":\"#3d59a1\",\"tab.activeForeground\":\"#a9b1d6\",\"tab.activeModifiedBorder\":\"#1a1b26\",\"tab.border\":\"#101014\",\"tab.hoverForeground\":\"#a9b1d6\",\"tab.inactiveBackground\":\"#16161e\",\"tab.inactiveForeground\":\"#787c99\",\"tab.inactiveModifiedBorder\":\"#1f202e\",\"tab.lastPinnedBorder\":\"#222333\",\"tab.unfocusedActiveBorder\":\"#1f202e\",\"tab.unfocusedActiveForeground\":\"#a9b1d6\",\"tab.unfocusedHoverForeground\":\"#a9b1d6\",\"tab.unfocusedInactiveForeground\":\"#787c99\",\"terminal.ansiBlack\":\"#363b54\",\"terminal.ansiBlue\":\"#7aa2f7\",\"terminal.ansiBrightBlack\":\"#363b54\",\"terminal.ansiBrightBlue\":\"#7aa2f7\",\"terminal.ansiBrightCyan\":\"#7dcfff\",\"terminal.ansiBrightGreen\":\"#73daca\",\"terminal.ansiBrightMagenta\":\"#bb9af7\",\"terminal.ansiBrightRed\":\"#f7768e\",\"terminal.ansiBrightWhite\":\"#acb0d0\",\"terminal.ansiBrightYellow\":\"#e0af68\",\"terminal.ansiCyan\":\"#7dcfff\",\"terminal.ansiGreen\":\"#73daca\",\"terminal.ansiMagenta\":\"#bb9af7\",\"terminal.ansiRed\":\"#f7768e\",\"terminal.ansiWhite\":\"#787c99\",\"terminal.ansiYellow\":\"#e0af68\",\"terminal.background\":\"#16161e\",\"terminal.foreground\":\"#787c99\",\"terminal.selectionBackground\":\"#515c7e4d\",\"textBlockQuote.background\":\"#16161e\",\"textCodeBlock.background\":\"#16161e\",\"textLink.activeForeground\":\"#7dcfff\",\"textLink.foreground\":\"#6183bb\",\"textPreformat.foreground\":\"#9699a8\",\"textSeparator.foreground\":\"#363b54\",\"titleBar.activeBackground\":\"#16161e\",\"titleBar.activeForeground\":\"#787c99\",\"titleBar.border\":\"#101014\",\"titleBar.inactiveBackground\":\"#16161e\",\"titleBar.inactiveForeground\":\"#787c99\",\"toolbar.activeBackground\":\"#202330\",\"toolbar.hoverBackground\":\"#202330\",\"tree.indentGuidesStroke\":\"#2b2b3b\",\"walkThrough.embeddedEditorBackground\":\"#16161e\",\"widget.shadow\":\"#ffffff00\",\"window.activeBorder\":\"#0d0f17\",\"window.inactiveBorder\":\"#0d0f17\"},\"displayName\":\"Tokyo Night\",\"name\":\"tokyo-night\",\"semanticTokenColors\":{\"*.defaultLibrary\":{\"foreground\":\"#2ac3de\"},\"parameter\":{\"foreground\":\"#d9d4cd\"},\"parameter.declaration\":{\"foreground\":\"#e0af68\"},\"property.declaration\":{\"foreground\":\"#73daca\"},\"property.defaultLibrary\":{\"foreground\":\"#2ac3de\"},\"variable\":{\"foreground\":\"#c0caf5\"},\"variable.declaration\":{\"foreground\":\"#bb9af7\"},\"variable.defaultLibrary\":{\"foreground\":\"#2ac3de\"}},\"tokenColors\":[{\"scope\":[\"comment\",\"meta.var.expr storage.type\",\"keyword.control.flow\",\"keyword.control.return\",\"meta.directive.vue punctuation.separator.key-value.html\",\"meta.directive.vue entity.other.attribute-name.html\",\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\",\"storage.modifier\",\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"keyword.control.flow.block-scalar.literal\",\"keyword.control.flow.python\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"comment\",\"comment.block.documentation\",\"punctuation.definition.comment\",\"comment.block.documentation punctuation\",\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#51597d\"}},{\"scope\":[\"keyword.operator.assignment.jsdoc\",\"comment.block.documentation variable\",\"comment.block.documentation storage\",\"comment.block.documentation keyword\",\"comment.block.documentation support\",\"comment.block.documentation markup\",\"comment.block.documentation markup.inline.raw.string.markdown\",\"meta.other.type.phpdoc.php keyword.other.type.php\",\"meta.other.type.phpdoc.php support.other.namespace.php\",\"meta.other.type.phpdoc.php punctuation.separator.inheritance.php\",\"meta.other.type.phpdoc.php support.class\",\"keyword.other.phpdoc.php\",\"log.date\"],\"settings\":{\"foreground\":\"#5a638c\"}},{\"scope\":[\"meta.other.type.phpdoc.php support.class\",\"comment.block.documentation storage.type\",\"comment.block.documentation punctuation.definition.block.tag\",\"comment.block.documentation entity.name.type.instance\"],\"settings\":{\"foreground\":\"#646e9c\"}},{\"scope\":[\"variable.other.constant\",\"punctuation.definition.constant\",\"constant.language\",\"constant.numeric\",\"support.constant\",\"constant.other.caps\"],\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"string\",\"constant.other.symbol\",\"constant.other.key\",\"meta.attribute-selector\",\"string constant.character\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#9ece6a\"}},{\"scope\":[\"constant.other.color\",\"constant.other.color.rgb-value.hex punctuation.definition.constant\"],\"settings\":{\"foreground\":\"#9aa5ce\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#ff5370\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"storage.type\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"meta.var.expr storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#9d7cd8\"}},{\"scope\":[\"punctuation.definition.template-expression\",\"punctuation.section.embedded\",\"meta.embedded.line.tag.smarty\",\"support.constant.handlebars\",\"punctuation.section.tag.twig\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword.control.smarty\",\"keyword.control.twig\",\"support.constant.handlebars keyword.control\",\"keyword.operator.comparison.twig\",\"keyword.blade\",\"entity.name.function.blade\",\"meta.tag.blade keyword.other.type.php\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"keyword.operator.spread\",\"keyword.operator.rest\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f7768e\"}},{\"scope\":[\"keyword.operator\",\"keyword.control.as\",\"keyword.other\",\"keyword.operator.bitwise.shift\",\"punctuation\",\"expression.embbeded.vue punctuation.definition.tag\",\"text.html.twig meta.tag.inline.any.html\",\"meta.tag.template.value.twig meta.function.arguments.twig\",\"meta.directive.vue punctuation.separator.key-value.html\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.string\",\"punctuation.support.type.property-name\",\"text.html.vue-html meta.tag\",\"meta.attribute.directive\",\"punctuation.definition.keyword\",\"punctuation.terminator.rule\",\"punctuation.definition.entity\",\"punctuation.separator.inheritance.php\",\"keyword.other.template\",\"keyword.other.substitution\",\"entity.name.operator\",\"meta.property-list punctuation.separator.key-value\",\"meta.at-rule.mixin punctuation.separator.key-value\",\"meta.at-rule.function variable.parameter.url\",\"meta.embedded.inline.phpx punctuation.definition.tag.begin.html\",\"meta.embedded.inline.phpx punctuation.definition.tag.end.html\"],\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":[\"keyword.control.module.js\",\"keyword.control.import\",\"keyword.control.export\",\"keyword.control.from\",\"keyword.control.default\",\"meta.import keyword.other\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword\",\"keyword.control\",\"keyword.other.important\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"keyword.other.DML\",\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword.operator.logical\",\"storage.type.function\",\"keyword.operator.bitwise\",\"keyword.operator.ternary\",\"keyword.operator.comparison\",\"keyword.operator.relational\",\"keyword.operator.or.regexp\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"entity.name.tag support.class.component\",\"meta.tag.custom entity.name.tag\",\"meta.tag.other.unrecognized.html.derivative entity.name.tag\",\"meta.tag\"],\"settings\":{\"foreground\":\"#de5971\"}},{\"scope\":[\"punctuation.definition.tag\",\"text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html text.html.basic\"],\"settings\":{\"foreground\":\"#ba3c97\"}},{\"scope\":[\"constant.other.php\",\"variable.other.global.safer\",\"variable.other.global.safer punctuation.definition.variable\",\"variable.other.global\",\"variable.other.global punctuation.definition.variable\",\"constant.other\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"variable\",\"support.variable\",\"string constant.other.placeholder\",\"variable.parameter.handlebars\",\"variable.other.object\",\"meta.fstring\",\"meta.function-call meta.function-call.arguments\",\"meta.embedded.inline.phpx constant.other.php\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"meta.array.literal variable\",\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"meta.object-literal.key\",\"entity.name.type.hcl\",\"string.alias.graphql\",\"string.unquoted.graphql\",\"string.unquoted.alias.graphql\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\",\"meta.field.declaration.ts variable.object.property\",\"meta.block entity.name.label\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"variable.other.property\",\"support.variable.property\",\"support.variable.property.dom\",\"meta.function-call variable.other.object.property\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":\"variable.other.object.property\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key\",\"settings\":{\"foreground\":\"#41a6b5\"}},{\"scope\":\"source.cpp meta.block variable.other\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":\"support.other.variable\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"entity.name.method.js\",\"variable.function.constructor\",\"keyword.other.special-method\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"entity.name.function\",\"variable.other.enummember\",\"meta.function-call\",\"meta.function-call entity.name.function\",\"variable.function\",\"meta.definition.method entity.name.function\",\"meta.object-literal entity.name.function\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"variable.parameter.function.language.special\",\"variable.parameter\",\"meta.function.parameters punctuation.definition.variable\",\"meta.function.parameter variable\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"keyword.other.type.php\",\"storage.type.php\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"meta.definition.variable variable.other.constant\",\"meta.definition.variable variable.other.readwrite\",\"variable.declaration.hcl variable.other.readwrite.hcl\",\"meta.mapping.key.hcl variable.other.readwrite.hcl\",\"variable.other.declaration\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#bb9af7\"}},{\"scope\":[\"support.class\",\"support.type\",\"variable.other.readwrite.alias\",\"support.orther.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"support.type.sys-types\",\"support.variable.dom\",\"support.constant.math\",\"support.type.object.module\",\"support.constant.json\",\"entity.name.namespace\",\"meta.import.qualifier\",\"variable.other.constant.object\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":\"entity.name\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\",\"support.type.property-name.css\",\"support.type.vendored.property-name\",\"support.type.map.key\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"support.constant.font-name\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":[\"entity.other.attribute-name.class\",\"meta.at-rule.mixin.scss entity.name.function.scss\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#fc7b7b\"}},{\"scope\":\"entity.name.tag.css\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class punctuation.definition.entity\",\"entity.other.attribute-name.pseudo-element punctuation.definition.entity\",\"entity.other.attribute-name.class punctuation.definition.entity\",\"entity.name.tag.reference\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":\"meta.property-list\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.property-list meta.at-rule.if\",\"meta.at-rule.return variable.parameter.url\",\"meta.property-list meta.at-rule.else\"],\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":\"meta.property-list meta.property-list\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.at-rule.mixin keyword.control.at-rule.mixin\",\"meta.at-rule.include entity.name.function.scss\",\"meta.at-rule.include keyword.control.at-rule.include\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"keyword.control.at-rule.include punctuation.definition.keyword\",\"keyword.control.at-rule.mixin punctuation.definition.keyword\",\"meta.at-rule.include keyword.control.at-rule.include\",\"keyword.control.at-rule.extend punctuation.definition.keyword\",\"meta.at-rule.extend keyword.control.at-rule.extend\",\"entity.other.attribute-name.placeholder.css punctuation.definition.entity.css\",\"meta.at-rule.media keyword.control.at-rule.media\",\"meta.at-rule.mixin keyword.control.at-rule.mixin\",\"meta.at-rule.function keyword.control.at-rule.function\",\"keyword.control punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#9d7cd8\"}},{\"scope\":\"meta.property-list meta.at-rule.include\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"support.constant.property-value\",\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":\"variable.other punctuation.definition.variable\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\",\"variable.language.this punctuation.definition.variable\",\"keyword.other.this\"],\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"entity.other.attribute-name\",\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"text.html constant.character.entity\",\"settings\":{\"foreground\":\"#0DB9D7\"}},{\"scope\":[\"entity.other.attribute-name.id.html\",\"meta.directive.vue entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"source.sass keyword.control\",\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class\",\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.placeholder\",\"meta.property-list meta.property-value\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#449dab\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#914c54\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#6183bb\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#b4f9f8\"}},{\"scope\":\"punctuation.definition.group\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"constant.other.character-class.set.regexp\",\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"constant.character.escape.backslash\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":\"punctuation.definition.list_item.markdown\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.block\",\"meta.brace\",\"punctuation.definition.block\",\"punctuation.definition.use\",\"punctuation.definition.class\",\"punctuation.definition.begin.bracket\",\"punctuation.definition.end.bracket\",\"punctuation.definition.switch-expression.begin.bracket\",\"punctuation.definition.switch-expression.end.bracket\",\"punctuation.definition.section.switch-block.begin.bracket\",\"punctuation.definition.section.switch-block.end.bracket\",\"punctuation.definition.group.shell\",\"punctuation.definition.parameters\",\"punctuation.definition.arguments\",\"punctuation.definition.dictionary\",\"punctuation.definition.array\",\"punctuation.section\"],\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.embedded.block\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":[\"meta.tag JSXNested\",\"meta.jsx.children\",\"text.html\",\"text.log\"],\"settings\":{\"foreground\":\"#9aa5ce\"}},{\"scope\":\"text.html.markdown markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#4E5579\"}},{\"scope\":[\"heading.1.markdown entity.name\",\"heading.1.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#89ddff\"}},{\"scope\":[\"heading.2.markdown entity.name\",\"heading.2.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#61bdf2\"}},{\"scope\":[\"heading.3.markdown entity.name\",\"heading.3.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"heading.4.markdown entity.name\",\"heading.4.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6d91de\"}},{\"scope\":[\"heading.5.markdown entity.name\",\"heading.5.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#9aa5ce\"}},{\"scope\":[\"heading.6.markdown entity.name\",\"heading.6.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#747ca1\"}},{\"scope\":[\"markup.italic\",\"markup.italic punctuation\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.bold\",\"markup.bold punctuation\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.bold markup.italic punctuation\"],\"settings\":{\"fontStyle\":\"bold italic\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.underline\",\"markup.underline punctuation\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"markup.quote punctuation.definition.blockquote.markdown\",\"settings\":{\"foreground\":\"#4e5579\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"string.other.link\",\"markup.underline.link\",\"constant.other.reference.link.markdown\",\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"markup.fenced_code.block.markdown\",\"markup.inline.raw.string.markdown\",\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#51597d\"}},{\"scope\":\"markup.table\",\"settings\":{\"foreground\":\"#c0cefc\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#ffdb69\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#db4b4b\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#b267e6\"}},{\"scope\":\"entity.tag.apacheconf\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"meta.preprocessor\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":\"source.env\",\"settings\":{\"foreground\":\"#7aa2f7\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: vesper */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#101010\",\"activityBar.foreground\":\"#A0A0A0\",\"activityBarBadge.background\":\"#FFC799\",\"activityBarBadge.foreground\":\"#000\",\"badge.background\":\"#FFC799\",\"badge.foreground\":\"#000\",\"button.background\":\"#FFC799\",\"button.foreground\":\"#000\",\"button.hoverBackground\":\"#FFCFA8\",\"diffEditor.insertedLineBackground\":\"#99FFE415\",\"diffEditor.insertedTextBackground\":\"#99FFE415\",\"diffEditor.removedLineBackground\":\"#FF808015\",\"diffEditor.removedTextBackground\":\"#FF808015\",\"editor.background\":\"#101010\",\"editor.foreground\":\"#FFF\",\"editor.selectionBackground\":\"#FFFFFF25\",\"editor.selectionHighlightBackground\":\"#FFFFFF25\",\"editorBracketHighlight.foreground1\":\"#A0A0A0\",\"editorBracketHighlight.foreground2\":\"#A0A0A0\",\"editorBracketHighlight.foreground3\":\"#A0A0A0\",\"editorBracketHighlight.foreground4\":\"#A0A0A0\",\"editorBracketHighlight.foreground5\":\"#A0A0A0\",\"editorBracketHighlight.foreground6\":\"#A0A0A0\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#FF8080\",\"editorError.foreground\":\"#FF8080\",\"editorGroupHeader.tabsBackground\":\"#101010\",\"editorGutter.addedBackground\":\"#99FFE4\",\"editorGutter.deletedBackground\":\"#FF8080\",\"editorGutter.modifiedBackground\":\"#FFC799\",\"editorHoverWidget.background\":\"#161616\",\"editorHoverWidget.border\":\"#282828\",\"editorInlayHint.background\":\"#1C1C1C\",\"editorInlayHint.foreground\":\"#A0A0A0\",\"editorLineNumber.foreground\":\"#505050\",\"editorOverviewRuler.border\":\"#101010\",\"editorWarning.foreground\":\"#FFC799\",\"editorWidget.background\":\"#101010\",\"focusBorder\":\"#FFC799\",\"icon.foreground\":\"#A0A0A0\",\"input.background\":\"#1C1C1C\",\"list.activeSelectionBackground\":\"#232323\",\"list.activeSelectionForeground\":\"#FFC799\",\"list.errorForeground\":\"#FF8080\",\"list.highlightForeground\":\"#FFC799\",\"list.hoverBackground\":\"#282828\",\"list.inactiveSelectionBackground\":\"#232323\",\"scrollbarSlider.background\":\"#34343480\",\"scrollbarSlider.hoverBackground\":\"#343434\",\"selection.background\":\"#666\",\"settings.modifiedItemIndicator\":\"#FFC799\",\"sideBar.background\":\"#101010\",\"sideBarSectionHeader.background\":\"#101010\",\"sideBarSectionHeader.foreground\":\"#A0A0A0\",\"sideBarTitle.foreground\":\"#A0A0A0\",\"statusBar.background\":\"#101010\",\"statusBar.debuggingBackground\":\"#FF7300\",\"statusBar.debuggingForeground\":\"#FFF\",\"statusBar.foreground\":\"#A0A0A0\",\"statusBar.noFolderBackground\":\"#101010\",\"statusBarItem.remoteBackground\":\"#FFC799\",\"statusBarItem.remoteForeground\":\"#000\",\"tab.activeBackground\":\"#161616\",\"tab.activeBorder\":\"#FFC799\",\"tab.border\":\"#101010\",\"tab.inactiveBackground\":\"#101010\",\"textLink.activeForeground\":\"#FFCFA8\",\"textLink.foreground\":\"#FFC799\",\"titleBar.activeBackground\":\"#101010\",\"titleBar.activeForeground\":\"#7E7E7E\",\"titleBar.inactiveBackground\":\"#101010\",\"titleBar.inactiveForeground\":\"#707070\"},\"displayName\":\"Vesper\",\"name\":\"vesper\",\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"foreground\":\"#8b8b8b94\"}},{\"scope\":[\"variable\",\"string constant.other.placeholder\",\"entity.name.tag\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"keyword\",\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"keyword.control\",\"constant.other.color\",\"punctuation.definition.tag\",\"punctuation.separator.inheritance.php\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\",\"punctuation.section.embedded\",\"keyword.other.template\",\"keyword.other.substitution\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\",\"markup.deleted.git_gutter\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"entity.name.function\",\"variable.function\",\"support.function\",\"keyword.other.special-method\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"meta.block variable.other\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"support.other.variable\",\"string.other.link\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"constant.numeric\",\"support.constant\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\",\"keyword.other\",\"constant.language.boolean\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"string\",\"constant.other.symbol\",\"constant.other.key\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"entity.name\",\"support.type\",\"support.class\",\"support.other.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"markup.changed.git_gutter\",\"support.type.sys-types\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\",\"source.postcss support.type.property-name\",\"support.type.vendored.property-name.css\",\"source.css.scss entity.name.tag\",\"variable.parameter.keyframe-list.css\",\"meta.property-name.css\",\"variable.parameter.url.scss\",\"meta.property-value.scss\",\"meta.property-value.css\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"entity.name.method.js\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"variable.function.constructor\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"entity.other.attribute-name\",\"meta.property-list.scss\",\"meta.attribute-selector.scss\",\"meta.property-value.css\",\"entity.other.keyframe-offset.css\",\"meta.selector.css\",\"entity.name.tag.reference.scss\",\"entity.name.tag.nesting.css\",\"punctuation.separator.key-value.css\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"entity.other.attribute-name.class\",\"entity.other.attribute-name.id\",\"meta.attribute-selector.scss\",\"variable.parameter.misc.css\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.sass keyword.control\",\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FF8080\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"text.html.markdown\",\"punctuation.definition.list_item.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"markdown.heading\",\"markup.heading | markup.heading entity.name\",\"markup.heading.markdown punctuation.definition.heading.markdown\",\"markup.heading\",\"markup.inserted.git_gutter\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.bold\",\"markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.italic markup.bold\",\"markup.quote markup.bold\",\"markup.bold markup.italic string\",\"markup.italic markup.bold string\",\"markup.quote markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.quote punctuation.definition.blockquote.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.quote\"]},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"constant.other.reference.link.markdown\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.raw.block\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"punctuation.definition.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\",\"variable.language.fenced.markdown\",\"punctuation.section.class.end\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#65737E\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"foreground\":\"#FFF\"}}],\"type\":\"dark\"}"))
|