@ank1015/llm 0.0.1 → 0.0.3
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/README.md +5 -3
- package/dist/cli.js +128 -19
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/vendor/web/manifest.json +1 -1
- package/vendor/web/standalone/node_modules/@img/colour/color.cjs +1596 -0
- package/vendor/web/standalone/node_modules/@img/colour/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/@img/colour/package.json +21 -8
- package/vendor/web/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/README.md +46 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/glib-2.0/include/glibconfig.h +220 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/index.js +1 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/versions.json +30 -0
- package/vendor/web/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/vendor/web/standalone/node_modules/@next/env/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/core/dist/index.mjs +2446 -0
- package/vendor/web/standalone/node_modules/@shikijs/core/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +52 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs +93 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +448 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/package.json +7 -3
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/package.json +4 -3
- package/vendor/web/standalone/node_modules/@shikijs/types/dist/index.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/types/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/vendor/web/standalone/node_modules/ccount/index.js +27 -0
- package/vendor/web/standalone/node_modules/character-entities-html4/index.js +259 -0
- package/vendor/web/standalone/node_modules/character-entities-legacy/index.js +113 -0
- package/vendor/web/standalone/node_modules/client-only/index.js +0 -0
- package/vendor/web/standalone/node_modules/comma-separated-tokens/index.js +74 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/index.js +8 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/index.js +1 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
- package/vendor/web/standalone/node_modules/html-void-elements/index.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/define-env.js +255 -0
- package/vendor/web/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/log.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/options.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/build/utils.js +1215 -0
- package/vendor/web/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/vendor/web/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/links.js +299 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
- package/vendor/web/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/console.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/route-params.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/batcher.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/bundler.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/constants.js +420 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-root.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-error.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/static-env.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +391 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/url.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/worker.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/index.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-server.js +1874 -0
- package/vendor/web/standalone/node_modules/next/dist/server/body-streams.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-schema.js +717 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-shared.js +369 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-utils.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config.js +1545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1478 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-server.js +683 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-components.js +179 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
- package/vendor/web/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-server.js +1429 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next.js +455 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
- package/vendor/web/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/post-process.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render-result.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render.js +1140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/connection.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/headers.js +229 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/params.js +527 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/utils.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require-hook.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +899 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
- package/vendor/web/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/serve-static.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-utils.js +323 -0
- package/vendor/web/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
- package/vendor/web/standalone/node_modules/next/dist/server/utils.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/globals.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/index.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/trace.js +211 -0
- package/vendor/web/standalone/node_modules/next/package.json +378 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1876 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/package.json +4 -4
- package/vendor/web/standalone/node_modules/property-information/index.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/aria.js +61 -0
- package/vendor/web/standalone/node_modules/property-information/lib/find.js +97 -0
- package/vendor/web/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
- package/vendor/web/standalone/node_modules/property-information/lib/html.js +322 -0
- package/vendor/web/standalone/node_modules/property-information/lib/normalize.js +12 -0
- package/vendor/web/standalone/node_modules/property-information/lib/svg.js +567 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/create.js +69 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/info.js +32 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/merge.js +27 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/schema.js +29 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/types.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xlink.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xml.js +9 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xmlns.js +9 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/vendor/web/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/vendor/web/standalone/node_modules/react/index.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/package.json +1 -1
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/vendor/web/standalone/node_modules/react-dom/index.js +38 -0
- package/vendor/web/standalone/node_modules/react-dom/package.json +2 -2
- package/vendor/web/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/vendor/web/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/vendor/web/standalone/node_modules/react-dom/server.node.js +18 -0
- package/vendor/web/standalone/node_modules/react-dom/static.node.js +14 -0
- package/vendor/web/standalone/node_modules/regex/src/atomic.js +224 -0
- package/vendor/web/standalone/node_modules/regex/src/internals.js +2 -0
- package/vendor/web/standalone/node_modules/regex/src/subclass.js +98 -0
- package/vendor/web/standalone/node_modules/regex/src/utils-internals.js +33 -0
- package/vendor/web/standalone/node_modules/regex-recursion/src/index.js +365 -0
- package/vendor/web/standalone/node_modules/regex-utilities/src/index.js +170 -0
- package/vendor/web/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/vendor/web/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/vendor/web/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/vendor/web/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/vendor/web/standalone/node_modules/sharp/lib/index.js +16 -0
- package/vendor/web/standalone/node_modules/sharp/lib/input.js +809 -0
- package/vendor/web/standalone/node_modules/sharp/lib/is.js +143 -0
- package/vendor/web/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/vendor/web/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/vendor/web/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/vendor/web/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/vendor/web/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/vendor/web/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/vendor/web/standalone/node_modules/space-separated-tokens/index.js +24 -0
- package/vendor/web/standalone/node_modules/stringify-entities/index.js +6 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/core.js +117 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/index.js +36 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
- package/vendor/web/standalone/node_modules/zwitch/index.js +118 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: catppuccin-frappe */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#00000000\",\"activityBar.activeBorder\":\"#00000000\",\"activityBar.activeFocusBorder\":\"#00000000\",\"activityBar.background\":\"#232634\",\"activityBar.border\":\"#00000000\",\"activityBar.dropBorder\":\"#ca9ee633\",\"activityBar.foreground\":\"#ca9ee6\",\"activityBar.inactiveForeground\":\"#737994\",\"activityBarBadge.background\":\"#ca9ee6\",\"activityBarBadge.foreground\":\"#232634\",\"activityBarTop.activeBorder\":\"#00000000\",\"activityBarTop.dropBorder\":\"#ca9ee633\",\"activityBarTop.foreground\":\"#ca9ee6\",\"activityBarTop.inactiveForeground\":\"#737994\",\"badge.background\":\"#51576d\",\"badge.foreground\":\"#c6d0f5\",\"banner.background\":\"#51576d\",\"banner.foreground\":\"#c6d0f5\",\"banner.iconForeground\":\"#c6d0f5\",\"breadcrumb.activeSelectionForeground\":\"#ca9ee6\",\"breadcrumb.background\":\"#303446\",\"breadcrumb.focusForeground\":\"#ca9ee6\",\"breadcrumb.foreground\":\"#c6d0f5cc\",\"breadcrumbPicker.background\":\"#292c3c\",\"button.background\":\"#ca9ee6\",\"button.border\":\"#00000000\",\"button.foreground\":\"#232634\",\"button.hoverBackground\":\"#d9baed\",\"button.secondaryBackground\":\"#626880\",\"button.secondaryBorder\":\"#ca9ee6\",\"button.secondaryForeground\":\"#c6d0f5\",\"button.secondaryHoverBackground\":\"#727993\",\"button.separator\":\"#00000000\",\"charts.blue\":\"#8caaee\",\"charts.foreground\":\"#c6d0f5\",\"charts.green\":\"#a6d189\",\"charts.lines\":\"#b5bfe2\",\"charts.orange\":\"#ef9f76\",\"charts.purple\":\"#ca9ee6\",\"charts.red\":\"#e78284\",\"charts.yellow\":\"#e5c890\",\"checkbox.background\":\"#51576d\",\"checkbox.border\":\"#00000000\",\"checkbox.foreground\":\"#ca9ee6\",\"commandCenter.activeBackground\":\"#62688033\",\"commandCenter.activeBorder\":\"#ca9ee6\",\"commandCenter.activeForeground\":\"#ca9ee6\",\"commandCenter.background\":\"#292c3c\",\"commandCenter.border\":\"#00000000\",\"commandCenter.foreground\":\"#b5bfe2\",\"commandCenter.inactiveBorder\":\"#00000000\",\"commandCenter.inactiveForeground\":\"#b5bfe2\",\"debugConsole.errorForeground\":\"#e78284\",\"debugConsole.infoForeground\":\"#8caaee\",\"debugConsole.sourceForeground\":\"#f2d5cf\",\"debugConsole.warningForeground\":\"#ef9f76\",\"debugConsoleInputIcon.foreground\":\"#c6d0f5\",\"debugExceptionWidget.background\":\"#232634\",\"debugExceptionWidget.border\":\"#ca9ee6\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#626880\",\"debugIcon.breakpointDisabledForeground\":\"#e7828499\",\"debugIcon.breakpointForeground\":\"#e78284\",\"debugIcon.breakpointStackframeForeground\":\"#626880\",\"debugIcon.breakpointUnverifiedForeground\":\"#a57582\",\"debugIcon.continueForeground\":\"#a6d189\",\"debugIcon.disconnectForeground\":\"#626880\",\"debugIcon.pauseForeground\":\"#8caaee\",\"debugIcon.restartForeground\":\"#81c8be\",\"debugIcon.startForeground\":\"#a6d189\",\"debugIcon.stepBackForeground\":\"#626880\",\"debugIcon.stepIntoForeground\":\"#c6d0f5\",\"debugIcon.stepOutForeground\":\"#c6d0f5\",\"debugIcon.stepOverForeground\":\"#ca9ee6\",\"debugIcon.stopForeground\":\"#e78284\",\"debugTokenExpression.boolean\":\"#ca9ee6\",\"debugTokenExpression.error\":\"#e78284\",\"debugTokenExpression.number\":\"#ef9f76\",\"debugTokenExpression.string\":\"#a6d189\",\"debugToolBar.background\":\"#232634\",\"debugToolBar.border\":\"#00000000\",\"descriptionForeground\":\"#c6d0f5\",\"diffEditor.border\":\"#626880\",\"diffEditor.diagonalFill\":\"#62688099\",\"diffEditor.insertedLineBackground\":\"#a6d18926\",\"diffEditor.insertedTextBackground\":\"#a6d18933\",\"diffEditor.removedLineBackground\":\"#e7828426\",\"diffEditor.removedTextBackground\":\"#e7828433\",\"diffEditorOverview.insertedForeground\":\"#a6d189cc\",\"diffEditorOverview.removedForeground\":\"#e78284cc\",\"disabledForeground\":\"#a5adce\",\"dropdown.background\":\"#292c3c\",\"dropdown.border\":\"#ca9ee6\",\"dropdown.foreground\":\"#c6d0f5\",\"dropdown.listBackground\":\"#626880\",\"editor.background\":\"#303446\",\"editor.findMatchBackground\":\"#674b59\",\"editor.findMatchBorder\":\"#e7828433\",\"editor.findMatchHighlightBackground\":\"#506373\",\"editor.findMatchHighlightBorder\":\"#99d1db33\",\"editor.findRangeHighlightBackground\":\"#506373\",\"editor.findRangeHighlightBorder\":\"#99d1db33\",\"editor.focusedStackFrameHighlightBackground\":\"#a6d18926\",\"editor.foldBackground\":\"#99d1db40\",\"editor.foreground\":\"#c6d0f5\",\"editor.hoverHighlightBackground\":\"#99d1db40\",\"editor.lineHighlightBackground\":\"#c6d0f512\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.rangeHighlightBackground\":\"#99d1db40\",\"editor.rangeHighlightBorder\":\"#00000000\",\"editor.selectionBackground\":\"#949cbb40\",\"editor.selectionHighlightBackground\":\"#949cbb33\",\"editor.selectionHighlightBorder\":\"#949cbb33\",\"editor.stackFrameHighlightBackground\":\"#e5c89026\",\"editor.wordHighlightBackground\":\"#949cbb33\",\"editor.wordHighlightStrongBackground\":\"#8caaee33\",\"editorBracketHighlight.foreground1\":\"#e78284\",\"editorBracketHighlight.foreground2\":\"#ef9f76\",\"editorBracketHighlight.foreground3\":\"#e5c890\",\"editorBracketHighlight.foreground4\":\"#a6d189\",\"editorBracketHighlight.foreground5\":\"#85c1dc\",\"editorBracketHighlight.foreground6\":\"#ca9ee6\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#ea999c\",\"editorBracketMatch.background\":\"#949cbb1a\",\"editorBracketMatch.border\":\"#949cbb\",\"editorCodeLens.foreground\":\"#838ba7\",\"editorCursor.background\":\"#303446\",\"editorCursor.foreground\":\"#f2d5cf\",\"editorError.background\":\"#00000000\",\"editorError.border\":\"#00000000\",\"editorError.foreground\":\"#e78284\",\"editorGroup.border\":\"#626880\",\"editorGroup.dropBackground\":\"#ca9ee633\",\"editorGroup.emptyBackground\":\"#303446\",\"editorGroupHeader.tabsBackground\":\"#232634\",\"editorGutter.addedBackground\":\"#a6d189\",\"editorGutter.background\":\"#303446\",\"editorGutter.commentGlyphForeground\":\"#ca9ee6\",\"editorGutter.commentRangeForeground\":\"#414559\",\"editorGutter.deletedBackground\":\"#e78284\",\"editorGutter.foldingControlForeground\":\"#949cbb\",\"editorGutter.modifiedBackground\":\"#e5c890\",\"editorHoverWidget.background\":\"#292c3c\",\"editorHoverWidget.border\":\"#626880\",\"editorHoverWidget.foreground\":\"#c6d0f5\",\"editorIndentGuide.activeBackground\":\"#626880\",\"editorIndentGuide.background\":\"#51576d\",\"editorInfo.background\":\"#00000000\",\"editorInfo.border\":\"#00000000\",\"editorInfo.foreground\":\"#8caaee\",\"editorInlayHint.background\":\"#292c3cbf\",\"editorInlayHint.foreground\":\"#626880\",\"editorInlayHint.parameterBackground\":\"#292c3cbf\",\"editorInlayHint.parameterForeground\":\"#a5adce\",\"editorInlayHint.typeBackground\":\"#292c3cbf\",\"editorInlayHint.typeForeground\":\"#b5bfe2\",\"editorLightBulb.foreground\":\"#e5c890\",\"editorLineNumber.activeForeground\":\"#ca9ee6\",\"editorLineNumber.foreground\":\"#838ba7\",\"editorLink.activeForeground\":\"#ca9ee6\",\"editorMarkerNavigation.background\":\"#292c3c\",\"editorMarkerNavigationError.background\":\"#e78284\",\"editorMarkerNavigationInfo.background\":\"#8caaee\",\"editorMarkerNavigationWarning.background\":\"#ef9f76\",\"editorOverviewRuler.background\":\"#292c3c\",\"editorOverviewRuler.border\":\"#c6d0f512\",\"editorOverviewRuler.modifiedForeground\":\"#e5c890\",\"editorRuler.foreground\":\"#626880\",\"editorStickyScrollHover.background\":\"#414559\",\"editorSuggestWidget.background\":\"#292c3c\",\"editorSuggestWidget.border\":\"#626880\",\"editorSuggestWidget.foreground\":\"#c6d0f5\",\"editorSuggestWidget.highlightForeground\":\"#ca9ee6\",\"editorSuggestWidget.selectedBackground\":\"#414559\",\"editorWarning.background\":\"#00000000\",\"editorWarning.border\":\"#00000000\",\"editorWarning.foreground\":\"#ef9f76\",\"editorWhitespace.foreground\":\"#949cbb66\",\"editorWidget.background\":\"#292c3c\",\"editorWidget.foreground\":\"#c6d0f5\",\"editorWidget.resizeBorder\":\"#626880\",\"errorForeground\":\"#e78284\",\"errorLens.errorBackground\":\"#e7828426\",\"errorLens.errorBackgroundLight\":\"#e7828426\",\"errorLens.errorForeground\":\"#e78284\",\"errorLens.errorForegroundLight\":\"#e78284\",\"errorLens.errorMessageBackground\":\"#e7828426\",\"errorLens.hintBackground\":\"#a6d18926\",\"errorLens.hintBackgroundLight\":\"#a6d18926\",\"errorLens.hintForeground\":\"#a6d189\",\"errorLens.hintForegroundLight\":\"#a6d189\",\"errorLens.hintMessageBackground\":\"#a6d18926\",\"errorLens.infoBackground\":\"#8caaee26\",\"errorLens.infoBackgroundLight\":\"#8caaee26\",\"errorLens.infoForeground\":\"#8caaee\",\"errorLens.infoForegroundLight\":\"#8caaee\",\"errorLens.infoMessageBackground\":\"#8caaee26\",\"errorLens.statusBarErrorForeground\":\"#e78284\",\"errorLens.statusBarHintForeground\":\"#a6d189\",\"errorLens.statusBarIconErrorForeground\":\"#e78284\",\"errorLens.statusBarIconWarningForeground\":\"#ef9f76\",\"errorLens.statusBarInfoForeground\":\"#8caaee\",\"errorLens.statusBarWarningForeground\":\"#ef9f76\",\"errorLens.warningBackground\":\"#ef9f7626\",\"errorLens.warningBackgroundLight\":\"#ef9f7626\",\"errorLens.warningForeground\":\"#ef9f76\",\"errorLens.warningForegroundLight\":\"#ef9f76\",\"errorLens.warningMessageBackground\":\"#ef9f7626\",\"extensionBadge.remoteBackground\":\"#8caaee\",\"extensionBadge.remoteForeground\":\"#232634\",\"extensionButton.prominentBackground\":\"#ca9ee6\",\"extensionButton.prominentForeground\":\"#232634\",\"extensionButton.prominentHoverBackground\":\"#d9baed\",\"extensionButton.separator\":\"#303446\",\"extensionIcon.preReleaseForeground\":\"#626880\",\"extensionIcon.sponsorForeground\":\"#f4b8e4\",\"extensionIcon.starForeground\":\"#e5c890\",\"extensionIcon.verifiedForeground\":\"#a6d189\",\"focusBorder\":\"#ca9ee6\",\"foreground\":\"#c6d0f5\",\"gitDecoration.addedResourceForeground\":\"#a6d189\",\"gitDecoration.conflictingResourceForeground\":\"#ca9ee6\",\"gitDecoration.deletedResourceForeground\":\"#e78284\",\"gitDecoration.ignoredResourceForeground\":\"#737994\",\"gitDecoration.modifiedResourceForeground\":\"#e5c890\",\"gitDecoration.stageDeletedResourceForeground\":\"#e78284\",\"gitDecoration.stageModifiedResourceForeground\":\"#e5c890\",\"gitDecoration.submoduleResourceForeground\":\"#8caaee\",\"gitDecoration.untrackedResourceForeground\":\"#a6d189\",\"gitlens.closedAutolinkedIssueIconColor\":\"#ca9ee6\",\"gitlens.closedPullRequestIconColor\":\"#e78284\",\"gitlens.decorations.branchAheadForegroundColor\":\"#a6d189\",\"gitlens.decorations.branchBehindForegroundColor\":\"#ef9f76\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#e5c890\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#ef9f76\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#a6d189\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#ea999c\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#e5c890\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#ca9ee6\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#a5adce\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#ca9ee6\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#ef9f76\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#ea999c\",\"gitlens.graphChangesColumnAddedColor\":\"#a6d189\",\"gitlens.graphChangesColumnDeletedColor\":\"#e78284\",\"gitlens.graphLane10Color\":\"#f4b8e4\",\"gitlens.graphLane1Color\":\"#ca9ee6\",\"gitlens.graphLane2Color\":\"#e5c890\",\"gitlens.graphLane3Color\":\"#8caaee\",\"gitlens.graphLane4Color\":\"#eebebe\",\"gitlens.graphLane5Color\":\"#a6d189\",\"gitlens.graphLane6Color\":\"#babbf1\",\"gitlens.graphLane7Color\":\"#f2d5cf\",\"gitlens.graphLane8Color\":\"#e78284\",\"gitlens.graphLane9Color\":\"#81c8be\",\"gitlens.graphMinimapMarkerHeadColor\":\"#a6d189\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#e5c890\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#8caaee\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#769aeb\",\"gitlens.graphMinimapMarkerStashesColor\":\"#ca9ee6\",\"gitlens.graphMinimapMarkerTagsColor\":\"#eebebe\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#98ca77\",\"gitlens.graphScrollMarkerHeadColor\":\"#a6d189\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#e5c890\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#8caaee\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#769aeb\",\"gitlens.graphScrollMarkerStashesColor\":\"#ca9ee6\",\"gitlens.graphScrollMarkerTagsColor\":\"#eebebe\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#98ca77\",\"gitlens.gutterBackgroundColor\":\"#4145594d\",\"gitlens.gutterForegroundColor\":\"#c6d0f5\",\"gitlens.gutterUncommittedForegroundColor\":\"#ca9ee6\",\"gitlens.lineHighlightBackgroundColor\":\"#ca9ee626\",\"gitlens.lineHighlightOverviewRulerColor\":\"#ca9ee6cc\",\"gitlens.mergedPullRequestIconColor\":\"#ca9ee6\",\"gitlens.openAutolinkedIssueIconColor\":\"#a6d189\",\"gitlens.openPullRequestIconColor\":\"#a6d189\",\"gitlens.trailingLineBackgroundColor\":\"#00000000\",\"gitlens.trailingLineForegroundColor\":\"#c6d0f54d\",\"gitlens.unpublishedChangesIconColor\":\"#a6d189\",\"gitlens.unpublishedCommitIconColor\":\"#a6d189\",\"gitlens.unpulledChangesIconColor\":\"#ef9f76\",\"icon.foreground\":\"#ca9ee6\",\"input.background\":\"#414559\",\"input.border\":\"#00000000\",\"input.foreground\":\"#c6d0f5\",\"input.placeholderForeground\":\"#c6d0f573\",\"inputOption.activeBackground\":\"#626880\",\"inputOption.activeBorder\":\"#ca9ee6\",\"inputOption.activeForeground\":\"#c6d0f5\",\"inputValidation.errorBackground\":\"#e78284\",\"inputValidation.errorBorder\":\"#23263433\",\"inputValidation.errorForeground\":\"#232634\",\"inputValidation.infoBackground\":\"#8caaee\",\"inputValidation.infoBorder\":\"#23263433\",\"inputValidation.infoForeground\":\"#232634\",\"inputValidation.warningBackground\":\"#ef9f76\",\"inputValidation.warningBorder\":\"#23263433\",\"inputValidation.warningForeground\":\"#232634\",\"issues.closed\":\"#ca9ee6\",\"issues.newIssueDecoration\":\"#f2d5cf\",\"issues.open\":\"#a6d189\",\"list.activeSelectionBackground\":\"#414559\",\"list.activeSelectionForeground\":\"#c6d0f5\",\"list.dropBackground\":\"#ca9ee633\",\"list.focusAndSelectionBackground\":\"#51576d\",\"list.focusBackground\":\"#414559\",\"list.focusForeground\":\"#c6d0f5\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#ca9ee6\",\"list.hoverBackground\":\"#41455980\",\"list.hoverForeground\":\"#c6d0f5\",\"list.inactiveSelectionBackground\":\"#414559\",\"list.inactiveSelectionForeground\":\"#c6d0f5\",\"list.warningForeground\":\"#ef9f76\",\"listFilterWidget.background\":\"#51576d\",\"listFilterWidget.noMatchesOutline\":\"#e78284\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#303446\",\"menu.border\":\"#30344680\",\"menu.foreground\":\"#c6d0f5\",\"menu.selectionBackground\":\"#626880\",\"menu.selectionBorder\":\"#00000000\",\"menu.selectionForeground\":\"#c6d0f5\",\"menu.separatorBackground\":\"#626880\",\"menubar.selectionBackground\":\"#51576d\",\"menubar.selectionForeground\":\"#c6d0f5\",\"merge.commonContentBackground\":\"#51576d\",\"merge.commonHeaderBackground\":\"#626880\",\"merge.currentContentBackground\":\"#a6d18933\",\"merge.currentHeaderBackground\":\"#a6d18966\",\"merge.incomingContentBackground\":\"#8caaee33\",\"merge.incomingHeaderBackground\":\"#8caaee66\",\"minimap.background\":\"#292c3c80\",\"minimap.errorHighlight\":\"#e78284bf\",\"minimap.findMatchHighlight\":\"#99d1db4d\",\"minimap.selectionHighlight\":\"#626880bf\",\"minimap.selectionOccurrenceHighlight\":\"#626880bf\",\"minimap.warningHighlight\":\"#ef9f76bf\",\"minimapGutter.addedBackground\":\"#a6d189bf\",\"minimapGutter.deletedBackground\":\"#e78284bf\",\"minimapGutter.modifiedBackground\":\"#e5c890bf\",\"minimapSlider.activeBackground\":\"#ca9ee699\",\"minimapSlider.background\":\"#ca9ee633\",\"minimapSlider.hoverBackground\":\"#ca9ee666\",\"notificationCenter.border\":\"#ca9ee6\",\"notificationCenterHeader.background\":\"#292c3c\",\"notificationCenterHeader.foreground\":\"#c6d0f5\",\"notificationLink.foreground\":\"#8caaee\",\"notificationToast.border\":\"#ca9ee6\",\"notifications.background\":\"#292c3c\",\"notifications.border\":\"#ca9ee6\",\"notifications.foreground\":\"#c6d0f5\",\"notificationsErrorIcon.foreground\":\"#e78284\",\"notificationsInfoIcon.foreground\":\"#8caaee\",\"notificationsWarningIcon.foreground\":\"#ef9f76\",\"panel.background\":\"#303446\",\"panel.border\":\"#626880\",\"panelSection.border\":\"#626880\",\"panelSection.dropBackground\":\"#ca9ee633\",\"panelTitle.activeBorder\":\"#ca9ee6\",\"panelTitle.activeForeground\":\"#c6d0f5\",\"panelTitle.inactiveForeground\":\"#a5adce\",\"peekView.border\":\"#ca9ee6\",\"peekViewEditor.background\":\"#292c3c\",\"peekViewEditor.matchHighlightBackground\":\"#99d1db4d\",\"peekViewEditor.matchHighlightBorder\":\"#00000000\",\"peekViewEditorGutter.background\":\"#292c3c\",\"peekViewResult.background\":\"#292c3c\",\"peekViewResult.fileForeground\":\"#c6d0f5\",\"peekViewResult.lineForeground\":\"#c6d0f5\",\"peekViewResult.matchHighlightBackground\":\"#99d1db4d\",\"peekViewResult.selectionBackground\":\"#414559\",\"peekViewResult.selectionForeground\":\"#c6d0f5\",\"peekViewTitle.background\":\"#303446\",\"peekViewTitleDescription.foreground\":\"#b5bfe2b3\",\"peekViewTitleLabel.foreground\":\"#c6d0f5\",\"pickerGroup.border\":\"#ca9ee6\",\"pickerGroup.foreground\":\"#ca9ee6\",\"problemsErrorIcon.foreground\":\"#e78284\",\"problemsInfoIcon.foreground\":\"#8caaee\",\"problemsWarningIcon.foreground\":\"#ef9f76\",\"progressBar.background\":\"#ca9ee6\",\"pullRequests.closed\":\"#e78284\",\"pullRequests.draft\":\"#949cbb\",\"pullRequests.merged\":\"#ca9ee6\",\"pullRequests.notification\":\"#c6d0f5\",\"pullRequests.open\":\"#a6d189\",\"sash.hoverBorder\":\"#ca9ee6\",\"scmGraph.foreground1\":\"#e5c890\",\"scmGraph.foreground2\":\"#e78284\",\"scmGraph.foreground3\":\"#a6d189\",\"scmGraph.foreground4\":\"#ca9ee6\",\"scmGraph.foreground5\":\"#81c8be\",\"scmGraph.historyItemBaseRefColor\":\"#ef9f76\",\"scmGraph.historyItemRefColor\":\"#8caaee\",\"scmGraph.historyItemRemoteRefColor\":\"#ca9ee6\",\"scrollbar.shadow\":\"#232634\",\"scrollbarSlider.activeBackground\":\"#41455966\",\"scrollbarSlider.background\":\"#62688080\",\"scrollbarSlider.hoverBackground\":\"#737994\",\"selection.background\":\"#ca9ee666\",\"settings.dropdownBackground\":\"#51576d\",\"settings.dropdownListBorder\":\"#00000000\",\"settings.focusedRowBackground\":\"#62688033\",\"settings.headerForeground\":\"#c6d0f5\",\"settings.modifiedItemIndicator\":\"#ca9ee6\",\"settings.numberInputBackground\":\"#51576d\",\"settings.numberInputBorder\":\"#00000000\",\"settings.textInputBackground\":\"#51576d\",\"settings.textInputBorder\":\"#00000000\",\"sideBar.background\":\"#292c3c\",\"sideBar.border\":\"#00000000\",\"sideBar.dropBackground\":\"#ca9ee633\",\"sideBar.foreground\":\"#c6d0f5\",\"sideBarSectionHeader.background\":\"#292c3c\",\"sideBarSectionHeader.foreground\":\"#c6d0f5\",\"sideBarTitle.foreground\":\"#ca9ee6\",\"statusBar.background\":\"#232634\",\"statusBar.border\":\"#00000000\",\"statusBar.debuggingBackground\":\"#ef9f76\",\"statusBar.debuggingBorder\":\"#00000000\",\"statusBar.debuggingForeground\":\"#232634\",\"statusBar.foreground\":\"#c6d0f5\",\"statusBar.noFolderBackground\":\"#232634\",\"statusBar.noFolderBorder\":\"#00000000\",\"statusBar.noFolderForeground\":\"#c6d0f5\",\"statusBarItem.activeBackground\":\"#62688066\",\"statusBarItem.errorBackground\":\"#00000000\",\"statusBarItem.errorForeground\":\"#e78284\",\"statusBarItem.hoverBackground\":\"#62688033\",\"statusBarItem.prominentBackground\":\"#00000000\",\"statusBarItem.prominentForeground\":\"#ca9ee6\",\"statusBarItem.prominentHoverBackground\":\"#62688033\",\"statusBarItem.remoteBackground\":\"#8caaee\",\"statusBarItem.remoteForeground\":\"#232634\",\"statusBarItem.warningBackground\":\"#00000000\",\"statusBarItem.warningForeground\":\"#ef9f76\",\"symbolIcon.arrayForeground\":\"#ef9f76\",\"symbolIcon.booleanForeground\":\"#ca9ee6\",\"symbolIcon.classForeground\":\"#e5c890\",\"symbolIcon.colorForeground\":\"#f4b8e4\",\"symbolIcon.constantForeground\":\"#ef9f76\",\"symbolIcon.constructorForeground\":\"#babbf1\",\"symbolIcon.enumeratorForeground\":\"#e5c890\",\"symbolIcon.enumeratorMemberForeground\":\"#e5c890\",\"symbolIcon.eventForeground\":\"#f4b8e4\",\"symbolIcon.fieldForeground\":\"#c6d0f5\",\"symbolIcon.fileForeground\":\"#ca9ee6\",\"symbolIcon.folderForeground\":\"#ca9ee6\",\"symbolIcon.functionForeground\":\"#8caaee\",\"symbolIcon.interfaceForeground\":\"#e5c890\",\"symbolIcon.keyForeground\":\"#81c8be\",\"symbolIcon.keywordForeground\":\"#ca9ee6\",\"symbolIcon.methodForeground\":\"#8caaee\",\"symbolIcon.moduleForeground\":\"#c6d0f5\",\"symbolIcon.namespaceForeground\":\"#e5c890\",\"symbolIcon.nullForeground\":\"#ea999c\",\"symbolIcon.numberForeground\":\"#ef9f76\",\"symbolIcon.objectForeground\":\"#e5c890\",\"symbolIcon.operatorForeground\":\"#81c8be\",\"symbolIcon.packageForeground\":\"#eebebe\",\"symbolIcon.propertyForeground\":\"#ea999c\",\"symbolIcon.referenceForeground\":\"#e5c890\",\"symbolIcon.snippetForeground\":\"#eebebe\",\"symbolIcon.stringForeground\":\"#a6d189\",\"symbolIcon.structForeground\":\"#81c8be\",\"symbolIcon.textForeground\":\"#c6d0f5\",\"symbolIcon.typeParameterForeground\":\"#ea999c\",\"symbolIcon.unitForeground\":\"#c6d0f5\",\"symbolIcon.variableForeground\":\"#c6d0f5\",\"tab.activeBackground\":\"#303446\",\"tab.activeBorder\":\"#00000000\",\"tab.activeBorderTop\":\"#ca9ee6\",\"tab.activeForeground\":\"#ca9ee6\",\"tab.activeModifiedBorder\":\"#e5c890\",\"tab.border\":\"#292c3c\",\"tab.hoverBackground\":\"#3a3f55\",\"tab.hoverBorder\":\"#00000000\",\"tab.hoverForeground\":\"#ca9ee6\",\"tab.inactiveBackground\":\"#292c3c\",\"tab.inactiveForeground\":\"#737994\",\"tab.inactiveModifiedBorder\":\"#e5c8904d\",\"tab.lastPinnedBorder\":\"#ca9ee6\",\"tab.unfocusedActiveBackground\":\"#292c3c\",\"tab.unfocusedActiveBorder\":\"#00000000\",\"tab.unfocusedActiveBorderTop\":\"#ca9ee64d\",\"tab.unfocusedInactiveBackground\":\"#1f212d\",\"table.headerBackground\":\"#414559\",\"table.headerForeground\":\"#c6d0f5\",\"terminal.ansiBlack\":\"#51576d\",\"terminal.ansiBlue\":\"#8caaee\",\"terminal.ansiBrightBlack\":\"#626880\",\"terminal.ansiBrightBlue\":\"#7b9ef0\",\"terminal.ansiBrightCyan\":\"#5abfb5\",\"terminal.ansiBrightGreen\":\"#8ec772\",\"terminal.ansiBrightMagenta\":\"#f2a4db\",\"terminal.ansiBrightRed\":\"#e67172\",\"terminal.ansiBrightWhite\":\"#b5bfe2\",\"terminal.ansiBrightYellow\":\"#d9ba73\",\"terminal.ansiCyan\":\"#81c8be\",\"terminal.ansiGreen\":\"#a6d189\",\"terminal.ansiMagenta\":\"#f4b8e4\",\"terminal.ansiRed\":\"#e78284\",\"terminal.ansiWhite\":\"#a5adce\",\"terminal.ansiYellow\":\"#e5c890\",\"terminal.border\":\"#626880\",\"terminal.dropBackground\":\"#ca9ee633\",\"terminal.foreground\":\"#c6d0f5\",\"terminal.inactiveSelectionBackground\":\"#62688080\",\"terminal.selectionBackground\":\"#626880\",\"terminal.tab.activeBorder\":\"#ca9ee6\",\"terminalCommandDecoration.defaultBackground\":\"#626880\",\"terminalCommandDecoration.errorBackground\":\"#e78284\",\"terminalCommandDecoration.successBackground\":\"#a6d189\",\"terminalCursor.background\":\"#303446\",\"terminalCursor.foreground\":\"#f2d5cf\",\"testing.coverCountBadgeBackground\":\"#00000000\",\"testing.coverCountBadgeForeground\":\"#ca9ee6\",\"testing.coveredBackground\":\"#a6d1894d\",\"testing.coveredBorder\":\"#00000000\",\"testing.coveredGutterBackground\":\"#a6d1894d\",\"testing.iconErrored\":\"#e78284\",\"testing.iconErrored.retired\":\"#e78284\",\"testing.iconFailed\":\"#e78284\",\"testing.iconFailed.retired\":\"#e78284\",\"testing.iconPassed\":\"#a6d189\",\"testing.iconPassed.retired\":\"#a6d189\",\"testing.iconQueued\":\"#8caaee\",\"testing.iconQueued.retired\":\"#8caaee\",\"testing.iconSkipped\":\"#a5adce\",\"testing.iconSkipped.retired\":\"#a5adce\",\"testing.iconUnset\":\"#c6d0f5\",\"testing.iconUnset.retired\":\"#c6d0f5\",\"testing.message.error.lineBackground\":\"#e7828426\",\"testing.message.info.decorationForeground\":\"#a6d189cc\",\"testing.message.info.lineBackground\":\"#a6d18926\",\"testing.messagePeekBorder\":\"#ca9ee6\",\"testing.messagePeekHeaderBackground\":\"#626880\",\"testing.peekBorder\":\"#ca9ee6\",\"testing.peekHeaderBackground\":\"#626880\",\"testing.runAction\":\"#ca9ee6\",\"testing.uncoveredBackground\":\"#e7828433\",\"testing.uncoveredBorder\":\"#00000000\",\"testing.uncoveredBranchBackground\":\"#e7828433\",\"testing.uncoveredGutterBackground\":\"#e7828440\",\"textBlockQuote.background\":\"#292c3c\",\"textBlockQuote.border\":\"#232634\",\"textCodeBlock.background\":\"#292c3c\",\"textLink.activeForeground\":\"#99d1db\",\"textLink.foreground\":\"#8caaee\",\"textPreformat.foreground\":\"#c6d0f5\",\"textSeparator.foreground\":\"#ca9ee6\",\"titleBar.activeBackground\":\"#232634\",\"titleBar.activeForeground\":\"#c6d0f5\",\"titleBar.border\":\"#00000000\",\"titleBar.inactiveBackground\":\"#232634\",\"titleBar.inactiveForeground\":\"#c6d0f580\",\"tree.inactiveIndentGuidesStroke\":\"#51576d\",\"tree.indentGuidesStroke\":\"#949cbb\",\"walkThrough.embeddedEditorBackground\":\"#3034464d\",\"welcomePage.progress.background\":\"#232634\",\"welcomePage.progress.foreground\":\"#ca9ee6\",\"welcomePage.tileBackground\":\"#292c3c\",\"widget.shadow\":\"#292c3c80\"},\"displayName\":\"Catppuccin Frappé\",\"name\":\"catppuccin-frappe\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"boolean\":{\"foreground\":\"#ef9f76\"},\"builtinAttribute.attribute.library:rust\":{\"foreground\":\"#8caaee\"},\"class.builtin:python\":{\"foreground\":\"#ca9ee6\"},\"class:python\":{\"foreground\":\"#e5c890\"},\"constant.builtin.readonly:nix\":{\"foreground\":\"#ca9ee6\"},\"enumMember\":{\"foreground\":\"#81c8be\"},\"function.decorator:python\":{\"foreground\":\"#ef9f76\"},\"generic.attribute:rust\":{\"foreground\":\"#c6d0f5\"},\"heading\":{\"foreground\":\"#e78284\"},\"number\":{\"foreground\":\"#ef9f76\"},\"pol\":{\"foreground\":\"#eebebe\"},\"property.readonly:javascript\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:javascriptreact\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:typescript\":{\"foreground\":\"#c6d0f5\"},\"property.readonly:typescriptreact\":{\"foreground\":\"#c6d0f5\"},\"selfKeyword\":{\"foreground\":\"#e78284\"},\"text.emph\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"},\"text.math\":{\"foreground\":\"#eebebe\"},\"text.strong\":{\"fontStyle\":\"bold\",\"foreground\":\"#e78284\"},\"tomlArrayKey\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"},\"tomlTableKey\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"},\"type.defaultLibrary:go\":{\"foreground\":\"#ca9ee6\"},\"variable.defaultLibrary\":{\"foreground\":\"#ea999c\"},\"variable.readonly.defaultLibrary:go\":{\"foreground\":\"#ca9ee6\"},\"variable.readonly:javascript\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:javascriptreact\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:scala\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:typescript\":{\"foreground\":\"#c6d0f5\"},\"variable.readonly:typescriptreact\":{\"foreground\":\"#c6d0f5\"},\"variable.typeHint:python\":{\"foreground\":\"#e5c890\"}},\"tokenColors\":[{\"scope\":[\"text\",\"source\",\"variable.other.readwrite\",\"punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"punctuation\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#949cbb\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#949cbb\"}},{\"scope\":[\"string\",\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"constant.numeric\",\"variable.other.constant\",\"entity.name.constant\",\"constant.language.boolean\",\"constant.language.false\",\"constant.language.true\",\"keyword.other.unit.user-defined\",\"keyword.other.unit.suffix.floating-point\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"keyword\",\"keyword.operator.word\",\"keyword.operator.new\",\"variable.language.super\",\"support.type.primitive\",\"storage.type\",\"storage.modifier\",\"punctuation.definition.keyword\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"entity.name.tag.documentation\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"keyword.operator\",\"punctuation.accessor\",\"punctuation.definition.generic\",\"meta.function.closure punctuation.section.parameters\",\"punctuation.definition.tag\",\"punctuation.separator.key-value\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.method\",\"support.function\",\"support.function.misc\",\"variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"entity.name.class\",\"entity.other.inherited-class\",\"support.class\",\"meta.function-call.constructor\",\"entity.name.struct\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.enum\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.enum variable.other.readwrite\",\"variable.other.enummember\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.property.object\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"meta.type\",\"meta.type-alias\",\"support.type\",\"entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.annotation variable.function\",\"meta.annotation variable.annotation.function\",\"meta.annotation punctuation.definition.annotation\",\"meta.decorator\",\"punctuation.decorator\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"variable.parameter\",\"meta.function.parameters\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea999c\"}},{\"scope\":[\"constant.language\",\"support.function.builtin\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"entity.other.attribute-name.documentation\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"keyword.control.directive\",\"punctuation.definition.directive\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"punctuation.definition.typeparameters\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.type.property-name.css\",\"support.type.property-name.less\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"variable.language.this\",\"variable.language.this punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"variable.object.property\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"string.template variable\",\"string variable\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"storage.modifier.specifier.extern.cpp\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"entity.name.scope-resolution.template.call.cpp\",\"entity.name.scope-resolution.parameter.cpp\",\"entity.name.scope-resolution.cpp\",\"entity.name.scope-resolution.function.definition.cpp\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"storage.type.class.doxygen\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"storage.modifier.reference.cpp\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.interpolation.cs\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"comment.block.documentation.cs\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"source.css entity.other.attribute-name.class.css\",\"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"punctuation.separator.operator.css\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"source.css entity.other.attribute-name.pseudo-class\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"source.css constant.other.unicode-range\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"source.css variable.parameter.url\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#a6d189\"}},{\"scope\":[\"support.type.vendored.property-name\"],\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"source.css meta.property-value variable\",\"source.css meta.property-value variable.other.less\",\"source.css meta.property-value variable.other.less punctuation.definition.variable.less\",\"meta.definition.variable.scss\"],\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":[\"source.css meta.property-list variable\",\"meta.property-list variable.other.less\",\"meta.property-list variable.other.less punctuation.definition.variable.less\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"keyword.other.unit.percentage.css\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"source.css meta.attribute-selector\",\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":[\"keyword.other.definition.ini\",\"punctuation.support.type.property-name.json\",\"support.type.property-name.json\",\"punctuation.support.type.property-name.toml\",\"support.type.property-name.toml\",\"entity.name.tag.yaml\",\"punctuation.support.type.property-name.yaml\",\"support.type.property-name.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"constant.language.json\",\"constant.language.yaml\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"entity.name.type.anchor.yaml\",\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.type.property-name.table\",\"entity.name.section.group-title.ini\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"constant.other.time.datetime.offset.toml\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"punctuation.definition.anchor.yaml\",\"punctuation.definition.alias.yaml\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"entity.other.document.begin.yaml\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.diff.header.from-file\",\"meta.diff.header.to-file\",\"punctuation.definition.from-file.diff\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"variable.other.env\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"string.quoted variable.other.env\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"support.function.builtin.gdscript\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"constant.language.gdscript\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"comment meta.annotation.go\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"comment meta.annotation.parameters.go\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.language.go\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"variable.graphql\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":[\"keyword.other.doctype\",\"meta.tag.sgml.doctype punctuation.definition.tag\",\"meta.tag.metadata.doctype entity.name.tag\",\"meta.tag.metadata.doctype punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"text.html constant.character.entity\",\"text.html constant.character.entity punctuation\",\"constant.character.entity.xml\",\"constant.character.entity.xml punctuation\",\"constant.character.entity.js.jsx\",\"constant.charactger.entity.js.jsx punctuation\",\"constant.character.entity.tsx\",\"constant.character.entity.tsx punctuation\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"support.class.component\",\"support.class.component.jsx\",\"support.class.component.tsx\",\"support.class.component.vue\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"punctuation.definition.annotation\",\"storage.type.annotation\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.other.enum.java\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"storage.modifier.import.java\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"comment.block.javadoc.java keyword.other.documentation.javadoc.java\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.export variable.other.readwrite.js\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.property.js\",\"variable.other.property.ts\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"variable.other.jsdoc\",\"comment.block.documentation variable.other\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ea999c\"}},{\"scope\":\"storage.type.class.jsdoc\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"support.type.object.console.js\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"support.constant.node\",\"support.type.object.module.js\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"storage.modifier.implements\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"constant.language.null.js\",\"constant.language.null.ts\",\"constant.language.undefined.js\",\"constant.language.undefined.ts\",\"support.type.builtin.ts\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"variable.parameter.generic\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"keyword.declaration.function.arrow.js\",\"storage.type.function.arrow.ts\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"punctuation.decorator.ts\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.infer.ts\",\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.is\",\"keyword.operator.expression.keyof.ts\",\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.typeof.ts\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#81c8be\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.other.symbol.julia\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"text.tex keyword.control.preamble\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"text.tex support.function.be\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"constant.other.general.math.tex\",\"settings\":{\"foreground\":\"#eebebe\"}},{\"scope\":\"variable.language.liquid\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"comment.line.double-dash.documentation.lua storage.type.annotation.lua\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"comment.line.double-dash.documentation.lua entity.name.variable.lua\",\"comment.line.double-dash.documentation.lua variable.lua\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"heading.1.markdown punctuation.definition.heading.markdown\",\"heading.1.markdown\",\"heading.1.quarto punctuation.definition.heading.quarto\",\"heading.1.quarto\",\"markup.heading.atx.1.mdx\",\"markup.heading.atx.1.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.1.markdown\",\"markup.heading.heading-0.asciidoc\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"heading.2.markdown punctuation.definition.heading.markdown\",\"heading.2.markdown\",\"heading.2.quarto punctuation.definition.heading.quarto\",\"heading.2.quarto\",\"markup.heading.atx.2.mdx\",\"markup.heading.atx.2.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.2.markdown\",\"markup.heading.heading-1.asciidoc\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"heading.3.markdown punctuation.definition.heading.markdown\",\"heading.3.markdown\",\"heading.3.quarto punctuation.definition.heading.quarto\",\"heading.3.quarto\",\"markup.heading.atx.3.mdx\",\"markup.heading.atx.3.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-2.asciidoc\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":[\"heading.4.markdown punctuation.definition.heading.markdown\",\"heading.4.markdown\",\"heading.4.quarto punctuation.definition.heading.quarto\",\"heading.4.quarto\",\"markup.heading.atx.4.mdx\",\"markup.heading.atx.4.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-3.asciidoc\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":[\"heading.5.markdown punctuation.definition.heading.markdown\",\"heading.5.markdown\",\"heading.5.quarto punctuation.definition.heading.quarto\",\"heading.5.quarto\",\"markup.heading.atx.5.mdx\",\"markup.heading.atx.5.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-4.asciidoc\"],\"settings\":{\"foreground\":\"#85c1dc\"}},{\"scope\":[\"heading.6.markdown punctuation.definition.heading.markdown\",\"heading.6.markdown\",\"heading.6.quarto punctuation.definition.heading.quarto\",\"heading.6.quarto\",\"markup.heading.atx.6.mdx\",\"markup.heading.atx.6.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-5.asciidoc\"],\"settings\":{\"foreground\":\"#babbf1\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e78284\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\",\"foreground\":\"#a5adce\"}},{\"scope\":[\"punctuation.definition.link\",\"markup.underline.link\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"text.html.markdown punctuation.definition.link.title\",\"text.html.quarto punctuation.definition.link.title\",\"string.other.link.title.markdown\",\"string.other.link.title.quarto\",\"markup.link\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.constant.quarto\",\"constant.other.reference.link.markdown\",\"constant.other.reference.link.quarto\",\"markup.substitution.attribute-reference\"],\"settings\":{\"foreground\":\"#babbf1\"}},{\"scope\":[\"punctuation.definition.raw.markdown\",\"punctuation.definition.raw.quarto\",\"markup.inline.raw.string.markdown\",\"markup.inline.raw.string.quarto\",\"markup.raw.block.markdown\",\"markup.raw.block.quarto\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"markup.fenced_code.block punctuation.definition\",\"markup.raw support.asciidoc\"],\"settings\":{\"foreground\":\"#949cbb\"}},{\"scope\":[\"markup.quote\",\"punctuation.definition.quote.begin\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"punctuation.definition.list.begin.markdown\",\"punctuation.definition.list.begin.quarto\",\"markup.list.bullet\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"markup.heading.quarto\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"entity.other.attribute-name.multipart.nix\",\"entity.other.attribute-name.single.nix\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6d0f5\"}},{\"scope\":\"meta.embedded variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#babbf1\"}},{\"scope\":\"string.unquoted.path.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"support.attribute.builtin\",\"meta.attribute.php\"],\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"meta.function.parameters.php punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"constant.language.php\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"text.html.php support.function\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"keyword.other.phpdoc.php\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"support.variable.magic.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"support.function.magic.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#99d1db\"}},{\"scope\":[\"variable.parameter.function.language.special.self.python\",\"variable.language.special.self.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e78284\"}},{\"scope\":[\"keyword.control.flow.python\",\"keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"storage.type.function.python\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":[\"support.token.decorator.python\",\"meta.function.decorator.identifier.python\"],\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":[\"meta.function-call.python\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"entity.name.function.decorator.python\",\"punctuation.definition.decorator.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ef9f76\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"support.type.exception.python\",\"support.function.builtin.python\"],\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"support.type.python\"],\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.indexed-name.python\",\"meta.item-access.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea999c\"}},{\"scope\":\"storage.type.string.python\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a6d189\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.function-call.r\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"meta.function-call.arguments.r\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"keyword.control.anchor.regexp\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"string.regexp.ts\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"punctuation.definition.group.regexp\",\"keyword.other.back-reference.regexp\"],\"settings\":{\"foreground\":\"#a6d189\"}},{\"scope\":\"punctuation.definition.character-class.regexp\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"constant.other.character-class.range.regexp\",\"settings\":{\"foreground\":\"#f2d5cf\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"constant.character.numeric.regexp\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"punctuation.definition.group.no-capture.regexp\",\"meta.assertion.look-ahead.regexp\",\"meta.assertion.negative-look-ahead.regexp\"],\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":[\"meta.annotation.rust\",\"meta.annotation.rust punctuation\",\"meta.attribute.rust\",\"punctuation.definition.attribute.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":[\"meta.attribute.rust string.quoted.double.rust\",\"meta.attribute.rust string.quoted.single.char.rust\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function.macro.rules.rust\",\"storage.type.module.rust\",\"storage.modifier.rust\",\"storage.type.struct.rust\",\"storage.type.enum.rust\",\"storage.type.trait.rust\",\"storage.type.union.rust\",\"storage.type.impl.rust\",\"storage.type.rust\",\"storage.type.function.rust\",\"storage.type.type.rust\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"entity.name.type.numeric.rust\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ca9ee6\"}},{\"scope\":\"meta.generic.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"entity.name.impl.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.module.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":\"entity.name.trait.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e5c890\"}},{\"scope\":\"storage.type.source.rust\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"entity.name.union.rust\",\"settings\":{\"foreground\":\"#e5c890\"}},{\"scope\":\"meta.enum.rust storage.type.source.rust\",\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":[\"support.macro.rust\",\"meta.macro.rust support.function.rust\",\"entity.name.function.macro.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":[\"storage.modifier.lifetime.rust\",\"entity.name.type.lifetime\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8caaee\"}},{\"scope\":\"string.quoted.double.rust constant.other.placeholder.rust\",\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":\"meta.function.return-type.rust meta.generic.rust storage.type.rust\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"meta.function.call.rust\",\"settings\":{\"foreground\":\"#8caaee\"}},{\"scope\":\"punctuation.brackets.angle.rust\",\"settings\":{\"foreground\":\"#99d1db\"}},{\"scope\":\"constant.other.caps.rust\",\"settings\":{\"foreground\":\"#ef9f76\"}},{\"scope\":[\"meta.function.definition.rust variable.other.rust\"],\"settings\":{\"foreground\":\"#ea999c\"}},{\"scope\":\"meta.function.call.rust variable.other.rust\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":\"variable.language.self.rust\",\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":[\"variable.other.metavariable.name.rust\",\"meta.macro.metavariable.rust keyword.operator.macro.dollar.rust\"],\"settings\":{\"foreground\":\"#f4b8e4\"}},{\"scope\":[\"comment.line.shebang\",\"comment.line.shebang punctuation.definition.comment\",\"comment.line.shebang\",\"punctuation.definition.comment.shebang.shell\",\"meta.shebang.shell\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f4b8e4\"}},{\"scope\":\"comment.line.shebang constant.language\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#81c8be\"}},{\"scope\":[\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\",\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\"],\"settings\":{\"foreground\":\"#e78284\"}},{\"scope\":\"meta.string meta.interpolation.parameter.shell variable.other.readwrite\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ef9f76\"}},{\"scope\":[\"source.shell punctuation.section.interpolation\",\"punctuation.definition.evaluation.backticks.shell\"],\"settings\":{\"foreground\":\"#81c8be\"}},{\"scope\":\"entity.name.tag.heredoc.shell\",\"settings\":{\"foreground\":\"#ca9ee6\"}},{\"scope\":\"string.quoted.double.shell variable.other.normal.shell\",\"settings\":{\"foreground\":\"#c6d0f5\"}},{\"scope\":[\"markup.heading.typst\"],\"settings\":{\"foreground\":\"#e78284\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: catppuccin-latte */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#00000000\",\"activityBar.activeBorder\":\"#00000000\",\"activityBar.activeFocusBorder\":\"#00000000\",\"activityBar.background\":\"#dce0e8\",\"activityBar.border\":\"#00000000\",\"activityBar.dropBorder\":\"#8839ef33\",\"activityBar.foreground\":\"#8839ef\",\"activityBar.inactiveForeground\":\"#9ca0b0\",\"activityBarBadge.background\":\"#8839ef\",\"activityBarBadge.foreground\":\"#dce0e8\",\"activityBarTop.activeBorder\":\"#00000000\",\"activityBarTop.dropBorder\":\"#8839ef33\",\"activityBarTop.foreground\":\"#8839ef\",\"activityBarTop.inactiveForeground\":\"#9ca0b0\",\"badge.background\":\"#bcc0cc\",\"badge.foreground\":\"#4c4f69\",\"banner.background\":\"#bcc0cc\",\"banner.foreground\":\"#4c4f69\",\"banner.iconForeground\":\"#4c4f69\",\"breadcrumb.activeSelectionForeground\":\"#8839ef\",\"breadcrumb.background\":\"#eff1f5\",\"breadcrumb.focusForeground\":\"#8839ef\",\"breadcrumb.foreground\":\"#4c4f69cc\",\"breadcrumbPicker.background\":\"#e6e9ef\",\"button.background\":\"#8839ef\",\"button.border\":\"#00000000\",\"button.foreground\":\"#dce0e8\",\"button.hoverBackground\":\"#9c5af2\",\"button.secondaryBackground\":\"#acb0be\",\"button.secondaryBorder\":\"#8839ef\",\"button.secondaryForeground\":\"#4c4f69\",\"button.secondaryHoverBackground\":\"#c0c3ce\",\"button.separator\":\"#00000000\",\"charts.blue\":\"#1e66f5\",\"charts.foreground\":\"#4c4f69\",\"charts.green\":\"#40a02b\",\"charts.lines\":\"#5c5f77\",\"charts.orange\":\"#fe640b\",\"charts.purple\":\"#8839ef\",\"charts.red\":\"#d20f39\",\"charts.yellow\":\"#df8e1d\",\"checkbox.background\":\"#bcc0cc\",\"checkbox.border\":\"#00000000\",\"checkbox.foreground\":\"#8839ef\",\"commandCenter.activeBackground\":\"#acb0be33\",\"commandCenter.activeBorder\":\"#8839ef\",\"commandCenter.activeForeground\":\"#8839ef\",\"commandCenter.background\":\"#e6e9ef\",\"commandCenter.border\":\"#00000000\",\"commandCenter.foreground\":\"#5c5f77\",\"commandCenter.inactiveBorder\":\"#00000000\",\"commandCenter.inactiveForeground\":\"#5c5f77\",\"debugConsole.errorForeground\":\"#d20f39\",\"debugConsole.infoForeground\":\"#1e66f5\",\"debugConsole.sourceForeground\":\"#dc8a78\",\"debugConsole.warningForeground\":\"#fe640b\",\"debugConsoleInputIcon.foreground\":\"#4c4f69\",\"debugExceptionWidget.background\":\"#dce0e8\",\"debugExceptionWidget.border\":\"#8839ef\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#acb0be\",\"debugIcon.breakpointDisabledForeground\":\"#d20f3999\",\"debugIcon.breakpointForeground\":\"#d20f39\",\"debugIcon.breakpointStackframeForeground\":\"#acb0be\",\"debugIcon.breakpointUnverifiedForeground\":\"#bf607c\",\"debugIcon.continueForeground\":\"#40a02b\",\"debugIcon.disconnectForeground\":\"#acb0be\",\"debugIcon.pauseForeground\":\"#1e66f5\",\"debugIcon.restartForeground\":\"#179299\",\"debugIcon.startForeground\":\"#40a02b\",\"debugIcon.stepBackForeground\":\"#acb0be\",\"debugIcon.stepIntoForeground\":\"#4c4f69\",\"debugIcon.stepOutForeground\":\"#4c4f69\",\"debugIcon.stepOverForeground\":\"#8839ef\",\"debugIcon.stopForeground\":\"#d20f39\",\"debugTokenExpression.boolean\":\"#8839ef\",\"debugTokenExpression.error\":\"#d20f39\",\"debugTokenExpression.number\":\"#fe640b\",\"debugTokenExpression.string\":\"#40a02b\",\"debugToolBar.background\":\"#dce0e8\",\"debugToolBar.border\":\"#00000000\",\"descriptionForeground\":\"#4c4f69\",\"diffEditor.border\":\"#acb0be\",\"diffEditor.diagonalFill\":\"#acb0be99\",\"diffEditor.insertedLineBackground\":\"#40a02b26\",\"diffEditor.insertedTextBackground\":\"#40a02b33\",\"diffEditor.removedLineBackground\":\"#d20f3926\",\"diffEditor.removedTextBackground\":\"#d20f3933\",\"diffEditorOverview.insertedForeground\":\"#40a02bcc\",\"diffEditorOverview.removedForeground\":\"#d20f39cc\",\"disabledForeground\":\"#6c6f85\",\"dropdown.background\":\"#e6e9ef\",\"dropdown.border\":\"#8839ef\",\"dropdown.foreground\":\"#4c4f69\",\"dropdown.listBackground\":\"#acb0be\",\"editor.background\":\"#eff1f5\",\"editor.findMatchBackground\":\"#e6adbd\",\"editor.findMatchBorder\":\"#d20f3933\",\"editor.findMatchHighlightBackground\":\"#a9daf0\",\"editor.findMatchHighlightBorder\":\"#04a5e533\",\"editor.findRangeHighlightBackground\":\"#a9daf0\",\"editor.findRangeHighlightBorder\":\"#04a5e533\",\"editor.focusedStackFrameHighlightBackground\":\"#40a02b26\",\"editor.foldBackground\":\"#04a5e540\",\"editor.foreground\":\"#4c4f69\",\"editor.hoverHighlightBackground\":\"#04a5e540\",\"editor.lineHighlightBackground\":\"#4c4f6912\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.rangeHighlightBackground\":\"#04a5e540\",\"editor.rangeHighlightBorder\":\"#00000000\",\"editor.selectionBackground\":\"#7c7f934d\",\"editor.selectionHighlightBackground\":\"#7c7f9333\",\"editor.selectionHighlightBorder\":\"#7c7f9333\",\"editor.stackFrameHighlightBackground\":\"#df8e1d26\",\"editor.wordHighlightBackground\":\"#7c7f9333\",\"editor.wordHighlightStrongBackground\":\"#1e66f526\",\"editorBracketHighlight.foreground1\":\"#d20f39\",\"editorBracketHighlight.foreground2\":\"#fe640b\",\"editorBracketHighlight.foreground3\":\"#df8e1d\",\"editorBracketHighlight.foreground4\":\"#40a02b\",\"editorBracketHighlight.foreground5\":\"#209fb5\",\"editorBracketHighlight.foreground6\":\"#8839ef\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#e64553\",\"editorBracketMatch.background\":\"#7c7f931a\",\"editorBracketMatch.border\":\"#7c7f93\",\"editorCodeLens.foreground\":\"#8c8fa1\",\"editorCursor.background\":\"#eff1f5\",\"editorCursor.foreground\":\"#dc8a78\",\"editorError.background\":\"#00000000\",\"editorError.border\":\"#00000000\",\"editorError.foreground\":\"#d20f39\",\"editorGroup.border\":\"#acb0be\",\"editorGroup.dropBackground\":\"#8839ef33\",\"editorGroup.emptyBackground\":\"#eff1f5\",\"editorGroupHeader.tabsBackground\":\"#dce0e8\",\"editorGutter.addedBackground\":\"#40a02b\",\"editorGutter.background\":\"#eff1f5\",\"editorGutter.commentGlyphForeground\":\"#8839ef\",\"editorGutter.commentRangeForeground\":\"#ccd0da\",\"editorGutter.deletedBackground\":\"#d20f39\",\"editorGutter.foldingControlForeground\":\"#7c7f93\",\"editorGutter.modifiedBackground\":\"#df8e1d\",\"editorHoverWidget.background\":\"#e6e9ef\",\"editorHoverWidget.border\":\"#acb0be\",\"editorHoverWidget.foreground\":\"#4c4f69\",\"editorIndentGuide.activeBackground\":\"#acb0be\",\"editorIndentGuide.background\":\"#bcc0cc\",\"editorInfo.background\":\"#00000000\",\"editorInfo.border\":\"#00000000\",\"editorInfo.foreground\":\"#1e66f5\",\"editorInlayHint.background\":\"#e6e9efbf\",\"editorInlayHint.foreground\":\"#acb0be\",\"editorInlayHint.parameterBackground\":\"#e6e9efbf\",\"editorInlayHint.parameterForeground\":\"#6c6f85\",\"editorInlayHint.typeBackground\":\"#e6e9efbf\",\"editorInlayHint.typeForeground\":\"#5c5f77\",\"editorLightBulb.foreground\":\"#df8e1d\",\"editorLineNumber.activeForeground\":\"#8839ef\",\"editorLineNumber.foreground\":\"#8c8fa1\",\"editorLink.activeForeground\":\"#8839ef\",\"editorMarkerNavigation.background\":\"#e6e9ef\",\"editorMarkerNavigationError.background\":\"#d20f39\",\"editorMarkerNavigationInfo.background\":\"#1e66f5\",\"editorMarkerNavigationWarning.background\":\"#fe640b\",\"editorOverviewRuler.background\":\"#e6e9ef\",\"editorOverviewRuler.border\":\"#4c4f6912\",\"editorOverviewRuler.modifiedForeground\":\"#df8e1d\",\"editorRuler.foreground\":\"#acb0be\",\"editorStickyScrollHover.background\":\"#ccd0da\",\"editorSuggestWidget.background\":\"#e6e9ef\",\"editorSuggestWidget.border\":\"#acb0be\",\"editorSuggestWidget.foreground\":\"#4c4f69\",\"editorSuggestWidget.highlightForeground\":\"#8839ef\",\"editorSuggestWidget.selectedBackground\":\"#ccd0da\",\"editorWarning.background\":\"#00000000\",\"editorWarning.border\":\"#00000000\",\"editorWarning.foreground\":\"#fe640b\",\"editorWhitespace.foreground\":\"#7c7f9366\",\"editorWidget.background\":\"#e6e9ef\",\"editorWidget.foreground\":\"#4c4f69\",\"editorWidget.resizeBorder\":\"#acb0be\",\"errorForeground\":\"#d20f39\",\"errorLens.errorBackground\":\"#d20f3926\",\"errorLens.errorBackgroundLight\":\"#d20f3926\",\"errorLens.errorForeground\":\"#d20f39\",\"errorLens.errorForegroundLight\":\"#d20f39\",\"errorLens.errorMessageBackground\":\"#d20f3926\",\"errorLens.hintBackground\":\"#40a02b26\",\"errorLens.hintBackgroundLight\":\"#40a02b26\",\"errorLens.hintForeground\":\"#40a02b\",\"errorLens.hintForegroundLight\":\"#40a02b\",\"errorLens.hintMessageBackground\":\"#40a02b26\",\"errorLens.infoBackground\":\"#1e66f526\",\"errorLens.infoBackgroundLight\":\"#1e66f526\",\"errorLens.infoForeground\":\"#1e66f5\",\"errorLens.infoForegroundLight\":\"#1e66f5\",\"errorLens.infoMessageBackground\":\"#1e66f526\",\"errorLens.statusBarErrorForeground\":\"#d20f39\",\"errorLens.statusBarHintForeground\":\"#40a02b\",\"errorLens.statusBarIconErrorForeground\":\"#d20f39\",\"errorLens.statusBarIconWarningForeground\":\"#fe640b\",\"errorLens.statusBarInfoForeground\":\"#1e66f5\",\"errorLens.statusBarWarningForeground\":\"#fe640b\",\"errorLens.warningBackground\":\"#fe640b26\",\"errorLens.warningBackgroundLight\":\"#fe640b26\",\"errorLens.warningForeground\":\"#fe640b\",\"errorLens.warningForegroundLight\":\"#fe640b\",\"errorLens.warningMessageBackground\":\"#fe640b26\",\"extensionBadge.remoteBackground\":\"#1e66f5\",\"extensionBadge.remoteForeground\":\"#dce0e8\",\"extensionButton.prominentBackground\":\"#8839ef\",\"extensionButton.prominentForeground\":\"#dce0e8\",\"extensionButton.prominentHoverBackground\":\"#9c5af2\",\"extensionButton.separator\":\"#eff1f5\",\"extensionIcon.preReleaseForeground\":\"#acb0be\",\"extensionIcon.sponsorForeground\":\"#ea76cb\",\"extensionIcon.starForeground\":\"#df8e1d\",\"extensionIcon.verifiedForeground\":\"#40a02b\",\"focusBorder\":\"#8839ef\",\"foreground\":\"#4c4f69\",\"gitDecoration.addedResourceForeground\":\"#40a02b\",\"gitDecoration.conflictingResourceForeground\":\"#8839ef\",\"gitDecoration.deletedResourceForeground\":\"#d20f39\",\"gitDecoration.ignoredResourceForeground\":\"#9ca0b0\",\"gitDecoration.modifiedResourceForeground\":\"#df8e1d\",\"gitDecoration.stageDeletedResourceForeground\":\"#d20f39\",\"gitDecoration.stageModifiedResourceForeground\":\"#df8e1d\",\"gitDecoration.submoduleResourceForeground\":\"#1e66f5\",\"gitDecoration.untrackedResourceForeground\":\"#40a02b\",\"gitlens.closedAutolinkedIssueIconColor\":\"#8839ef\",\"gitlens.closedPullRequestIconColor\":\"#d20f39\",\"gitlens.decorations.branchAheadForegroundColor\":\"#40a02b\",\"gitlens.decorations.branchBehindForegroundColor\":\"#fe640b\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#df8e1d\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#fe640b\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#40a02b\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#e64553\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#df8e1d\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#8839ef\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#6c6f85\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#8839ef\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#fe640b\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#e64553\",\"gitlens.graphChangesColumnAddedColor\":\"#40a02b\",\"gitlens.graphChangesColumnDeletedColor\":\"#d20f39\",\"gitlens.graphLane10Color\":\"#ea76cb\",\"gitlens.graphLane1Color\":\"#8839ef\",\"gitlens.graphLane2Color\":\"#df8e1d\",\"gitlens.graphLane3Color\":\"#1e66f5\",\"gitlens.graphLane4Color\":\"#dd7878\",\"gitlens.graphLane5Color\":\"#40a02b\",\"gitlens.graphLane6Color\":\"#7287fd\",\"gitlens.graphLane7Color\":\"#dc8a78\",\"gitlens.graphLane8Color\":\"#d20f39\",\"gitlens.graphLane9Color\":\"#179299\",\"gitlens.graphMinimapMarkerHeadColor\":\"#40a02b\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#df8e1d\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#1e66f5\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#0b57ef\",\"gitlens.graphMinimapMarkerStashesColor\":\"#8839ef\",\"gitlens.graphMinimapMarkerTagsColor\":\"#dd7878\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#388c26\",\"gitlens.graphScrollMarkerHeadColor\":\"#40a02b\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#df8e1d\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#1e66f5\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#0b57ef\",\"gitlens.graphScrollMarkerStashesColor\":\"#8839ef\",\"gitlens.graphScrollMarkerTagsColor\":\"#dd7878\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#388c26\",\"gitlens.gutterBackgroundColor\":\"#ccd0da4d\",\"gitlens.gutterForegroundColor\":\"#4c4f69\",\"gitlens.gutterUncommittedForegroundColor\":\"#8839ef\",\"gitlens.lineHighlightBackgroundColor\":\"#8839ef26\",\"gitlens.lineHighlightOverviewRulerColor\":\"#8839efcc\",\"gitlens.mergedPullRequestIconColor\":\"#8839ef\",\"gitlens.openAutolinkedIssueIconColor\":\"#40a02b\",\"gitlens.openPullRequestIconColor\":\"#40a02b\",\"gitlens.trailingLineBackgroundColor\":\"#00000000\",\"gitlens.trailingLineForegroundColor\":\"#4c4f694d\",\"gitlens.unpublishedChangesIconColor\":\"#40a02b\",\"gitlens.unpublishedCommitIconColor\":\"#40a02b\",\"gitlens.unpulledChangesIconColor\":\"#fe640b\",\"icon.foreground\":\"#8839ef\",\"input.background\":\"#ccd0da\",\"input.border\":\"#00000000\",\"input.foreground\":\"#4c4f69\",\"input.placeholderForeground\":\"#4c4f6973\",\"inputOption.activeBackground\":\"#acb0be\",\"inputOption.activeBorder\":\"#8839ef\",\"inputOption.activeForeground\":\"#4c4f69\",\"inputValidation.errorBackground\":\"#d20f39\",\"inputValidation.errorBorder\":\"#dce0e833\",\"inputValidation.errorForeground\":\"#dce0e8\",\"inputValidation.infoBackground\":\"#1e66f5\",\"inputValidation.infoBorder\":\"#dce0e833\",\"inputValidation.infoForeground\":\"#dce0e8\",\"inputValidation.warningBackground\":\"#fe640b\",\"inputValidation.warningBorder\":\"#dce0e833\",\"inputValidation.warningForeground\":\"#dce0e8\",\"issues.closed\":\"#8839ef\",\"issues.newIssueDecoration\":\"#dc8a78\",\"issues.open\":\"#40a02b\",\"list.activeSelectionBackground\":\"#ccd0da\",\"list.activeSelectionForeground\":\"#4c4f69\",\"list.dropBackground\":\"#8839ef33\",\"list.focusAndSelectionBackground\":\"#bcc0cc\",\"list.focusBackground\":\"#ccd0da\",\"list.focusForeground\":\"#4c4f69\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#8839ef\",\"list.hoverBackground\":\"#ccd0da80\",\"list.hoverForeground\":\"#4c4f69\",\"list.inactiveSelectionBackground\":\"#ccd0da\",\"list.inactiveSelectionForeground\":\"#4c4f69\",\"list.warningForeground\":\"#fe640b\",\"listFilterWidget.background\":\"#bcc0cc\",\"listFilterWidget.noMatchesOutline\":\"#d20f39\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#eff1f5\",\"menu.border\":\"#eff1f580\",\"menu.foreground\":\"#4c4f69\",\"menu.selectionBackground\":\"#acb0be\",\"menu.selectionBorder\":\"#00000000\",\"menu.selectionForeground\":\"#4c4f69\",\"menu.separatorBackground\":\"#acb0be\",\"menubar.selectionBackground\":\"#bcc0cc\",\"menubar.selectionForeground\":\"#4c4f69\",\"merge.commonContentBackground\":\"#bcc0cc\",\"merge.commonHeaderBackground\":\"#acb0be\",\"merge.currentContentBackground\":\"#40a02b33\",\"merge.currentHeaderBackground\":\"#40a02b66\",\"merge.incomingContentBackground\":\"#1e66f533\",\"merge.incomingHeaderBackground\":\"#1e66f566\",\"minimap.background\":\"#e6e9ef80\",\"minimap.errorHighlight\":\"#d20f39bf\",\"minimap.findMatchHighlight\":\"#04a5e54d\",\"minimap.selectionHighlight\":\"#acb0bebf\",\"minimap.selectionOccurrenceHighlight\":\"#acb0bebf\",\"minimap.warningHighlight\":\"#fe640bbf\",\"minimapGutter.addedBackground\":\"#40a02bbf\",\"minimapGutter.deletedBackground\":\"#d20f39bf\",\"minimapGutter.modifiedBackground\":\"#df8e1dbf\",\"minimapSlider.activeBackground\":\"#8839ef99\",\"minimapSlider.background\":\"#8839ef33\",\"minimapSlider.hoverBackground\":\"#8839ef66\",\"notificationCenter.border\":\"#8839ef\",\"notificationCenterHeader.background\":\"#e6e9ef\",\"notificationCenterHeader.foreground\":\"#4c4f69\",\"notificationLink.foreground\":\"#1e66f5\",\"notificationToast.border\":\"#8839ef\",\"notifications.background\":\"#e6e9ef\",\"notifications.border\":\"#8839ef\",\"notifications.foreground\":\"#4c4f69\",\"notificationsErrorIcon.foreground\":\"#d20f39\",\"notificationsInfoIcon.foreground\":\"#1e66f5\",\"notificationsWarningIcon.foreground\":\"#fe640b\",\"panel.background\":\"#eff1f5\",\"panel.border\":\"#acb0be\",\"panelSection.border\":\"#acb0be\",\"panelSection.dropBackground\":\"#8839ef33\",\"panelTitle.activeBorder\":\"#8839ef\",\"panelTitle.activeForeground\":\"#4c4f69\",\"panelTitle.inactiveForeground\":\"#6c6f85\",\"peekView.border\":\"#8839ef\",\"peekViewEditor.background\":\"#e6e9ef\",\"peekViewEditor.matchHighlightBackground\":\"#04a5e54d\",\"peekViewEditor.matchHighlightBorder\":\"#00000000\",\"peekViewEditorGutter.background\":\"#e6e9ef\",\"peekViewResult.background\":\"#e6e9ef\",\"peekViewResult.fileForeground\":\"#4c4f69\",\"peekViewResult.lineForeground\":\"#4c4f69\",\"peekViewResult.matchHighlightBackground\":\"#04a5e54d\",\"peekViewResult.selectionBackground\":\"#ccd0da\",\"peekViewResult.selectionForeground\":\"#4c4f69\",\"peekViewTitle.background\":\"#eff1f5\",\"peekViewTitleDescription.foreground\":\"#5c5f77b3\",\"peekViewTitleLabel.foreground\":\"#4c4f69\",\"pickerGroup.border\":\"#8839ef\",\"pickerGroup.foreground\":\"#8839ef\",\"problemsErrorIcon.foreground\":\"#d20f39\",\"problemsInfoIcon.foreground\":\"#1e66f5\",\"problemsWarningIcon.foreground\":\"#fe640b\",\"progressBar.background\":\"#8839ef\",\"pullRequests.closed\":\"#d20f39\",\"pullRequests.draft\":\"#7c7f93\",\"pullRequests.merged\":\"#8839ef\",\"pullRequests.notification\":\"#4c4f69\",\"pullRequests.open\":\"#40a02b\",\"sash.hoverBorder\":\"#8839ef\",\"scmGraph.foreground1\":\"#df8e1d\",\"scmGraph.foreground2\":\"#d20f39\",\"scmGraph.foreground3\":\"#40a02b\",\"scmGraph.foreground4\":\"#8839ef\",\"scmGraph.foreground5\":\"#179299\",\"scmGraph.historyItemBaseRefColor\":\"#fe640b\",\"scmGraph.historyItemRefColor\":\"#1e66f5\",\"scmGraph.historyItemRemoteRefColor\":\"#8839ef\",\"scrollbar.shadow\":\"#dce0e8\",\"scrollbarSlider.activeBackground\":\"#ccd0da66\",\"scrollbarSlider.background\":\"#acb0be80\",\"scrollbarSlider.hoverBackground\":\"#9ca0b0\",\"selection.background\":\"#8839ef66\",\"settings.dropdownBackground\":\"#bcc0cc\",\"settings.dropdownListBorder\":\"#00000000\",\"settings.focusedRowBackground\":\"#acb0be33\",\"settings.headerForeground\":\"#4c4f69\",\"settings.modifiedItemIndicator\":\"#8839ef\",\"settings.numberInputBackground\":\"#bcc0cc\",\"settings.numberInputBorder\":\"#00000000\",\"settings.textInputBackground\":\"#bcc0cc\",\"settings.textInputBorder\":\"#00000000\",\"sideBar.background\":\"#e6e9ef\",\"sideBar.border\":\"#00000000\",\"sideBar.dropBackground\":\"#8839ef33\",\"sideBar.foreground\":\"#4c4f69\",\"sideBarSectionHeader.background\":\"#e6e9ef\",\"sideBarSectionHeader.foreground\":\"#4c4f69\",\"sideBarTitle.foreground\":\"#8839ef\",\"statusBar.background\":\"#dce0e8\",\"statusBar.border\":\"#00000000\",\"statusBar.debuggingBackground\":\"#fe640b\",\"statusBar.debuggingBorder\":\"#00000000\",\"statusBar.debuggingForeground\":\"#dce0e8\",\"statusBar.foreground\":\"#4c4f69\",\"statusBar.noFolderBackground\":\"#dce0e8\",\"statusBar.noFolderBorder\":\"#00000000\",\"statusBar.noFolderForeground\":\"#4c4f69\",\"statusBarItem.activeBackground\":\"#acb0be66\",\"statusBarItem.errorBackground\":\"#00000000\",\"statusBarItem.errorForeground\":\"#d20f39\",\"statusBarItem.hoverBackground\":\"#acb0be33\",\"statusBarItem.prominentBackground\":\"#00000000\",\"statusBarItem.prominentForeground\":\"#8839ef\",\"statusBarItem.prominentHoverBackground\":\"#acb0be33\",\"statusBarItem.remoteBackground\":\"#1e66f5\",\"statusBarItem.remoteForeground\":\"#dce0e8\",\"statusBarItem.warningBackground\":\"#00000000\",\"statusBarItem.warningForeground\":\"#fe640b\",\"symbolIcon.arrayForeground\":\"#fe640b\",\"symbolIcon.booleanForeground\":\"#8839ef\",\"symbolIcon.classForeground\":\"#df8e1d\",\"symbolIcon.colorForeground\":\"#ea76cb\",\"symbolIcon.constantForeground\":\"#fe640b\",\"symbolIcon.constructorForeground\":\"#7287fd\",\"symbolIcon.enumeratorForeground\":\"#df8e1d\",\"symbolIcon.enumeratorMemberForeground\":\"#df8e1d\",\"symbolIcon.eventForeground\":\"#ea76cb\",\"symbolIcon.fieldForeground\":\"#4c4f69\",\"symbolIcon.fileForeground\":\"#8839ef\",\"symbolIcon.folderForeground\":\"#8839ef\",\"symbolIcon.functionForeground\":\"#1e66f5\",\"symbolIcon.interfaceForeground\":\"#df8e1d\",\"symbolIcon.keyForeground\":\"#179299\",\"symbolIcon.keywordForeground\":\"#8839ef\",\"symbolIcon.methodForeground\":\"#1e66f5\",\"symbolIcon.moduleForeground\":\"#4c4f69\",\"symbolIcon.namespaceForeground\":\"#df8e1d\",\"symbolIcon.nullForeground\":\"#e64553\",\"symbolIcon.numberForeground\":\"#fe640b\",\"symbolIcon.objectForeground\":\"#df8e1d\",\"symbolIcon.operatorForeground\":\"#179299\",\"symbolIcon.packageForeground\":\"#dd7878\",\"symbolIcon.propertyForeground\":\"#e64553\",\"symbolIcon.referenceForeground\":\"#df8e1d\",\"symbolIcon.snippetForeground\":\"#dd7878\",\"symbolIcon.stringForeground\":\"#40a02b\",\"symbolIcon.structForeground\":\"#179299\",\"symbolIcon.textForeground\":\"#4c4f69\",\"symbolIcon.typeParameterForeground\":\"#e64553\",\"symbolIcon.unitForeground\":\"#4c4f69\",\"symbolIcon.variableForeground\":\"#4c4f69\",\"tab.activeBackground\":\"#eff1f5\",\"tab.activeBorder\":\"#00000000\",\"tab.activeBorderTop\":\"#8839ef\",\"tab.activeForeground\":\"#8839ef\",\"tab.activeModifiedBorder\":\"#df8e1d\",\"tab.border\":\"#e6e9ef\",\"tab.hoverBackground\":\"#ffffff\",\"tab.hoverBorder\":\"#00000000\",\"tab.hoverForeground\":\"#8839ef\",\"tab.inactiveBackground\":\"#e6e9ef\",\"tab.inactiveForeground\":\"#9ca0b0\",\"tab.inactiveModifiedBorder\":\"#df8e1d4d\",\"tab.lastPinnedBorder\":\"#8839ef\",\"tab.unfocusedActiveBackground\":\"#e6e9ef\",\"tab.unfocusedActiveBorder\":\"#00000000\",\"tab.unfocusedActiveBorderTop\":\"#8839ef4d\",\"tab.unfocusedInactiveBackground\":\"#d6dbe5\",\"table.headerBackground\":\"#ccd0da\",\"table.headerForeground\":\"#4c4f69\",\"terminal.ansiBlack\":\"#5c5f77\",\"terminal.ansiBlue\":\"#1e66f5\",\"terminal.ansiBrightBlack\":\"#6c6f85\",\"terminal.ansiBrightBlue\":\"#456eff\",\"terminal.ansiBrightCyan\":\"#2d9fa8\",\"terminal.ansiBrightGreen\":\"#49af3d\",\"terminal.ansiBrightMagenta\":\"#fe85d8\",\"terminal.ansiBrightRed\":\"#de293e\",\"terminal.ansiBrightWhite\":\"#bcc0cc\",\"terminal.ansiBrightYellow\":\"#eea02d\",\"terminal.ansiCyan\":\"#179299\",\"terminal.ansiGreen\":\"#40a02b\",\"terminal.ansiMagenta\":\"#ea76cb\",\"terminal.ansiRed\":\"#d20f39\",\"terminal.ansiWhite\":\"#acb0be\",\"terminal.ansiYellow\":\"#df8e1d\",\"terminal.border\":\"#acb0be\",\"terminal.dropBackground\":\"#8839ef33\",\"terminal.foreground\":\"#4c4f69\",\"terminal.inactiveSelectionBackground\":\"#acb0be80\",\"terminal.selectionBackground\":\"#acb0be\",\"terminal.tab.activeBorder\":\"#8839ef\",\"terminalCommandDecoration.defaultBackground\":\"#acb0be\",\"terminalCommandDecoration.errorBackground\":\"#d20f39\",\"terminalCommandDecoration.successBackground\":\"#40a02b\",\"terminalCursor.background\":\"#eff1f5\",\"terminalCursor.foreground\":\"#dc8a78\",\"testing.coverCountBadgeBackground\":\"#00000000\",\"testing.coverCountBadgeForeground\":\"#8839ef\",\"testing.coveredBackground\":\"#40a02b4d\",\"testing.coveredBorder\":\"#00000000\",\"testing.coveredGutterBackground\":\"#40a02b4d\",\"testing.iconErrored\":\"#d20f39\",\"testing.iconErrored.retired\":\"#d20f39\",\"testing.iconFailed\":\"#d20f39\",\"testing.iconFailed.retired\":\"#d20f39\",\"testing.iconPassed\":\"#40a02b\",\"testing.iconPassed.retired\":\"#40a02b\",\"testing.iconQueued\":\"#1e66f5\",\"testing.iconQueued.retired\":\"#1e66f5\",\"testing.iconSkipped\":\"#6c6f85\",\"testing.iconSkipped.retired\":\"#6c6f85\",\"testing.iconUnset\":\"#4c4f69\",\"testing.iconUnset.retired\":\"#4c4f69\",\"testing.message.error.lineBackground\":\"#d20f3926\",\"testing.message.info.decorationForeground\":\"#40a02bcc\",\"testing.message.info.lineBackground\":\"#40a02b26\",\"testing.messagePeekBorder\":\"#8839ef\",\"testing.messagePeekHeaderBackground\":\"#acb0be\",\"testing.peekBorder\":\"#8839ef\",\"testing.peekHeaderBackground\":\"#acb0be\",\"testing.runAction\":\"#8839ef\",\"testing.uncoveredBackground\":\"#d20f3933\",\"testing.uncoveredBorder\":\"#00000000\",\"testing.uncoveredBranchBackground\":\"#d20f3933\",\"testing.uncoveredGutterBackground\":\"#d20f3940\",\"textBlockQuote.background\":\"#e6e9ef\",\"textBlockQuote.border\":\"#dce0e8\",\"textCodeBlock.background\":\"#e6e9ef\",\"textLink.activeForeground\":\"#04a5e5\",\"textLink.foreground\":\"#1e66f5\",\"textPreformat.foreground\":\"#4c4f69\",\"textSeparator.foreground\":\"#8839ef\",\"titleBar.activeBackground\":\"#dce0e8\",\"titleBar.activeForeground\":\"#4c4f69\",\"titleBar.border\":\"#00000000\",\"titleBar.inactiveBackground\":\"#dce0e8\",\"titleBar.inactiveForeground\":\"#4c4f6980\",\"tree.inactiveIndentGuidesStroke\":\"#bcc0cc\",\"tree.indentGuidesStroke\":\"#7c7f93\",\"walkThrough.embeddedEditorBackground\":\"#eff1f54d\",\"welcomePage.progress.background\":\"#dce0e8\",\"welcomePage.progress.foreground\":\"#8839ef\",\"welcomePage.tileBackground\":\"#e6e9ef\",\"widget.shadow\":\"#e6e9ef80\"},\"displayName\":\"Catppuccin Latte\",\"name\":\"catppuccin-latte\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"boolean\":{\"foreground\":\"#fe640b\"},\"builtinAttribute.attribute.library:rust\":{\"foreground\":\"#1e66f5\"},\"class.builtin:python\":{\"foreground\":\"#8839ef\"},\"class:python\":{\"foreground\":\"#df8e1d\"},\"constant.builtin.readonly:nix\":{\"foreground\":\"#8839ef\"},\"enumMember\":{\"foreground\":\"#179299\"},\"function.decorator:python\":{\"foreground\":\"#fe640b\"},\"generic.attribute:rust\":{\"foreground\":\"#4c4f69\"},\"heading\":{\"foreground\":\"#d20f39\"},\"number\":{\"foreground\":\"#fe640b\"},\"pol\":{\"foreground\":\"#dd7878\"},\"property.readonly:javascript\":{\"foreground\":\"#4c4f69\"},\"property.readonly:javascriptreact\":{\"foreground\":\"#4c4f69\"},\"property.readonly:typescript\":{\"foreground\":\"#4c4f69\"},\"property.readonly:typescriptreact\":{\"foreground\":\"#4c4f69\"},\"selfKeyword\":{\"foreground\":\"#d20f39\"},\"text.emph\":{\"fontStyle\":\"italic\",\"foreground\":\"#d20f39\"},\"text.math\":{\"foreground\":\"#dd7878\"},\"text.strong\":{\"fontStyle\":\"bold\",\"foreground\":\"#d20f39\"},\"tomlArrayKey\":{\"fontStyle\":\"\",\"foreground\":\"#1e66f5\"},\"tomlTableKey\":{\"fontStyle\":\"\",\"foreground\":\"#1e66f5\"},\"type.defaultLibrary:go\":{\"foreground\":\"#8839ef\"},\"variable.defaultLibrary\":{\"foreground\":\"#e64553\"},\"variable.readonly.defaultLibrary:go\":{\"foreground\":\"#8839ef\"},\"variable.readonly:javascript\":{\"foreground\":\"#4c4f69\"},\"variable.readonly:javascriptreact\":{\"foreground\":\"#4c4f69\"},\"variable.readonly:scala\":{\"foreground\":\"#4c4f69\"},\"variable.readonly:typescript\":{\"foreground\":\"#4c4f69\"},\"variable.readonly:typescriptreact\":{\"foreground\":\"#4c4f69\"},\"variable.typeHint:python\":{\"foreground\":\"#df8e1d\"}},\"tokenColors\":[{\"scope\":[\"text\",\"source\",\"variable.other.readwrite\",\"punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"punctuation\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7c7f93\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7c7f93\"}},{\"scope\":[\"string\",\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":[\"constant.numeric\",\"variable.other.constant\",\"entity.name.constant\",\"constant.language.boolean\",\"constant.language.false\",\"constant.language.true\",\"keyword.other.unit.user-defined\",\"keyword.other.unit.suffix.floating-point\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"keyword\",\"keyword.operator.word\",\"keyword.operator.new\",\"variable.language.super\",\"support.type.primitive\",\"storage.type\",\"storage.modifier\",\"punctuation.definition.keyword\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8839ef\"}},{\"scope\":\"entity.name.tag.documentation\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":[\"keyword.operator\",\"punctuation.accessor\",\"punctuation.definition.generic\",\"meta.function.closure punctuation.section.parameters\",\"punctuation.definition.tag\",\"punctuation.separator.key-value\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.method\",\"support.function\",\"support.function.misc\",\"variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"entity.name.class\",\"entity.other.inherited-class\",\"support.class\",\"meta.function-call.constructor\",\"entity.name.struct\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":\"entity.name.enum\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":[\"meta.enum variable.other.readwrite\",\"variable.other.enummember\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"meta.property.object\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":[\"meta.type\",\"meta.type-alias\",\"support.type\",\"entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":[\"meta.annotation variable.function\",\"meta.annotation variable.annotation.function\",\"meta.annotation punctuation.definition.annotation\",\"meta.decorator\",\"punctuation.decorator\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"variable.parameter\",\"meta.function.parameters\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e64553\"}},{\"scope\":[\"constant.language\",\"support.function.builtin\"],\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":\"entity.other.attribute-name.documentation\",\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":[\"keyword.control.directive\",\"punctuation.definition.directive\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"punctuation.definition.typeparameters\",\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":[\"support.type.property-name.css\",\"support.type.property-name.less\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"variable.language.this\",\"variable.language.this punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":\"variable.object.property\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"string.template variable\",\"string variable\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"storage.modifier.specifier.extern.cpp\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":[\"entity.name.scope-resolution.template.call.cpp\",\"entity.name.scope-resolution.parameter.cpp\",\"entity.name.scope-resolution.cpp\",\"entity.name.scope-resolution.function.definition.cpp\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"storage.type.class.doxygen\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"storage.modifier.reference.cpp\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"meta.interpolation.cs\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"comment.block.documentation.cs\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"source.css entity.other.attribute-name.class.css\",\"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"punctuation.separator.operator.css\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"source.css entity.other.attribute-name.pseudo-class\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"source.css constant.other.unicode-range\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"source.css variable.parameter.url\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#40a02b\"}},{\"scope\":[\"support.type.vendored.property-name\"],\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":[\"source.css meta.property-value variable\",\"source.css meta.property-value variable.other.less\",\"source.css meta.property-value variable.other.less punctuation.definition.variable.less\",\"meta.definition.variable.scss\"],\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":[\"source.css meta.property-list variable\",\"meta.property-list variable.other.less\",\"meta.property-list variable.other.less punctuation.definition.variable.less\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"keyword.other.unit.percentage.css\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"source.css meta.attribute-selector\",\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":[\"keyword.other.definition.ini\",\"punctuation.support.type.property-name.json\",\"support.type.property-name.json\",\"punctuation.support.type.property-name.toml\",\"support.type.property-name.toml\",\"entity.name.tag.yaml\",\"punctuation.support.type.property-name.yaml\",\"support.type.property-name.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"constant.language.json\",\"constant.language.yaml\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"entity.name.type.anchor.yaml\",\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#df8e1d\"}},{\"scope\":[\"support.type.property-name.table\",\"entity.name.section.group-title.ini\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"constant.other.time.datetime.offset.toml\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":[\"punctuation.definition.anchor.yaml\",\"punctuation.definition.alias.yaml\"],\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"entity.other.document.begin.yaml\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"meta.diff.header.from-file\",\"meta.diff.header.to-file\",\"punctuation.definition.from-file.diff\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":[\"variable.other.env\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":[\"string.quoted variable.other.env\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"support.function.builtin.gdscript\",\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"constant.language.gdscript\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"comment meta.annotation.go\",\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":\"comment meta.annotation.parameters.go\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"constant.language.go\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"variable.graphql\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#dd7878\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql\",\"settings\":{\"foreground\":\"#dd7878\"}},{\"scope\":[\"keyword.other.doctype\",\"meta.tag.sgml.doctype punctuation.definition.tag\",\"meta.tag.metadata.doctype entity.name.tag\",\"meta.tag.metadata.doctype punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"text.html constant.character.entity\",\"text.html constant.character.entity punctuation\",\"constant.character.entity.xml\",\"constant.character.entity.xml punctuation\",\"constant.character.entity.js.jsx\",\"constant.charactger.entity.js.jsx punctuation\",\"constant.character.entity.tsx\",\"constant.character.entity.tsx punctuation\"],\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":[\"support.class.component\",\"support.class.component.jsx\",\"support.class.component.tsx\",\"support.class.component.vue\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ea76cb\"}},{\"scope\":[\"punctuation.definition.annotation\",\"storage.type.annotation\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"constant.other.enum.java\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"storage.modifier.import.java\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"comment.block.javadoc.java keyword.other.documentation.javadoc.java\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.export variable.other.readwrite.js\",\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.property.js\",\"variable.other.property.ts\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"variable.other.jsdoc\",\"comment.block.documentation variable.other\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#e64553\"}},{\"scope\":\"storage.type.class.jsdoc\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"support.type.object.console.js\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"support.constant.node\",\"support.type.object.module.js\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"storage.modifier.implements\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":[\"constant.language.null.js\",\"constant.language.null.ts\",\"constant.language.undefined.js\",\"constant.language.undefined.ts\",\"support.type.builtin.ts\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"variable.parameter.generic\",\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":[\"keyword.declaration.function.arrow.js\",\"storage.type.function.arrow.ts\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"punctuation.decorator.ts\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.infer.ts\",\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.is\",\"keyword.operator.expression.keyof.ts\",\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.typeof.ts\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#179299\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"constant.other.symbol.julia\",\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":\"text.tex keyword.control.preamble\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"text.tex support.function.be\",\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":\"constant.other.general.math.tex\",\"settings\":{\"foreground\":\"#dd7878\"}},{\"scope\":\"variable.language.liquid\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"comment.line.double-dash.documentation.lua storage.type.annotation.lua\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8839ef\"}},{\"scope\":[\"comment.line.double-dash.documentation.lua entity.name.variable.lua\",\"comment.line.double-dash.documentation.lua variable.lua\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"heading.1.markdown punctuation.definition.heading.markdown\",\"heading.1.markdown\",\"heading.1.quarto punctuation.definition.heading.quarto\",\"heading.1.quarto\",\"markup.heading.atx.1.mdx\",\"markup.heading.atx.1.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.1.markdown\",\"markup.heading.heading-0.asciidoc\"],\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":[\"heading.2.markdown punctuation.definition.heading.markdown\",\"heading.2.markdown\",\"heading.2.quarto punctuation.definition.heading.quarto\",\"heading.2.quarto\",\"markup.heading.atx.2.mdx\",\"markup.heading.atx.2.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.2.markdown\",\"markup.heading.heading-1.asciidoc\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"heading.3.markdown punctuation.definition.heading.markdown\",\"heading.3.markdown\",\"heading.3.quarto punctuation.definition.heading.quarto\",\"heading.3.quarto\",\"markup.heading.atx.3.mdx\",\"markup.heading.atx.3.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-2.asciidoc\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":[\"heading.4.markdown punctuation.definition.heading.markdown\",\"heading.4.markdown\",\"heading.4.quarto punctuation.definition.heading.quarto\",\"heading.4.quarto\",\"markup.heading.atx.4.mdx\",\"markup.heading.atx.4.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-3.asciidoc\"],\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":[\"heading.5.markdown punctuation.definition.heading.markdown\",\"heading.5.markdown\",\"heading.5.quarto punctuation.definition.heading.quarto\",\"heading.5.quarto\",\"markup.heading.atx.5.mdx\",\"markup.heading.atx.5.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-4.asciidoc\"],\"settings\":{\"foreground\":\"#209fb5\"}},{\"scope\":[\"heading.6.markdown punctuation.definition.heading.markdown\",\"heading.6.markdown\",\"heading.6.quarto punctuation.definition.heading.quarto\",\"heading.6.quarto\",\"markup.heading.atx.6.mdx\",\"markup.heading.atx.6.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-5.asciidoc\"],\"settings\":{\"foreground\":\"#7287fd\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#d20f39\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#d20f39\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\",\"foreground\":\"#6c6f85\"}},{\"scope\":[\"punctuation.definition.link\",\"markup.underline.link\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":[\"text.html.markdown punctuation.definition.link.title\",\"text.html.quarto punctuation.definition.link.title\",\"string.other.link.title.markdown\",\"string.other.link.title.quarto\",\"markup.link\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.constant.quarto\",\"constant.other.reference.link.markdown\",\"constant.other.reference.link.quarto\",\"markup.substitution.attribute-reference\"],\"settings\":{\"foreground\":\"#7287fd\"}},{\"scope\":[\"punctuation.definition.raw.markdown\",\"punctuation.definition.raw.quarto\",\"markup.inline.raw.string.markdown\",\"markup.inline.raw.string.quarto\",\"markup.raw.block.markdown\",\"markup.raw.block.quarto\"],\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":[\"markup.fenced_code.block punctuation.definition\",\"markup.raw support.asciidoc\"],\"settings\":{\"foreground\":\"#7c7f93\"}},{\"scope\":[\"markup.quote\",\"punctuation.definition.quote.begin\"],\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":[\"punctuation.definition.list.begin.markdown\",\"punctuation.definition.list.begin.quarto\",\"markup.list.bullet\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"markup.heading.quarto\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"entity.other.attribute-name.multipart.nix\",\"entity.other.attribute-name.single.nix\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#4c4f69\"}},{\"scope\":\"meta.embedded variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#7287fd\"}},{\"scope\":\"string.unquoted.path.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ea76cb\"}},{\"scope\":[\"support.attribute.builtin\",\"meta.attribute.php\"],\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"meta.function.parameters.php punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":\"constant.language.php\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"text.html.php support.function\",\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":\"keyword.other.phpdoc.php\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"support.variable.magic.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"support.function.magic.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#04a5e5\"}},{\"scope\":[\"variable.parameter.function.language.special.self.python\",\"variable.language.special.self.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#d20f39\"}},{\"scope\":[\"keyword.control.flow.python\",\"keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"storage.type.function.python\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":[\"support.token.decorator.python\",\"meta.function.decorator.identifier.python\"],\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":[\"meta.function-call.python\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":[\"entity.name.function.decorator.python\",\"punctuation.definition.decorator.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fe640b\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":[\"support.type.exception.python\",\"support.function.builtin.python\"],\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"support.type.python\"],\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"meta.indexed-name.python\",\"meta.item-access.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e64553\"}},{\"scope\":\"storage.type.string.python\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#40a02b\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.function-call.r\",\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"meta.function-call.arguments.r\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"keyword.control.anchor.regexp\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"string.regexp.ts\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"punctuation.definition.group.regexp\",\"keyword.other.back-reference.regexp\"],\"settings\":{\"foreground\":\"#40a02b\"}},{\"scope\":\"punctuation.definition.character-class.regexp\",\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"constant.other.character-class.range.regexp\",\"settings\":{\"foreground\":\"#dc8a78\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"constant.character.numeric.regexp\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"punctuation.definition.group.no-capture.regexp\",\"meta.assertion.look-ahead.regexp\",\"meta.assertion.negative-look-ahead.regexp\"],\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":[\"meta.annotation.rust\",\"meta.annotation.rust punctuation\",\"meta.attribute.rust\",\"punctuation.definition.attribute.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":[\"meta.attribute.rust string.quoted.double.rust\",\"meta.attribute.rust string.quoted.single.char.rust\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function.macro.rules.rust\",\"storage.type.module.rust\",\"storage.modifier.rust\",\"storage.type.struct.rust\",\"storage.type.enum.rust\",\"storage.type.trait.rust\",\"storage.type.union.rust\",\"storage.type.impl.rust\",\"storage.type.rust\",\"storage.type.function.rust\",\"storage.type.type.rust\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8839ef\"}},{\"scope\":\"entity.name.type.numeric.rust\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8839ef\"}},{\"scope\":\"meta.generic.rust\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"entity.name.impl.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":\"entity.name.module.rust\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":\"entity.name.trait.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#df8e1d\"}},{\"scope\":\"storage.type.source.rust\",\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"entity.name.union.rust\",\"settings\":{\"foreground\":\"#df8e1d\"}},{\"scope\":\"meta.enum.rust storage.type.source.rust\",\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":[\"support.macro.rust\",\"meta.macro.rust support.function.rust\",\"entity.name.function.macro.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1e66f5\"}},{\"scope\":[\"storage.modifier.lifetime.rust\",\"entity.name.type.lifetime\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#1e66f5\"}},{\"scope\":\"string.quoted.double.rust constant.other.placeholder.rust\",\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":\"meta.function.return-type.rust meta.generic.rust storage.type.rust\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"meta.function.call.rust\",\"settings\":{\"foreground\":\"#1e66f5\"}},{\"scope\":\"punctuation.brackets.angle.rust\",\"settings\":{\"foreground\":\"#04a5e5\"}},{\"scope\":\"constant.other.caps.rust\",\"settings\":{\"foreground\":\"#fe640b\"}},{\"scope\":[\"meta.function.definition.rust variable.other.rust\"],\"settings\":{\"foreground\":\"#e64553\"}},{\"scope\":\"meta.function.call.rust variable.other.rust\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":\"variable.language.self.rust\",\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":[\"variable.other.metavariable.name.rust\",\"meta.macro.metavariable.rust keyword.operator.macro.dollar.rust\"],\"settings\":{\"foreground\":\"#ea76cb\"}},{\"scope\":[\"comment.line.shebang\",\"comment.line.shebang punctuation.definition.comment\",\"comment.line.shebang\",\"punctuation.definition.comment.shebang.shell\",\"meta.shebang.shell\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ea76cb\"}},{\"scope\":\"comment.line.shebang constant.language\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#179299\"}},{\"scope\":[\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\",\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\"],\"settings\":{\"foreground\":\"#d20f39\"}},{\"scope\":\"meta.string meta.interpolation.parameter.shell variable.other.readwrite\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fe640b\"}},{\"scope\":[\"source.shell punctuation.section.interpolation\",\"punctuation.definition.evaluation.backticks.shell\"],\"settings\":{\"foreground\":\"#179299\"}},{\"scope\":\"entity.name.tag.heredoc.shell\",\"settings\":{\"foreground\":\"#8839ef\"}},{\"scope\":\"string.quoted.double.shell variable.other.normal.shell\",\"settings\":{\"foreground\":\"#4c4f69\"}},{\"scope\":[\"markup.heading.typst\"],\"settings\":{\"foreground\":\"#d20f39\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: catppuccin-macchiato */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#00000000\",\"activityBar.activeBorder\":\"#00000000\",\"activityBar.activeFocusBorder\":\"#00000000\",\"activityBar.background\":\"#181926\",\"activityBar.border\":\"#00000000\",\"activityBar.dropBorder\":\"#c6a0f633\",\"activityBar.foreground\":\"#c6a0f6\",\"activityBar.inactiveForeground\":\"#6e738d\",\"activityBarBadge.background\":\"#c6a0f6\",\"activityBarBadge.foreground\":\"#181926\",\"activityBarTop.activeBorder\":\"#00000000\",\"activityBarTop.dropBorder\":\"#c6a0f633\",\"activityBarTop.foreground\":\"#c6a0f6\",\"activityBarTop.inactiveForeground\":\"#6e738d\",\"badge.background\":\"#494d64\",\"badge.foreground\":\"#cad3f5\",\"banner.background\":\"#494d64\",\"banner.foreground\":\"#cad3f5\",\"banner.iconForeground\":\"#cad3f5\",\"breadcrumb.activeSelectionForeground\":\"#c6a0f6\",\"breadcrumb.background\":\"#24273a\",\"breadcrumb.focusForeground\":\"#c6a0f6\",\"breadcrumb.foreground\":\"#cad3f5cc\",\"breadcrumbPicker.background\":\"#1e2030\",\"button.background\":\"#c6a0f6\",\"button.border\":\"#00000000\",\"button.foreground\":\"#181926\",\"button.hoverBackground\":\"#dac1f9\",\"button.secondaryBackground\":\"#5b6078\",\"button.secondaryBorder\":\"#c6a0f6\",\"button.secondaryForeground\":\"#cad3f5\",\"button.secondaryHoverBackground\":\"#6a708c\",\"button.separator\":\"#00000000\",\"charts.blue\":\"#8aadf4\",\"charts.foreground\":\"#cad3f5\",\"charts.green\":\"#a6da95\",\"charts.lines\":\"#b8c0e0\",\"charts.orange\":\"#f5a97f\",\"charts.purple\":\"#c6a0f6\",\"charts.red\":\"#ed8796\",\"charts.yellow\":\"#eed49f\",\"checkbox.background\":\"#494d64\",\"checkbox.border\":\"#00000000\",\"checkbox.foreground\":\"#c6a0f6\",\"commandCenter.activeBackground\":\"#5b607833\",\"commandCenter.activeBorder\":\"#c6a0f6\",\"commandCenter.activeForeground\":\"#c6a0f6\",\"commandCenter.background\":\"#1e2030\",\"commandCenter.border\":\"#00000000\",\"commandCenter.foreground\":\"#b8c0e0\",\"commandCenter.inactiveBorder\":\"#00000000\",\"commandCenter.inactiveForeground\":\"#b8c0e0\",\"debugConsole.errorForeground\":\"#ed8796\",\"debugConsole.infoForeground\":\"#8aadf4\",\"debugConsole.sourceForeground\":\"#f4dbd6\",\"debugConsole.warningForeground\":\"#f5a97f\",\"debugConsoleInputIcon.foreground\":\"#cad3f5\",\"debugExceptionWidget.background\":\"#181926\",\"debugExceptionWidget.border\":\"#c6a0f6\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#5b6078\",\"debugIcon.breakpointDisabledForeground\":\"#ed879699\",\"debugIcon.breakpointForeground\":\"#ed8796\",\"debugIcon.breakpointStackframeForeground\":\"#5b6078\",\"debugIcon.breakpointUnverifiedForeground\":\"#a47487\",\"debugIcon.continueForeground\":\"#a6da95\",\"debugIcon.disconnectForeground\":\"#5b6078\",\"debugIcon.pauseForeground\":\"#8aadf4\",\"debugIcon.restartForeground\":\"#8bd5ca\",\"debugIcon.startForeground\":\"#a6da95\",\"debugIcon.stepBackForeground\":\"#5b6078\",\"debugIcon.stepIntoForeground\":\"#cad3f5\",\"debugIcon.stepOutForeground\":\"#cad3f5\",\"debugIcon.stepOverForeground\":\"#c6a0f6\",\"debugIcon.stopForeground\":\"#ed8796\",\"debugTokenExpression.boolean\":\"#c6a0f6\",\"debugTokenExpression.error\":\"#ed8796\",\"debugTokenExpression.number\":\"#f5a97f\",\"debugTokenExpression.string\":\"#a6da95\",\"debugToolBar.background\":\"#181926\",\"debugToolBar.border\":\"#00000000\",\"descriptionForeground\":\"#cad3f5\",\"diffEditor.border\":\"#5b6078\",\"diffEditor.diagonalFill\":\"#5b607899\",\"diffEditor.insertedLineBackground\":\"#a6da9526\",\"diffEditor.insertedTextBackground\":\"#a6da9533\",\"diffEditor.removedLineBackground\":\"#ed879626\",\"diffEditor.removedTextBackground\":\"#ed879633\",\"diffEditorOverview.insertedForeground\":\"#a6da95cc\",\"diffEditorOverview.removedForeground\":\"#ed8796cc\",\"disabledForeground\":\"#a5adcb\",\"dropdown.background\":\"#1e2030\",\"dropdown.border\":\"#c6a0f6\",\"dropdown.foreground\":\"#cad3f5\",\"dropdown.listBackground\":\"#5b6078\",\"editor.background\":\"#24273a\",\"editor.findMatchBackground\":\"#604456\",\"editor.findMatchBorder\":\"#ed879633\",\"editor.findMatchHighlightBackground\":\"#455c6d\",\"editor.findMatchHighlightBorder\":\"#91d7e333\",\"editor.findRangeHighlightBackground\":\"#455c6d\",\"editor.findRangeHighlightBorder\":\"#91d7e333\",\"editor.focusedStackFrameHighlightBackground\":\"#a6da9526\",\"editor.foldBackground\":\"#91d7e340\",\"editor.foreground\":\"#cad3f5\",\"editor.hoverHighlightBackground\":\"#91d7e340\",\"editor.lineHighlightBackground\":\"#cad3f512\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.rangeHighlightBackground\":\"#91d7e340\",\"editor.rangeHighlightBorder\":\"#00000000\",\"editor.selectionBackground\":\"#939ab740\",\"editor.selectionHighlightBackground\":\"#939ab733\",\"editor.selectionHighlightBorder\":\"#939ab733\",\"editor.stackFrameHighlightBackground\":\"#eed49f26\",\"editor.wordHighlightBackground\":\"#939ab733\",\"editor.wordHighlightStrongBackground\":\"#8aadf433\",\"editorBracketHighlight.foreground1\":\"#ed8796\",\"editorBracketHighlight.foreground2\":\"#f5a97f\",\"editorBracketHighlight.foreground3\":\"#eed49f\",\"editorBracketHighlight.foreground4\":\"#a6da95\",\"editorBracketHighlight.foreground5\":\"#7dc4e4\",\"editorBracketHighlight.foreground6\":\"#c6a0f6\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#ee99a0\",\"editorBracketMatch.background\":\"#939ab71a\",\"editorBracketMatch.border\":\"#939ab7\",\"editorCodeLens.foreground\":\"#8087a2\",\"editorCursor.background\":\"#24273a\",\"editorCursor.foreground\":\"#f4dbd6\",\"editorError.background\":\"#00000000\",\"editorError.border\":\"#00000000\",\"editorError.foreground\":\"#ed8796\",\"editorGroup.border\":\"#5b6078\",\"editorGroup.dropBackground\":\"#c6a0f633\",\"editorGroup.emptyBackground\":\"#24273a\",\"editorGroupHeader.tabsBackground\":\"#181926\",\"editorGutter.addedBackground\":\"#a6da95\",\"editorGutter.background\":\"#24273a\",\"editorGutter.commentGlyphForeground\":\"#c6a0f6\",\"editorGutter.commentRangeForeground\":\"#363a4f\",\"editorGutter.deletedBackground\":\"#ed8796\",\"editorGutter.foldingControlForeground\":\"#939ab7\",\"editorGutter.modifiedBackground\":\"#eed49f\",\"editorHoverWidget.background\":\"#1e2030\",\"editorHoverWidget.border\":\"#5b6078\",\"editorHoverWidget.foreground\":\"#cad3f5\",\"editorIndentGuide.activeBackground\":\"#5b6078\",\"editorIndentGuide.background\":\"#494d64\",\"editorInfo.background\":\"#00000000\",\"editorInfo.border\":\"#00000000\",\"editorInfo.foreground\":\"#8aadf4\",\"editorInlayHint.background\":\"#1e2030bf\",\"editorInlayHint.foreground\":\"#5b6078\",\"editorInlayHint.parameterBackground\":\"#1e2030bf\",\"editorInlayHint.parameterForeground\":\"#a5adcb\",\"editorInlayHint.typeBackground\":\"#1e2030bf\",\"editorInlayHint.typeForeground\":\"#b8c0e0\",\"editorLightBulb.foreground\":\"#eed49f\",\"editorLineNumber.activeForeground\":\"#c6a0f6\",\"editorLineNumber.foreground\":\"#8087a2\",\"editorLink.activeForeground\":\"#c6a0f6\",\"editorMarkerNavigation.background\":\"#1e2030\",\"editorMarkerNavigationError.background\":\"#ed8796\",\"editorMarkerNavigationInfo.background\":\"#8aadf4\",\"editorMarkerNavigationWarning.background\":\"#f5a97f\",\"editorOverviewRuler.background\":\"#1e2030\",\"editorOverviewRuler.border\":\"#cad3f512\",\"editorOverviewRuler.modifiedForeground\":\"#eed49f\",\"editorRuler.foreground\":\"#5b6078\",\"editorStickyScrollHover.background\":\"#363a4f\",\"editorSuggestWidget.background\":\"#1e2030\",\"editorSuggestWidget.border\":\"#5b6078\",\"editorSuggestWidget.foreground\":\"#cad3f5\",\"editorSuggestWidget.highlightForeground\":\"#c6a0f6\",\"editorSuggestWidget.selectedBackground\":\"#363a4f\",\"editorWarning.background\":\"#00000000\",\"editorWarning.border\":\"#00000000\",\"editorWarning.foreground\":\"#f5a97f\",\"editorWhitespace.foreground\":\"#939ab766\",\"editorWidget.background\":\"#1e2030\",\"editorWidget.foreground\":\"#cad3f5\",\"editorWidget.resizeBorder\":\"#5b6078\",\"errorForeground\":\"#ed8796\",\"errorLens.errorBackground\":\"#ed879626\",\"errorLens.errorBackgroundLight\":\"#ed879626\",\"errorLens.errorForeground\":\"#ed8796\",\"errorLens.errorForegroundLight\":\"#ed8796\",\"errorLens.errorMessageBackground\":\"#ed879626\",\"errorLens.hintBackground\":\"#a6da9526\",\"errorLens.hintBackgroundLight\":\"#a6da9526\",\"errorLens.hintForeground\":\"#a6da95\",\"errorLens.hintForegroundLight\":\"#a6da95\",\"errorLens.hintMessageBackground\":\"#a6da9526\",\"errorLens.infoBackground\":\"#8aadf426\",\"errorLens.infoBackgroundLight\":\"#8aadf426\",\"errorLens.infoForeground\":\"#8aadf4\",\"errorLens.infoForegroundLight\":\"#8aadf4\",\"errorLens.infoMessageBackground\":\"#8aadf426\",\"errorLens.statusBarErrorForeground\":\"#ed8796\",\"errorLens.statusBarHintForeground\":\"#a6da95\",\"errorLens.statusBarIconErrorForeground\":\"#ed8796\",\"errorLens.statusBarIconWarningForeground\":\"#f5a97f\",\"errorLens.statusBarInfoForeground\":\"#8aadf4\",\"errorLens.statusBarWarningForeground\":\"#f5a97f\",\"errorLens.warningBackground\":\"#f5a97f26\",\"errorLens.warningBackgroundLight\":\"#f5a97f26\",\"errorLens.warningForeground\":\"#f5a97f\",\"errorLens.warningForegroundLight\":\"#f5a97f\",\"errorLens.warningMessageBackground\":\"#f5a97f26\",\"extensionBadge.remoteBackground\":\"#8aadf4\",\"extensionBadge.remoteForeground\":\"#181926\",\"extensionButton.prominentBackground\":\"#c6a0f6\",\"extensionButton.prominentForeground\":\"#181926\",\"extensionButton.prominentHoverBackground\":\"#dac1f9\",\"extensionButton.separator\":\"#24273a\",\"extensionIcon.preReleaseForeground\":\"#5b6078\",\"extensionIcon.sponsorForeground\":\"#f5bde6\",\"extensionIcon.starForeground\":\"#eed49f\",\"extensionIcon.verifiedForeground\":\"#a6da95\",\"focusBorder\":\"#c6a0f6\",\"foreground\":\"#cad3f5\",\"gitDecoration.addedResourceForeground\":\"#a6da95\",\"gitDecoration.conflictingResourceForeground\":\"#c6a0f6\",\"gitDecoration.deletedResourceForeground\":\"#ed8796\",\"gitDecoration.ignoredResourceForeground\":\"#6e738d\",\"gitDecoration.modifiedResourceForeground\":\"#eed49f\",\"gitDecoration.stageDeletedResourceForeground\":\"#ed8796\",\"gitDecoration.stageModifiedResourceForeground\":\"#eed49f\",\"gitDecoration.submoduleResourceForeground\":\"#8aadf4\",\"gitDecoration.untrackedResourceForeground\":\"#a6da95\",\"gitlens.closedAutolinkedIssueIconColor\":\"#c6a0f6\",\"gitlens.closedPullRequestIconColor\":\"#ed8796\",\"gitlens.decorations.branchAheadForegroundColor\":\"#a6da95\",\"gitlens.decorations.branchBehindForegroundColor\":\"#f5a97f\",\"gitlens.decorations.branchDivergedForegroundColor\":\"#eed49f\",\"gitlens.decorations.branchMissingUpstreamForegroundColor\":\"#f5a97f\",\"gitlens.decorations.branchUnpublishedForegroundColor\":\"#a6da95\",\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\":\"#ee99a0\",\"gitlens.decorations.statusMergingOrRebasingForegroundColor\":\"#eed49f\",\"gitlens.decorations.workspaceCurrentForegroundColor\":\"#c6a0f6\",\"gitlens.decorations.workspaceRepoMissingForegroundColor\":\"#a5adcb\",\"gitlens.decorations.workspaceRepoOpenForegroundColor\":\"#c6a0f6\",\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\":\"#f5a97f\",\"gitlens.decorations.worktreeMissingForegroundColor\":\"#ee99a0\",\"gitlens.graphChangesColumnAddedColor\":\"#a6da95\",\"gitlens.graphChangesColumnDeletedColor\":\"#ed8796\",\"gitlens.graphLane10Color\":\"#f5bde6\",\"gitlens.graphLane1Color\":\"#c6a0f6\",\"gitlens.graphLane2Color\":\"#eed49f\",\"gitlens.graphLane3Color\":\"#8aadf4\",\"gitlens.graphLane4Color\":\"#f0c6c6\",\"gitlens.graphLane5Color\":\"#a6da95\",\"gitlens.graphLane6Color\":\"#b7bdf8\",\"gitlens.graphLane7Color\":\"#f4dbd6\",\"gitlens.graphLane8Color\":\"#ed8796\",\"gitlens.graphLane9Color\":\"#8bd5ca\",\"gitlens.graphMinimapMarkerHeadColor\":\"#a6da95\",\"gitlens.graphMinimapMarkerHighlightsColor\":\"#eed49f\",\"gitlens.graphMinimapMarkerLocalBranchesColor\":\"#8aadf4\",\"gitlens.graphMinimapMarkerRemoteBranchesColor\":\"#739df2\",\"gitlens.graphMinimapMarkerStashesColor\":\"#c6a0f6\",\"gitlens.graphMinimapMarkerTagsColor\":\"#f0c6c6\",\"gitlens.graphMinimapMarkerUpstreamColor\":\"#96d382\",\"gitlens.graphScrollMarkerHeadColor\":\"#a6da95\",\"gitlens.graphScrollMarkerHighlightsColor\":\"#eed49f\",\"gitlens.graphScrollMarkerLocalBranchesColor\":\"#8aadf4\",\"gitlens.graphScrollMarkerRemoteBranchesColor\":\"#739df2\",\"gitlens.graphScrollMarkerStashesColor\":\"#c6a0f6\",\"gitlens.graphScrollMarkerTagsColor\":\"#f0c6c6\",\"gitlens.graphScrollMarkerUpstreamColor\":\"#96d382\",\"gitlens.gutterBackgroundColor\":\"#363a4f4d\",\"gitlens.gutterForegroundColor\":\"#cad3f5\",\"gitlens.gutterUncommittedForegroundColor\":\"#c6a0f6\",\"gitlens.lineHighlightBackgroundColor\":\"#c6a0f626\",\"gitlens.lineHighlightOverviewRulerColor\":\"#c6a0f6cc\",\"gitlens.mergedPullRequestIconColor\":\"#c6a0f6\",\"gitlens.openAutolinkedIssueIconColor\":\"#a6da95\",\"gitlens.openPullRequestIconColor\":\"#a6da95\",\"gitlens.trailingLineBackgroundColor\":\"#00000000\",\"gitlens.trailingLineForegroundColor\":\"#cad3f54d\",\"gitlens.unpublishedChangesIconColor\":\"#a6da95\",\"gitlens.unpublishedCommitIconColor\":\"#a6da95\",\"gitlens.unpulledChangesIconColor\":\"#f5a97f\",\"icon.foreground\":\"#c6a0f6\",\"input.background\":\"#363a4f\",\"input.border\":\"#00000000\",\"input.foreground\":\"#cad3f5\",\"input.placeholderForeground\":\"#cad3f573\",\"inputOption.activeBackground\":\"#5b6078\",\"inputOption.activeBorder\":\"#c6a0f6\",\"inputOption.activeForeground\":\"#cad3f5\",\"inputValidation.errorBackground\":\"#ed8796\",\"inputValidation.errorBorder\":\"#18192633\",\"inputValidation.errorForeground\":\"#181926\",\"inputValidation.infoBackground\":\"#8aadf4\",\"inputValidation.infoBorder\":\"#18192633\",\"inputValidation.infoForeground\":\"#181926\",\"inputValidation.warningBackground\":\"#f5a97f\",\"inputValidation.warningBorder\":\"#18192633\",\"inputValidation.warningForeground\":\"#181926\",\"issues.closed\":\"#c6a0f6\",\"issues.newIssueDecoration\":\"#f4dbd6\",\"issues.open\":\"#a6da95\",\"list.activeSelectionBackground\":\"#363a4f\",\"list.activeSelectionForeground\":\"#cad3f5\",\"list.dropBackground\":\"#c6a0f633\",\"list.focusAndSelectionBackground\":\"#494d64\",\"list.focusBackground\":\"#363a4f\",\"list.focusForeground\":\"#cad3f5\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#c6a0f6\",\"list.hoverBackground\":\"#363a4f80\",\"list.hoverForeground\":\"#cad3f5\",\"list.inactiveSelectionBackground\":\"#363a4f\",\"list.inactiveSelectionForeground\":\"#cad3f5\",\"list.warningForeground\":\"#f5a97f\",\"listFilterWidget.background\":\"#494d64\",\"listFilterWidget.noMatchesOutline\":\"#ed8796\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#24273a\",\"menu.border\":\"#24273a80\",\"menu.foreground\":\"#cad3f5\",\"menu.selectionBackground\":\"#5b6078\",\"menu.selectionBorder\":\"#00000000\",\"menu.selectionForeground\":\"#cad3f5\",\"menu.separatorBackground\":\"#5b6078\",\"menubar.selectionBackground\":\"#494d64\",\"menubar.selectionForeground\":\"#cad3f5\",\"merge.commonContentBackground\":\"#494d64\",\"merge.commonHeaderBackground\":\"#5b6078\",\"merge.currentContentBackground\":\"#a6da9533\",\"merge.currentHeaderBackground\":\"#a6da9566\",\"merge.incomingContentBackground\":\"#8aadf433\",\"merge.incomingHeaderBackground\":\"#8aadf466\",\"minimap.background\":\"#1e203080\",\"minimap.errorHighlight\":\"#ed8796bf\",\"minimap.findMatchHighlight\":\"#91d7e34d\",\"minimap.selectionHighlight\":\"#5b6078bf\",\"minimap.selectionOccurrenceHighlight\":\"#5b6078bf\",\"minimap.warningHighlight\":\"#f5a97fbf\",\"minimapGutter.addedBackground\":\"#a6da95bf\",\"minimapGutter.deletedBackground\":\"#ed8796bf\",\"minimapGutter.modifiedBackground\":\"#eed49fbf\",\"minimapSlider.activeBackground\":\"#c6a0f699\",\"minimapSlider.background\":\"#c6a0f633\",\"minimapSlider.hoverBackground\":\"#c6a0f666\",\"notificationCenter.border\":\"#c6a0f6\",\"notificationCenterHeader.background\":\"#1e2030\",\"notificationCenterHeader.foreground\":\"#cad3f5\",\"notificationLink.foreground\":\"#8aadf4\",\"notificationToast.border\":\"#c6a0f6\",\"notifications.background\":\"#1e2030\",\"notifications.border\":\"#c6a0f6\",\"notifications.foreground\":\"#cad3f5\",\"notificationsErrorIcon.foreground\":\"#ed8796\",\"notificationsInfoIcon.foreground\":\"#8aadf4\",\"notificationsWarningIcon.foreground\":\"#f5a97f\",\"panel.background\":\"#24273a\",\"panel.border\":\"#5b6078\",\"panelSection.border\":\"#5b6078\",\"panelSection.dropBackground\":\"#c6a0f633\",\"panelTitle.activeBorder\":\"#c6a0f6\",\"panelTitle.activeForeground\":\"#cad3f5\",\"panelTitle.inactiveForeground\":\"#a5adcb\",\"peekView.border\":\"#c6a0f6\",\"peekViewEditor.background\":\"#1e2030\",\"peekViewEditor.matchHighlightBackground\":\"#91d7e34d\",\"peekViewEditor.matchHighlightBorder\":\"#00000000\",\"peekViewEditorGutter.background\":\"#1e2030\",\"peekViewResult.background\":\"#1e2030\",\"peekViewResult.fileForeground\":\"#cad3f5\",\"peekViewResult.lineForeground\":\"#cad3f5\",\"peekViewResult.matchHighlightBackground\":\"#91d7e34d\",\"peekViewResult.selectionBackground\":\"#363a4f\",\"peekViewResult.selectionForeground\":\"#cad3f5\",\"peekViewTitle.background\":\"#24273a\",\"peekViewTitleDescription.foreground\":\"#b8c0e0b3\",\"peekViewTitleLabel.foreground\":\"#cad3f5\",\"pickerGroup.border\":\"#c6a0f6\",\"pickerGroup.foreground\":\"#c6a0f6\",\"problemsErrorIcon.foreground\":\"#ed8796\",\"problemsInfoIcon.foreground\":\"#8aadf4\",\"problemsWarningIcon.foreground\":\"#f5a97f\",\"progressBar.background\":\"#c6a0f6\",\"pullRequests.closed\":\"#ed8796\",\"pullRequests.draft\":\"#939ab7\",\"pullRequests.merged\":\"#c6a0f6\",\"pullRequests.notification\":\"#cad3f5\",\"pullRequests.open\":\"#a6da95\",\"sash.hoverBorder\":\"#c6a0f6\",\"scmGraph.foreground1\":\"#eed49f\",\"scmGraph.foreground2\":\"#ed8796\",\"scmGraph.foreground3\":\"#a6da95\",\"scmGraph.foreground4\":\"#c6a0f6\",\"scmGraph.foreground5\":\"#8bd5ca\",\"scmGraph.historyItemBaseRefColor\":\"#f5a97f\",\"scmGraph.historyItemRefColor\":\"#8aadf4\",\"scmGraph.historyItemRemoteRefColor\":\"#c6a0f6\",\"scrollbar.shadow\":\"#181926\",\"scrollbarSlider.activeBackground\":\"#363a4f66\",\"scrollbarSlider.background\":\"#5b607880\",\"scrollbarSlider.hoverBackground\":\"#6e738d\",\"selection.background\":\"#c6a0f666\",\"settings.dropdownBackground\":\"#494d64\",\"settings.dropdownListBorder\":\"#00000000\",\"settings.focusedRowBackground\":\"#5b607833\",\"settings.headerForeground\":\"#cad3f5\",\"settings.modifiedItemIndicator\":\"#c6a0f6\",\"settings.numberInputBackground\":\"#494d64\",\"settings.numberInputBorder\":\"#00000000\",\"settings.textInputBackground\":\"#494d64\",\"settings.textInputBorder\":\"#00000000\",\"sideBar.background\":\"#1e2030\",\"sideBar.border\":\"#00000000\",\"sideBar.dropBackground\":\"#c6a0f633\",\"sideBar.foreground\":\"#cad3f5\",\"sideBarSectionHeader.background\":\"#1e2030\",\"sideBarSectionHeader.foreground\":\"#cad3f5\",\"sideBarTitle.foreground\":\"#c6a0f6\",\"statusBar.background\":\"#181926\",\"statusBar.border\":\"#00000000\",\"statusBar.debuggingBackground\":\"#f5a97f\",\"statusBar.debuggingBorder\":\"#00000000\",\"statusBar.debuggingForeground\":\"#181926\",\"statusBar.foreground\":\"#cad3f5\",\"statusBar.noFolderBackground\":\"#181926\",\"statusBar.noFolderBorder\":\"#00000000\",\"statusBar.noFolderForeground\":\"#cad3f5\",\"statusBarItem.activeBackground\":\"#5b607866\",\"statusBarItem.errorBackground\":\"#00000000\",\"statusBarItem.errorForeground\":\"#ed8796\",\"statusBarItem.hoverBackground\":\"#5b607833\",\"statusBarItem.prominentBackground\":\"#00000000\",\"statusBarItem.prominentForeground\":\"#c6a0f6\",\"statusBarItem.prominentHoverBackground\":\"#5b607833\",\"statusBarItem.remoteBackground\":\"#8aadf4\",\"statusBarItem.remoteForeground\":\"#181926\",\"statusBarItem.warningBackground\":\"#00000000\",\"statusBarItem.warningForeground\":\"#f5a97f\",\"symbolIcon.arrayForeground\":\"#f5a97f\",\"symbolIcon.booleanForeground\":\"#c6a0f6\",\"symbolIcon.classForeground\":\"#eed49f\",\"symbolIcon.colorForeground\":\"#f5bde6\",\"symbolIcon.constantForeground\":\"#f5a97f\",\"symbolIcon.constructorForeground\":\"#b7bdf8\",\"symbolIcon.enumeratorForeground\":\"#eed49f\",\"symbolIcon.enumeratorMemberForeground\":\"#eed49f\",\"symbolIcon.eventForeground\":\"#f5bde6\",\"symbolIcon.fieldForeground\":\"#cad3f5\",\"symbolIcon.fileForeground\":\"#c6a0f6\",\"symbolIcon.folderForeground\":\"#c6a0f6\",\"symbolIcon.functionForeground\":\"#8aadf4\",\"symbolIcon.interfaceForeground\":\"#eed49f\",\"symbolIcon.keyForeground\":\"#8bd5ca\",\"symbolIcon.keywordForeground\":\"#c6a0f6\",\"symbolIcon.methodForeground\":\"#8aadf4\",\"symbolIcon.moduleForeground\":\"#cad3f5\",\"symbolIcon.namespaceForeground\":\"#eed49f\",\"symbolIcon.nullForeground\":\"#ee99a0\",\"symbolIcon.numberForeground\":\"#f5a97f\",\"symbolIcon.objectForeground\":\"#eed49f\",\"symbolIcon.operatorForeground\":\"#8bd5ca\",\"symbolIcon.packageForeground\":\"#f0c6c6\",\"symbolIcon.propertyForeground\":\"#ee99a0\",\"symbolIcon.referenceForeground\":\"#eed49f\",\"symbolIcon.snippetForeground\":\"#f0c6c6\",\"symbolIcon.stringForeground\":\"#a6da95\",\"symbolIcon.structForeground\":\"#8bd5ca\",\"symbolIcon.textForeground\":\"#cad3f5\",\"symbolIcon.typeParameterForeground\":\"#ee99a0\",\"symbolIcon.unitForeground\":\"#cad3f5\",\"symbolIcon.variableForeground\":\"#cad3f5\",\"tab.activeBackground\":\"#24273a\",\"tab.activeBorder\":\"#00000000\",\"tab.activeBorderTop\":\"#c6a0f6\",\"tab.activeForeground\":\"#c6a0f6\",\"tab.activeModifiedBorder\":\"#eed49f\",\"tab.border\":\"#1e2030\",\"tab.hoverBackground\":\"#2e324a\",\"tab.hoverBorder\":\"#00000000\",\"tab.hoverForeground\":\"#c6a0f6\",\"tab.inactiveBackground\":\"#1e2030\",\"tab.inactiveForeground\":\"#6e738d\",\"tab.inactiveModifiedBorder\":\"#eed49f4d\",\"tab.lastPinnedBorder\":\"#c6a0f6\",\"tab.unfocusedActiveBackground\":\"#1e2030\",\"tab.unfocusedActiveBorder\":\"#00000000\",\"tab.unfocusedActiveBorderTop\":\"#c6a0f64d\",\"tab.unfocusedInactiveBackground\":\"#141620\",\"table.headerBackground\":\"#363a4f\",\"table.headerForeground\":\"#cad3f5\",\"terminal.ansiBlack\":\"#494d64\",\"terminal.ansiBlue\":\"#8aadf4\",\"terminal.ansiBrightBlack\":\"#5b6078\",\"terminal.ansiBrightBlue\":\"#78a1f6\",\"terminal.ansiBrightCyan\":\"#63cbc0\",\"terminal.ansiBrightGreen\":\"#8ccf7f\",\"terminal.ansiBrightMagenta\":\"#f2a9dd\",\"terminal.ansiBrightRed\":\"#ec7486\",\"terminal.ansiBrightWhite\":\"#b8c0e0\",\"terminal.ansiBrightYellow\":\"#e1c682\",\"terminal.ansiCyan\":\"#8bd5ca\",\"terminal.ansiGreen\":\"#a6da95\",\"terminal.ansiMagenta\":\"#f5bde6\",\"terminal.ansiRed\":\"#ed8796\",\"terminal.ansiWhite\":\"#a5adcb\",\"terminal.ansiYellow\":\"#eed49f\",\"terminal.border\":\"#5b6078\",\"terminal.dropBackground\":\"#c6a0f633\",\"terminal.foreground\":\"#cad3f5\",\"terminal.inactiveSelectionBackground\":\"#5b607880\",\"terminal.selectionBackground\":\"#5b6078\",\"terminal.tab.activeBorder\":\"#c6a0f6\",\"terminalCommandDecoration.defaultBackground\":\"#5b6078\",\"terminalCommandDecoration.errorBackground\":\"#ed8796\",\"terminalCommandDecoration.successBackground\":\"#a6da95\",\"terminalCursor.background\":\"#24273a\",\"terminalCursor.foreground\":\"#f4dbd6\",\"testing.coverCountBadgeBackground\":\"#00000000\",\"testing.coverCountBadgeForeground\":\"#c6a0f6\",\"testing.coveredBackground\":\"#a6da954d\",\"testing.coveredBorder\":\"#00000000\",\"testing.coveredGutterBackground\":\"#a6da954d\",\"testing.iconErrored\":\"#ed8796\",\"testing.iconErrored.retired\":\"#ed8796\",\"testing.iconFailed\":\"#ed8796\",\"testing.iconFailed.retired\":\"#ed8796\",\"testing.iconPassed\":\"#a6da95\",\"testing.iconPassed.retired\":\"#a6da95\",\"testing.iconQueued\":\"#8aadf4\",\"testing.iconQueued.retired\":\"#8aadf4\",\"testing.iconSkipped\":\"#a5adcb\",\"testing.iconSkipped.retired\":\"#a5adcb\",\"testing.iconUnset\":\"#cad3f5\",\"testing.iconUnset.retired\":\"#cad3f5\",\"testing.message.error.lineBackground\":\"#ed879626\",\"testing.message.info.decorationForeground\":\"#a6da95cc\",\"testing.message.info.lineBackground\":\"#a6da9526\",\"testing.messagePeekBorder\":\"#c6a0f6\",\"testing.messagePeekHeaderBackground\":\"#5b6078\",\"testing.peekBorder\":\"#c6a0f6\",\"testing.peekHeaderBackground\":\"#5b6078\",\"testing.runAction\":\"#c6a0f6\",\"testing.uncoveredBackground\":\"#ed879633\",\"testing.uncoveredBorder\":\"#00000000\",\"testing.uncoveredBranchBackground\":\"#ed879633\",\"testing.uncoveredGutterBackground\":\"#ed879640\",\"textBlockQuote.background\":\"#1e2030\",\"textBlockQuote.border\":\"#181926\",\"textCodeBlock.background\":\"#1e2030\",\"textLink.activeForeground\":\"#91d7e3\",\"textLink.foreground\":\"#8aadf4\",\"textPreformat.foreground\":\"#cad3f5\",\"textSeparator.foreground\":\"#c6a0f6\",\"titleBar.activeBackground\":\"#181926\",\"titleBar.activeForeground\":\"#cad3f5\",\"titleBar.border\":\"#00000000\",\"titleBar.inactiveBackground\":\"#181926\",\"titleBar.inactiveForeground\":\"#cad3f580\",\"tree.inactiveIndentGuidesStroke\":\"#494d64\",\"tree.indentGuidesStroke\":\"#939ab7\",\"walkThrough.embeddedEditorBackground\":\"#24273a4d\",\"welcomePage.progress.background\":\"#181926\",\"welcomePage.progress.foreground\":\"#c6a0f6\",\"welcomePage.tileBackground\":\"#1e2030\",\"widget.shadow\":\"#1e203080\"},\"displayName\":\"Catppuccin Macchiato\",\"name\":\"catppuccin-macchiato\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"boolean\":{\"foreground\":\"#f5a97f\"},\"builtinAttribute.attribute.library:rust\":{\"foreground\":\"#8aadf4\"},\"class.builtin:python\":{\"foreground\":\"#c6a0f6\"},\"class:python\":{\"foreground\":\"#eed49f\"},\"constant.builtin.readonly:nix\":{\"foreground\":\"#c6a0f6\"},\"enumMember\":{\"foreground\":\"#8bd5ca\"},\"function.decorator:python\":{\"foreground\":\"#f5a97f\"},\"generic.attribute:rust\":{\"foreground\":\"#cad3f5\"},\"heading\":{\"foreground\":\"#ed8796\"},\"number\":{\"foreground\":\"#f5a97f\"},\"pol\":{\"foreground\":\"#f0c6c6\"},\"property.readonly:javascript\":{\"foreground\":\"#cad3f5\"},\"property.readonly:javascriptreact\":{\"foreground\":\"#cad3f5\"},\"property.readonly:typescript\":{\"foreground\":\"#cad3f5\"},\"property.readonly:typescriptreact\":{\"foreground\":\"#cad3f5\"},\"selfKeyword\":{\"foreground\":\"#ed8796\"},\"text.emph\":{\"fontStyle\":\"italic\",\"foreground\":\"#ed8796\"},\"text.math\":{\"foreground\":\"#f0c6c6\"},\"text.strong\":{\"fontStyle\":\"bold\",\"foreground\":\"#ed8796\"},\"tomlArrayKey\":{\"fontStyle\":\"\",\"foreground\":\"#8aadf4\"},\"tomlTableKey\":{\"fontStyle\":\"\",\"foreground\":\"#8aadf4\"},\"type.defaultLibrary:go\":{\"foreground\":\"#c6a0f6\"},\"variable.defaultLibrary\":{\"foreground\":\"#ee99a0\"},\"variable.readonly.defaultLibrary:go\":{\"foreground\":\"#c6a0f6\"},\"variable.readonly:javascript\":{\"foreground\":\"#cad3f5\"},\"variable.readonly:javascriptreact\":{\"foreground\":\"#cad3f5\"},\"variable.readonly:scala\":{\"foreground\":\"#cad3f5\"},\"variable.readonly:typescript\":{\"foreground\":\"#cad3f5\"},\"variable.readonly:typescriptreact\":{\"foreground\":\"#cad3f5\"},\"variable.typeHint:python\":{\"foreground\":\"#eed49f\"}},\"tokenColors\":[{\"scope\":[\"text\",\"source\",\"variable.other.readwrite\",\"punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"punctuation\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#939ab7\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#939ab7\"}},{\"scope\":[\"string\",\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":[\"constant.numeric\",\"variable.other.constant\",\"entity.name.constant\",\"constant.language.boolean\",\"constant.language.false\",\"constant.language.true\",\"keyword.other.unit.user-defined\",\"keyword.other.unit.suffix.floating-point\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"keyword\",\"keyword.operator.word\",\"keyword.operator.new\",\"variable.language.super\",\"support.type.primitive\",\"storage.type\",\"storage.modifier\",\"punctuation.definition.keyword\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6a0f6\"}},{\"scope\":\"entity.name.tag.documentation\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"keyword.operator\",\"punctuation.accessor\",\"punctuation.definition.generic\",\"meta.function.closure punctuation.section.parameters\",\"punctuation.definition.tag\",\"punctuation.separator.key-value\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.method\",\"support.function\",\"support.function.misc\",\"variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"entity.name.class\",\"entity.other.inherited-class\",\"support.class\",\"meta.function-call.constructor\",\"entity.name.struct\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":\"entity.name.enum\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":[\"meta.enum variable.other.readwrite\",\"variable.other.enummember\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"meta.property.object\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":[\"meta.type\",\"meta.type-alias\",\"support.type\",\"entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":[\"meta.annotation variable.function\",\"meta.annotation variable.annotation.function\",\"meta.annotation punctuation.definition.annotation\",\"meta.decorator\",\"punctuation.decorator\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"variable.parameter\",\"meta.function.parameters\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ee99a0\"}},{\"scope\":[\"constant.language\",\"support.function.builtin\"],\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":\"entity.other.attribute-name.documentation\",\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":[\"keyword.control.directive\",\"punctuation.definition.directive\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"punctuation.definition.typeparameters\",\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":[\"support.type.property-name.css\",\"support.type.property-name.less\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"variable.language.this\",\"variable.language.this punctuation.definition.variable\"],\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":\"variable.object.property\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"string.template variable\",\"string variable\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"keyword.operator.new\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"storage.modifier.specifier.extern.cpp\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"entity.name.scope-resolution.template.call.cpp\",\"entity.name.scope-resolution.parameter.cpp\",\"entity.name.scope-resolution.cpp\",\"entity.name.scope-resolution.function.definition.cpp\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"storage.type.class.doxygen\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"storage.modifier.reference.cpp\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"meta.interpolation.cs\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"comment.block.documentation.cs\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"source.css entity.other.attribute-name.class.css\",\"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"punctuation.separator.operator.css\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"source.css entity.other.attribute-name.pseudo-class\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"source.css constant.other.unicode-range\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"source.css variable.parameter.url\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#a6da95\"}},{\"scope\":[\"support.type.vendored.property-name\"],\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":[\"source.css meta.property-value variable\",\"source.css meta.property-value variable.other.less\",\"source.css meta.property-value variable.other.less punctuation.definition.variable.less\",\"meta.definition.variable.scss\"],\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":[\"source.css meta.property-list variable\",\"meta.property-list variable.other.less\",\"meta.property-list variable.other.less punctuation.definition.variable.less\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"keyword.other.unit.percentage.css\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"source.css meta.attribute-selector\",\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":[\"keyword.other.definition.ini\",\"punctuation.support.type.property-name.json\",\"support.type.property-name.json\",\"punctuation.support.type.property-name.toml\",\"support.type.property-name.toml\",\"entity.name.tag.yaml\",\"punctuation.support.type.property-name.yaml\",\"support.type.property-name.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"constant.language.json\",\"constant.language.yaml\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"entity.name.type.anchor.yaml\",\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#eed49f\"}},{\"scope\":[\"support.type.property-name.table\",\"entity.name.section.group-title.ini\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"constant.other.time.datetime.offset.toml\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":[\"punctuation.definition.anchor.yaml\",\"punctuation.definition.alias.yaml\"],\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"entity.other.document.begin.yaml\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"meta.diff.header.from-file\",\"meta.diff.header.to-file\",\"punctuation.definition.from-file.diff\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":[\"variable.other.env\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":[\"string.quoted variable.other.env\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"support.function.builtin.gdscript\",\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"constant.language.gdscript\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"comment meta.annotation.go\",\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":\"comment meta.annotation.parameters.go\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"constant.language.go\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"variable.graphql\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"string.unquoted.alias.graphql\",\"settings\":{\"foreground\":\"#f0c6c6\"}},{\"scope\":\"constant.character.enum.graphql\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql\",\"settings\":{\"foreground\":\"#f0c6c6\"}},{\"scope\":[\"keyword.other.doctype\",\"meta.tag.sgml.doctype punctuation.definition.tag\",\"meta.tag.metadata.doctype entity.name.tag\",\"meta.tag.metadata.doctype punctuation.definition.tag\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"text.html constant.character.entity\",\"text.html constant.character.entity punctuation\",\"constant.character.entity.xml\",\"constant.character.entity.xml punctuation\",\"constant.character.entity.js.jsx\",\"constant.charactger.entity.js.jsx punctuation\",\"constant.character.entity.tsx\",\"constant.character.entity.tsx punctuation\"],\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":[\"support.class.component\",\"support.class.component.jsx\",\"support.class.component.tsx\",\"support.class.component.vue\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f5bde6\"}},{\"scope\":[\"punctuation.definition.annotation\",\"storage.type.annotation\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"constant.other.enum.java\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"storage.modifier.import.java\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"comment.block.javadoc.java keyword.other.documentation.javadoc.java\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.export variable.other.readwrite.js\",\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.property.js\",\"variable.other.property.ts\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"variable.other.jsdoc\",\"comment.block.documentation variable.other\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ee99a0\"}},{\"scope\":\"storage.type.class.jsdoc\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"support.type.object.console.js\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"support.constant.node\",\"support.type.object.module.js\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"storage.modifier.implements\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"constant.language.null.js\",\"constant.language.null.ts\",\"constant.language.undefined.js\",\"constant.language.undefined.ts\",\"support.type.builtin.ts\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"variable.parameter.generic\",\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":[\"keyword.declaration.function.arrow.js\",\"storage.type.function.arrow.ts\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"punctuation.decorator.ts\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.infer.ts\",\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.is\",\"keyword.operator.expression.keyof.ts\",\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.typeof.ts\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"support.function.macro.julia\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8bd5ca\"}},{\"scope\":\"constant.language.julia\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"constant.other.symbol.julia\",\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":\"text.tex keyword.control.preamble\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"text.tex support.function.be\",\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":\"constant.other.general.math.tex\",\"settings\":{\"foreground\":\"#f0c6c6\"}},{\"scope\":\"variable.language.liquid\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"comment.line.double-dash.documentation.lua storage.type.annotation.lua\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"comment.line.double-dash.documentation.lua entity.name.variable.lua\",\"comment.line.double-dash.documentation.lua variable.lua\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"heading.1.markdown punctuation.definition.heading.markdown\",\"heading.1.markdown\",\"heading.1.quarto punctuation.definition.heading.quarto\",\"heading.1.quarto\",\"markup.heading.atx.1.mdx\",\"markup.heading.atx.1.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.1.markdown\",\"markup.heading.heading-0.asciidoc\"],\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":[\"heading.2.markdown punctuation.definition.heading.markdown\",\"heading.2.markdown\",\"heading.2.quarto punctuation.definition.heading.quarto\",\"heading.2.quarto\",\"markup.heading.atx.2.mdx\",\"markup.heading.atx.2.mdx punctuation.definition.heading.mdx\",\"markup.heading.setext.2.markdown\",\"markup.heading.heading-1.asciidoc\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"heading.3.markdown punctuation.definition.heading.markdown\",\"heading.3.markdown\",\"heading.3.quarto punctuation.definition.heading.quarto\",\"heading.3.quarto\",\"markup.heading.atx.3.mdx\",\"markup.heading.atx.3.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-2.asciidoc\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":[\"heading.4.markdown punctuation.definition.heading.markdown\",\"heading.4.markdown\",\"heading.4.quarto punctuation.definition.heading.quarto\",\"heading.4.quarto\",\"markup.heading.atx.4.mdx\",\"markup.heading.atx.4.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-3.asciidoc\"],\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":[\"heading.5.markdown punctuation.definition.heading.markdown\",\"heading.5.markdown\",\"heading.5.quarto punctuation.definition.heading.quarto\",\"heading.5.quarto\",\"markup.heading.atx.5.mdx\",\"markup.heading.atx.5.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-4.asciidoc\"],\"settings\":{\"foreground\":\"#7dc4e4\"}},{\"scope\":[\"heading.6.markdown punctuation.definition.heading.markdown\",\"heading.6.markdown\",\"heading.6.quarto punctuation.definition.heading.quarto\",\"heading.6.quarto\",\"markup.heading.atx.6.mdx\",\"markup.heading.atx.6.mdx punctuation.definition.heading.mdx\",\"markup.heading.heading-5.asciidoc\"],\"settings\":{\"foreground\":\"#b7bdf8\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ed8796\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ed8796\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\",\"foreground\":\"#a5adcb\"}},{\"scope\":[\"punctuation.definition.link\",\"markup.underline.link\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":[\"text.html.markdown punctuation.definition.link.title\",\"text.html.quarto punctuation.definition.link.title\",\"string.other.link.title.markdown\",\"string.other.link.title.quarto\",\"markup.link\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.constant.quarto\",\"constant.other.reference.link.markdown\",\"constant.other.reference.link.quarto\",\"markup.substitution.attribute-reference\"],\"settings\":{\"foreground\":\"#b7bdf8\"}},{\"scope\":[\"punctuation.definition.raw.markdown\",\"punctuation.definition.raw.quarto\",\"markup.inline.raw.string.markdown\",\"markup.inline.raw.string.quarto\",\"markup.raw.block.markdown\",\"markup.raw.block.quarto\"],\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":\"fenced_code.block.language\",\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":[\"markup.fenced_code.block punctuation.definition\",\"markup.raw support.asciidoc\"],\"settings\":{\"foreground\":\"#939ab7\"}},{\"scope\":[\"markup.quote\",\"punctuation.definition.quote.begin\"],\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":[\"punctuation.definition.list.begin.markdown\",\"punctuation.definition.list.begin.quarto\",\"markup.list.bullet\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"markup.heading.quarto\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"entity.other.attribute-name.multipart.nix\",\"entity.other.attribute-name.single.nix\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#cad3f5\"}},{\"scope\":\"meta.embedded variable.parameter.name.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#b7bdf8\"}},{\"scope\":\"string.unquoted.path.nix\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f5bde6\"}},{\"scope\":[\"support.attribute.builtin\",\"meta.attribute.php\"],\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"meta.function.parameters.php punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":\"constant.language.php\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"text.html.php support.function\",\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":\"keyword.other.phpdoc.php\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"support.variable.magic.python\",\"meta.function-call.arguments.python\"],\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"support.function.magic.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#91d7e3\"}},{\"scope\":[\"variable.parameter.function.language.special.self.python\",\"variable.language.special.self.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ed8796\"}},{\"scope\":[\"keyword.control.flow.python\",\"keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"storage.type.function.python\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":[\"support.token.decorator.python\",\"meta.function.decorator.identifier.python\"],\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":[\"meta.function-call.python\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":[\"entity.name.function.decorator.python\",\"punctuation.definition.decorator.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f5a97f\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":[\"support.type.exception.python\",\"support.function.builtin.python\"],\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"support.type.python\"],\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"constant.language.python\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"meta.indexed-name.python\",\"meta.item-access.python\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ee99a0\"}},{\"scope\":\"storage.type.string.python\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a6da95\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"fontStyle\":\"\"}},{\"scope\":\"meta.function-call.r\",\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"meta.function-call.arguments.r\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"keyword.control.anchor.regexp\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"string.regexp.ts\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"punctuation.definition.group.regexp\",\"keyword.other.back-reference.regexp\"],\"settings\":{\"foreground\":\"#a6da95\"}},{\"scope\":\"punctuation.definition.character-class.regexp\",\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"constant.other.character-class.range.regexp\",\"settings\":{\"foreground\":\"#f4dbd6\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"constant.character.numeric.regexp\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"punctuation.definition.group.no-capture.regexp\",\"meta.assertion.look-ahead.regexp\",\"meta.assertion.negative-look-ahead.regexp\"],\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":[\"meta.annotation.rust\",\"meta.annotation.rust punctuation\",\"meta.attribute.rust\",\"punctuation.definition.attribute.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":[\"meta.attribute.rust string.quoted.double.rust\",\"meta.attribute.rust string.quoted.single.char.rust\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"entity.name.function.macro.rules.rust\",\"storage.type.module.rust\",\"storage.modifier.rust\",\"storage.type.struct.rust\",\"storage.type.enum.rust\",\"storage.type.trait.rust\",\"storage.type.union.rust\",\"storage.type.impl.rust\",\"storage.type.rust\",\"storage.type.function.rust\",\"storage.type.type.rust\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6a0f6\"}},{\"scope\":\"entity.name.type.numeric.rust\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#c6a0f6\"}},{\"scope\":\"meta.generic.rust\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"entity.name.impl.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":\"entity.name.module.rust\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":\"entity.name.trait.rust\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#eed49f\"}},{\"scope\":\"storage.type.source.rust\",\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"entity.name.union.rust\",\"settings\":{\"foreground\":\"#eed49f\"}},{\"scope\":\"meta.enum.rust storage.type.source.rust\",\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":[\"support.macro.rust\",\"meta.macro.rust support.function.rust\",\"entity.name.function.macro.rust\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8aadf4\"}},{\"scope\":[\"storage.modifier.lifetime.rust\",\"entity.name.type.lifetime\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8aadf4\"}},{\"scope\":\"string.quoted.double.rust constant.other.placeholder.rust\",\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":\"meta.function.return-type.rust meta.generic.rust storage.type.rust\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"meta.function.call.rust\",\"settings\":{\"foreground\":\"#8aadf4\"}},{\"scope\":\"punctuation.brackets.angle.rust\",\"settings\":{\"foreground\":\"#91d7e3\"}},{\"scope\":\"constant.other.caps.rust\",\"settings\":{\"foreground\":\"#f5a97f\"}},{\"scope\":[\"meta.function.definition.rust variable.other.rust\"],\"settings\":{\"foreground\":\"#ee99a0\"}},{\"scope\":\"meta.function.call.rust variable.other.rust\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":\"variable.language.self.rust\",\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":[\"variable.other.metavariable.name.rust\",\"meta.macro.metavariable.rust keyword.operator.macro.dollar.rust\"],\"settings\":{\"foreground\":\"#f5bde6\"}},{\"scope\":[\"comment.line.shebang\",\"comment.line.shebang punctuation.definition.comment\",\"comment.line.shebang\",\"punctuation.definition.comment.shebang.shell\",\"meta.shebang.shell\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f5bde6\"}},{\"scope\":\"comment.line.shebang constant.language\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8bd5ca\"}},{\"scope\":[\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\",\"meta.function-call.arguments.shell punctuation.definition.variable.shell\",\"meta.function-call.arguments.shell punctuation.section.interpolation\"],\"settings\":{\"foreground\":\"#ed8796\"}},{\"scope\":\"meta.string meta.interpolation.parameter.shell variable.other.readwrite\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f5a97f\"}},{\"scope\":[\"source.shell punctuation.section.interpolation\",\"punctuation.definition.evaluation.backticks.shell\"],\"settings\":{\"foreground\":\"#8bd5ca\"}},{\"scope\":\"entity.name.tag.heredoc.shell\",\"settings\":{\"foreground\":\"#c6a0f6\"}},{\"scope\":\"string.quoted.double.shell variable.other.normal.shell\",\"settings\":{\"foreground\":\"#cad3f5\"}},{\"scope\":[\"markup.heading.typst\"],\"settings\":{\"foreground\":\"#ed8796\"}}],\"type\":\"dark\"}"))
|