@ank1015/llm 0.0.1 → 0.0.2
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/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: nord */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#3b4252\",\"activityBar.activeBorder\":\"#88c0d0\",\"activityBar.background\":\"#2e3440\",\"activityBar.dropBackground\":\"#3b4252\",\"activityBar.foreground\":\"#d8dee9\",\"activityBarBadge.background\":\"#88c0d0\",\"activityBarBadge.foreground\":\"#2e3440\",\"badge.background\":\"#88c0d0\",\"badge.foreground\":\"#2e3440\",\"button.background\":\"#88c0d0ee\",\"button.foreground\":\"#2e3440\",\"button.hoverBackground\":\"#88c0d0\",\"button.secondaryBackground\":\"#434c5e\",\"button.secondaryForeground\":\"#d8dee9\",\"button.secondaryHoverBackground\":\"#4c566a\",\"charts.blue\":\"#81a1c1\",\"charts.foreground\":\"#d8dee9\",\"charts.green\":\"#a3be8c\",\"charts.lines\":\"#88c0d0\",\"charts.orange\":\"#d08770\",\"charts.purple\":\"#b48ead\",\"charts.red\":\"#bf616a\",\"charts.yellow\":\"#ebcb8b\",\"debugConsole.errorForeground\":\"#bf616a\",\"debugConsole.infoForeground\":\"#88c0d0\",\"debugConsole.sourceForeground\":\"#616e88\",\"debugConsole.warningForeground\":\"#ebcb8b\",\"debugConsoleInputIcon.foreground\":\"#81a1c1\",\"debugExceptionWidget.background\":\"#4c566a\",\"debugExceptionWidget.border\":\"#2e3440\",\"debugToolBar.background\":\"#3b4252\",\"descriptionForeground\":\"#d8dee9e6\",\"diffEditor.insertedTextBackground\":\"#81a1c133\",\"diffEditor.removedTextBackground\":\"#bf616a4d\",\"dropdown.background\":\"#3b4252\",\"dropdown.border\":\"#3b4252\",\"dropdown.foreground\":\"#d8dee9\",\"editor.background\":\"#2e3440\",\"editor.findMatchBackground\":\"#88c0d066\",\"editor.findMatchHighlightBackground\":\"#88c0d033\",\"editor.findRangeHighlightBackground\":\"#88c0d033\",\"editor.focusedStackFrameHighlightBackground\":\"#5e81ac\",\"editor.foreground\":\"#d8dee9\",\"editor.hoverHighlightBackground\":\"#3b4252\",\"editor.inactiveSelectionBackground\":\"#434c5ecc\",\"editor.inlineValuesBackground\":\"#4c566a\",\"editor.inlineValuesForeground\":\"#eceff4\",\"editor.lineHighlightBackground\":\"#3b4252\",\"editor.lineHighlightBorder\":\"#3b4252\",\"editor.rangeHighlightBackground\":\"#434c5e52\",\"editor.selectionBackground\":\"#434c5ecc\",\"editor.selectionHighlightBackground\":\"#434c5ecc\",\"editor.stackFrameHighlightBackground\":\"#5e81ac\",\"editor.wordHighlightBackground\":\"#81a1c166\",\"editor.wordHighlightStrongBackground\":\"#81a1c199\",\"editorActiveLineNumber.foreground\":\"#d8dee9cc\",\"editorBracketHighlight.foreground1\":\"#8fbcbb\",\"editorBracketHighlight.foreground2\":\"#88c0d0\",\"editorBracketHighlight.foreground3\":\"#81a1c1\",\"editorBracketHighlight.foreground4\":\"#5e81ac\",\"editorBracketHighlight.foreground5\":\"#8fbcbb\",\"editorBracketHighlight.foreground6\":\"#88c0d0\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#bf616a\",\"editorBracketMatch.background\":\"#2e344000\",\"editorBracketMatch.border\":\"#88c0d0\",\"editorCodeLens.foreground\":\"#4c566a\",\"editorCursor.foreground\":\"#d8dee9\",\"editorError.border\":\"#bf616a00\",\"editorError.foreground\":\"#bf616a\",\"editorGroup.background\":\"#2e3440\",\"editorGroup.border\":\"#3b425201\",\"editorGroup.dropBackground\":\"#3b425299\",\"editorGroupHeader.border\":\"#3b425200\",\"editorGroupHeader.noTabsBackground\":\"#2e3440\",\"editorGroupHeader.tabsBackground\":\"#2e3440\",\"editorGroupHeader.tabsBorder\":\"#3b425200\",\"editorGutter.addedBackground\":\"#a3be8c\",\"editorGutter.background\":\"#2e3440\",\"editorGutter.deletedBackground\":\"#bf616a\",\"editorGutter.modifiedBackground\":\"#ebcb8b\",\"editorHint.border\":\"#ebcb8b00\",\"editorHint.foreground\":\"#ebcb8b\",\"editorHoverWidget.background\":\"#3b4252\",\"editorHoverWidget.border\":\"#3b4252\",\"editorIndentGuide.activeBackground\":\"#4c566a\",\"editorIndentGuide.background\":\"#434c5eb3\",\"editorInlayHint.background\":\"#434c5e\",\"editorInlayHint.foreground\":\"#d8dee9\",\"editorLineNumber.activeForeground\":\"#d8dee9\",\"editorLineNumber.foreground\":\"#4c566a\",\"editorLink.activeForeground\":\"#88c0d0\",\"editorMarkerNavigation.background\":\"#5e81acc0\",\"editorMarkerNavigationError.background\":\"#bf616ac0\",\"editorMarkerNavigationWarning.background\":\"#ebcb8bc0\",\"editorOverviewRuler.addedForeground\":\"#a3be8c\",\"editorOverviewRuler.border\":\"#3b4252\",\"editorOverviewRuler.currentContentForeground\":\"#3b4252\",\"editorOverviewRuler.deletedForeground\":\"#bf616a\",\"editorOverviewRuler.errorForeground\":\"#bf616a\",\"editorOverviewRuler.findMatchForeground\":\"#88c0d066\",\"editorOverviewRuler.incomingContentForeground\":\"#3b4252\",\"editorOverviewRuler.infoForeground\":\"#81a1c1\",\"editorOverviewRuler.modifiedForeground\":\"#ebcb8b\",\"editorOverviewRuler.rangeHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.selectionHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.warningForeground\":\"#ebcb8b\",\"editorOverviewRuler.wordHighlightForeground\":\"#88c0d066\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#88c0d066\",\"editorRuler.foreground\":\"#434c5e\",\"editorSuggestWidget.background\":\"#2e3440\",\"editorSuggestWidget.border\":\"#3b4252\",\"editorSuggestWidget.focusHighlightForeground\":\"#88c0d0\",\"editorSuggestWidget.foreground\":\"#d8dee9\",\"editorSuggestWidget.highlightForeground\":\"#88c0d0\",\"editorSuggestWidget.selectedBackground\":\"#434c5e\",\"editorSuggestWidget.selectedForeground\":\"#d8dee9\",\"editorWarning.border\":\"#ebcb8b00\",\"editorWarning.foreground\":\"#ebcb8b\",\"editorWhitespace.foreground\":\"#4c566ab3\",\"editorWidget.background\":\"#2e3440\",\"editorWidget.border\":\"#3b4252\",\"errorForeground\":\"#bf616a\",\"extensionButton.prominentBackground\":\"#434c5e\",\"extensionButton.prominentForeground\":\"#d8dee9\",\"extensionButton.prominentHoverBackground\":\"#4c566a\",\"focusBorder\":\"#3b4252\",\"foreground\":\"#d8dee9\",\"gitDecoration.conflictingResourceForeground\":\"#5e81ac\",\"gitDecoration.deletedResourceForeground\":\"#bf616a\",\"gitDecoration.ignoredResourceForeground\":\"#d8dee966\",\"gitDecoration.modifiedResourceForeground\":\"#ebcb8b\",\"gitDecoration.stageDeletedResourceForeground\":\"#bf616a\",\"gitDecoration.stageModifiedResourceForeground\":\"#ebcb8b\",\"gitDecoration.submoduleResourceForeground\":\"#8fbcbb\",\"gitDecoration.untrackedResourceForeground\":\"#a3be8c\",\"input.background\":\"#3b4252\",\"input.border\":\"#3b4252\",\"input.foreground\":\"#d8dee9\",\"input.placeholderForeground\":\"#d8dee999\",\"inputOption.activeBackground\":\"#5e81ac\",\"inputOption.activeBorder\":\"#5e81ac\",\"inputOption.activeForeground\":\"#eceff4\",\"inputValidation.errorBackground\":\"#bf616a\",\"inputValidation.errorBorder\":\"#bf616a\",\"inputValidation.infoBackground\":\"#81a1c1\",\"inputValidation.infoBorder\":\"#81a1c1\",\"inputValidation.warningBackground\":\"#d08770\",\"inputValidation.warningBorder\":\"#d08770\",\"keybindingLabel.background\":\"#4c566a\",\"keybindingLabel.border\":\"#4c566a\",\"keybindingLabel.bottomBorder\":\"#4c566a\",\"keybindingLabel.foreground\":\"#d8dee9\",\"list.activeSelectionBackground\":\"#88c0d0\",\"list.activeSelectionForeground\":\"#2e3440\",\"list.dropBackground\":\"#88c0d099\",\"list.errorForeground\":\"#bf616a\",\"list.focusBackground\":\"#88c0d099\",\"list.focusForeground\":\"#d8dee9\",\"list.focusHighlightForeground\":\"#eceff4\",\"list.highlightForeground\":\"#88c0d0\",\"list.hoverBackground\":\"#3b4252\",\"list.hoverForeground\":\"#eceff4\",\"list.inactiveFocusBackground\":\"#434c5ecc\",\"list.inactiveSelectionBackground\":\"#434c5e\",\"list.inactiveSelectionForeground\":\"#d8dee9\",\"list.warningForeground\":\"#ebcb8b\",\"merge.border\":\"#3b425200\",\"merge.currentContentBackground\":\"#81a1c14d\",\"merge.currentHeaderBackground\":\"#81a1c166\",\"merge.incomingContentBackground\":\"#8fbcbb4d\",\"merge.incomingHeaderBackground\":\"#8fbcbb66\",\"minimap.background\":\"#2e3440\",\"minimap.errorHighlight\":\"#bf616acc\",\"minimap.findMatchHighlight\":\"#88c0d0\",\"minimap.selectionHighlight\":\"#88c0d0cc\",\"minimap.warningHighlight\":\"#ebcb8bcc\",\"minimapGutter.addedBackground\":\"#a3be8c\",\"minimapGutter.deletedBackground\":\"#bf616a\",\"minimapGutter.modifiedBackground\":\"#ebcb8b\",\"minimapSlider.activeBackground\":\"#434c5eaa\",\"minimapSlider.background\":\"#434c5e99\",\"minimapSlider.hoverBackground\":\"#434c5eaa\",\"notification.background\":\"#3b4252\",\"notification.buttonBackground\":\"#434c5e\",\"notification.buttonForeground\":\"#d8dee9\",\"notification.buttonHoverBackground\":\"#4c566a\",\"notification.errorBackground\":\"#bf616a\",\"notification.errorForeground\":\"#2e3440\",\"notification.foreground\":\"#d8dee9\",\"notification.infoBackground\":\"#88c0d0\",\"notification.infoForeground\":\"#2e3440\",\"notification.warningBackground\":\"#ebcb8b\",\"notification.warningForeground\":\"#2e3440\",\"notificationCenter.border\":\"#3b425200\",\"notificationCenterHeader.background\":\"#2e3440\",\"notificationCenterHeader.foreground\":\"#88c0d0\",\"notificationLink.foreground\":\"#88c0d0\",\"notificationToast.border\":\"#3b425200\",\"notifications.background\":\"#3b4252\",\"notifications.border\":\"#2e3440\",\"notifications.foreground\":\"#d8dee9\",\"panel.background\":\"#2e3440\",\"panel.border\":\"#3b4252\",\"panelTitle.activeBorder\":\"#88c0d000\",\"panelTitle.activeForeground\":\"#88c0d0\",\"panelTitle.inactiveForeground\":\"#d8dee9\",\"peekView.border\":\"#4c566a\",\"peekViewEditor.background\":\"#2e3440\",\"peekViewEditor.matchHighlightBackground\":\"#88c0d04d\",\"peekViewEditorGutter.background\":\"#2e3440\",\"peekViewResult.background\":\"#2e3440\",\"peekViewResult.fileForeground\":\"#88c0d0\",\"peekViewResult.lineForeground\":\"#d8dee966\",\"peekViewResult.matchHighlightBackground\":\"#88c0d0cc\",\"peekViewResult.selectionBackground\":\"#434c5e\",\"peekViewResult.selectionForeground\":\"#d8dee9\",\"peekViewTitle.background\":\"#3b4252\",\"peekViewTitleDescription.foreground\":\"#d8dee9\",\"peekViewTitleLabel.foreground\":\"#88c0d0\",\"pickerGroup.border\":\"#3b4252\",\"pickerGroup.foreground\":\"#88c0d0\",\"progressBar.background\":\"#88c0d0\",\"quickInputList.focusBackground\":\"#88c0d0\",\"quickInputList.focusForeground\":\"#2e3440\",\"sash.hoverBorder\":\"#88c0d0\",\"scrollbar.shadow\":\"#00000066\",\"scrollbarSlider.activeBackground\":\"#434c5eaa\",\"scrollbarSlider.background\":\"#434c5e99\",\"scrollbarSlider.hoverBackground\":\"#434c5eaa\",\"selection.background\":\"#88c0d099\",\"sideBar.background\":\"#2e3440\",\"sideBar.border\":\"#3b4252\",\"sideBar.foreground\":\"#d8dee9\",\"sideBarSectionHeader.background\":\"#3b4252\",\"sideBarSectionHeader.foreground\":\"#d8dee9\",\"sideBarTitle.foreground\":\"#d8dee9\",\"statusBar.background\":\"#3b4252\",\"statusBar.border\":\"#3b425200\",\"statusBar.debuggingBackground\":\"#5e81ac\",\"statusBar.debuggingForeground\":\"#d8dee9\",\"statusBar.foreground\":\"#d8dee9\",\"statusBar.noFolderBackground\":\"#3b4252\",\"statusBar.noFolderForeground\":\"#d8dee9\",\"statusBarItem.activeBackground\":\"#4c566a\",\"statusBarItem.errorBackground\":\"#3b4252\",\"statusBarItem.errorForeground\":\"#bf616a\",\"statusBarItem.hoverBackground\":\"#434c5e\",\"statusBarItem.prominentBackground\":\"#3b4252\",\"statusBarItem.prominentHoverBackground\":\"#434c5e\",\"statusBarItem.warningBackground\":\"#ebcb8b\",\"statusBarItem.warningForeground\":\"#2e3440\",\"tab.activeBackground\":\"#3b4252\",\"tab.activeBorder\":\"#88c0d000\",\"tab.activeBorderTop\":\"#88c0d000\",\"tab.activeForeground\":\"#d8dee9\",\"tab.border\":\"#3b425200\",\"tab.hoverBackground\":\"#3b4252cc\",\"tab.hoverBorder\":\"#88c0d000\",\"tab.inactiveBackground\":\"#2e3440\",\"tab.inactiveForeground\":\"#d8dee966\",\"tab.lastPinnedBorder\":\"#4c566a\",\"tab.unfocusedActiveBorder\":\"#88c0d000\",\"tab.unfocusedActiveBorderTop\":\"#88c0d000\",\"tab.unfocusedActiveForeground\":\"#d8dee999\",\"tab.unfocusedHoverBackground\":\"#3b4252b3\",\"tab.unfocusedHoverBorder\":\"#88c0d000\",\"tab.unfocusedInactiveForeground\":\"#d8dee966\",\"terminal.ansiBlack\":\"#3b4252\",\"terminal.ansiBlue\":\"#81a1c1\",\"terminal.ansiBrightBlack\":\"#4c566a\",\"terminal.ansiBrightBlue\":\"#81a1c1\",\"terminal.ansiBrightCyan\":\"#8fbcbb\",\"terminal.ansiBrightGreen\":\"#a3be8c\",\"terminal.ansiBrightMagenta\":\"#b48ead\",\"terminal.ansiBrightRed\":\"#bf616a\",\"terminal.ansiBrightWhite\":\"#eceff4\",\"terminal.ansiBrightYellow\":\"#ebcb8b\",\"terminal.ansiCyan\":\"#88c0d0\",\"terminal.ansiGreen\":\"#a3be8c\",\"terminal.ansiMagenta\":\"#b48ead\",\"terminal.ansiRed\":\"#bf616a\",\"terminal.ansiWhite\":\"#e5e9f0\",\"terminal.ansiYellow\":\"#ebcb8b\",\"terminal.background\":\"#2e3440\",\"terminal.foreground\":\"#d8dee9\",\"terminal.tab.activeBorder\":\"#88c0d0\",\"textBlockQuote.background\":\"#3b4252\",\"textBlockQuote.border\":\"#81a1c1\",\"textCodeBlock.background\":\"#4c566a\",\"textLink.activeForeground\":\"#88c0d0\",\"textLink.foreground\":\"#88c0d0\",\"textPreformat.foreground\":\"#8fbcbb\",\"textSeparator.foreground\":\"#eceff4\",\"titleBar.activeBackground\":\"#2e3440\",\"titleBar.activeForeground\":\"#d8dee9\",\"titleBar.border\":\"#2e344000\",\"titleBar.inactiveBackground\":\"#2e3440\",\"titleBar.inactiveForeground\":\"#d8dee966\",\"tree.indentGuidesStroke\":\"#616e88\",\"walkThrough.embeddedEditorBackground\":\"#2e3440\",\"welcomePage.buttonBackground\":\"#434c5e\",\"welcomePage.buttonHoverBackground\":\"#4c566a\",\"widget.shadow\":\"#00000066\"},\"displayName\":\"Nord\",\"name\":\"nord\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"background\":\"#2e3440ff\",\"foreground\":\"#d8dee9ff\"}},{\"scope\":\"emphasis\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"strong\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"comment\",\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"constant.character\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"constant.language\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#B48EAD\"}},{\"scope\":\"constant.regexp\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type.class\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#8FBCBB\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"background\":\"#EBCB8B\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"background\":\"#BF616A\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"keyword.other.new\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#BF616A\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#A3BE8C\"}},{\"scope\":\"meta.preprocessor\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"punctuation\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"punctuation.definition.method-parameters\",\"punctuation.definition.function-parameters\",\"punctuation.definition.parameters\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"punctuation.definition.tag\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"punctuation.definition.comment\",\"punctuation.end.definition.comment\",\"punctuation.start.definition.comment\"],\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"punctuation.section\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.end\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"punctuation.terminator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"punctuation.definition.variable\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#A3BE8C\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"support.class\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"support.function.construct\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"support.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"support.type.exception\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#b48ead\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#bf616a\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#88c0d0\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#ebcb8b\"}},{\"scope\":\"variable.other\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"variable.parameter\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"punctuation.separator.pointer-access.c\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"source.c meta.preprocessor.include\",\"source.c string.quoted.other.lt-gt.include\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.cpp keyword.control.directive.conditional\",\"source.cpp punctuation.definition.directive\",\"source.c keyword.control.directive.conditional\",\"source.c punctuation.definition.directive\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#5E81AC\"}},{\"scope\":\"source.css constant.other.color.rgb-value\",\"settings\":{\"foreground\":\"#B48EAD\"}},{\"scope\":\"source.css meta.property-value\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.css keyword.control.at-rule.media\",\"source.css keyword.control.at-rule.media punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.css punctuation.definition.keyword\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.css support.type.property-name\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.diff meta.diff.range.context\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff meta.diff.header.from-file\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.from-file\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.range\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.diff punctuation.definition.separator\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"entity.name.type.module.elixir\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"variable.other.readwrite.module.elixir\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"constant.other.symbol.elixir\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#D8DEE9\"}},{\"scope\":\"variable.other.constant.elixir\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.go constant.other.placeholder.go\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"source.java comment.block.documentation.javadoc punctuation.definition.entity.html\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.java constant.other\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.java keyword.other.documentation\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java keyword.other.documentation.author.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.java keyword.other.documentation.directive\",\"source.java keyword.other.documentation.custom\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java keyword.other.documentation.see.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java meta.method-call meta.method\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.java meta.tag.template.link.javadoc\",\"source.java string.other.link.title.javadoc\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java meta.tag.template.value.javadoc\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.java punctuation.definition.keyword.javadoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.java punctuation.definition.tag.begin.javadoc\",\"source.java punctuation.definition.tag.end.javadoc\"],\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"source.java storage.modifier.import\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.modifier.package\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type.annotation\",\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.java storage.type.generic\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.java storage.type.primitive\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"source.js punctuation.decorator\",\"source.js meta.decorator variable.other.readwrite\",\"source.js meta.decorator entity.name.function\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.js meta.object-literal.key\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.js storage.type.class.jsdoc\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.js string.quoted.template punctuation.quasi.element.begin\",\"source.js string.quoted.template punctuation.quasi.element.end\",\"source.js string.template punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.js string.quoted.template meta.method-call.with-arguments\",\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":[\"source.js string.template meta.template.expression support.variable.property\",\"source.js string.template meta.template.expression variable.other.object\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.js support.type.primitive\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.js variable.other.object\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":\"source.js variable.other.readwrite.alias\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.js meta.embedded.line meta.brace.square\",\"source.js meta.embedded.line meta.brace.round\",\"source.js string.quoted.template meta.brace.square\",\"source.js string.quoted.template meta.brace.round\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"text.html.basic constant.character.entity.html\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":\"text.html.basic constant.other.inline-data\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D08770\"}},{\"scope\":\"text.html.basic meta.tag.sgml.doctype\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.html.basic punctuation.definition.entity\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.properties entity.name.section.group-title.ini\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.properties punctuation.separator.key-value.ini\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown markup.fenced_code.block\",\"text.html.markdown markup.fenced_code.block punctuation.definition\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"text.html.markdown markup.inline.raw\",\"text.html.markdown markup.inline.raw punctuation.definition.raw\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.html.markdown markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"text.html.markdown markup.underline.link\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"text.html.markdown beginning.punctuation.definition.list\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"text.html.markdown beginning.punctuation.definition.quote\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.html.markdown markup.quote\",\"settings\":{\"foreground\":\"#616E88\"}},{\"scope\":\"text.html.markdown constant.character.math.tex\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown punctuation.definition.math.begin\",\"text.html.markdown punctuation.definition.math.end\"],\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.html.markdown punctuation.definition.function.math.tex\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"text.html.markdown punctuation.math.operator.latex\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"text.html.markdown punctuation.definition.heading\",\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown punctuation.definition.constant\",\"text.html.markdown punctuation.definition.string\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":[\"text.html.markdown constant.other.reference.link\",\"text.html.markdown string.other.link.description\",\"text.html.markdown string.other.link.title\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.perl punctuation.definition.variable\",\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.php meta.function-call\",\"source.php meta.function-call.object\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.python entity.name.function.decorator\",\"source.python meta.function.decorator support.type\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":\"source.python meta.function-call.generic\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":\"source.python support.type\",\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.python variable.parameter.function.language\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.python meta.function.parameters variable.parameter.function.language.special.self\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.rust entity.name.type\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"source.rust meta.macro entity.name.function\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.rust meta.attribute\",\"source.rust meta.attribute punctuation\",\"source.rust meta.attribute keyword.operator\"],\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"source.rust entity.name.type.trait\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"source.rust punctuation.definition.interpolation\",\"settings\":{\"foreground\":\"#EBCB8B\"}},{\"scope\":[\"source.css.scss punctuation.definition.interpolation.begin.bracket.curly\",\"source.css.scss punctuation.definition.interpolation.end.bracket.curly\"],\"settings\":{\"foreground\":\"#81A1C1\"}},{\"scope\":\"source.css.scss variable.interpolation\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts punctuation.decorator\",\"source.ts meta.decorator variable.other.readwrite\",\"source.ts meta.decorator entity.name.function\",\"source.tsx punctuation.decorator\",\"source.tsx meta.decorator variable.other.readwrite\",\"source.tsx meta.decorator entity.name.function\"],\"settings\":{\"foreground\":\"#D08770\"}},{\"scope\":[\"source.ts meta.object-literal.key\",\"source.tsx meta.object-literal.key\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts meta.object-literal.key entity.name.function\",\"source.tsx meta.object-literal.key entity.name.function\"],\"settings\":{\"foreground\":\"#88C0D0\"}},{\"scope\":[\"source.ts support.class\",\"source.ts support.type\",\"source.ts entity.name.type\",\"source.ts entity.name.class\",\"source.tsx support.class\",\"source.tsx support.type\",\"source.tsx entity.name.type\",\"source.tsx entity.name.class\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.ts support.constant.math\",\"source.ts support.constant.dom\",\"source.ts support.constant.json\",\"source.tsx support.constant.math\",\"source.tsx support.constant.dom\",\"source.tsx support.constant.json\"],\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":[\"source.ts support.variable\",\"source.tsx support.variable\"],\"settings\":{\"foreground\":\"#D8DEE9\"}},{\"scope\":[\"source.ts meta.embedded.line meta.brace.square\",\"source.ts meta.embedded.line meta.brace.round\",\"source.tsx meta.embedded.line meta.brace.square\",\"source.tsx meta.embedded.line meta.brace.round\"],\"settings\":{\"foreground\":\"#ECEFF4\"}},{\"scope\":\"text.xml entity.name.tag.namespace\",\"settings\":{\"foreground\":\"#8FBCBB\"}},{\"scope\":\"text.xml keyword.other.doctype\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":\"text.xml meta.tag.preprocessor entity.name.tag\",\"settings\":{\"foreground\":\"#5E81AC\"}},{\"scope\":[\"text.xml string.unquoted.cdata\",\"text.xml string.unquoted.cdata punctuation.definition.string\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#D08770\"}},{\"scope\":\"source.yaml entity.name.tag\",\"settings\":{\"foreground\":\"#8FBCBB\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: one-dark-pro */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"actionBar.toggledBackground\":\"#525761\",\"activityBar.background\":\"#282c34\",\"activityBar.foreground\":\"#d7dae0\",\"activityBarBadge.background\":\"#4d78cc\",\"activityBarBadge.foreground\":\"#f8fafd\",\"badge.background\":\"#282c34\",\"button.background\":\"#404754\",\"button.secondaryBackground\":\"#30333d\",\"button.secondaryForeground\":\"#c0bdbd\",\"checkbox.border\":\"#404754\",\"debugToolBar.background\":\"#21252b\",\"descriptionForeground\":\"#abb2bf\",\"diffEditor.insertedTextBackground\":\"#00809b33\",\"dropdown.background\":\"#21252b\",\"dropdown.border\":\"#21252b\",\"editor.background\":\"#282c34\",\"editor.findMatchBackground\":\"#d19a6644\",\"editor.findMatchBorder\":\"#ffffff5a\",\"editor.findMatchHighlightBackground\":\"#ffffff22\",\"editor.foreground\":\"#abb2bf\",\"editor.lineHighlightBackground\":\"#2c313c\",\"editor.selectionBackground\":\"#67769660\",\"editor.selectionHighlightBackground\":\"#ffd33d44\",\"editor.selectionHighlightBorder\":\"#dddddd\",\"editor.wordHighlightBackground\":\"#d2e0ff2f\",\"editor.wordHighlightBorder\":\"#7f848e\",\"editor.wordHighlightStrongBackground\":\"#abb2bf26\",\"editor.wordHighlightStrongBorder\":\"#7f848e\",\"editorBracketHighlight.foreground1\":\"#d19a66\",\"editorBracketHighlight.foreground2\":\"#c678dd\",\"editorBracketHighlight.foreground3\":\"#56b6c2\",\"editorBracketMatch.background\":\"#515a6b\",\"editorBracketMatch.border\":\"#515a6b\",\"editorCursor.background\":\"#ffffffc9\",\"editorCursor.foreground\":\"#528bff\",\"editorError.foreground\":\"#c24038\",\"editorGroup.background\":\"#181a1f\",\"editorGroup.border\":\"#181a1f\",\"editorGroupHeader.tabsBackground\":\"#21252b\",\"editorGutter.addedBackground\":\"#109868\",\"editorGutter.deletedBackground\":\"#9A353D\",\"editorGutter.modifiedBackground\":\"#948B60\",\"editorHoverWidget.background\":\"#21252b\",\"editorHoverWidget.border\":\"#181a1f\",\"editorHoverWidget.highlightForeground\":\"#61afef\",\"editorIndentGuide.activeBackground1\":\"#c8c8c859\",\"editorIndentGuide.background1\":\"#3b4048\",\"editorInlayHint.background\":\"#2c313c\",\"editorInlayHint.foreground\":\"#abb2bf\",\"editorLineNumber.activeForeground\":\"#abb2bf\",\"editorLineNumber.foreground\":\"#495162\",\"editorMarkerNavigation.background\":\"#21252b\",\"editorOverviewRuler.addedBackground\":\"#109868\",\"editorOverviewRuler.deletedBackground\":\"#9A353D\",\"editorOverviewRuler.modifiedBackground\":\"#948B60\",\"editorRuler.foreground\":\"#abb2bf26\",\"editorSuggestWidget.background\":\"#21252b\",\"editorSuggestWidget.border\":\"#181a1f\",\"editorSuggestWidget.selectedBackground\":\"#2c313a\",\"editorWarning.foreground\":\"#d19a66\",\"editorWhitespace.foreground\":\"#ffffff1d\",\"editorWidget.background\":\"#21252b\",\"focusBorder\":\"#3e4452\",\"gitDecoration.ignoredResourceForeground\":\"#636b78\",\"input.background\":\"#1d1f23\",\"input.foreground\":\"#abb2bf\",\"list.activeSelectionBackground\":\"#2c313a\",\"list.activeSelectionForeground\":\"#d7dae0\",\"list.focusBackground\":\"#323842\",\"list.focusForeground\":\"#f0f0f0\",\"list.highlightForeground\":\"#ecebeb\",\"list.hoverBackground\":\"#2c313a\",\"list.hoverForeground\":\"#abb2bf\",\"list.inactiveSelectionBackground\":\"#323842\",\"list.inactiveSelectionForeground\":\"#d7dae0\",\"list.warningForeground\":\"#d19a66\",\"menu.foreground\":\"#abb2bf\",\"menu.separatorBackground\":\"#343a45\",\"minimapGutter.addedBackground\":\"#109868\",\"minimapGutter.deletedBackground\":\"#9A353D\",\"minimapGutter.modifiedBackground\":\"#948B60\",\"multiDiffEditor.headerBackground\":\"#21252b\",\"panel.border\":\"#3e4452\",\"panelSectionHeader.background\":\"#21252b\",\"peekViewEditor.background\":\"#1b1d23\",\"peekViewEditor.matchHighlightBackground\":\"#29244b\",\"peekViewResult.background\":\"#22262b\",\"scrollbar.shadow\":\"#23252c\",\"scrollbarSlider.activeBackground\":\"#747d9180\",\"scrollbarSlider.background\":\"#4e566660\",\"scrollbarSlider.hoverBackground\":\"#5a637580\",\"settings.focusedRowBackground\":\"#282c34\",\"settings.headerForeground\":\"#fff\",\"sideBar.background\":\"#21252b\",\"sideBar.foreground\":\"#abb2bf\",\"sideBarSectionHeader.background\":\"#282c34\",\"sideBarSectionHeader.foreground\":\"#abb2bf\",\"statusBar.background\":\"#21252b\",\"statusBar.debuggingBackground\":\"#cc6633\",\"statusBar.debuggingBorder\":\"#ff000000\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.foreground\":\"#9da5b4\",\"statusBar.noFolderBackground\":\"#21252b\",\"statusBarItem.remoteBackground\":\"#4d78cc\",\"statusBarItem.remoteForeground\":\"#f8fafd\",\"tab.activeBackground\":\"#282c34\",\"tab.activeBorder\":\"#b4b4b4\",\"tab.activeForeground\":\"#dcdcdc\",\"tab.border\":\"#181a1f\",\"tab.hoverBackground\":\"#323842\",\"tab.inactiveBackground\":\"#21252b\",\"tab.unfocusedHoverBackground\":\"#323842\",\"terminal.ansiBlack\":\"#3f4451\",\"terminal.ansiBlue\":\"#4aa5f0\",\"terminal.ansiBrightBlack\":\"#4f5666\",\"terminal.ansiBrightBlue\":\"#4dc4ff\",\"terminal.ansiBrightCyan\":\"#4cd1e0\",\"terminal.ansiBrightGreen\":\"#a5e075\",\"terminal.ansiBrightMagenta\":\"#de73ff\",\"terminal.ansiBrightRed\":\"#ff616e\",\"terminal.ansiBrightWhite\":\"#e6e6e6\",\"terminal.ansiBrightYellow\":\"#f0a45d\",\"terminal.ansiCyan\":\"#42b3c2\",\"terminal.ansiGreen\":\"#8cc265\",\"terminal.ansiMagenta\":\"#c162de\",\"terminal.ansiRed\":\"#e05561\",\"terminal.ansiWhite\":\"#d7dae0\",\"terminal.ansiYellow\":\"#d18f52\",\"terminal.background\":\"#282c34\",\"terminal.border\":\"#3e4452\",\"terminal.foreground\":\"#abb2bf\",\"terminal.selectionBackground\":\"#abb2bf30\",\"textBlockQuote.background\":\"#2e3440\",\"textBlockQuote.border\":\"#4b5362\",\"textLink.foreground\":\"#61afef\",\"textPreformat.foreground\":\"#d19a66\",\"titleBar.activeBackground\":\"#282c34\",\"titleBar.activeForeground\":\"#9da5b4\",\"titleBar.inactiveBackground\":\"#282c34\",\"titleBar.inactiveForeground\":\"#6b717d\",\"tree.indentGuidesStroke\":\"#ffffff1d\",\"walkThrough.embeddedEditorBackground\":\"#2e3440\",\"welcomePage.buttonHoverBackground\":\"#404754\"},\"displayName\":\"One Dark Pro\",\"name\":\"one-dark-pro\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"annotation:dart\":{\"foreground\":\"#d19a66\"},\"enumMember\":{\"foreground\":\"#56b6c2\"},\"macro\":{\"foreground\":\"#d19a66\"},\"memberOperatorOverload\":{\"foreground\":\"#c678dd\"},\"parameter.label:dart\":{\"foreground\":\"#abb2bf\"},\"property:dart\":{\"foreground\":\"#d19a66\"},\"tomlArrayKey\":{\"foreground\":\"#e5c07b\"},\"variable.constant\":{\"foreground\":\"#d19a66\"},\"variable.defaultLibrary\":{\"foreground\":\"#e5c07b\"},\"variable:dart\":{\"foreground\":\"#d19a66\"}},\"tokenColors\":[{\"scope\":\"meta.embedded\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"variable.other.generic-type.haskell\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"storage.type.haskell\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.variable.magic.python\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"variable.parameter.function.language.special.self.python\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.parameter.function.language.special.cls.python\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"storage.modifier.lifetime.rust\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.function.std.rust\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.name.lifetime.rust\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.language.rust\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.edge\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"constant.other.character-class.regexp\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"keyword.operator.word\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"comment markup.link\",\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":\"markup.changed.diff\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"markup.inserted.diff\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.deleted.diff\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"meta.function.c,meta.function.cpp\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.separator.key-value\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.expression.import\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"support.constant.math\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.constant.property.math\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"variable.other.constant\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"storage.type.annotation.java\",\"storage.type.object.array.java\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"source.java\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"meta.method.java\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.operator.instanceof.java\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"meta.definition.variable.name.java\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.logical\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.bitwise\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.channel\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.constant.property-value.scss,support.constant.property-value.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.separator.list.comma.css\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.color.w3c-standard-color-name.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.type.vendored.property-name.css\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.module.node,support.type.object.module,support.module.node\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.type.module\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.json\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"keyword.operator.expression.instanceof\",\"keyword.operator.new\",\"keyword.operator.ternary\",\"keyword.operator.optional\",\"keyword.operator.expression.keyof\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.object.console\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.variable.property.process\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.function,support.function.console\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.operator.misc.rust\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.sigil.rust\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.delete\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.object.dom\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.variable.dom,support.variable.property.dom\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"punctuation.separator.delimiter\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.separator.c,punctuation.separator.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"variable.parameter.function.language.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.type.python\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.logical.python\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"variable.parameter.function.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"meta.function-call.generic.python\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"constant.character.format.placeholder.other.python\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.operator\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"keyword.operator.assignment.compound\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.namespace\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"variable.c\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"token.variable.parameter.java\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"import.storage.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"token.package.keyword\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.package\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"entity.name.function\",\"meta.require\",\"support.function.any-method\",\"variable.function\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.name.type.namespace\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.class, entity.name.type.class\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.class.identifier.namespace.type\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.class\",\"variable.other.class.js\",\"variable.other.class.ts\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.class.php\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.name.type\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.control\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"control.elements, keyword.operator.less\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"keyword.other.special-method\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"storage\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.storage\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"token.storage.type.java\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.constant.property-value\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.font-name\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"meta.tag\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"string\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"constant.other.symbol\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"constant.numeric\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"constant\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.constant\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.other.attribute-name\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"entity.other.attribute-name.class.css\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"meta.selector\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"markup.heading\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.heading punctuation.definition.heading, entity.name.section\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.bold,todo.bold\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"punctuation.definition.bold\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.italic, punctuation.definition.italic,todo.emphasis\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"emphasis md\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.section.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"punctuation.definition.list.markdown\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.underline.link.markdown,markup.underline.link.image.markdown\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"string.other.link.title.markdown,string.other.link.description.markdown\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"markup.raw.monospace.asciidoc\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"punctuation.definition.asciidoc\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.list.asciidoc\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"markup.link.asciidoc,markup.other.url.asciidoc\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"string.unquoted.asciidoc,markup.other.url.asciidoc\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"punctuation.section.embedded, variable.interpolation\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"punctuation.section.embedded.begin,punctuation.section.embedded.end\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.illegal.bad-ampersand.html\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"invalid.illegal.unrecognized-tag.html\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"invalid.deprecated.entity.other.attribute-name.html\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.type.property-name.json punctuation\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"keyword.operator.error-control.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.type.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"punctuation.section.array.begin.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"punctuation.section.array.end.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"invalid.illegal.non-null-typehinted.php\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"support.constant.core.rust\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"entity.name.goto-label.php,support.other.php\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.regexp.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"keyword.operator.comparison.php\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"meta.function.decorator.python\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"support.token.decorator.python,meta.function.decorator.identifier.python\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"function.parameter\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"function.brace\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"function.parameter.ruby, function.parameter.cs\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"constant.language.symbol.ruby\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"constant.language.symbol.hashkey.ruby\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"rgb-value\",\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":\"inline-color-decoration rgb-value\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"less rgb-value\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"selector.sass\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"block.scope.end,block.scope.begin\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"entity.name.variable.local.cs\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#f44747\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"meta.template.expression\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"keyword.operator.module\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"support.type.type.flowtype\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"support.type.primitive\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.property.object\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"variable.parameter.function.js\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"keyword.other.template.begin\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.template.end\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.substitution.begin\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.other.substitution.end\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"keyword.operator.assignment\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"keyword.operator.assignment.go\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"keyword.operator.arithmetic.go\",\"keyword.operator.address.go\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"keyword.operator.arithmetic.c\",\"keyword.operator.arithmetic.cpp\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"entity.name.package.go\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"support.type.prelude.elm\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"support.constant.elm\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"punctuation.quasi.element\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"constant.character.entity\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.pseudo-class\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"entity.global.clojure\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.symbol.clojure\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"constant.keyword.clojure\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"meta.arguments.coffee\",\"variable.parameter.function.coffee\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"source.ini\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"source.makefile\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"storage.modifier.import.groovy\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"meta.method.groovy\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"meta.definition.variable.name.groovy\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"meta.definition.class.inherited.classes.groovy\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"support.variable.semantic.hlsl\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"support.type.texture.hlsl\",\"support.type.sampler.hlsl\",\"support.type.object.hlsl\",\"support.type.object.rw.hlsl\",\"support.type.fx.hlsl\",\"support.type.object.hlsl\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"text.variable\",\"text.bracketed\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"support.type.swift\",\"support.type.vb.asp\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.function.xi\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.class.xi\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"constant.character.character-class.regexp.xi\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"constant.regexp.xi\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"keyword.control.xi\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"invalid.xi\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"beginning.punctuation.definition.quote.markdown.xi\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown.xi\"],\"settings\":{\"foreground\":\"#7f848e\"}},{\"scope\":[\"constant.character.xi\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"accent.xi\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"wikiword.xi\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"constant.other.color.rgb-value.xi\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"punctuation.definition.tag.xi\"],\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":[\"entity.name.label.cs\",\"entity.name.scope-resolution.function.call\",\"entity.name.scope-resolution.function.definition\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.label.cs\",\"markup.heading.setext.1.markdown\",\"markup.heading.setext.2.markdown\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\" meta.brace.square\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":\"comment, punctuation.definition.comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7f848e\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"foreground\":\"#5c6370\"}},{\"scope\":\"punctuation.definition.block.sequence.item.yaml\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"constant.language.symbol.elixir\",\"constant.language.symbol.double-quoted.elixir\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"entity.name.variable.parameter.cs\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"entity.name.variable.field.cs\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"markup.underline\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"punctuation.section.embedded.begin.php\",\"punctuation.section.embedded.end.php\"],\"settings\":{\"foreground\":\"#BE5046\"}},{\"scope\":[\"support.other.namespace.php\"],\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"variable.parameter.function.latex\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"variable.other.object\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"variable.other.constant.property\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":\"variable.other.readwrite.c\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php\",\"settings\":{\"foreground\":\"#abb2bf\"}},{\"scope\":[\"constant.numeric.decimal.asm.x86_64\"],\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":[\"support.other.parenthesis.regexp\"],\"settings\":{\"foreground\":\"#d19a66\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#56b6c2\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"log.info\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"foreground\":\"#e5c07b\"}},{\"scope\":[\"log.error\"],\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":\"keyword.operator.expression.is\",\"settings\":{\"foreground\":\"#c678dd\"}},{\"scope\":\"entity.name.label\",\"settings\":{\"foreground\":\"#e06c75\"}},{\"scope\":[\"support.class.math.block.environment.latex\",\"constant.other.general.math.tex\"],\"settings\":{\"foreground\":\"#61afef\"}},{\"scope\":[\"constant.character.math.tex\"],\"settings\":{\"foreground\":\"#98c379\"}},{\"scope\":\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"comment.line.double-slash,comment.block.documentation\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: one-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#FAFAFA\",\"activityBar.foreground\":\"#121417\",\"activityBarBadge.background\":\"#526FFF\",\"activityBarBadge.foreground\":\"#FFFFFF\",\"badge.background\":\"#526FFF\",\"badge.foreground\":\"#FFFFFF\",\"button.background\":\"#5871EF\",\"button.foreground\":\"#FFFFFF\",\"button.hoverBackground\":\"#6B83ED\",\"diffEditor.insertedTextBackground\":\"#00809B33\",\"dropdown.background\":\"#FFFFFF\",\"dropdown.border\":\"#DBDBDC\",\"editor.background\":\"#FAFAFA\",\"editor.findMatchHighlightBackground\":\"#526FFF33\",\"editor.foreground\":\"#383A42\",\"editor.lineHighlightBackground\":\"#383A420C\",\"editor.selectionBackground\":\"#E5E5E6\",\"editorCursor.foreground\":\"#526FFF\",\"editorGroup.background\":\"#EAEAEB\",\"editorGroup.border\":\"#DBDBDC\",\"editorGroupHeader.tabsBackground\":\"#EAEAEB\",\"editorHoverWidget.background\":\"#EAEAEB\",\"editorHoverWidget.border\":\"#DBDBDC\",\"editorIndentGuide.activeBackground\":\"#626772\",\"editorIndentGuide.background\":\"#383A4233\",\"editorInlayHint.background\":\"#F5F5F5\",\"editorInlayHint.foreground\":\"#AFB2BB\",\"editorLineNumber.activeForeground\":\"#383A42\",\"editorLineNumber.foreground\":\"#9D9D9F\",\"editorRuler.foreground\":\"#383A4233\",\"editorSuggestWidget.background\":\"#EAEAEB\",\"editorSuggestWidget.border\":\"#DBDBDC\",\"editorSuggestWidget.selectedBackground\":\"#FFFFFF\",\"editorWhitespace.foreground\":\"#383A4233\",\"editorWidget.background\":\"#EAEAEB\",\"editorWidget.border\":\"#E5E5E6\",\"extensionButton.prominentBackground\":\"#3BBA54\",\"extensionButton.prominentHoverBackground\":\"#4CC263\",\"focusBorder\":\"#526FFF\",\"input.background\":\"#FFFFFF\",\"input.border\":\"#DBDBDC\",\"list.activeSelectionBackground\":\"#DBDBDC\",\"list.activeSelectionForeground\":\"#232324\",\"list.focusBackground\":\"#DBDBDC\",\"list.highlightForeground\":\"#121417\",\"list.hoverBackground\":\"#DBDBDC66\",\"list.inactiveSelectionBackground\":\"#DBDBDC\",\"list.inactiveSelectionForeground\":\"#232324\",\"notebook.cellEditorBackground\":\"#F5F5F5\",\"notification.background\":\"#333333\",\"peekView.border\":\"#526FFF\",\"peekViewEditor.background\":\"#FFFFFF\",\"peekViewResult.background\":\"#EAEAEB\",\"peekViewResult.selectionBackground\":\"#DBDBDC\",\"peekViewTitle.background\":\"#FFFFFF\",\"pickerGroup.border\":\"#526FFF\",\"scrollbarSlider.activeBackground\":\"#747D9180\",\"scrollbarSlider.background\":\"#4E566680\",\"scrollbarSlider.hoverBackground\":\"#5A637580\",\"sideBar.background\":\"#EAEAEB\",\"sideBarSectionHeader.background\":\"#FAFAFA\",\"statusBar.background\":\"#EAEAEB\",\"statusBar.debuggingForeground\":\"#FFFFFF\",\"statusBar.foreground\":\"#424243\",\"statusBar.noFolderBackground\":\"#EAEAEB\",\"statusBarItem.hoverBackground\":\"#DBDBDC\",\"tab.activeBackground\":\"#FAFAFA\",\"tab.activeForeground\":\"#121417\",\"tab.border\":\"#DBDBDC\",\"tab.inactiveBackground\":\"#EAEAEB\",\"titleBar.activeBackground\":\"#EAEAEB\",\"titleBar.activeForeground\":\"#424243\",\"titleBar.inactiveBackground\":\"#EAEAEB\",\"titleBar.inactiveForeground\":\"#424243\"},\"displayName\":\"One Light\",\"name\":\"one-light\",\"tokenColors\":[{\"scope\":[\"comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"comment markup.link\"],\"settings\":{\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"entity.name.type\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"keyword\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.control\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"keyword.other.special-method\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"storage\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"storage.type.annotation\",\"storage.type.primitive\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"storage.modifier.package\",\"storage.modifier.import\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"constant\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.variable\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"constant.numeric\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"constant.other.symbol\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.interpolation\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"variable.parameter\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"string > source\",\"string embedded\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"string.regexp source.ruby.embedded\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"string.other.link\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"punctuation.definition.comment\"],\"settings\":{\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"punctuation.definition.method-parameters\",\"punctuation.definition.function-parameters\",\"punctuation.definition.parameters\",\"punctuation.definition.separator\",\"punctuation.definition.seperator\",\"punctuation.definition.array\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"punctuation.definition.heading\",\"punctuation.definition.identity\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"punctuation.definition.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#C18401\"}},{\"scope\":[\"punctuation.definition.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A626A4\"}},{\"scope\":[\"punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"punctuation.section.method\",\"punctuation.section.class\",\"punctuation.section.inner-class\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"support.type\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"support.function\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"support.function.any-method\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.function\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.class\",\"entity.name.type.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"entity.name.section\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"entity.other.attribute-name.id\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"meta.class\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"meta.class.body\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.method-call\",\"meta.method\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"meta.link\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"meta.require\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.tag\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"underline\"],\"settings\":{\"text-decoration\":\"underline\"}},{\"scope\":[\"none\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"background\":\"#F2A60D\",\"foreground\":\"#000000\"}},{\"scope\":[\"invalid.illegal\"],\"settings\":{\"background\":\"#FF1414\",\"foreground\":\"#50A14F\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#986801\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"markup.heading punctuation.definition.heading\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"markup.link\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"markup.raw\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.c keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.cpp keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.cs keyword.operator\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.css property-name\",\"source.css property-value\"],\"settings\":{\"foreground\":\"#696C77\"}},{\"scope\":[\"source.css property-name.support\",\"source.css property-value.support\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.elixir source.embedded.source\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.elixir constant.language\",\"source.elixir constant.numeric\",\"source.elixir constant.definition\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"source.elixir variable.definition\",\"source.elixir variable.anonymous\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.elixir parameter.variable.function\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#986801\"}},{\"scope\":[\"source.elixir quoted\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.elixir keyword.special-method\",\"source.elixir embedded.section\",\"source.elixir embedded.source.empty\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.elixir readwrite.module punctuation\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.elixir regexp.section\",\"source.elixir regexp.string\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"source.elixir separator\",\"source.elixir keyword.operator\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"source.elixir variable.constant\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.elixir array\",\"source.elixir scope\",\"source.elixir section\"],\"settings\":{\"foreground\":\"#696C77\"}},{\"scope\":[\"source.gfm markup\"],\"settings\":{\"-webkit-font-smoothing\":\"auto\"}},{\"scope\":[\"source.gfm link entity\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"source.go storage.type.string\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ini keyword.other.definition.ini\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.java storage.modifier.import\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.java storage.type\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"source.java keyword.operator.instanceof\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.java-properties meta.key-pair\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.java-properties meta.key-pair > punctuation\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.js keyword.operator.delete\",\"source.js keyword.operator.in\",\"source.js keyword.operator.of\",\"source.js keyword.operator.instanceof\",\"source.js keyword.operator.new\",\"source.js keyword.operator.typeof\",\"source.js keyword.operator.void\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ts keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.flow keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > string.quoted.json\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > value.json > string.quoted.json\",\"source.json meta.structure.array.json > value.json > string.quoted.json\",\"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation\",\"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.json meta.structure.dictionary.json > constant.language.json\",\"source.json meta.structure.array.json > constant.language.json\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"ng.interpolation\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"ng.interpolation.begin\",\"ng.interpolation.end\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"ng.interpolation function\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"ng.interpolation function.begin\",\"ng.interpolation function.end\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":[\"ng.interpolation bool\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"ng.interpolation bracket\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"ng.pipe\",\"ng.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"ng.tag\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"ng.attribute-with-value attribute-name\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"ng.attribute-with-value string\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"ng.attribute-with-value string.begin\",\"ng.attribute-with-value string.end\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ruby constant.other.symbol > punctuation\"],\"settings\":{\"foreground\":\"inherit\"}},{\"scope\":[\"source.php class.bracket\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.python keyword.operator.logical.python\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.python variable.parameter\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"customrule\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"support.type.property-name\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"string.quoted.double punctuation\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"support.constant\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"support.type.property-name.json\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"support.type.property-name.json punctuation\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"punctuation.separator.key-value.ts\",\"punctuation.separator.key-value.js\",\"punctuation.separator.key-value.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"source.js.embedded.html keyword.operator\",\"source.ts.embedded.html keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable.other.readwrite.js\",\"variable.other.readwrite.ts\",\"variable.other.readwrite.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.variable.dom.js\",\"support.variable.dom.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"support.variable.property.dom.js\",\"support.variable.property.dom.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"meta.template.expression.js punctuation.definition\",\"meta.template.expression.ts punctuation.definition\"],\"settings\":{\"foreground\":\"#CA1243\"}},{\"scope\":[\"source.ts punctuation.definition.typeparameters\",\"source.js punctuation.definition.typeparameters\",\"source.tsx punctuation.definition.typeparameters\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ts punctuation.definition.block\",\"source.js punctuation.definition.block\",\"source.tsx punctuation.definition.block\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.ts punctuation.separator.comma\",\"source.js punctuation.separator.comma\",\"source.tsx punctuation.separator.comma\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"support.variable.property.js\",\"support.variable.property.ts\",\"support.variable.property.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"keyword.control.default.js\",\"keyword.control.default.ts\",\"keyword.control.default.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"keyword.operator.expression.instanceof.js\",\"keyword.operator.expression.instanceof.ts\",\"keyword.operator.expression.instanceof.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"keyword.operator.expression.of.js\",\"keyword.operator.expression.of.ts\",\"keyword.operator.expression.of.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"meta.brace.round.js\",\"meta.array-binding-pattern-variable.js\",\"meta.brace.square.js\",\"meta.brace.round.ts\",\"meta.array-binding-pattern-variable.ts\",\"meta.brace.square.ts\",\"meta.brace.round.tsx\",\"meta.array-binding-pattern-variable.tsx\",\"meta.brace.square.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js punctuation.accessor\",\"source.ts punctuation.accessor\",\"source.tsx punctuation.accessor\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"punctuation.terminator.statement.js\",\"punctuation.terminator.statement.ts\",\"punctuation.terminator.statement.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.array-binding-pattern-variable.js variable.other.readwrite.js\",\"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts\",\"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"source.js support.variable\",\"source.ts support.variable\",\"source.tsx support.variable\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.other.constant.property.js\",\"variable.other.constant.property.ts\",\"variable.other.constant.property.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"keyword.operator.new.ts\",\"keyword.operator.new.j\",\"keyword.operator.new.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"source.ts keyword.operator\",\"source.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"punctuation.separator.parameter.js\",\"punctuation.separator.parameter.ts\",\"punctuation.separator.parameter.tsx \"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"constant.language.import-export-all.js\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"constant.language.import-export-all.jsx\",\"constant.language.import-export-all.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"keyword.control.as.js\",\"keyword.control.as.ts\",\"keyword.control.as.jsx\",\"keyword.control.as.tsx\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"variable.other.readwrite.alias.js\",\"variable.other.readwrite.alias.ts\",\"variable.other.readwrite.alias.jsx\",\"variable.other.readwrite.alias.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.jsx\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"meta.export.default.js variable.other.readwrite.js\",\"meta.export.default.ts variable.other.readwrite.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"source.js meta.template.expression.js punctuation.accessor\",\"source.ts meta.template.expression.ts punctuation.accessor\",\"source.tsx meta.template.expression.tsx punctuation.accessor\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"source.js meta.import-equals.external.js keyword.operator\",\"source.jsx meta.import-equals.external.jsx keyword.operator\",\"source.ts meta.import-equals.external.ts keyword.operator\",\"source.tsx meta.import-equals.external.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.definition.property.js variable\",\"meta.definition.property.ts variable\",\"meta.definition.property.jsx variable\",\"meta.definition.property.tsx variable\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.type.parameters.js support.type\",\"meta.type.parameters.jsx support.type\",\"meta.type.parameters.ts support.type\",\"meta.type.parameters.tsx support.type\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"source.js meta.tag.js keyword.operator\",\"source.jsx meta.tag.jsx keyword.operator\",\"source.ts meta.tag.ts keyword.operator\",\"source.tsx meta.tag.tsx keyword.operator\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.tag.js punctuation.section.embedded\",\"meta.tag.jsx punctuation.section.embedded\",\"meta.tag.ts punctuation.section.embedded\",\"meta.tag.tsx punctuation.section.embedded\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.array.literal.js variable\",\"meta.array.literal.jsx variable\",\"meta.array.literal.ts variable\",\"meta.array.literal.tsx variable\"],\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":[\"support.type.object.module.js\",\"support.type.object.module.jsx\",\"support.type.object.module.ts\",\"support.type.object.module.tsx\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":[\"constant.language.json\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"variable.other.constant.object.js\",\"variable.other.constant.object.jsx\",\"variable.other.constant.object.ts\",\"variable.other.constant.object.tsx\"],\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":[\"storage.type.property.js\",\"storage.type.property.jsx\",\"storage.type.property.ts\",\"storage.type.property.tsx\"],\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":[\"meta.template.expression.js string.quoted punctuation.definition\",\"meta.template.expression.jsx string.quoted punctuation.definition\",\"meta.template.expression.ts string.quoted punctuation.definition\",\"meta.template.expression.tsx string.quoted punctuation.definition\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"meta.template.expression.js string.template punctuation.definition.string.template\",\"meta.template.expression.jsx string.template punctuation.definition.string.template\",\"meta.template.expression.ts string.template punctuation.definition.string.template\",\"meta.template.expression.tsx string.template punctuation.definition.string.template\"],\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":[\"keyword.operator.expression.in.js\",\"keyword.operator.expression.in.jsx\",\"keyword.operator.expression.in.ts\",\"keyword.operator.expression.in.tsx\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"variable.other.object.js\",\"variable.other.object.ts\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":[\"meta.object-literal.key.js\",\"meta.object-literal.key.ts\"],\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"source.python constant.other\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"source.python constant\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"constant.character.format.placeholder.other.python storage\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"support.variable.magic.python\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"meta.function.parameters.python\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"punctuation.separator.annotation.python\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.separator.parameters.python\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.variable.field.cs\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"source.cs keyword.operator\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.readwrite.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.object.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"variable.other.object.property.cs\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.variable.property.cs\",\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":\"storage.type.cs\",\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":\"keyword.other.unsafe.rust\",\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":\"entity.name.type.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"storage.modifier.lifetime.rust\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"entity.name.lifetime.rust\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"storage.type.core.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"meta.attribute.rust\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"storage.class.std.rust\",\"settings\":{\"foreground\":\"#0184BC\"}},{\"scope\":\"markup.raw.block.markdown\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.variable.shell\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"support.constant.property-value.css\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.constant.css\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"punctuation.separator.key-value.scss\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"punctuation.definition.constant.scss\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"meta.property-list.scss punctuation.separator.key-value.scss\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"storage.type.primitive.array.java\",\"settings\":{\"foreground\":\"#C18401\"}},{\"scope\":\"entity.name.section.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"punctuation.definition.heading.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"markup.heading.setext\",\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.bold.markdown\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"beginning.punctuation.definition.list.markdown\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"markup.quote.markdown\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#A0A1A7\"}},{\"scope\":[\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\",\"punctuation.definition.metadata.markdown\"],\"settings\":{\"foreground\":\"#383A42\"}},{\"scope\":\"punctuation.definition.metadata.markdown\",\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"foreground\":\"#A626A4\"}},{\"scope\":[\"string.other.link.title.markdown\",\"string.other.link.description.markdown\"],\"settings\":{\"foreground\":\"#4078F2\"}},{\"scope\":\"punctuation.separator.variable.ruby\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"variable.other.constant.ruby\",\"settings\":{\"foreground\":\"#986801\"}},{\"scope\":\"keyword.operator.other.ruby\",\"settings\":{\"foreground\":\"#50A14F\"}},{\"scope\":\"punctuation.definition.variable.php\",\"settings\":{\"foreground\":\"#E45649\"}},{\"scope\":\"meta.class.php\",\"settings\":{\"foreground\":\"#383A42\"}}],\"type\":\"light\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: plastic */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#1085FF\",\"activityBar.background\":\"#21252B\",\"activityBar.border\":\"#0D1117\",\"activityBar.foreground\":\"#C6CCD7\",\"activityBar.inactiveForeground\":\"#5F6672\",\"activityBarBadge.background\":\"#E06C75\",\"activityBarBadge.foreground\":\"#ffffff\",\"breadcrumb.focusForeground\":\"#C6CCD7\",\"breadcrumb.foreground\":\"#5F6672\",\"button.background\":\"#E06C75\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#E48189\",\"button.secondaryBackground\":\"#0D1117\",\"button.secondaryForeground\":\"#ffffff\",\"checkbox.background\":\"#61AFEF\",\"checkbox.foreground\":\"#ffffff\",\"contrastBorder\":\"#0D1117\",\"debugToolBar.background\":\"#181A1F\",\"diffEditor.border\":\"#0D1117\",\"diffEditor.diagonalFill\":\"#0D1117\",\"diffEditor.insertedLineBackground\":\"#CBF6AC0D\",\"diffEditor.insertedTextBackground\":\"#CBF6AC1A\",\"diffEditor.removedLineBackground\":\"#FF9FA80D\",\"diffEditor.removedTextBackground\":\"#FF9FA81A\",\"dropdown.background\":\"#181A1F\",\"dropdown.border\":\"#0D1117\",\"editor.background\":\"#21252B\",\"editor.findMatchBackground\":\"#00000000\",\"editor.findMatchBorder\":\"#1085FF\",\"editor.findMatchHighlightBackground\":\"#00000000\",\"editor.findMatchHighlightBorder\":\"#C6CCD7\",\"editor.foreground\":\"#A9B2C3\",\"editor.lineHighlightBackground\":\"#A9B2C31A\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.linkedEditingBackground\":\"#0D1117\",\"editor.rangeHighlightBorder\":\"#C6CCD7\",\"editor.selectionBackground\":\"#A9B2C333\",\"editor.selectionHighlightBackground\":\"#A9B2C31A\",\"editor.selectionHighlightBorder\":\"#C6CCD7\",\"editor.wordHighlightBackground\":\"#00000000\",\"editor.wordHighlightBorder\":\"#1085FF\",\"editor.wordHighlightStrongBackground\":\"#00000000\",\"editor.wordHighlightStrongBorder\":\"#1085FF\",\"editorBracketHighlight.foreground1\":\"#A9B2C3\",\"editorBracketHighlight.foreground2\":\"#61AFEF\",\"editorBracketHighlight.foreground3\":\"#E5C07B\",\"editorBracketHighlight.foreground4\":\"#E06C75\",\"editorBracketHighlight.foreground5\":\"#98C379\",\"editorBracketHighlight.foreground6\":\"#B57EDC\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#D74E42\",\"editorBracketMatch.background\":\"#00000000\",\"editorBracketMatch.border\":\"#1085FF\",\"editorCursor.foreground\":\"#A9B2C3\",\"editorError.foreground\":\"#D74E42\",\"editorGroup.border\":\"#0D1117\",\"editorGroup.emptyBackground\":\"#181A1F\",\"editorGroupHeader.tabsBackground\":\"#181A1F\",\"editorGutter.addedBackground\":\"#98C379\",\"editorGutter.deletedBackground\":\"#E06C75\",\"editorGutter.modifiedBackground\":\"#D19A66\",\"editorHoverWidget.background\":\"#181A1F\",\"editorHoverWidget.border\":\"#1085FF\",\"editorIndentGuide.activeBackground\":\"#A9B2C333\",\"editorIndentGuide.background\":\"#0D1117\",\"editorInfo.foreground\":\"#1085FF\",\"editorInlayHint.background\":\"#00000000\",\"editorInlayHint.foreground\":\"#5F6672\",\"editorLightBulb.foreground\":\"#E9D16C\",\"editorLightBulbAutoFix.foreground\":\"#1085FF\",\"editorLineNumber.activeForeground\":\"#C6CCD7\",\"editorLineNumber.foreground\":\"#5F6672\",\"editorOverviewRuler.addedForeground\":\"#98C379\",\"editorOverviewRuler.border\":\"#0D1117\",\"editorOverviewRuler.deletedForeground\":\"#E06C75\",\"editorOverviewRuler.errorForeground\":\"#D74E42\",\"editorOverviewRuler.findMatchForeground\":\"#1085FF\",\"editorOverviewRuler.infoForeground\":\"#1085FF\",\"editorOverviewRuler.modifiedForeground\":\"#D19A66\",\"editorOverviewRuler.warningForeground\":\"#E9D16C\",\"editorRuler.foreground\":\"#0D1117\",\"editorStickyScroll.background\":\"#181A1F\",\"editorStickyScrollHover.background\":\"#21252B\",\"editorSuggestWidget.background\":\"#181A1F\",\"editorSuggestWidget.border\":\"#1085FF\",\"editorSuggestWidget.selectedBackground\":\"#A9B2C31A\",\"editorWarning.foreground\":\"#E9D16C\",\"editorWhitespace.foreground\":\"#A9B2C31A\",\"editorWidget.background\":\"#181A1F\",\"errorForeground\":\"#D74E42\",\"focusBorder\":\"#1085FF\",\"gitDecoration.deletedResourceForeground\":\"#E06C75\",\"gitDecoration.ignoredResourceForeground\":\"#5F6672\",\"gitDecoration.modifiedResourceForeground\":\"#D19A66\",\"gitDecoration.untrackedResourceForeground\":\"#98C379\",\"input.background\":\"#0D1117\",\"inputOption.activeBorder\":\"#1085FF\",\"inputValidation.errorBackground\":\"#D74E42\",\"inputValidation.errorBorder\":\"#D74E42\",\"inputValidation.infoBackground\":\"#1085FF\",\"inputValidation.infoBorder\":\"#1085FF\",\"inputValidation.infoForeground\":\"#0D1117\",\"inputValidation.warningBackground\":\"#E9D16C\",\"inputValidation.warningBorder\":\"#E9D16C\",\"inputValidation.warningForeground\":\"#0D1117\",\"list.activeSelectionBackground\":\"#A9B2C333\",\"list.activeSelectionForeground\":\"#ffffff\",\"list.errorForeground\":\"#D74E42\",\"list.focusBackground\":\"#A9B2C333\",\"list.hoverBackground\":\"#A9B2C31A\",\"list.inactiveFocusOutline\":\"#5F6672\",\"list.inactiveSelectionBackground\":\"#A9B2C333\",\"list.inactiveSelectionForeground\":\"#C6CCD7\",\"list.warningForeground\":\"#E9D16C\",\"minimap.findMatchHighlight\":\"#1085FF\",\"minimap.selectionHighlight\":\"#C6CCD7\",\"minimapGutter.addedBackground\":\"#98C379\",\"minimapGutter.deletedBackground\":\"#E06C75\",\"minimapGutter.modifiedBackground\":\"#D19A66\",\"notificationCenter.border\":\"#0D1117\",\"notificationCenterHeader.background\":\"#181A1F\",\"notificationToast.border\":\"#0D1117\",\"notifications.background\":\"#181A1F\",\"notifications.border\":\"#0D1117\",\"panel.background\":\"#181A1F\",\"panel.border\":\"#0D1117\",\"panelTitle.inactiveForeground\":\"#5F6672\",\"peekView.border\":\"#1085FF\",\"peekViewEditor.background\":\"#181A1F\",\"peekViewEditor.matchHighlightBackground\":\"#A9B2C333\",\"peekViewResult.background\":\"#181A1F\",\"peekViewResult.matchHighlightBackground\":\"#A9B2C333\",\"peekViewResult.selectionBackground\":\"#A9B2C31A\",\"peekViewResult.selectionForeground\":\"#C6CCD7\",\"peekViewTitle.background\":\"#181A1F\",\"sash.hoverBorder\":\"#A9B2C333\",\"scrollbar.shadow\":\"#00000000\",\"scrollbarSlider.activeBackground\":\"#A9B2C333\",\"scrollbarSlider.background\":\"#A9B2C31A\",\"scrollbarSlider.hoverBackground\":\"#A9B2C333\",\"sideBar.background\":\"#181A1F\",\"sideBar.border\":\"#0D1117\",\"sideBar.foreground\":\"#C6CCD7\",\"sideBarSectionHeader.background\":\"#21252B\",\"statusBar.background\":\"#21252B\",\"statusBar.border\":\"#0D1117\",\"statusBar.debuggingBackground\":\"#21252B\",\"statusBar.debuggingBorder\":\"#56B6C2\",\"statusBar.debuggingForeground\":\"#A9B2C3\",\"statusBar.focusBorder\":\"#A9B2C3\",\"statusBar.foreground\":\"#A9B2C3\",\"statusBar.noFolderBackground\":\"#181A1F\",\"statusBarItem.activeBackground\":\"#0D1117\",\"statusBarItem.errorBackground\":\"#21252B\",\"statusBarItem.errorForeground\":\"#D74E42\",\"statusBarItem.focusBorder\":\"#A9B2C3\",\"statusBarItem.hoverBackground\":\"#181A1F\",\"statusBarItem.hoverForeground\":\"#A9B2C3\",\"statusBarItem.remoteBackground\":\"#21252B\",\"statusBarItem.remoteForeground\":\"#B57EDC\",\"statusBarItem.warningBackground\":\"#21252B\",\"statusBarItem.warningForeground\":\"#E9D16C\",\"tab.activeBackground\":\"#21252B\",\"tab.activeBorderTop\":\"#1085FF\",\"tab.activeForeground\":\"#C6CCD7\",\"tab.border\":\"#0D1117\",\"tab.inactiveBackground\":\"#181A1F\",\"tab.inactiveForeground\":\"#5F6672\",\"tab.lastPinnedBorder\":\"#A9B2C333\",\"terminal.ansiBlack\":\"#5F6672\",\"terminal.ansiBlue\":\"#61AFEF\",\"terminal.ansiBrightBlack\":\"#5F6672\",\"terminal.ansiBrightBlue\":\"#61AFEF\",\"terminal.ansiBrightCyan\":\"#56B6C2\",\"terminal.ansiBrightGreen\":\"#98C379\",\"terminal.ansiBrightMagenta\":\"#B57EDC\",\"terminal.ansiBrightRed\":\"#E06C75\",\"terminal.ansiBrightWhite\":\"#A9B2C3\",\"terminal.ansiBrightYellow\":\"#E5C07B\",\"terminal.ansiCyan\":\"#56B6C2\",\"terminal.ansiGreen\":\"#98C379\",\"terminal.ansiMagenta\":\"#B57EDC\",\"terminal.ansiRed\":\"#E06C75\",\"terminal.ansiWhite\":\"#A9B2C3\",\"terminal.ansiYellow\":\"#E5C07B\",\"terminal.foreground\":\"#A9B2C3\",\"titleBar.activeBackground\":\"#21252B\",\"titleBar.activeForeground\":\"#C6CCD7\",\"titleBar.border\":\"#0D1117\",\"titleBar.inactiveBackground\":\"#21252B\",\"titleBar.inactiveForeground\":\"#5F6672\",\"toolbar.hoverBackground\":\"#A9B2C333\",\"widget.shadow\":\"#00000000\"},\"displayName\":\"Plastic\",\"name\":\"plastic\",\"semanticHighlighting\":true,\"semanticTokenColors\":{},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"source.diff\"],\"settings\":{\"foreground\":\"#5F6672\"}},{\"scope\":[\"entity.name.function\",\"support.function\",\"meta.diff.range\",\"punctuation.definition.range.diff\"],\"settings\":{\"foreground\":\"#B57EDC\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\",\"variable.language\",\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\",\"punctuation.definition.from-file.diff\"],\"settings\":{\"foreground\":\"#E06C75\"}},{\"scope\":[\"constant\",\"support.constant\"],\"settings\":{\"foreground\":\"#56B6C2\"}},{\"scope\":[\"storage\",\"support.class\",\"entity.name.namespace\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#61AFEF\"}},{\"scope\":[\"markup.inline.raw.string\",\"string\",\"markup.inserted\",\"punctuation.definition.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.to-file.diff\"],\"settings\":{\"foreground\":\"#98C379\"}},{\"scope\":[\"entity.name.section\",\"entity.name.tag\",\"entity.name.type\",\"support.type\"],\"settings\":{\"foreground\":\"#E5C07B\"}},{\"scope\":[\"support.type.property-name\",\"support.variable\",\"variable\"],\"settings\":{\"foreground\":\"#C6CCD7\"}},{\"scope\":[\"entity.other\",\"punctuation.definition.entity\",\"support.other\"],\"settings\":{\"foreground\":\"#D19A66\"}},{\"scope\":[\"meta.brace\",\"punctuation\"],\"settings\":{\"foreground\":\"#A9B2C3\"}},{\"scope\":[\"markup.bold\",\"punctuation.definition.bold\",\"entity.other.attribute-name.id\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"comment\",\"markup.italic\",\"punctuation.definition.italic\"],\"settings\":{\"fontStyle\":\"italic\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: poimandres */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#a6accd\",\"activityBar.background\":\"#1b1e28\",\"activityBar.dropBorder\":\"#a6accd\",\"activityBar.foreground\":\"#a6accd\",\"activityBar.inactiveForeground\":\"#a6accd66\",\"activityBarBadge.background\":\"#303340\",\"activityBarBadge.foreground\":\"#e4f0fb\",\"badge.background\":\"#303340\",\"badge.foreground\":\"#e4f0fb\",\"breadcrumb.activeSelectionForeground\":\"#e4f0fb\",\"breadcrumb.background\":\"#00000000\",\"breadcrumb.focusForeground\":\"#e4f0fb\",\"breadcrumb.foreground\":\"#767c9dcc\",\"breadcrumbPicker.background\":\"#1b1e28\",\"button.background\":\"#303340\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#50647750\",\"button.secondaryBackground\":\"#a6accd\",\"button.secondaryForeground\":\"#ffffff\",\"button.secondaryHoverBackground\":\"#a6accd\",\"charts.blue\":\"#ADD7FF\",\"charts.foreground\":\"#a6accd\",\"charts.green\":\"#5DE4c7\",\"charts.lines\":\"#a6accd80\",\"charts.orange\":\"#89ddff\",\"charts.purple\":\"#f087bd\",\"charts.red\":\"#d0679d\",\"charts.yellow\":\"#fffac2\",\"checkbox.background\":\"#1b1e28\",\"checkbox.border\":\"#ffffff10\",\"checkbox.foreground\":\"#e4f0fb\",\"debugConsole.errorForeground\":\"#d0679d\",\"debugConsole.infoForeground\":\"#ADD7FF\",\"debugConsole.sourceForeground\":\"#a6accd\",\"debugConsole.warningForeground\":\"#fffac2\",\"debugConsoleInputIcon.foreground\":\"#a6accd\",\"debugExceptionWidget.background\":\"#d0679d\",\"debugExceptionWidget.border\":\"#d0679d\",\"debugIcon.breakpointCurrentStackframeForeground\":\"#fffac2\",\"debugIcon.breakpointDisabledForeground\":\"#7390AA\",\"debugIcon.breakpointForeground\":\"#d0679d\",\"debugIcon.breakpointStackframeForeground\":\"#5fb3a1\",\"debugIcon.breakpointUnverifiedForeground\":\"#7390AA\",\"debugIcon.continueForeground\":\"#ADD7FF\",\"debugIcon.disconnectForeground\":\"#d0679d\",\"debugIcon.pauseForeground\":\"#ADD7FF\",\"debugIcon.restartForeground\":\"#5fb3a1\",\"debugIcon.startForeground\":\"#5fb3a1\",\"debugIcon.stepBackForeground\":\"#ADD7FF\",\"debugIcon.stepIntoForeground\":\"#ADD7FF\",\"debugIcon.stepOutForeground\":\"#ADD7FF\",\"debugIcon.stepOverForeground\":\"#ADD7FF\",\"debugIcon.stopForeground\":\"#d0679d\",\"debugTokenExpression.boolean\":\"#89ddff\",\"debugTokenExpression.error\":\"#d0679d\",\"debugTokenExpression.name\":\"#e4f0fb\",\"debugTokenExpression.number\":\"#5fb3a1\",\"debugTokenExpression.string\":\"#89ddff\",\"debugTokenExpression.value\":\"#a6accd99\",\"debugToolBar.background\":\"#303340\",\"debugView.exceptionLabelBackground\":\"#d0679d\",\"debugView.exceptionLabelForeground\":\"#e4f0fb\",\"debugView.stateLabelBackground\":\"#303340\",\"debugView.stateLabelForeground\":\"#a6accd\",\"debugView.valueChangedHighlight\":\"#89ddff\",\"descriptionForeground\":\"#a6accdb3\",\"diffEditor.diagonalFill\":\"#a6accd33\",\"diffEditor.insertedTextBackground\":\"#50647715\",\"diffEditor.removedTextBackground\":\"#d0679d20\",\"dropdown.background\":\"#1b1e28\",\"dropdown.border\":\"#ffffff10\",\"dropdown.foreground\":\"#e4f0fb\",\"editor.background\":\"#1b1e28\",\"editor.findMatchBackground\":\"#ADD7FF40\",\"editor.findMatchBorder\":\"#ADD7FF\",\"editor.findMatchHighlightBackground\":\"#ADD7FF40\",\"editor.findRangeHighlightBackground\":\"#ADD7FF40\",\"editor.focusedStackFrameHighlightBackground\":\"#7abd7a4d\",\"editor.foldBackground\":\"#717cb40b\",\"editor.foreground\":\"#a6accd\",\"editor.hoverHighlightBackground\":\"#264f7840\",\"editor.inactiveSelectionBackground\":\"#717cb425\",\"editor.lineHighlightBackground\":\"#717cb425\",\"editor.lineHighlightBorder\":\"#00000000\",\"editor.linkedEditingBackground\":\"#d0679d4d\",\"editor.rangeHighlightBackground\":\"#ffffff0b\",\"editor.selectionBackground\":\"#717cb425\",\"editor.selectionHighlightBackground\":\"#00000000\",\"editor.selectionHighlightBorder\":\"#ADD7FF80\",\"editor.snippetFinalTabstopHighlightBorder\":\"#525252\",\"editor.snippetTabstopHighlightBackground\":\"#7c7c7c4d\",\"editor.stackFrameHighlightBackground\":\"#ffff0033\",\"editor.symbolHighlightBackground\":\"#89ddff60\",\"editor.wordHighlightBackground\":\"#ADD7FF20\",\"editor.wordHighlightStrongBackground\":\"#ADD7FF40\",\"editorBracketMatch.background\":\"#00000000\",\"editorBracketMatch.border\":\"#e4f0fb40\",\"editorCodeLens.foreground\":\"#a6accd\",\"editorCursor.foreground\":\"#a6accd\",\"editorError.foreground\":\"#d0679d\",\"editorGroup.border\":\"#00000030\",\"editorGroup.dropBackground\":\"#7390AA80\",\"editorGroupHeader.noTabsBackground\":\"#1b1e28\",\"editorGroupHeader.tabsBackground\":\"#1b1e28\",\"editorGutter.addedBackground\":\"#5fb3a140\",\"editorGutter.background\":\"#1b1e28\",\"editorGutter.commentRangeForeground\":\"#a6accd\",\"editorGutter.deletedBackground\":\"#d0679d40\",\"editorGutter.foldingControlForeground\":\"#a6accd\",\"editorGutter.modifiedBackground\":\"#ADD7FF20\",\"editorHint.foreground\":\"#7390AAb3\",\"editorHoverWidget.background\":\"#1b1e28\",\"editorHoverWidget.border\":\"#ffffff10\",\"editorHoverWidget.foreground\":\"#a6accd\",\"editorHoverWidget.statusBarBackground\":\"#202430\",\"editorIndentGuide.activeBackground\":\"#e3e4e229\",\"editorIndentGuide.background\":\"#303340\",\"editorInfo.foreground\":\"#ADD7FF\",\"editorInlineHint.background\":\"#a6accd\",\"editorInlineHint.foreground\":\"#1b1e28\",\"editorLightBulb.foreground\":\"#fffac2\",\"editorLightBulbAutoFix.foreground\":\"#ADD7FF\",\"editorLineNumber.activeForeground\":\"#a6accd\",\"editorLineNumber.foreground\":\"#767c9d50\",\"editorLink.activeForeground\":\"#ADD7FF\",\"editorMarkerNavigation.background\":\"#2d2d30\",\"editorMarkerNavigationError.background\":\"#d0679d\",\"editorMarkerNavigationInfo.background\":\"#ADD7FF\",\"editorMarkerNavigationWarning.background\":\"#fffac2\",\"editorOverviewRuler.addedForeground\":\"#5fb3a199\",\"editorOverviewRuler.border\":\"#00000000\",\"editorOverviewRuler.bracketMatchForeground\":\"#a0a0a0\",\"editorOverviewRuler.commonContentForeground\":\"#a6accd66\",\"editorOverviewRuler.currentContentForeground\":\"#5fb3a180\",\"editorOverviewRuler.deletedForeground\":\"#d0679d99\",\"editorOverviewRuler.errorForeground\":\"#d0679db3\",\"editorOverviewRuler.findMatchForeground\":\"#e4f0fb20\",\"editorOverviewRuler.incomingContentForeground\":\"#89ddff80\",\"editorOverviewRuler.infoForeground\":\"#ADD7FF\",\"editorOverviewRuler.modifiedForeground\":\"#89ddff99\",\"editorOverviewRuler.rangeHighlightForeground\":\"#89ddff99\",\"editorOverviewRuler.selectionHighlightForeground\":\"#a0a0a0cc\",\"editorOverviewRuler.warningForeground\":\"#fffac2\",\"editorOverviewRuler.wordHighlightForeground\":\"#a0a0a0cc\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#89ddffcc\",\"editorPane.background\":\"#1b1e28\",\"editorRuler.foreground\":\"#e4f0fb10\",\"editorSuggestWidget.background\":\"#1b1e28\",\"editorSuggestWidget.border\":\"#ffffff10\",\"editorSuggestWidget.foreground\":\"#a6accd\",\"editorSuggestWidget.highlightForeground\":\"#5DE4c7\",\"editorSuggestWidget.selectedBackground\":\"#00000050\",\"editorUnnecessaryCode.opacity\":\"#000000aa\",\"editorWarning.foreground\":\"#fffac2\",\"editorWhitespace.foreground\":\"#303340\",\"editorWidget.background\":\"#1b1e28\",\"editorWidget.border\":\"#a6accd\",\"editorWidget.foreground\":\"#a6accd\",\"errorForeground\":\"#d0679d\",\"extensionBadge.remoteBackground\":\"#303340\",\"extensionBadge.remoteForeground\":\"#e4f0fb\",\"extensionButton.prominentBackground\":\"#30334090\",\"extensionButton.prominentForeground\":\"#ffffff\",\"extensionButton.prominentHoverBackground\":\"#303340\",\"extensionIcon.starForeground\":\"#fffac2\",\"focusBorder\":\"#00000000\",\"foreground\":\"#a6accd\",\"gitDecoration.addedResourceForeground\":\"#5fb3a1\",\"gitDecoration.conflictingResourceForeground\":\"#d0679d\",\"gitDecoration.deletedResourceForeground\":\"#d0679d\",\"gitDecoration.ignoredResourceForeground\":\"#767c9d70\",\"gitDecoration.modifiedResourceForeground\":\"#ADD7FF\",\"gitDecoration.renamedResourceForeground\":\"#5DE4c7\",\"gitDecoration.stageDeletedResourceForeground\":\"#d0679d\",\"gitDecoration.stageModifiedResourceForeground\":\"#ADD7FF\",\"gitDecoration.submoduleResourceForeground\":\"#89ddff\",\"gitDecoration.untrackedResourceForeground\":\"#5DE4c7\",\"icon.foreground\":\"#a6accd\",\"imagePreview.border\":\"#303340\",\"input.background\":\"#ffffff05\",\"input.border\":\"#ffffff10\",\"input.foreground\":\"#e4f0fb\",\"input.placeholderForeground\":\"#a6accd60\",\"inputOption.activeBackground\":\"#00000000\",\"inputOption.activeBorder\":\"#00000000\",\"inputOption.activeForeground\":\"#ffffff\",\"inputValidation.errorBackground\":\"#1b1e28\",\"inputValidation.errorBorder\":\"#d0679d\",\"inputValidation.errorForeground\":\"#d0679d\",\"inputValidation.infoBackground\":\"#506477\",\"inputValidation.infoBorder\":\"#89ddff\",\"inputValidation.warningBackground\":\"#506477\",\"inputValidation.warningBorder\":\"#fffac2\",\"list.activeSelectionBackground\":\"#30334080\",\"list.activeSelectionForeground\":\"#e4f0fb\",\"list.deemphasizedForeground\":\"#767c9d\",\"list.dropBackground\":\"#506477\",\"list.errorForeground\":\"#d0679d\",\"list.filterMatchBackground\":\"#89ddff60\",\"list.focusBackground\":\"#30334080\",\"list.focusForeground\":\"#a6accd\",\"list.focusOutline\":\"#00000000\",\"list.highlightForeground\":\"#5fb3a1\",\"list.hoverBackground\":\"#30334080\",\"list.hoverForeground\":\"#e4f0fb\",\"list.inactiveSelectionBackground\":\"#30334080\",\"list.inactiveSelectionForeground\":\"#e4f0fb\",\"list.invalidItemForeground\":\"#fffac2\",\"list.warningForeground\":\"#fffac2\",\"listFilterWidget.background\":\"#303340\",\"listFilterWidget.noMatchesOutline\":\"#d0679d\",\"listFilterWidget.outline\":\"#00000000\",\"menu.background\":\"#1b1e28\",\"menu.foreground\":\"#e4f0fb\",\"menu.selectionBackground\":\"#303340\",\"menu.selectionForeground\":\"#7390AA\",\"menu.separatorBackground\":\"#767c9d\",\"menubar.selectionBackground\":\"#717cb425\",\"menubar.selectionForeground\":\"#a6accd\",\"merge.commonContentBackground\":\"#a6accd29\",\"merge.commonHeaderBackground\":\"#a6accd66\",\"merge.currentContentBackground\":\"#5fb3a133\",\"merge.currentHeaderBackground\":\"#5fb3a180\",\"merge.incomingContentBackground\":\"#89ddff33\",\"merge.incomingHeaderBackground\":\"#89ddff80\",\"minimap.errorHighlight\":\"#d0679d\",\"minimap.findMatchHighlight\":\"#ADD7FF\",\"minimap.selectionHighlight\":\"#e4f0fb40\",\"minimap.warningHighlight\":\"#fffac2\",\"minimapGutter.addedBackground\":\"#5fb3a180\",\"minimapGutter.deletedBackground\":\"#d0679d80\",\"minimapGutter.modifiedBackground\":\"#ADD7FF80\",\"minimapSlider.activeBackground\":\"#a6accd30\",\"minimapSlider.background\":\"#a6accd20\",\"minimapSlider.hoverBackground\":\"#a6accd30\",\"notebook.cellBorderColor\":\"#1b1e28\",\"notebook.cellInsertionIndicator\":\"#00000000\",\"notebook.cellStatusBarItemHoverBackground\":\"#ffffff26\",\"notebook.cellToolbarSeparator\":\"#303340\",\"notebook.focusedCellBorder\":\"#00000000\",\"notebook.focusedEditorBorder\":\"#00000000\",\"notebook.focusedRowBorder\":\"#00000000\",\"notebook.inactiveFocusedCellBorder\":\"#00000000\",\"notebook.outputContainerBackgroundColor\":\"#1b1e28\",\"notebook.rowHoverBackground\":\"#30334000\",\"notebook.selectedCellBackground\":\"#303340\",\"notebook.selectedCellBorder\":\"#1b1e28\",\"notebook.symbolHighlightBackground\":\"#ffffff0b\",\"notebookScrollbarSlider.activeBackground\":\"#a6accd25\",\"notebookScrollbarSlider.background\":\"#00000050\",\"notebookScrollbarSlider.hoverBackground\":\"#a6accd25\",\"notebookStatusErrorIcon.foreground\":\"#d0679d\",\"notebookStatusRunningIcon.foreground\":\"#a6accd\",\"notebookStatusSuccessIcon.foreground\":\"#5fb3a1\",\"notificationCenterHeader.background\":\"#303340\",\"notificationLink.foreground\":\"#ADD7FF\",\"notifications.background\":\"#1b1e28\",\"notifications.border\":\"#303340\",\"notifications.foreground\":\"#e4f0fb\",\"notificationsErrorIcon.foreground\":\"#d0679d\",\"notificationsInfoIcon.foreground\":\"#ADD7FF\",\"notificationsWarningIcon.foreground\":\"#fffac2\",\"panel.background\":\"#1b1e28\",\"panel.border\":\"#00000030\",\"panel.dropBorder\":\"#a6accd\",\"panelSection.border\":\"#1b1e28\",\"panelSection.dropBackground\":\"#7390AA80\",\"panelSectionHeader.background\":\"#303340\",\"panelTitle.activeBorder\":\"#a6accd\",\"panelTitle.activeForeground\":\"#a6accd\",\"panelTitle.inactiveForeground\":\"#a6accd99\",\"peekView.border\":\"#00000030\",\"peekViewEditor.background\":\"#a6accd05\",\"peekViewEditor.matchHighlightBackground\":\"#303340\",\"peekViewEditorGutter.background\":\"#a6accd05\",\"peekViewResult.background\":\"#a6accd05\",\"peekViewResult.fileForeground\":\"#ffffff\",\"peekViewResult.lineForeground\":\"#a6accd\",\"peekViewResult.matchHighlightBackground\":\"#303340\",\"peekViewResult.selectionBackground\":\"#717cb425\",\"peekViewResult.selectionForeground\":\"#ffffff\",\"peekViewTitle.background\":\"#a6accd05\",\"peekViewTitleDescription.foreground\":\"#a6accd60\",\"peekViewTitleLabel.foreground\":\"#ffffff\",\"pickerGroup.border\":\"#a6accd\",\"pickerGroup.foreground\":\"#89ddff\",\"problemsErrorIcon.foreground\":\"#d0679d\",\"problemsInfoIcon.foreground\":\"#ADD7FF\",\"problemsWarningIcon.foreground\":\"#fffac2\",\"progressBar.background\":\"#89ddff\",\"quickInput.background\":\"#1b1e28\",\"quickInput.foreground\":\"#a6accd\",\"quickInputList.focusBackground\":\"#a6accd10\",\"quickInputTitle.background\":\"#ffffff1b\",\"sash.hoverBorder\":\"#00000000\",\"scm.providerBorder\":\"#e4f0fb10\",\"scrollbar.shadow\":\"#00000000\",\"scrollbarSlider.activeBackground\":\"#a6accd25\",\"scrollbarSlider.background\":\"#00000080\",\"scrollbarSlider.hoverBackground\":\"#a6accd25\",\"searchEditor.findMatchBackground\":\"#ADD7FF50\",\"searchEditor.textInputBorder\":\"#ffffff10\",\"selection.background\":\"#a6accd\",\"settings.checkboxBackground\":\"#1b1e28\",\"settings.checkboxBorder\":\"#ffffff10\",\"settings.checkboxForeground\":\"#e4f0fb\",\"settings.dropdownBackground\":\"#1b1e28\",\"settings.dropdownBorder\":\"#ffffff10\",\"settings.dropdownForeground\":\"#e4f0fb\",\"settings.dropdownListBorder\":\"#e4f0fb10\",\"settings.focusedRowBackground\":\"#00000000\",\"settings.headerForeground\":\"#e4f0fb\",\"settings.modifiedItemIndicator\":\"#ADD7FF\",\"settings.numberInputBackground\":\"#ffffff05\",\"settings.numberInputBorder\":\"#ffffff10\",\"settings.numberInputForeground\":\"#e4f0fb\",\"settings.textInputBackground\":\"#ffffff05\",\"settings.textInputBorder\":\"#ffffff10\",\"settings.textInputForeground\":\"#e4f0fb\",\"sideBar.background\":\"#1b1e28\",\"sideBar.dropBackground\":\"#7390AA80\",\"sideBar.foreground\":\"#767c9d\",\"sideBarSectionHeader.background\":\"#1b1e28\",\"sideBarSectionHeader.foreground\":\"#a6accd\",\"sideBarTitle.foreground\":\"#a6accd\",\"statusBar.background\":\"#1b1e28\",\"statusBar.debuggingBackground\":\"#303340\",\"statusBar.debuggingForeground\":\"#ffffff\",\"statusBar.foreground\":\"#a6accd\",\"statusBar.noFolderBackground\":\"#1b1e28\",\"statusBar.noFolderForeground\":\"#a6accd\",\"statusBarItem.activeBackground\":\"#ffffff2e\",\"statusBarItem.errorBackground\":\"#d0679d\",\"statusBarItem.errorForeground\":\"#ffffff\",\"statusBarItem.hoverBackground\":\"#ffffff1f\",\"statusBarItem.prominentBackground\":\"#00000080\",\"statusBarItem.prominentForeground\":\"#a6accd\",\"statusBarItem.prominentHoverBackground\":\"#0000004d\",\"statusBarItem.remoteBackground\":\"#303340\",\"statusBarItem.remoteForeground\":\"#e4f0fb\",\"symbolIcon.arrayForeground\":\"#a6accd\",\"symbolIcon.booleanForeground\":\"#a6accd\",\"symbolIcon.classForeground\":\"#fffac2\",\"symbolIcon.colorForeground\":\"#a6accd\",\"symbolIcon.constantForeground\":\"#a6accd\",\"symbolIcon.constructorForeground\":\"#f087bd\",\"symbolIcon.enumeratorForeground\":\"#fffac2\",\"symbolIcon.enumeratorMemberForeground\":\"#ADD7FF\",\"symbolIcon.eventForeground\":\"#fffac2\",\"symbolIcon.fieldForeground\":\"#ADD7FF\",\"symbolIcon.fileForeground\":\"#a6accd\",\"symbolIcon.folderForeground\":\"#a6accd\",\"symbolIcon.functionForeground\":\"#f087bd\",\"symbolIcon.interfaceForeground\":\"#ADD7FF\",\"symbolIcon.keyForeground\":\"#a6accd\",\"symbolIcon.keywordForeground\":\"#a6accd\",\"symbolIcon.methodForeground\":\"#f087bd\",\"symbolIcon.moduleForeground\":\"#a6accd\",\"symbolIcon.namespaceForeground\":\"#a6accd\",\"symbolIcon.nullForeground\":\"#a6accd\",\"symbolIcon.numberForeground\":\"#a6accd\",\"symbolIcon.objectForeground\":\"#a6accd\",\"symbolIcon.operatorForeground\":\"#a6accd\",\"symbolIcon.packageForeground\":\"#a6accd\",\"symbolIcon.propertyForeground\":\"#a6accd\",\"symbolIcon.referenceForeground\":\"#a6accd\",\"symbolIcon.snippetForeground\":\"#a6accd\",\"symbolIcon.stringForeground\":\"#a6accd\",\"symbolIcon.structForeground\":\"#a6accd\",\"symbolIcon.textForeground\":\"#a6accd\",\"symbolIcon.typeParameterForeground\":\"#a6accd\",\"symbolIcon.unitForeground\":\"#a6accd\",\"symbolIcon.variableForeground\":\"#ADD7FF\",\"tab.activeBackground\":\"#30334080\",\"tab.activeForeground\":\"#e4f0fb\",\"tab.activeModifiedBorder\":\"#ADD7FF\",\"tab.border\":\"#00000000\",\"tab.inactiveBackground\":\"#1b1e28\",\"tab.inactiveForeground\":\"#767c9d\",\"tab.inactiveModifiedBorder\":\"#ADD7FF80\",\"tab.lastPinnedBorder\":\"#00000000\",\"tab.unfocusedActiveBackground\":\"#1b1e28\",\"tab.unfocusedActiveForeground\":\"#a6accd\",\"tab.unfocusedActiveModifiedBorder\":\"#ADD7FF40\",\"tab.unfocusedInactiveBackground\":\"#1b1e28\",\"tab.unfocusedInactiveForeground\":\"#a6accd80\",\"tab.unfocusedInactiveModifiedBorder\":\"#ADD7FF40\",\"terminal.ansiBlack\":\"#1b1e28\",\"terminal.ansiBlue\":\"#89ddff\",\"terminal.ansiBrightBlack\":\"#a6accd\",\"terminal.ansiBrightBlue\":\"#ADD7FF\",\"terminal.ansiBrightCyan\":\"#ADD7FF\",\"terminal.ansiBrightGreen\":\"#5DE4c7\",\"terminal.ansiBrightMagenta\":\"#f087bd\",\"terminal.ansiBrightRed\":\"#d0679d\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#fffac2\",\"terminal.ansiCyan\":\"#89ddff\",\"terminal.ansiGreen\":\"#5DE4c7\",\"terminal.ansiMagenta\":\"#f087bd\",\"terminal.ansiRed\":\"#d0679d\",\"terminal.ansiWhite\":\"#ffffff\",\"terminal.ansiYellow\":\"#fffac2\",\"terminal.border\":\"#00000000\",\"terminal.foreground\":\"#a6accd\",\"terminal.selectionBackground\":\"#717cb425\",\"terminalCommandDecoration.defaultBackground\":\"#767c9d\",\"terminalCommandDecoration.errorBackground\":\"#d0679d\",\"terminalCommandDecoration.successBackground\":\"#5DE4c7\",\"testing.iconErrored\":\"#d0679d\",\"testing.iconFailed\":\"#d0679d\",\"testing.iconPassed\":\"#5DE4c7\",\"testing.iconQueued\":\"#fffac2\",\"testing.iconSkipped\":\"#7390AA\",\"testing.iconUnset\":\"#7390AA\",\"testing.message.error.decorationForeground\":\"#d0679d\",\"testing.message.error.lineBackground\":\"#d0679d33\",\"testing.message.hint.decorationForeground\":\"#7390AAb3\",\"testing.message.info.decorationForeground\":\"#ADD7FF\",\"testing.message.info.lineBackground\":\"#89ddff33\",\"testing.message.warning.decorationForeground\":\"#fffac2\",\"testing.message.warning.lineBackground\":\"#fffac233\",\"testing.peekBorder\":\"#d0679d\",\"testing.runAction\":\"#5DE4c7\",\"textBlockQuote.background\":\"#7390AA1a\",\"textBlockQuote.border\":\"#89ddff80\",\"textCodeBlock.background\":\"#00000050\",\"textLink.activeForeground\":\"#ADD7FF\",\"textLink.foreground\":\"#ADD7FF\",\"textPreformat.foreground\":\"#e4f0fb\",\"textSeparator.foreground\":\"#ffffff2e\",\"titleBar.activeBackground\":\"#1b1e28\",\"titleBar.activeForeground\":\"#a6accd\",\"titleBar.inactiveBackground\":\"#1b1e28\",\"titleBar.inactiveForeground\":\"#767c9d\",\"tree.indentGuidesStroke\":\"#303340\",\"tree.tableColumnsBorder\":\"#a6accd20\",\"welcomePage.progress.background\":\"#ffffff05\",\"welcomePage.progress.foreground\":\"#5fb3a1\",\"welcomePage.tileBackground\":\"#1b1e28\",\"welcomePage.tileHoverBackground\":\"#303340\",\"widget.shadow\":\"#00000030\"},\"displayName\":\"Poimandres\",\"name\":\"poimandres\",\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#767c9dB0\"}},{\"scope\":\"meta.parameters comment.block\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#a6accd\"}},{\"scope\":[\"variable.other.constant.object\",\"variable.other.readwrite.alias\",\"meta.import variable.other.readwrite\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"variable.other\",\"support.type.object\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"variable.other.object.property\",\"variable.other.property\",\"support.variable.property\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"entity.name.function.method\",\"string.unquoted\",\"meta.object.member\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"variable - meta.import\",\"constant.other.placeholder\",\"meta.object-literal.key-meta.object.member\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"keyword.control.flow\"],\"settings\":{\"foreground\":\"#5DE4c7c0\"}},{\"scope\":[\"keyword.operator.new\",\"keyword.control.new\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"variable.language.this\",\"storage.modifier.async\",\"storage.modifier\",\"variable.language.super\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"support.class.error\",\"keyword.control.trycatch\",\"keyword.operator.expression.delete\",\"keyword.operator.expression.void\",\"keyword.operator.void\",\"keyword.operator.delete\",\"constant.language.null\",\"constant.language.boolean.false\",\"constant.language.undefined\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"variable.parameter\",\"variable.other.readwrite.js\",\"meta.definition.variable variable.other.constant\",\"meta.definition.variable variable.other.readwrite\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"keyword.control\",\"keyword\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"keyword.operator\",\"storage.type\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"keyword.control.module\",\"keyword.control.import\",\"keyword.control.export\",\"keyword.control.default\",\"meta.import\",\"meta.export\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"Keyword\",\"Storage\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"keyword-meta.export\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.brace\",\"punctuation\",\"keyword.operator.existential\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"constant.other.color\",\"meta.tag\",\"punctuation.definition.tag\",\"punctuation.separator.inheritance.php\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\",\"punctuation.section.embedded\",\"keyword.other.template\",\"keyword.other.substitution\",\"meta.objectliteral\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"support.class.component\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"entity.name.tag\",\"entity.name.tag\",\"meta.tag.sgml\",\"markup.deleted.git_gutter\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":\"variable.function, source meta.function-call entity.name.function, source meta.function-call entity.name.function, source meta.method-call entity.name.function, meta.class meta.group.braces.curly meta.function-call variable.function, meta.class meta.field.declaration meta.function-call entity.name.function, variable.function.constructor, meta.block meta.var.expr meta.function-call entity.name.function, support.function.console, meta.function-call support.function, meta.property.class variable.other.class, punctuation.definition.entity.css\",\"settings\":{\"foreground\":\"#e4f0fbd0\"}},{\"scope\":\"entity.name.function, meta.class entity.name.class, meta.class entity.name.type.class, meta.class meta.function-call variable.function, keyword.other.important\",\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.cpp meta.block variable.other\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"support.other.variable\",\"string.other.link\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"constant.numeric\",\"support.constant\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\",\"keyword.other\",\"string\",\"constant.language\",\"constant.other.symbol\",\"constant.other.key\",\"markup.heading\",\"markup.inserted.git_gutter\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\",\"text.html.derivative\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.type.declaration\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.type.alias\"],\"settings\":{\"foreground\":\"#a6accd\"}},{\"scope\":[\"keyword.control.as\",\"entity.name.type\",\"support.type\"],\"settings\":{\"foreground\":\"#a6accdC0\"}},{\"scope\":[\"entity.name\",\"support.orther.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"markup.changed.git_gutter\",\"support.type.sys-types\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"support.class\",\"support.constant\",\"variable.other.constant.object\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"entity.name.method.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#91B4D5\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"variable.function.constructor\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#91B4D5\"}},{\"scope\":[\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"entity.other.attribute-name.class\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"source.sass keyword.control\"],\"settings\":{\"foreground\":\"#42675A\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#506477\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#42675A\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#5fb3a1\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"text.html.markdown\",\"punctuation.definition.list_item.markdown\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"markdown.heading\",\"markup.heading | markup.heading entity.name\",\"markup.heading.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.bold\",\"markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.italic markup.bold\",\"markup.quote markup.bold\",\"markup.bold markup.italic string\",\"markup.italic markup.bold string\",\"markup.quote markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.strike\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"markup.quote punctuation.definition.blockquote.markdown\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"constant.other.reference.link.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.raw.block\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\"],\"settings\":{\"foreground\":\"#50647750\"}},{\"scope\":[\"punctuation.definition.fenced.markdown\"],\"settings\":{\"foreground\":\"#50647750\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\",\"variable.language.fenced.markdown\",\"punctuation.section.class.end\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#91B4D5\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7390AA\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#fffac2\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#e4f0fb\"}},{\"scope\":[\"entity.name.section.markdown\",\"markup.heading.setext.1.markdown\",\"markup.heading.setext.2.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e4f0fb\"}},{\"scope\":\"meta.paragraph.markdown\",\"settings\":{\"foreground\":\"#e4f0fbd0\"}},{\"scope\":[\"punctuation.definition.from-file.diff\",\"meta.diff.header.from-file\"],\"settings\":{\"foreground\":\"#506477\"}},{\"scope\":\"markup.inline.raw.string.markdown\",\"settings\":{\"foreground\":\"#7390AA\"}},{\"scope\":\"meta.separator.markdown\",\"settings\":{\"foreground\":\"#767c9d\"}},{\"scope\":\"markup.bold.markdown\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic.markdown\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"punctuation.definition.list.begin.markdown\",\"markup.list.unnumbered.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"string.other.link.description.title.markdown punctuation.definition.string.markdown\",\"meta.link.inline.markdown string.other.link.description.title.markdown\",\"string.other.link.description.title.markdown punctuation.definition.string.begin.markdown\",\"string.other.link.description.title.markdown punctuation.definition.string.end.markdown\",\"meta.image.inline.markdown string.other.link.description.title.markdown\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"meta.link.inline.markdown string.other.link.title.markdown\",\"meta.link.reference.markdown string.other.link.title.markdown\",\"meta.link.reference.def.markdown markup.underline.link.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"markup.underline.link.markdown\",\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#5DE4c7\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"punctuation.definition.markdown\",\"punctuation.definition.raw.markdown\",\"punctuation.definition.heading.markdown\",\"punctuation.definition.bold.markdown\",\"punctuation.definition.italic.markdown\"],\"settings\":{\"foreground\":\"#ADD7FF\"}},{\"scope\":[\"source.ignore\",\"log.error\",\"log.exception\"],\"settings\":{\"foreground\":\"#d0679d\"}},{\"scope\":[\"log.verbose\"],\"settings\":{\"foreground\":\"#a6accd\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: red */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#580000\",\"badge.background\":\"#cc3333\",\"button.background\":\"#833\",\"debugToolBar.background\":\"#660000\",\"dropdown.background\":\"#580000\",\"editor.background\":\"#390000\",\"editor.foreground\":\"#F8F8F8\",\"editor.hoverHighlightBackground\":\"#ff000044\",\"editor.lineHighlightBackground\":\"#ff000033\",\"editor.selectionBackground\":\"#750000\",\"editor.selectionHighlightBackground\":\"#f5500039\",\"editorCursor.foreground\":\"#970000\",\"editorGroup.border\":\"#ff666633\",\"editorGroupHeader.tabsBackground\":\"#330000\",\"editorHoverWidget.background\":\"#300000\",\"editorLineNumber.activeForeground\":\"#ffbbbb88\",\"editorLineNumber.foreground\":\"#ff777788\",\"editorLink.activeForeground\":\"#FFD0AA\",\"editorSuggestWidget.background\":\"#300000\",\"editorSuggestWidget.border\":\"#220000\",\"editorWhitespace.foreground\":\"#c10000\",\"editorWidget.background\":\"#300000\",\"errorForeground\":\"#ffeaea\",\"extensionButton.prominentBackground\":\"#cc3333\",\"extensionButton.prominentHoverBackground\":\"#cc333388\",\"focusBorder\":\"#ff6666aa\",\"input.background\":\"#580000\",\"inputOption.activeBorder\":\"#cc0000\",\"inputValidation.infoBackground\":\"#550000\",\"inputValidation.infoBorder\":\"#DB7E58\",\"list.activeSelectionBackground\":\"#880000\",\"list.dropBackground\":\"#662222\",\"list.highlightForeground\":\"#ff4444\",\"list.hoverBackground\":\"#800000\",\"list.inactiveSelectionBackground\":\"#770000\",\"minimap.selectionHighlight\":\"#750000\",\"peekView.border\":\"#ff000044\",\"peekViewEditor.background\":\"#300000\",\"peekViewResult.background\":\"#400000\",\"peekViewTitle.background\":\"#550000\",\"pickerGroup.border\":\"#ff000033\",\"pickerGroup.foreground\":\"#cc9999\",\"ports.iconRunningProcessForeground\":\"#DB7E58\",\"progressBar.background\":\"#cc3333\",\"quickInputList.focusBackground\":\"#660000\",\"selection.background\":\"#ff777788\",\"sideBar.background\":\"#330000\",\"statusBar.background\":\"#700000\",\"statusBar.noFolderBackground\":\"#700000\",\"statusBarItem.remoteBackground\":\"#c33\",\"tab.activeBackground\":\"#490000\",\"tab.inactiveBackground\":\"#300a0a\",\"tab.lastPinnedBorder\":\"#ff000044\",\"titleBar.activeBackground\":\"#770000\",\"titleBar.inactiveBackground\":\"#772222\"},\"displayName\":\"Red\",\"name\":\"red\",\"semanticHighlighting\":true,\"tokenColors\":[{\"settings\":{\"foreground\":\"#F8F8F8\"}},{\"scope\":[\"meta.embedded\",\"source.groovy.embedded\",\"string meta.image.inline.markdown\",\"variable.legacy.builtin.python\"],\"settings\":{\"foreground\":\"#F8F8F8\"}},{\"scope\":\"comment\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7c0c0ff\"}},{\"scope\":\"constant\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#994646ff\"}},{\"scope\":\"keyword\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#f12727ff\"}},{\"scope\":\"entity\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#fec758ff\"}},{\"scope\":\"storage\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ff6262ff\"}},{\"scope\":\"string\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#cd8d8dff\"}},{\"scope\":\"support\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#9df39fff\"}},{\"scope\":\"variable\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fb9a4bff\"}},{\"scope\":\"invalid\",\"settings\":{\"foreground\":\"#ffffffff\"}},{\"scope\":[\"entity.other.inherited-class\",\"punctuation.separator.namespace.ruby\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#aa5507ff\"}},{\"scope\":\"constant.character\",\"settings\":{\"foreground\":\"#ec0d1e\"}},{\"scope\":[\"string constant\",\"constant.character.escape\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffe862ff\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#ffb454ff\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#edef7dff\"}},{\"scope\":\"support.function\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffb454ff\"}},{\"scope\":[\"support.constant\",\"support.variable\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#eb939aff\"}},{\"scope\":[\"declaration.sgml.html declaration.doctype\",\"declaration.sgml.html declaration.doctype entity\",\"declaration.sgml.html declaration.doctype string\",\"declaration.xml-processing\",\"declaration.xml-processing entity\",\"declaration.xml-processing string\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#73817dff\"}},{\"scope\":[\"declaration.tag\",\"declaration.tag entity\",\"meta.tag\",\"meta.tag entity\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ec0d1eff\"}},{\"scope\":\"meta.selector.css entity.name.tag\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#aa5507ff\"}},{\"scope\":\"meta.selector.css entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#fec758ff\"}},{\"scope\":\"meta.selector.css entity.other.attribute-name.class\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#41a83eff\"}},{\"scope\":\"support.type.property-name.css\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#96dd3bff\"}},{\"scope\":[\"meta.property-group support.constant.property-value.css\",\"meta.property-value support.constant.property-value.css\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#ffe862ff\"}},{\"scope\":[\"meta.property-value support.constant.named-color.css\",\"meta.property-value constant\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffe862ff\"}},{\"scope\":\"meta.preprocessor.at-rule keyword.control.at-rule\",\"settings\":{\"foreground\":\"#fd6209ff\"}},{\"scope\":\"meta.constructor.argument.css\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ec9799ff\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#f8f8f8ff\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#ec9799ff\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#f8f8f8ff\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#41a83eff\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#f12727ff\"}},{\"scope\":\"markup.list\",\"settings\":{\"foreground\":\"#ff6262ff\"}},{\"scope\":[\"markup.bold\",\"markup.italic\"],\"settings\":{\"foreground\":\"#fb9a4bff\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"markup.strikethrough\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"markup.inline.raw\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#cd8d8dff\"}},{\"scope\":[\"markup.heading\",\"markup.heading.setext\",\"punctuation.definition.heading\",\"entity.name.section\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#fec758ff\"}},{\"scope\":[\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded\",\".format.placeholder\"],\"settings\":{\"foreground\":\"#ec0d1e\"}}],\"type\":\"dark\"}"))
|