filefive 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -20
- package/dist/App.js +2 -0
- package/dist/Connection.js +20 -5
- package/dist/commands/connect.js +2 -2
- package/dist/commands/saveSettings.js +1 -0
- package/dist/commands/settings.js +10 -1
- package/dist/fs/Local.js +1 -1
- package/dist/fs/S3.js +224 -0
- package/dist/icon-themes/ayu.json +589 -0
- package/dist/icon-themes/fileicons.json +23745 -0
- package/dist/icon-themes/languages.json +1 -0
- package/dist/icon-themes/material.json +13549 -0
- package/dist/icon-themes/nomo.json +574 -0
- package/dist/icon-themes/seti.json +2406 -0
- package/dist/icon-themes/vscodegreat.json +1419 -0
- package/dist/icon-themes/vsicons.json +1 -0
- package/dist/index.js +1 -1
- package/dist/keybindings.json +20 -4
- package/dist/public/9f7265fc2b70bf1167a9.woff2 +0 -0
- package/dist/public/assets/manifest.webmanifest +1 -1
- package/dist/public/icon-themes/ayu/file_type_R@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_access@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_actionscript@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_ae@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_ai@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_angular.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_applescript@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_archive@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_audio@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_babel@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_binary.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_blade@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_bower@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_c.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_cf@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_circleci@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_clojure@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_coffeescript@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_composer@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_cpp.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_csharp.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_css.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_csv.svg +8 -0
- package/dist/public/icon-themes/ayu/file_type_csv@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_dart@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_default.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_dlang@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_docker@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_dotnet@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_editorconfig@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_elm@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_erlang@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_eslint@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_ex@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_excel@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_font.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_git.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_go@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_gql.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_gradle@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_graphviz.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_groovy.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_gruntfile.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_gulpfile@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_haml@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_haskell.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_haxe.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_html@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_image.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_indesign@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_java@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_jest@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_js.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_json.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_jsp@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_jsx@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_julia@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_jupyter.svg +25 -0
- package/dist/public/icon-themes/ayu/file_type_kotlin@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_less@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_license.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_liquid.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_lisp@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_lock@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_log@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_lsl@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_lua@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_markdown.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_markup@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_matlab@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_maya@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_mustache@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_nginx@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_nodejs@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_note@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_npm.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_nsis@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_ocaml@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_onenote@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_pdf@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_perl.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_php.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_plist@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_postcss@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_powerpoint@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_powershell@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_preferences@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_premiere@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_procfile.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_psd@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_psm.svg +68 -0
- package/dist/public/icon-themes/ayu/file_type_pug@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_puppet@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_python.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_rails@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_reasonml@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_riot@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_rollup.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_ruby.svg +8 -0
- package/dist/public/icon-themes/ayu/file_type_rust.svg +10 -0
- package/dist/public/icon-themes/ayu/file_type_sass.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_scala@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_scss.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_settings@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_shell.svg +7 -0
- package/dist/public/icon-themes/ayu/file_type_sketch.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_slim@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_source.svg +11 -0
- package/dist/public/icon-themes/ayu/file_type_sql@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_stata@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_stylelint@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_stylus@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_sublime@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_svelte.svg +8 -0
- package/dist/public/icon-themes/ayu/file_type_svg@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_swift.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_tcl@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_tern@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_tex@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_text@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_textile@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_todo@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_twig@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_typescript.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_video@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_vim@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_vue.svg +10 -0
- package/dist/public/icon-themes/ayu/file_type_wasm.svg +9 -0
- package/dist/public/icon-themes/ayu/file_type_webpack@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_windows@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_word@2x.png +0 -0
- package/dist/public/icon-themes/ayu/file_type_yaml.svg +10 -0
- package/dist/public/icon-themes/ayu/file_type_yarn@2x.png +0 -0
- package/dist/public/icon-themes/ayu/folder_dark@2x.png +0 -0
- package/dist/public/icon-themes/ayu/folder_light@2x.png +0 -0
- package/dist/public/icon-themes/ayu/folder_opened_dark@2x.png +0 -0
- package/dist/public/icon-themes/ayu/folder_opened_light@2x.png +0 -0
- package/dist/public/icon-themes/ayu.css +340 -0
- package/dist/public/icon-themes/fileicons-devicons.woff2 +0 -0
- package/dist/public/icon-themes/fileicons-fa.woff2 +0 -0
- package/dist/public/icon-themes/fileicons-fi.woff2 +0 -0
- package/dist/public/icon-themes/fileicons-mf.woff2 +0 -0
- package/dist/public/icon-themes/fileicons-octicons.woff2 +0 -0
- package/dist/public/icon-themes/fileicons.css +10056 -0
- package/dist/public/icon-themes/material/3d.svg +1 -0
- package/dist/public/icon-themes/material/abap.svg +1 -0
- package/dist/public/icon-themes/material/abc.svg +1 -0
- package/dist/public/icon-themes/material/actionscript.svg +1 -0
- package/dist/public/icon-themes/material/ada.svg +1 -0
- package/dist/public/icon-themes/material/adobe-illustrator.svg +1 -0
- package/dist/public/icon-themes/material/adobe-illustrator_light.svg +1 -0
- package/dist/public/icon-themes/material/adobe-photoshop.svg +1 -0
- package/dist/public/icon-themes/material/adobe-photoshop_light.svg +1 -0
- package/dist/public/icon-themes/material/adobe-swc.svg +1 -0
- package/dist/public/icon-themes/material/adonis.svg +1 -0
- package/dist/public/icon-themes/material/advpl-include.clone.svg +1 -0
- package/dist/public/icon-themes/material/advpl-ptm.clone.svg +1 -0
- package/dist/public/icon-themes/material/advpl-tlpp.clone.svg +1 -0
- package/dist/public/icon-themes/material/advpl.svg +1 -0
- package/dist/public/icon-themes/material/ahk2.clone.svg +1 -0
- package/dist/public/icon-themes/material/amplify.svg +1 -0
- package/dist/public/icon-themes/material/android.svg +1 -0
- package/dist/public/icon-themes/material/angular-component.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-directive.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-guard.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-interceptor.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-pipe.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-resolver.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular-service.clone.svg +1 -0
- package/dist/public/icon-themes/material/angular.svg +1 -0
- package/dist/public/icon-themes/material/antlr.svg +1 -0
- package/dist/public/icon-themes/material/apiblueprint.svg +1 -0
- package/dist/public/icon-themes/material/apollo.svg +1 -0
- package/dist/public/icon-themes/material/applescript.svg +1 -0
- package/dist/public/icon-themes/material/apps-script.svg +1 -0
- package/dist/public/icon-themes/material/appveyor.svg +1 -0
- package/dist/public/icon-themes/material/architecture.svg +1 -0
- package/dist/public/icon-themes/material/arduino.svg +1 -0
- package/dist/public/icon-themes/material/asciidoc.svg +1 -0
- package/dist/public/icon-themes/material/assembly.svg +1 -0
- package/dist/public/icon-themes/material/astro-config.svg +1 -0
- package/dist/public/icon-themes/material/astro.svg +1 -0
- package/dist/public/icon-themes/material/astyle.svg +1 -0
- package/dist/public/icon-themes/material/audio.svg +1 -0
- package/dist/public/icon-themes/material/aurelia.svg +1 -0
- package/dist/public/icon-themes/material/authors.svg +1 -0
- package/dist/public/icon-themes/material/auto.svg +1 -0
- package/dist/public/icon-themes/material/auto_light.svg +1 -0
- package/dist/public/icon-themes/material/autohotkey.svg +1 -0
- package/dist/public/icon-themes/material/autoit.svg +1 -0
- package/dist/public/icon-themes/material/azure-pipelines.svg +1 -0
- package/dist/public/icon-themes/material/azure.svg +1 -0
- package/dist/public/icon-themes/material/babel.svg +1 -0
- package/dist/public/icon-themes/material/ballerina.svg +1 -0
- package/dist/public/icon-themes/material/bazel.svg +1 -0
- package/dist/public/icon-themes/material/bbx.svg +1 -0
- package/dist/public/icon-themes/material/beancount.svg +1 -0
- package/dist/public/icon-themes/material/bench-js.svg +1 -0
- package/dist/public/icon-themes/material/bench-jsx.svg +1 -0
- package/dist/public/icon-themes/material/bench-ts.svg +1 -0
- package/dist/public/icon-themes/material/bibliography.svg +1 -0
- package/dist/public/icon-themes/material/bibtex-style.svg +1 -0
- package/dist/public/icon-themes/material/bicep.svg +1 -0
- package/dist/public/icon-themes/material/biome.svg +1 -0
- package/dist/public/icon-themes/material/bitbucket.svg +1 -0
- package/dist/public/icon-themes/material/bithound.svg +1 -0
- package/dist/public/icon-themes/material/blender.svg +1 -0
- package/dist/public/icon-themes/material/blink.svg +1 -0
- package/dist/public/icon-themes/material/blink_light.svg +1 -0
- package/dist/public/icon-themes/material/blitz.svg +1 -0
- package/dist/public/icon-themes/material/bower.svg +1 -0
- package/dist/public/icon-themes/material/brainfuck.svg +1 -0
- package/dist/public/icon-themes/material/browserlist.svg +1 -0
- package/dist/public/icon-themes/material/browserlist_light.svg +1 -0
- package/dist/public/icon-themes/material/bruno.svg +1 -0
- package/dist/public/icon-themes/material/buck.svg +1 -0
- package/dist/public/icon-themes/material/bucklescript.svg +1 -0
- package/dist/public/icon-themes/material/buildkite.svg +1 -0
- package/dist/public/icon-themes/material/bun.svg +1 -0
- package/dist/public/icon-themes/material/bun_light.svg +1 -0
- package/dist/public/icon-themes/material/c.svg +1 -0
- package/dist/public/icon-themes/material/c3.svg +1 -0
- package/dist/public/icon-themes/material/cabal.svg +1 -0
- package/dist/public/icon-themes/material/caddy.svg +1 -0
- package/dist/public/icon-themes/material/cadence.svg +1 -0
- package/dist/public/icon-themes/material/cairo.svg +1 -0
- package/dist/public/icon-themes/material/cake.svg +1 -0
- package/dist/public/icon-themes/material/capacitor.svg +1 -0
- package/dist/public/icon-themes/material/capnp.svg +1 -0
- package/dist/public/icon-themes/material/cbx.svg +1 -0
- package/dist/public/icon-themes/material/cds.svg +1 -0
- package/dist/public/icon-themes/material/certificate.svg +1 -0
- package/dist/public/icon-themes/material/changelog.svg +1 -0
- package/dist/public/icon-themes/material/chess.svg +1 -0
- package/dist/public/icon-themes/material/chess_light.svg +1 -0
- package/dist/public/icon-themes/material/chrome.svg +1 -0
- package/dist/public/icon-themes/material/circleci.svg +1 -0
- package/dist/public/icon-themes/material/circleci_light.svg +1 -0
- package/dist/public/icon-themes/material/citation.svg +1 -0
- package/dist/public/icon-themes/material/clangd.svg +1 -0
- package/dist/public/icon-themes/material/cline.svg +1 -0
- package/dist/public/icon-themes/material/clojure.svg +1 -0
- package/dist/public/icon-themes/material/cloudfoundry.svg +1 -0
- package/dist/public/icon-themes/material/cmake.svg +1 -0
- package/dist/public/icon-themes/material/coala.svg +1 -0
- package/dist/public/icon-themes/material/cobol.svg +1 -0
- package/dist/public/icon-themes/material/coconut.svg +1 -0
- package/dist/public/icon-themes/material/code-climate.svg +1 -0
- package/dist/public/icon-themes/material/code-climate_light.svg +1 -0
- package/dist/public/icon-themes/material/codecov.svg +1 -0
- package/dist/public/icon-themes/material/codeowners.svg +1 -0
- package/dist/public/icon-themes/material/coderabbit-ai.svg +1 -0
- package/dist/public/icon-themes/material/coffee.svg +1 -0
- package/dist/public/icon-themes/material/coldfusion.svg +1 -0
- package/dist/public/icon-themes/material/coloredpetrinets.svg +1 -0
- package/dist/public/icon-themes/material/command.svg +1 -0
- package/dist/public/icon-themes/material/commitizen.svg +1 -0
- package/dist/public/icon-themes/material/commitlint.svg +1 -0
- package/dist/public/icon-themes/material/concourse.svg +1 -0
- package/dist/public/icon-themes/material/conduct.svg +1 -0
- package/dist/public/icon-themes/material/console.svg +1 -0
- package/dist/public/icon-themes/material/container.clone.svg +1 -0
- package/dist/public/icon-themes/material/contentlayer.svg +1 -0
- package/dist/public/icon-themes/material/context.svg +1 -0
- package/dist/public/icon-themes/material/contributing.svg +1 -0
- package/dist/public/icon-themes/material/controller.svg +1 -0
- package/dist/public/icon-themes/material/copilot.svg +1 -0
- package/dist/public/icon-themes/material/copilot_light.svg +1 -0
- package/dist/public/icon-themes/material/cpp.svg +1 -0
- package/dist/public/icon-themes/material/craco.svg +1 -0
- package/dist/public/icon-themes/material/credits.svg +1 -0
- package/dist/public/icon-themes/material/crystal.svg +1 -0
- package/dist/public/icon-themes/material/crystal_light.svg +1 -0
- package/dist/public/icon-themes/material/csharp.svg +1 -0
- package/dist/public/icon-themes/material/css-map.svg +1 -0
- package/dist/public/icon-themes/material/css.svg +1 -0
- package/dist/public/icon-themes/material/cucumber.svg +1 -0
- package/dist/public/icon-themes/material/cuda.svg +1 -0
- package/dist/public/icon-themes/material/cypress.svg +1 -0
- package/dist/public/icon-themes/material/d.svg +1 -0
- package/dist/public/icon-themes/material/dart.svg +1 -0
- package/dist/public/icon-themes/material/dart_generated.svg +1 -0
- package/dist/public/icon-themes/material/database.svg +1 -0
- package/dist/public/icon-themes/material/deepsource.svg +1 -0
- package/dist/public/icon-themes/material/denizenscript.svg +1 -0
- package/dist/public/icon-themes/material/deno.svg +1 -0
- package/dist/public/icon-themes/material/deno_light.svg +1 -0
- package/dist/public/icon-themes/material/dependabot.svg +1 -0
- package/dist/public/icon-themes/material/dependencies-update.svg +1 -0
- package/dist/public/icon-themes/material/dhall.svg +1 -0
- package/dist/public/icon-themes/material/diff.svg +1 -0
- package/dist/public/icon-themes/material/dinophp.svg +1 -0
- package/dist/public/icon-themes/material/disc.svg +1 -0
- package/dist/public/icon-themes/material/django.svg +1 -0
- package/dist/public/icon-themes/material/dll.svg +1 -0
- package/dist/public/icon-themes/material/docker.svg +1 -0
- package/dist/public/icon-themes/material/doctex-installer.svg +1 -0
- package/dist/public/icon-themes/material/doctex.clone.svg +1 -0
- package/dist/public/icon-themes/material/document.svg +1 -0
- package/dist/public/icon-themes/material/dotjs.svg +1 -0
- package/dist/public/icon-themes/material/drawio.svg +1 -0
- package/dist/public/icon-themes/material/drizzle.svg +1 -0
- package/dist/public/icon-themes/material/drone.svg +1 -0
- package/dist/public/icon-themes/material/drone_light.svg +1 -0
- package/dist/public/icon-themes/material/dtx.clone.svg +1 -0
- package/dist/public/icon-themes/material/duc.svg +1 -0
- package/dist/public/icon-themes/material/dune.svg +1 -0
- package/dist/public/icon-themes/material/edge.svg +1 -0
- package/dist/public/icon-themes/material/editorconfig.svg +1 -0
- package/dist/public/icon-themes/material/ejs.svg +1 -0
- package/dist/public/icon-themes/material/elixir.svg +1 -0
- package/dist/public/icon-themes/material/elm.svg +1 -0
- package/dist/public/icon-themes/material/email.svg +1 -0
- package/dist/public/icon-themes/material/ember.svg +1 -0
- package/dist/public/icon-themes/material/epub.svg +1 -0
- package/dist/public/icon-themes/material/erlang.svg +1 -0
- package/dist/public/icon-themes/material/esbuild.svg +1 -0
- package/dist/public/icon-themes/material/eslint.svg +1 -0
- package/dist/public/icon-themes/material/excalidraw.svg +1 -0
- package/dist/public/icon-themes/material/exe.svg +1 -0
- package/dist/public/icon-themes/material/fastlane.svg +1 -0
- package/dist/public/icon-themes/material/favicon.svg +1 -0
- package/dist/public/icon-themes/material/figma.svg +1 -0
- package/dist/public/icon-themes/material/file.svg +1 -0
- package/dist/public/icon-themes/material/firebase.svg +1 -0
- package/dist/public/icon-themes/material/flash.svg +1 -0
- package/dist/public/icon-themes/material/flow.svg +1 -0
- package/dist/public/icon-themes/material/folder-admin-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-admin.svg +1 -0
- package/dist/public/icon-themes/material/folder-android-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-android.svg +1 -0
- package/dist/public/icon-themes/material/folder-angular-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-angular.svg +1 -0
- package/dist/public/icon-themes/material/folder-animation-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-animation.svg +1 -0
- package/dist/public/icon-themes/material/folder-ansible-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-ansible.svg +1 -0
- package/dist/public/icon-themes/material/folder-api-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-api.svg +1 -0
- package/dist/public/icon-themes/material/folder-apollo-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-apollo.svg +1 -0
- package/dist/public/icon-themes/material/folder-app-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-app.svg +1 -0
- package/dist/public/icon-themes/material/folder-archive-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-archive.svg +1 -0
- package/dist/public/icon-themes/material/folder-astro-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-astro.svg +1 -0
- package/dist/public/icon-themes/material/folder-atom-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-atom.svg +1 -0
- package/dist/public/icon-themes/material/folder-attachment-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-attachment.svg +1 -0
- package/dist/public/icon-themes/material/folder-audio-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-audio.svg +1 -0
- package/dist/public/icon-themes/material/folder-aurelia-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-aurelia.svg +1 -0
- package/dist/public/icon-themes/material/folder-aws-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-aws.svg +1 -0
- package/dist/public/icon-themes/material/folder-azure-pipelines-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-azure-pipelines.svg +1 -0
- package/dist/public/icon-themes/material/folder-backup-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-backup.svg +1 -0
- package/dist/public/icon-themes/material/folder-base-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-base.svg +1 -0
- package/dist/public/icon-themes/material/folder-batch-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-batch.svg +1 -0
- package/dist/public/icon-themes/material/folder-benchmark-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-benchmark.svg +1 -0
- package/dist/public/icon-themes/material/folder-bibliography-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-bibliography.svg +1 -0
- package/dist/public/icon-themes/material/folder-bicep-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-bicep.svg +1 -0
- package/dist/public/icon-themes/material/folder-blender-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-blender.svg +1 -0
- package/dist/public/icon-themes/material/folder-bloc-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-bloc.svg +1 -0
- package/dist/public/icon-themes/material/folder-bower-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-bower.svg +1 -0
- package/dist/public/icon-themes/material/folder-buildkite-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-buildkite.svg +1 -0
- package/dist/public/icon-themes/material/folder-cart-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cart.svg +1 -0
- package/dist/public/icon-themes/material/folder-changesets-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-changesets.svg +1 -0
- package/dist/public/icon-themes/material/folder-ci-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-ci.svg +1 -0
- package/dist/public/icon-themes/material/folder-circleci-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-circleci.svg +1 -0
- package/dist/public/icon-themes/material/folder-class-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-class.svg +1 -0
- package/dist/public/icon-themes/material/folder-client-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-client.svg +1 -0
- package/dist/public/icon-themes/material/folder-cline-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cline.svg +1 -0
- package/dist/public/icon-themes/material/folder-cloud-functions-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cloud-functions.svg +1 -0
- package/dist/public/icon-themes/material/folder-cloudflare-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cloudflare.svg +1 -0
- package/dist/public/icon-themes/material/folder-cluster-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cluster.svg +1 -0
- package/dist/public/icon-themes/material/folder-cobol-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cobol.svg +1 -0
- package/dist/public/icon-themes/material/folder-command-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-command.svg +1 -0
- package/dist/public/icon-themes/material/folder-components-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-components.svg +1 -0
- package/dist/public/icon-themes/material/folder-config-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-config.svg +1 -0
- package/dist/public/icon-themes/material/folder-connection-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-connection.svg +1 -0
- package/dist/public/icon-themes/material/folder-console-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-console.svg +1 -0
- package/dist/public/icon-themes/material/folder-constant-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-constant.svg +1 -0
- package/dist/public/icon-themes/material/folder-container-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-container.svg +1 -0
- package/dist/public/icon-themes/material/folder-content-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-content.svg +1 -0
- package/dist/public/icon-themes/material/folder-context-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-context.svg +1 -0
- package/dist/public/icon-themes/material/folder-contract-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-contract.svg +1 -0
- package/dist/public/icon-themes/material/folder-controller-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-controller.svg +1 -0
- package/dist/public/icon-themes/material/folder-core-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-core.svg +1 -0
- package/dist/public/icon-themes/material/folder-coverage-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-coverage.svg +1 -0
- package/dist/public/icon-themes/material/folder-css-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-css.svg +1 -0
- package/dist/public/icon-themes/material/folder-custom-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-custom.svg +1 -0
- package/dist/public/icon-themes/material/folder-cypress-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-cypress.svg +1 -0
- package/dist/public/icon-themes/material/folder-dart-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-dart.svg +1 -0
- package/dist/public/icon-themes/material/folder-database-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-database.svg +1 -0
- package/dist/public/icon-themes/material/folder-debug-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-debug.svg +1 -0
- package/dist/public/icon-themes/material/folder-decorators-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-decorators.svg +1 -0
- package/dist/public/icon-themes/material/folder-delta-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-delta.svg +1 -0
- package/dist/public/icon-themes/material/folder-desktop-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-desktop.svg +1 -0
- package/dist/public/icon-themes/material/folder-development-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-development.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-directive-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-directive.svg +1 -0
- package/dist/public/icon-themes/material/folder-dist-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-dist.svg +1 -0
- package/dist/public/icon-themes/material/folder-docker-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-docker.svg +1 -0
- package/dist/public/icon-themes/material/folder-docs-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-docs.svg +1 -0
- package/dist/public/icon-themes/material/folder-download-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-download.svg +1 -0
- package/dist/public/icon-themes/material/folder-drizzle-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-drizzle.svg +1 -0
- package/dist/public/icon-themes/material/folder-dump-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-dump.svg +1 -0
- package/dist/public/icon-themes/material/folder-element-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-element.svg +1 -0
- package/dist/public/icon-themes/material/folder-enum-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-enum.svg +1 -0
- package/dist/public/icon-themes/material/folder-environment-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-environment.svg +1 -0
- package/dist/public/icon-themes/material/folder-error-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-error.svg +1 -0
- package/dist/public/icon-themes/material/folder-event-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-event.svg +1 -0
- package/dist/public/icon-themes/material/folder-examples-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-examples.svg +1 -0
- package/dist/public/icon-themes/material/folder-expo-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-expo.svg +1 -0
- package/dist/public/icon-themes/material/folder-export-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-export.svg +1 -0
- package/dist/public/icon-themes/material/folder-fastlane-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-fastlane.svg +1 -0
- package/dist/public/icon-themes/material/folder-favicon-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-favicon.svg +1 -0
- package/dist/public/icon-themes/material/folder-firebase-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-firebase.svg +1 -0
- package/dist/public/icon-themes/material/folder-firestore-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-firestore.svg +1 -0
- package/dist/public/icon-themes/material/folder-flow-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-flow.svg +1 -0
- package/dist/public/icon-themes/material/folder-flutter-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-flutter.svg +1 -0
- package/dist/public/icon-themes/material/folder-font-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-font.svg +1 -0
- package/dist/public/icon-themes/material/folder-forgejo-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-forgejo.svg +1 -0
- package/dist/public/icon-themes/material/folder-functions-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-functions.svg +1 -0
- package/dist/public/icon-themes/material/folder-gamemaker-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gamemaker.svg +1 -0
- package/dist/public/icon-themes/material/folder-generator-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-generator.svg +1 -0
- package/dist/public/icon-themes/material/folder-gh-workflows-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gh-workflows.svg +1 -0
- package/dist/public/icon-themes/material/folder-git-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-git.svg +1 -0
- package/dist/public/icon-themes/material/folder-gitea-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gitea.svg +1 -0
- package/dist/public/icon-themes/material/folder-github-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-github.svg +1 -0
- package/dist/public/icon-themes/material/folder-gitlab-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gitlab.svg +1 -0
- package/dist/public/icon-themes/material/folder-global-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-global.svg +1 -0
- package/dist/public/icon-themes/material/folder-godot-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-godot.svg +1 -0
- package/dist/public/icon-themes/material/folder-gradle-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gradle.svg +1 -0
- package/dist/public/icon-themes/material/folder-graphql-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-graphql.svg +1 -0
- package/dist/public/icon-themes/material/folder-guard-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-guard.svg +1 -0
- package/dist/public/icon-themes/material/folder-gulp-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-gulp.svg +1 -0
- package/dist/public/icon-themes/material/folder-helm-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-helm.svg +1 -0
- package/dist/public/icon-themes/material/folder-helper-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-helper.svg +1 -0
- package/dist/public/icon-themes/material/folder-home-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-home.svg +1 -0
- package/dist/public/icon-themes/material/folder-hook-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-hook.svg +1 -0
- package/dist/public/icon-themes/material/folder-husky-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-husky.svg +1 -0
- package/dist/public/icon-themes/material/folder-i18n-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-i18n.svg +1 -0
- package/dist/public/icon-themes/material/folder-images-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-images.svg +1 -0
- package/dist/public/icon-themes/material/folder-import-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-import.svg +1 -0
- package/dist/public/icon-themes/material/folder-include-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-include.svg +1 -0
- package/dist/public/icon-themes/material/folder-intellij-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-intellij-open_light.svg +1 -0
- package/dist/public/icon-themes/material/folder-intellij.svg +1 -0
- package/dist/public/icon-themes/material/folder-intellij_light.svg +1 -0
- package/dist/public/icon-themes/material/folder-interface-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-interface.svg +1 -0
- package/dist/public/icon-themes/material/folder-ios-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-ios.svg +1 -0
- package/dist/public/icon-themes/material/folder-java-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-java.svg +1 -0
- package/dist/public/icon-themes/material/folder-javascript-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-javascript.svg +1 -0
- package/dist/public/icon-themes/material/folder-jinja-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-jinja-open_light.svg +1 -0
- package/dist/public/icon-themes/material/folder-jinja.svg +1 -0
- package/dist/public/icon-themes/material/folder-jinja_light.svg +1 -0
- package/dist/public/icon-themes/material/folder-job-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-job.svg +1 -0
- package/dist/public/icon-themes/material/folder-json-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-json.svg +1 -0
- package/dist/public/icon-themes/material/folder-jupyter-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-jupyter.svg +1 -0
- package/dist/public/icon-themes/material/folder-keys-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-keys.svg +1 -0
- package/dist/public/icon-themes/material/folder-kubernetes-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-kubernetes.svg +1 -0
- package/dist/public/icon-themes/material/folder-kusto-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-kusto.svg +1 -0
- package/dist/public/icon-themes/material/folder-layout-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-layout.svg +1 -0
- package/dist/public/icon-themes/material/folder-lefthook-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-lefthook.svg +1 -0
- package/dist/public/icon-themes/material/folder-less-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-less.svg +1 -0
- package/dist/public/icon-themes/material/folder-lib-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-lib.svg +1 -0
- package/dist/public/icon-themes/material/folder-link-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-link.svg +1 -0
- package/dist/public/icon-themes/material/folder-linux-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-linux.svg +1 -0
- package/dist/public/icon-themes/material/folder-liquibase-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-liquibase.svg +1 -0
- package/dist/public/icon-themes/material/folder-log-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-log.svg +1 -0
- package/dist/public/icon-themes/material/folder-lottie-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-lottie.svg +1 -0
- package/dist/public/icon-themes/material/folder-lua-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-lua.svg +1 -0
- package/dist/public/icon-themes/material/folder-luau-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-luau.svg +1 -0
- package/dist/public/icon-themes/material/folder-macos-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-macos.svg +1 -0
- package/dist/public/icon-themes/material/folder-mail-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mail.svg +1 -0
- package/dist/public/icon-themes/material/folder-mappings-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mappings.svg +1 -0
- package/dist/public/icon-themes/material/folder-markdown-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-markdown.svg +1 -0
- package/dist/public/icon-themes/material/folder-mercurial-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mercurial.svg +1 -0
- package/dist/public/icon-themes/material/folder-messages-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-messages.svg +1 -0
- package/dist/public/icon-themes/material/folder-meta-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-meta.svg +1 -0
- package/dist/public/icon-themes/material/folder-middleware-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-middleware.svg +1 -0
- package/dist/public/icon-themes/material/folder-mjml-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mjml.svg +1 -0
- package/dist/public/icon-themes/material/folder-mobile-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mobile.svg +1 -0
- package/dist/public/icon-themes/material/folder-mock-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mock.svg +1 -0
- package/dist/public/icon-themes/material/folder-mojo-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-mojo.svg +1 -0
- package/dist/public/icon-themes/material/folder-molecule-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-molecule.svg +1 -0
- package/dist/public/icon-themes/material/folder-moon-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-moon.svg +1 -0
- package/dist/public/icon-themes/material/folder-netlify-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-netlify.svg +1 -0
- package/dist/public/icon-themes/material/folder-next-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-next.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-actions-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-actions.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-effects-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-effects.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-entities-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-entities.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-reducer-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-reducer.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-selectors-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-selectors.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-state-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-state.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-store-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-ngrx-store.svg +1 -0
- package/dist/public/icon-themes/material/folder-node-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-node.svg +1 -0
- package/dist/public/icon-themes/material/folder-nuxt-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-nuxt.svg +1 -0
- package/dist/public/icon-themes/material/folder-obsidian-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-obsidian.svg +1 -0
- package/dist/public/icon-themes/material/folder-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-organism-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-organism.svg +1 -0
- package/dist/public/icon-themes/material/folder-other-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-other.svg +1 -0
- package/dist/public/icon-themes/material/folder-packages-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-packages.svg +1 -0
- package/dist/public/icon-themes/material/folder-pdf-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-pdf.svg +1 -0
- package/dist/public/icon-themes/material/folder-pdm-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-pdm.svg +1 -0
- package/dist/public/icon-themes/material/folder-php-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-php.svg +1 -0
- package/dist/public/icon-themes/material/folder-phpmailer-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-phpmailer.svg +1 -0
- package/dist/public/icon-themes/material/folder-pipe-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-pipe.svg +1 -0
- package/dist/public/icon-themes/material/folder-plastic-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-plastic.svg +1 -0
- package/dist/public/icon-themes/material/folder-plugin-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-plugin.svg +1 -0
- package/dist/public/icon-themes/material/folder-policy-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-policy.svg +1 -0
- package/dist/public/icon-themes/material/folder-powershell-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-powershell.svg +1 -0
- package/dist/public/icon-themes/material/folder-prisma-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-prisma.svg +1 -0
- package/dist/public/icon-themes/material/folder-private-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-private.svg +1 -0
- package/dist/public/icon-themes/material/folder-project-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-project.svg +1 -0
- package/dist/public/icon-themes/material/folder-proto-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-proto.svg +1 -0
- package/dist/public/icon-themes/material/folder-public-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-public.svg +1 -0
- package/dist/public/icon-themes/material/folder-python-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-python.svg +1 -0
- package/dist/public/icon-themes/material/folder-pytorch-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-pytorch.svg +1 -0
- package/dist/public/icon-themes/material/folder-quasar-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-quasar.svg +1 -0
- package/dist/public/icon-themes/material/folder-queue-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-queue.svg +1 -0
- package/dist/public/icon-themes/material/folder-react-components-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-react-components.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-actions-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-actions.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-reducer-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-reducer.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-selector-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-selector.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-store-open.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-redux-store.clone.svg +1 -0
- package/dist/public/icon-themes/material/folder-repository-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-repository.svg +1 -0
- package/dist/public/icon-themes/material/folder-resolver-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-resolver.svg +1 -0
- package/dist/public/icon-themes/material/folder-resource-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-resource.svg +1 -0
- package/dist/public/icon-themes/material/folder-review-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-review.svg +1 -0
- package/dist/public/icon-themes/material/folder-robot-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-robot.svg +1 -0
- package/dist/public/icon-themes/material/folder-root-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-root.svg +1 -0
- package/dist/public/icon-themes/material/folder-routes-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-routes.svg +1 -0
- package/dist/public/icon-themes/material/folder-rules-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-rules.svg +1 -0
- package/dist/public/icon-themes/material/folder-rust-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-rust.svg +1 -0
- package/dist/public/icon-themes/material/folder-sandbox-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-sandbox.svg +1 -0
- package/dist/public/icon-themes/material/folder-sass-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-sass.svg +1 -0
- package/dist/public/icon-themes/material/folder-scala-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-scala.svg +1 -0
- package/dist/public/icon-themes/material/folder-scons-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-scons.svg +1 -0
- package/dist/public/icon-themes/material/folder-scripts-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-scripts.svg +1 -0
- package/dist/public/icon-themes/material/folder-secure-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-secure.svg +1 -0
- package/dist/public/icon-themes/material/folder-seeders-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-seeders.svg +1 -0
- package/dist/public/icon-themes/material/folder-server-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-server.svg +1 -0
- package/dist/public/icon-themes/material/folder-serverless-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-serverless.svg +1 -0
- package/dist/public/icon-themes/material/folder-shader-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-shader.svg +1 -0
- package/dist/public/icon-themes/material/folder-shared-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-shared.svg +1 -0
- package/dist/public/icon-themes/material/folder-snapcraft-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-snapcraft.svg +1 -0
- package/dist/public/icon-themes/material/folder-snippet-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-snippet.svg +1 -0
- package/dist/public/icon-themes/material/folder-src-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-src-tauri-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-src-tauri.svg +1 -0
- package/dist/public/icon-themes/material/folder-src.svg +1 -0
- package/dist/public/icon-themes/material/folder-stack-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-stack.svg +1 -0
- package/dist/public/icon-themes/material/folder-stencil-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-stencil.svg +1 -0
- package/dist/public/icon-themes/material/folder-store-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-store.svg +1 -0
- package/dist/public/icon-themes/material/folder-storybook-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-storybook.svg +1 -0
- package/dist/public/icon-themes/material/folder-stylus-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-stylus.svg +1 -0
- package/dist/public/icon-themes/material/folder-sublime-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-sublime.svg +1 -0
- package/dist/public/icon-themes/material/folder-supabase-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-supabase.svg +1 -0
- package/dist/public/icon-themes/material/folder-svelte-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-svelte.svg +1 -0
- package/dist/public/icon-themes/material/folder-svg-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-svg.svg +1 -0
- package/dist/public/icon-themes/material/folder-syntax-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-syntax.svg +1 -0
- package/dist/public/icon-themes/material/folder-target-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-target.svg +1 -0
- package/dist/public/icon-themes/material/folder-taskfile-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-taskfile.svg +1 -0
- package/dist/public/icon-themes/material/folder-tasks-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-tasks.svg +1 -0
- package/dist/public/icon-themes/material/folder-television-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-television.svg +1 -0
- package/dist/public/icon-themes/material/folder-temp-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-temp.svg +1 -0
- package/dist/public/icon-themes/material/folder-template-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-template.svg +1 -0
- package/dist/public/icon-themes/material/folder-terraform-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-terraform.svg +1 -0
- package/dist/public/icon-themes/material/folder-test-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-test.svg +1 -0
- package/dist/public/icon-themes/material/folder-theme-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-theme.svg +1 -0
- package/dist/public/icon-themes/material/folder-tools-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-tools.svg +1 -0
- package/dist/public/icon-themes/material/folder-trash-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-trash.svg +1 -0
- package/dist/public/icon-themes/material/folder-trigger-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-trigger.svg +1 -0
- package/dist/public/icon-themes/material/folder-turborepo-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-turborepo.svg +1 -0
- package/dist/public/icon-themes/material/folder-typescript-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-typescript.svg +1 -0
- package/dist/public/icon-themes/material/folder-ui-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-ui.svg +1 -0
- package/dist/public/icon-themes/material/folder-unity-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-unity.svg +1 -0
- package/dist/public/icon-themes/material/folder-update-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-update.svg +1 -0
- package/dist/public/icon-themes/material/folder-upload-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-upload.svg +1 -0
- package/dist/public/icon-themes/material/folder-utils-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-utils.svg +1 -0
- package/dist/public/icon-themes/material/folder-vercel-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vercel.svg +1 -0
- package/dist/public/icon-themes/material/folder-verdaccio-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-verdaccio.svg +1 -0
- package/dist/public/icon-themes/material/folder-video-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-video.svg +1 -0
- package/dist/public/icon-themes/material/folder-views-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-views.svg +1 -0
- package/dist/public/icon-themes/material/folder-vm-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vm.svg +1 -0
- package/dist/public/icon-themes/material/folder-vscode-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vscode.svg +1 -0
- package/dist/public/icon-themes/material/folder-vue-directives-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vue-directives.svg +1 -0
- package/dist/public/icon-themes/material/folder-vue-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vue.svg +1 -0
- package/dist/public/icon-themes/material/folder-vuepress-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vuepress.svg +1 -0
- package/dist/public/icon-themes/material/folder-vuex-store-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-vuex-store.svg +1 -0
- package/dist/public/icon-themes/material/folder-wakatime-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-wakatime.svg +1 -0
- package/dist/public/icon-themes/material/folder-webpack-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-webpack.svg +1 -0
- package/dist/public/icon-themes/material/folder-windows-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-windows.svg +1 -0
- package/dist/public/icon-themes/material/folder-wordpress-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-wordpress.svg +1 -0
- package/dist/public/icon-themes/material/folder-yarn-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-yarn.svg +1 -0
- package/dist/public/icon-themes/material/folder-zeabur-open.svg +1 -0
- package/dist/public/icon-themes/material/folder-zeabur.svg +1 -0
- package/dist/public/icon-themes/material/folder.svg +1 -0
- package/dist/public/icon-themes/material/font.svg +1 -0
- package/dist/public/icon-themes/material/forth.svg +1 -0
- package/dist/public/icon-themes/material/fortran.svg +1 -0
- package/dist/public/icon-themes/material/foxpro.svg +1 -0
- package/dist/public/icon-themes/material/freemarker.svg +1 -0
- package/dist/public/icon-themes/material/fsharp.svg +1 -0
- package/dist/public/icon-themes/material/fusebox.svg +1 -0
- package/dist/public/icon-themes/material/gamemaker.svg +1 -0
- package/dist/public/icon-themes/material/garden.svg +1 -0
- package/dist/public/icon-themes/material/gatsby.svg +1 -0
- package/dist/public/icon-themes/material/gcp.svg +1 -0
- package/dist/public/icon-themes/material/gemfile.svg +1 -0
- package/dist/public/icon-themes/material/gemini-ai.svg +1 -0
- package/dist/public/icon-themes/material/gemini.svg +1 -0
- package/dist/public/icon-themes/material/git.svg +1 -0
- package/dist/public/icon-themes/material/github-actions-workflow.svg +1 -0
- package/dist/public/icon-themes/material/github-sponsors.svg +1 -0
- package/dist/public/icon-themes/material/gitlab.svg +1 -0
- package/dist/public/icon-themes/material/gitpod.svg +1 -0
- package/dist/public/icon-themes/material/gleam.svg +1 -0
- package/dist/public/icon-themes/material/gnuplot.svg +1 -0
- package/dist/public/icon-themes/material/go-mod.svg +1 -0
- package/dist/public/icon-themes/material/go.svg +1 -0
- package/dist/public/icon-themes/material/go_gopher.svg +1 -0
- package/dist/public/icon-themes/material/godot-assets.svg +1 -0
- package/dist/public/icon-themes/material/godot.svg +1 -0
- package/dist/public/icon-themes/material/gradle.svg +1 -0
- package/dist/public/icon-themes/material/grafana-alloy.svg +1 -0
- package/dist/public/icon-themes/material/grain.svg +1 -0
- package/dist/public/icon-themes/material/graphcool.svg +1 -0
- package/dist/public/icon-themes/material/graphql.svg +1 -0
- package/dist/public/icon-themes/material/gridsome.svg +1 -0
- package/dist/public/icon-themes/material/groovy.svg +1 -0
- package/dist/public/icon-themes/material/grunt.svg +1 -0
- package/dist/public/icon-themes/material/gulp.svg +1 -0
- package/dist/public/icon-themes/material/h.svg +1 -0
- package/dist/public/icon-themes/material/hack.svg +1 -0
- package/dist/public/icon-themes/material/hadolint.svg +1 -0
- package/dist/public/icon-themes/material/haml.svg +1 -0
- package/dist/public/icon-themes/material/handlebars.svg +1 -0
- package/dist/public/icon-themes/material/hardhat.svg +1 -0
- package/dist/public/icon-themes/material/harmonix.svg +1 -0
- package/dist/public/icon-themes/material/haskell.svg +1 -0
- package/dist/public/icon-themes/material/haxe.svg +1 -0
- package/dist/public/icon-themes/material/hcl.svg +1 -0
- package/dist/public/icon-themes/material/hcl_light.svg +1 -0
- package/dist/public/icon-themes/material/helm.svg +1 -0
- package/dist/public/icon-themes/material/heroku.svg +1 -0
- package/dist/public/icon-themes/material/hex.svg +1 -0
- package/dist/public/icon-themes/material/histoire.svg +1 -0
- package/dist/public/icon-themes/material/hjson.svg +1 -0
- package/dist/public/icon-themes/material/horusec.svg +1 -0
- package/dist/public/icon-themes/material/hosts.svg +1 -0
- package/dist/public/icon-themes/material/hosts_light.svg +1 -0
- package/dist/public/icon-themes/material/hpp.svg +1 -0
- package/dist/public/icon-themes/material/html.svg +1 -0
- package/dist/public/icon-themes/material/http.svg +1 -0
- package/dist/public/icon-themes/material/huff.svg +1 -0
- package/dist/public/icon-themes/material/huff_light.svg +1 -0
- package/dist/public/icon-themes/material/hurl.svg +1 -0
- package/dist/public/icon-themes/material/husky.svg +1 -0
- package/dist/public/icon-themes/material/i18n.svg +1 -0
- package/dist/public/icon-themes/material/idris.svg +1 -0
- package/dist/public/icon-themes/material/ifanr-cloud.svg +1 -0
- package/dist/public/icon-themes/material/image.svg +1 -0
- package/dist/public/icon-themes/material/imba.svg +1 -0
- package/dist/public/icon-themes/material/installation.svg +1 -0
- package/dist/public/icon-themes/material/ionic.svg +1 -0
- package/dist/public/icon-themes/material/istanbul.svg +1 -0
- package/dist/public/icon-themes/material/jar.svg +1 -0
- package/dist/public/icon-themes/material/java.svg +1 -0
- package/dist/public/icon-themes/material/javaclass.svg +1 -0
- package/dist/public/icon-themes/material/javascript-map.svg +1 -0
- package/dist/public/icon-themes/material/javascript.svg +1 -0
- package/dist/public/icon-themes/material/jenkins.svg +1 -0
- package/dist/public/icon-themes/material/jest.svg +1 -0
- package/dist/public/icon-themes/material/jinja.svg +1 -0
- package/dist/public/icon-themes/material/jinja_light.svg +1 -0
- package/dist/public/icon-themes/material/jsconfig.svg +1 -0
- package/dist/public/icon-themes/material/json.svg +1 -0
- package/dist/public/icon-themes/material/jsr.svg +1 -0
- package/dist/public/icon-themes/material/jsr_light.svg +1 -0
- package/dist/public/icon-themes/material/julia.svg +1 -0
- package/dist/public/icon-themes/material/jupyter.svg +1 -0
- package/dist/public/icon-themes/material/just.svg +1 -0
- package/dist/public/icon-themes/material/karma.svg +1 -0
- package/dist/public/icon-themes/material/kcl.svg +1 -0
- package/dist/public/icon-themes/material/key.svg +1 -0
- package/dist/public/icon-themes/material/keystatic.svg +1 -0
- package/dist/public/icon-themes/material/kivy.svg +1 -0
- package/dist/public/icon-themes/material/kl.svg +1 -0
- package/dist/public/icon-themes/material/knip.svg +1 -0
- package/dist/public/icon-themes/material/kotlin.svg +1 -0
- package/dist/public/icon-themes/material/kubernetes.svg +1 -0
- package/dist/public/icon-themes/material/kusto.svg +1 -0
- package/dist/public/icon-themes/material/label.svg +1 -0
- package/dist/public/icon-themes/material/laravel.svg +1 -0
- package/dist/public/icon-themes/material/latex-class.clone.svg +1 -0
- package/dist/public/icon-themes/material/latex-package.clone.svg +1 -0
- package/dist/public/icon-themes/material/latex.clone.svg +1 -0
- package/dist/public/icon-themes/material/latexmk.svg +1 -0
- package/dist/public/icon-themes/material/lbx.svg +1 -0
- package/dist/public/icon-themes/material/lefthook.svg +1 -0
- package/dist/public/icon-themes/material/lerna.svg +1 -0
- package/dist/public/icon-themes/material/less.svg +1 -0
- package/dist/public/icon-themes/material/liara.svg +1 -0
- package/dist/public/icon-themes/material/lib.svg +1 -0
- package/dist/public/icon-themes/material/lighthouse.svg +1 -0
- package/dist/public/icon-themes/material/lilypond.svg +1 -0
- package/dist/public/icon-themes/material/liquid.svg +1 -0
- package/dist/public/icon-themes/material/lisp.svg +1 -0
- package/dist/public/icon-themes/material/livescript.svg +1 -0
- package/dist/public/icon-themes/material/lock.svg +1 -0
- package/dist/public/icon-themes/material/log.svg +1 -0
- package/dist/public/icon-themes/material/lolcode.svg +1 -0
- package/dist/public/icon-themes/material/lottie.svg +1 -0
- package/dist/public/icon-themes/material/lua.svg +1 -0
- package/dist/public/icon-themes/material/luau.svg +1 -0
- package/dist/public/icon-themes/material/lyric.svg +1 -0
- package/dist/public/icon-themes/material/makefile.svg +1 -0
- package/dist/public/icon-themes/material/markdoc-config.svg +1 -0
- package/dist/public/icon-themes/material/markdoc.svg +1 -0
- package/dist/public/icon-themes/material/markdown.svg +1 -0
- package/dist/public/icon-themes/material/markdownlint.svg +1 -0
- package/dist/public/icon-themes/material/markojs.svg +1 -0
- package/dist/public/icon-themes/material/mathematica.svg +1 -0
- package/dist/public/icon-themes/material/matlab.svg +1 -0
- package/dist/public/icon-themes/material/maven.svg +1 -0
- package/dist/public/icon-themes/material/mdsvex.svg +1 -0
- package/dist/public/icon-themes/material/mdx.svg +1 -0
- package/dist/public/icon-themes/material/mercurial.svg +1 -0
- package/dist/public/icon-themes/material/merlin.svg +1 -0
- package/dist/public/icon-themes/material/mermaid.svg +1 -0
- package/dist/public/icon-themes/material/meson.svg +1 -0
- package/dist/public/icon-themes/material/minecraft-fabric.svg +1 -0
- package/dist/public/icon-themes/material/minecraft.svg +1 -0
- package/dist/public/icon-themes/material/mint.svg +1 -0
- package/dist/public/icon-themes/material/mist.clone.svg +1 -0
- package/dist/public/icon-themes/material/mjml.svg +1 -0
- package/dist/public/icon-themes/material/mocha.svg +1 -0
- package/dist/public/icon-themes/material/modernizr.svg +1 -0
- package/dist/public/icon-themes/material/mojo.svg +1 -0
- package/dist/public/icon-themes/material/moon.svg +1 -0
- package/dist/public/icon-themes/material/moonscript.svg +1 -0
- package/dist/public/icon-themes/material/mxml.svg +1 -0
- package/dist/public/icon-themes/material/nano-staged.svg +1 -0
- package/dist/public/icon-themes/material/nano-staged_light.svg +1 -0
- package/dist/public/icon-themes/material/ndst.svg +1 -0
- package/dist/public/icon-themes/material/nest-controller.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-decorator.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-filter.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-gateway.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-guard.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-interceptor.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-middleware.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-module.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-pipe.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-resolver.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest-service.clone.svg +1 -0
- package/dist/public/icon-themes/material/nest.svg +1 -0
- package/dist/public/icon-themes/material/netlify.svg +1 -0
- package/dist/public/icon-themes/material/netlify_light.svg +1 -0
- package/dist/public/icon-themes/material/next.svg +1 -0
- package/dist/public/icon-themes/material/next_light.svg +1 -0
- package/dist/public/icon-themes/material/nginx.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-actions.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-effects.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-entity.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-reducer.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-selectors.svg +1 -0
- package/dist/public/icon-themes/material/ngrx-state.svg +1 -0
- package/dist/public/icon-themes/material/nim.svg +1 -0
- package/dist/public/icon-themes/material/nix.svg +1 -0
- package/dist/public/icon-themes/material/nodejs.svg +1 -0
- package/dist/public/icon-themes/material/nodejs_alt.svg +1 -0
- package/dist/public/icon-themes/material/nodemon.svg +1 -0
- package/dist/public/icon-themes/material/npm.svg +1 -0
- package/dist/public/icon-themes/material/nuget.svg +1 -0
- package/dist/public/icon-themes/material/nunjucks.svg +1 -0
- package/dist/public/icon-themes/material/nuxt.svg +1 -0
- package/dist/public/icon-themes/material/nx.svg +1 -0
- package/dist/public/icon-themes/material/objective-c.svg +1 -0
- package/dist/public/icon-themes/material/objective-cpp.svg +1 -0
- package/dist/public/icon-themes/material/ocaml.svg +1 -0
- package/dist/public/icon-themes/material/odin.svg +1 -0
- package/dist/public/icon-themes/material/opa.svg +1 -0
- package/dist/public/icon-themes/material/opam.svg +1 -0
- package/dist/public/icon-themes/material/openapi.svg +1 -0
- package/dist/public/icon-themes/material/openapi_light.svg +1 -0
- package/dist/public/icon-themes/material/otne.svg +1 -0
- package/dist/public/icon-themes/material/oxlint.svg +1 -0
- package/dist/public/icon-themes/material/packship.svg +1 -0
- package/dist/public/icon-themes/material/palette.svg +1 -0
- package/dist/public/icon-themes/material/panda.svg +1 -0
- package/dist/public/icon-themes/material/parcel.svg +1 -0
- package/dist/public/icon-themes/material/pascal.svg +1 -0
- package/dist/public/icon-themes/material/pawn.svg +1 -0
- package/dist/public/icon-themes/material/payload.svg +1 -0
- package/dist/public/icon-themes/material/payload_light.svg +1 -0
- package/dist/public/icon-themes/material/pdf.svg +1 -0
- package/dist/public/icon-themes/material/pdm.svg +1 -0
- package/dist/public/icon-themes/material/percy.svg +1 -0
- package/dist/public/icon-themes/material/perl.svg +1 -0
- package/dist/public/icon-themes/material/php-cs-fixer.svg +1 -0
- package/dist/public/icon-themes/material/php.svg +1 -0
- package/dist/public/icon-themes/material/php_elephant.svg +1 -0
- package/dist/public/icon-themes/material/php_elephant_pink.svg +1 -0
- package/dist/public/icon-themes/material/phpstan.svg +1 -0
- package/dist/public/icon-themes/material/phpunit.svg +1 -0
- package/dist/public/icon-themes/material/pinejs.svg +1 -0
- package/dist/public/icon-themes/material/pipeline.svg +1 -0
- package/dist/public/icon-themes/material/pkl.svg +1 -0
- package/dist/public/icon-themes/material/plastic.svg +1 -0
- package/dist/public/icon-themes/material/playwright.svg +1 -0
- package/dist/public/icon-themes/material/plop.svg +1 -0
- package/dist/public/icon-themes/material/pm2-ecosystem.svg +1 -0
- package/dist/public/icon-themes/material/pnpm.svg +1 -0
- package/dist/public/icon-themes/material/pnpm_light.svg +1 -0
- package/dist/public/icon-themes/material/poetry.svg +1 -0
- package/dist/public/icon-themes/material/postcss.svg +1 -0
- package/dist/public/icon-themes/material/posthtml.svg +1 -0
- package/dist/public/icon-themes/material/powerpoint.svg +1 -0
- package/dist/public/icon-themes/material/powershell.svg +1 -0
- package/dist/public/icon-themes/material/pre-commit.svg +1 -0
- package/dist/public/icon-themes/material/prettier.svg +1 -0
- package/dist/public/icon-themes/material/prisma.svg +1 -0
- package/dist/public/icon-themes/material/processing.svg +1 -0
- package/dist/public/icon-themes/material/prolog.svg +1 -0
- package/dist/public/icon-themes/material/proto.svg +1 -0
- package/dist/public/icon-themes/material/protractor.svg +1 -0
- package/dist/public/icon-themes/material/pug.svg +1 -0
- package/dist/public/icon-themes/material/puppet.svg +1 -0
- package/dist/public/icon-themes/material/puppeteer.svg +1 -0
- package/dist/public/icon-themes/material/purescript.svg +1 -0
- package/dist/public/icon-themes/material/python-misc.svg +1 -0
- package/dist/public/icon-themes/material/python.svg +1 -0
- package/dist/public/icon-themes/material/pytorch.svg +1 -0
- package/dist/public/icon-themes/material/qsharp.svg +1 -0
- package/dist/public/icon-themes/material/quasar.svg +1 -0
- package/dist/public/icon-themes/material/quokka.svg +1 -0
- package/dist/public/icon-themes/material/qwik.svg +1 -0
- package/dist/public/icon-themes/material/r.svg +1 -0
- package/dist/public/icon-themes/material/racket.svg +1 -0
- package/dist/public/icon-themes/material/raml.svg +1 -0
- package/dist/public/icon-themes/material/razor.svg +1 -0
- package/dist/public/icon-themes/material/rbxmk.svg +1 -0
- package/dist/public/icon-themes/material/rc.svg +1 -0
- package/dist/public/icon-themes/material/react.svg +1 -0
- package/dist/public/icon-themes/material/react_ts.svg +1 -0
- package/dist/public/icon-themes/material/readme.svg +1 -0
- package/dist/public/icon-themes/material/reason.svg +1 -0
- package/dist/public/icon-themes/material/red.svg +1 -0
- package/dist/public/icon-themes/material/redux-action.svg +1 -0
- package/dist/public/icon-themes/material/redux-reducer.svg +1 -0
- package/dist/public/icon-themes/material/redux-selector.svg +1 -0
- package/dist/public/icon-themes/material/redux-store.svg +1 -0
- package/dist/public/icon-themes/material/regedit.svg +1 -0
- package/dist/public/icon-themes/material/remark.svg +1 -0
- package/dist/public/icon-themes/material/remix.svg +1 -0
- package/dist/public/icon-themes/material/remix_light.svg +1 -0
- package/dist/public/icon-themes/material/renovate.svg +1 -0
- package/dist/public/icon-themes/material/replit.svg +1 -0
- package/dist/public/icon-themes/material/rescript-interface.svg +1 -0
- package/dist/public/icon-themes/material/rescript.svg +1 -0
- package/dist/public/icon-themes/material/restql.svg +1 -0
- package/dist/public/icon-themes/material/riot.svg +1 -0
- package/dist/public/icon-themes/material/roadmap.svg +1 -0
- package/dist/public/icon-themes/material/roblox.svg +1 -0
- package/dist/public/icon-themes/material/robot.svg +1 -0
- package/dist/public/icon-themes/material/robots.svg +1 -0
- package/dist/public/icon-themes/material/rocket.svg +1 -0
- package/dist/public/icon-themes/material/rojo.svg +1 -0
- package/dist/public/icon-themes/material/rollup.svg +1 -0
- package/dist/public/icon-themes/material/rome.svg +1 -0
- package/dist/public/icon-themes/material/routing.svg +1 -0
- package/dist/public/icon-themes/material/rspec.svg +1 -0
- package/dist/public/icon-themes/material/rubocop.svg +1 -0
- package/dist/public/icon-themes/material/rubocop_light.svg +1 -0
- package/dist/public/icon-themes/material/ruby.svg +1 -0
- package/dist/public/icon-themes/material/ruff.svg +1 -0
- package/dist/public/icon-themes/material/rust.svg +1 -0
- package/dist/public/icon-themes/material/salesforce.svg +1 -0
- package/dist/public/icon-themes/material/san.svg +1 -0
- package/dist/public/icon-themes/material/sas.svg +1 -0
- package/dist/public/icon-themes/material/sass.svg +1 -0
- package/dist/public/icon-themes/material/sbt.svg +1 -0
- package/dist/public/icon-themes/material/scala.svg +1 -0
- package/dist/public/icon-themes/material/scheme.svg +1 -0
- package/dist/public/icon-themes/material/scons.svg +1 -0
- package/dist/public/icon-themes/material/scons_light.svg +1 -0
- package/dist/public/icon-themes/material/screwdriver.svg +1 -0
- package/dist/public/icon-themes/material/search.svg +1 -0
- package/dist/public/icon-themes/material/semantic-release.svg +1 -0
- package/dist/public/icon-themes/material/semantic-release_light.svg +1 -0
- package/dist/public/icon-themes/material/semgrep.svg +1 -0
- package/dist/public/icon-themes/material/sentry.svg +1 -0
- package/dist/public/icon-themes/material/sequelize.svg +1 -0
- package/dist/public/icon-themes/material/serverless.svg +1 -0
- package/dist/public/icon-themes/material/settings.svg +1 -0
- package/dist/public/icon-themes/material/shader.svg +1 -0
- package/dist/public/icon-themes/material/silverstripe.svg +1 -0
- package/dist/public/icon-themes/material/simulink.svg +1 -0
- package/dist/public/icon-themes/material/siyuan.svg +1 -0
- package/dist/public/icon-themes/material/sketch.svg +1 -0
- package/dist/public/icon-themes/material/slim.svg +1 -0
- package/dist/public/icon-themes/material/slint.svg +1 -0
- package/dist/public/icon-themes/material/slug.svg +1 -0
- package/dist/public/icon-themes/material/smarty.svg +1 -0
- package/dist/public/icon-themes/material/sml.svg +1 -0
- package/dist/public/icon-themes/material/snakemake.svg +1 -0
- package/dist/public/icon-themes/material/snapcraft.svg +1 -0
- package/dist/public/icon-themes/material/snowpack.svg +1 -0
- package/dist/public/icon-themes/material/snowpack_light.svg +1 -0
- package/dist/public/icon-themes/material/snyk.svg +1 -0
- package/dist/public/icon-themes/material/solidity.svg +1 -0
- package/dist/public/icon-themes/material/sonarcloud.svg +1 -0
- package/dist/public/icon-themes/material/spwn.svg +1 -0
- package/dist/public/icon-themes/material/stackblitz.svg +1 -0
- package/dist/public/icon-themes/material/stan.svg +1 -0
- package/dist/public/icon-themes/material/steadybit.svg +1 -0
- package/dist/public/icon-themes/material/stencil.svg +1 -0
- package/dist/public/icon-themes/material/stitches.svg +1 -0
- package/dist/public/icon-themes/material/stitches_light.svg +1 -0
- package/dist/public/icon-themes/material/storybook.svg +1 -0
- package/dist/public/icon-themes/material/stryker.svg +1 -0
- package/dist/public/icon-themes/material/sty.clone.svg +1 -0
- package/dist/public/icon-themes/material/stylable.svg +1 -0
- package/dist/public/icon-themes/material/stylelint.svg +1 -0
- package/dist/public/icon-themes/material/stylelint_light.svg +1 -0
- package/dist/public/icon-themes/material/stylus.svg +1 -0
- package/dist/public/icon-themes/material/sublime.svg +1 -0
- package/dist/public/icon-themes/material/subtitles.svg +1 -0
- package/dist/public/icon-themes/material/supabase.svg +1 -0
- package/dist/public/icon-themes/material/svelte.svg +1 -0
- package/dist/public/icon-themes/material/svelte_js.clone.svg +1 -0
- package/dist/public/icon-themes/material/svelte_ts.clone.svg +1 -0
- package/dist/public/icon-themes/material/svg.svg +1 -0
- package/dist/public/icon-themes/material/svgo.svg +1 -0
- package/dist/public/icon-themes/material/svgr.svg +1 -0
- package/dist/public/icon-themes/material/swagger.svg +1 -0
- package/dist/public/icon-themes/material/sway.svg +1 -0
- package/dist/public/icon-themes/material/swc.svg +1 -0
- package/dist/public/icon-themes/material/swift.svg +1 -0
- package/dist/public/icon-themes/material/syncpack.svg +1 -0
- package/dist/public/icon-themes/material/systemd.svg +1 -0
- package/dist/public/icon-themes/material/systemd_light.svg +1 -0
- package/dist/public/icon-themes/material/table.svg +1 -0
- package/dist/public/icon-themes/material/tailwindcss.svg +1 -0
- package/dist/public/icon-themes/material/tape.clone.svg +1 -0
- package/dist/public/icon-themes/material/taskfile.svg +1 -0
- package/dist/public/icon-themes/material/tauri.svg +1 -0
- package/dist/public/icon-themes/material/taze.svg +1 -0
- package/dist/public/icon-themes/material/tcl.svg +1 -0
- package/dist/public/icon-themes/material/teal.svg +1 -0
- package/dist/public/icon-themes/material/templ.svg +1 -0
- package/dist/public/icon-themes/material/template.svg +1 -0
- package/dist/public/icon-themes/material/terraform.svg +1 -0
- package/dist/public/icon-themes/material/test-js.svg +1 -0
- package/dist/public/icon-themes/material/test-jsx.svg +1 -0
- package/dist/public/icon-themes/material/test-ts.svg +1 -0
- package/dist/public/icon-themes/material/tex.svg +1 -0
- package/dist/public/icon-themes/material/textlint.svg +1 -0
- package/dist/public/icon-themes/material/tilt.svg +1 -0
- package/dist/public/icon-themes/material/tldraw.svg +1 -0
- package/dist/public/icon-themes/material/tldraw_light.svg +1 -0
- package/dist/public/icon-themes/material/tobi.svg +1 -0
- package/dist/public/icon-themes/material/tobimake.svg +1 -0
- package/dist/public/icon-themes/material/todo.svg +1 -0
- package/dist/public/icon-themes/material/toml.svg +1 -0
- package/dist/public/icon-themes/material/toml_light.svg +1 -0
- package/dist/public/icon-themes/material/travis.svg +1 -0
- package/dist/public/icon-themes/material/tree.svg +1 -0
- package/dist/public/icon-themes/material/trigger.svg +1 -0
- package/dist/public/icon-themes/material/tsconfig.svg +1 -0
- package/dist/public/icon-themes/material/tsdoc.svg +1 -0
- package/dist/public/icon-themes/material/tsil.svg +1 -0
- package/dist/public/icon-themes/material/tune.svg +1 -0
- package/dist/public/icon-themes/material/turborepo.svg +1 -0
- package/dist/public/icon-themes/material/turborepo_light.svg +1 -0
- package/dist/public/icon-themes/material/twig.svg +1 -0
- package/dist/public/icon-themes/material/twine.svg +1 -0
- package/dist/public/icon-themes/material/typescript-def.svg +1 -0
- package/dist/public/icon-themes/material/typescript.svg +1 -0
- package/dist/public/icon-themes/material/typst.svg +1 -0
- package/dist/public/icon-themes/material/umi.svg +1 -0
- package/dist/public/icon-themes/material/uml.svg +1 -0
- package/dist/public/icon-themes/material/uml_light.svg +1 -0
- package/dist/public/icon-themes/material/unity.svg +1 -0
- package/dist/public/icon-themes/material/unocss.svg +1 -0
- package/dist/public/icon-themes/material/url.svg +1 -0
- package/dist/public/icon-themes/material/uv.svg +1 -0
- package/dist/public/icon-themes/material/vagrant.svg +1 -0
- package/dist/public/icon-themes/material/vala.svg +1 -0
- package/dist/public/icon-themes/material/vedic.svg +1 -0
- package/dist/public/icon-themes/material/velite.svg +1 -0
- package/dist/public/icon-themes/material/velocity.svg +1 -0
- package/dist/public/icon-themes/material/vercel.svg +1 -0
- package/dist/public/icon-themes/material/vercel_light.svg +1 -0
- package/dist/public/icon-themes/material/verdaccio.svg +1 -0
- package/dist/public/icon-themes/material/verified.svg +1 -0
- package/dist/public/icon-themes/material/verilog.svg +1 -0
- package/dist/public/icon-themes/material/vfl.svg +1 -0
- package/dist/public/icon-themes/material/video.svg +1 -0
- package/dist/public/icon-themes/material/vim.svg +1 -0
- package/dist/public/icon-themes/material/virtual.svg +1 -0
- package/dist/public/icon-themes/material/visualstudio.svg +1 -0
- package/dist/public/icon-themes/material/vite.svg +1 -0
- package/dist/public/icon-themes/material/vitest.svg +1 -0
- package/dist/public/icon-themes/material/vlang.svg +1 -0
- package/dist/public/icon-themes/material/vscode.svg +1 -0
- package/dist/public/icon-themes/material/vue-config.svg +1 -0
- package/dist/public/icon-themes/material/vue.svg +1 -0
- package/dist/public/icon-themes/material/vuex-store.svg +1 -0
- package/dist/public/icon-themes/material/wakatime.svg +1 -0
- package/dist/public/icon-themes/material/wakatime_light.svg +1 -0
- package/dist/public/icon-themes/material/wallaby.svg +1 -0
- package/dist/public/icon-themes/material/wally.svg +1 -0
- package/dist/public/icon-themes/material/watchman.svg +1 -0
- package/dist/public/icon-themes/material/webassembly.svg +1 -0
- package/dist/public/icon-themes/material/webhint.svg +1 -0
- package/dist/public/icon-themes/material/webpack.svg +1 -0
- package/dist/public/icon-themes/material/wepy.svg +1 -0
- package/dist/public/icon-themes/material/werf.svg +1 -0
- package/dist/public/icon-themes/material/windicss.svg +1 -0
- package/dist/public/icon-themes/material/wolframlanguage.svg +1 -0
- package/dist/public/icon-themes/material/word.svg +1 -0
- package/dist/public/icon-themes/material/wrangler.svg +1 -0
- package/dist/public/icon-themes/material/wxt.svg +1 -0
- package/dist/public/icon-themes/material/xaml.svg +1 -0
- package/dist/public/icon-themes/material/xmake.svg +1 -0
- package/dist/public/icon-themes/material/xml.svg +1 -0
- package/dist/public/icon-themes/material/yaml.svg +1 -0
- package/dist/public/icon-themes/material/yang.svg +1 -0
- package/dist/public/icon-themes/material/yarn.svg +1 -0
- package/dist/public/icon-themes/material/zeabur.svg +1 -0
- package/dist/public/icon-themes/material/zeabur_light.svg +1 -0
- package/dist/public/icon-themes/material/zig.svg +1 -0
- package/dist/public/icon-themes/material/zip.svg +1 -0
- package/dist/public/icon-themes/material.css +3385 -0
- package/dist/public/icon-themes/nomo/config.appveyor.svg +1 -0
- package/dist/public/icon-themes/nomo/config.babel.svg +1 -0
- package/dist/public/icon-themes/nomo/config.bower.svg +1 -0
- package/dist/public/icon-themes/nomo/config.docker.svg +1 -0
- package/dist/public/icon-themes/nomo/config.editorconfig.svg +1 -0
- package/dist/public/icon-themes/nomo/config.eslint.svg +1 -0
- package/dist/public/icon-themes/nomo/config.format.svg +1 -0
- package/dist/public/icon-themes/nomo/config.git.svg +1 -0
- package/dist/public/icon-themes/nomo/config.grunt.svg +1 -0
- package/dist/public/icon-themes/nomo/config.gulp.svg +1 -0
- package/dist/public/icon-themes/nomo/config.license.svg +1 -0
- package/dist/public/icon-themes/nomo/config.makefile.svg +1 -0
- package/dist/public/icon-themes/nomo/config.npm.svg +1 -0
- package/dist/public/icon-themes/nomo/config.travis.svg +1 -0
- package/dist/public/icon-themes/nomo/config.vs.svg +1 -0
- package/dist/public/icon-themes/nomo/config.yarn.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ats.svg +1 -0
- package/dist/public/icon-themes/nomo/file.c.svg +1 -0
- package/dist/public/icon-themes/nomo/file.clojure.svg +1 -0
- package/dist/public/icon-themes/nomo/file.coffee.svg +1 -0
- package/dist/public/icon-themes/nomo/file.coq.svg +1 -0
- package/dist/public/icon-themes/nomo/file.cpp.svg +1 -0
- package/dist/public/icon-themes/nomo/file.cr.svg +1 -0
- package/dist/public/icon-themes/nomo/file.crt.svg +1 -0
- package/dist/public/icon-themes/nomo/file.cs.svg +1 -0
- package/dist/public/icon-themes/nomo/file.css.svg +1 -0
- package/dist/public/icon-themes/nomo/file.cucumber.svg +58 -0
- package/dist/public/icon-themes/nomo/file.d.svg +1 -0
- package/dist/public/icon-themes/nomo/file.d.ts.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ddf.svg +1 -0
- package/dist/public/icon-themes/nomo/file.elisp.svg +1 -0
- package/dist/public/icon-themes/nomo/file.elixir.svg +1 -0
- package/dist/public/icon-themes/nomo/file.elm.svg +1 -0
- package/dist/public/icon-themes/nomo/file.erlang.svg +1 -0
- package/dist/public/icon-themes/nomo/file.exe.svg +1 -0
- package/dist/public/icon-themes/nomo/file.font.svg +1 -0
- package/dist/public/icon-themes/nomo/file.fs.svg +1 -0
- package/dist/public/icon-themes/nomo/file.fst.svg +1 -0
- package/dist/public/icon-themes/nomo/file.go.svg +1 -0
- package/dist/public/icon-themes/nomo/file.gql.svg +17 -0
- package/dist/public/icon-themes/nomo/file.h.svg +1 -0
- package/dist/public/icon-themes/nomo/file.handlebars.svg +1 -0
- package/dist/public/icon-themes/nomo/file.haskell.svg +1 -0
- package/dist/public/icon-themes/nomo/file.haxe.svg +1 -0
- package/dist/public/icon-themes/nomo/file.html.svg +1 -0
- package/dist/public/icon-themes/nomo/file.idris.svg +1 -0
- package/dist/public/icon-themes/nomo/file.image.svg +1 -0
- package/dist/public/icon-themes/nomo/file.jade.svg +1 -0
- package/dist/public/icon-themes/nomo/file.java.svg +1 -0
- package/dist/public/icon-themes/nomo/file.js.svg +1 -0
- package/dist/public/icon-themes/nomo/file.json.svg +1 -0
- package/dist/public/icon-themes/nomo/file.jsx.svg +1 -0
- package/dist/public/icon-themes/nomo/file.julia.svg +1 -0
- package/dist/public/icon-themes/nomo/file.key.svg +1 -0
- package/dist/public/icon-themes/nomo/file.less.svg +1 -0
- package/dist/public/icon-themes/nomo/file.lib.svg +1 -0
- package/dist/public/icon-themes/nomo/file.lisp.svg +1 -0
- package/dist/public/icon-themes/nomo/file.lua.svg +1 -0
- package/dist/public/icon-themes/nomo/file.markdown.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ml.svg +1 -0
- package/dist/public/icon-themes/nomo/file.objc.svg +1 -0
- package/dist/public/icon-themes/nomo/file.pester.svg +1 -0
- package/dist/public/icon-themes/nomo/file.php.svg +1 -0
- package/dist/public/icon-themes/nomo/file.powershell.svg +1 -0
- package/dist/public/icon-themes/nomo/file.prolog.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ptl.svg +1 -0
- package/dist/public/icon-themes/nomo/file.purescript.svg +1 -0
- package/dist/public/icon-themes/nomo/file.python.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ruby.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ruota.svg +9 -0
- package/dist/public/icon-themes/nomo/file.rust.svg +1 -0
- package/dist/public/icon-themes/nomo/file.sass.svg +1 -0
- package/dist/public/icon-themes/nomo/file.scala.svg +1 -0
- package/dist/public/icon-themes/nomo/file.scheme.svg +1 -0
- package/dist/public/icon-themes/nomo/file.shell.svg +1 -0
- package/dist/public/icon-themes/nomo/file.slim.svg +1 -0
- package/dist/public/icon-themes/nomo/file.sourcemap.svg +1 -0
- package/dist/public/icon-themes/nomo/file.stylus.svg +1 -0
- package/dist/public/icon-themes/nomo/file.svg +1 -0
- package/dist/public/icon-themes/nomo/file.swift.svg +1 -0
- package/dist/public/icon-themes/nomo/file.tex.svg +1 -0
- package/dist/public/icon-themes/nomo/file.text.svg +1 -0
- package/dist/public/icon-themes/nomo/file.toml.svg +1 -0
- package/dist/public/icon-themes/nomo/file.ts.svg +1 -0
- package/dist/public/icon-themes/nomo/file.tsx.svg +1 -0
- package/dist/public/icon-themes/nomo/file.vb.svg +1 -0
- package/dist/public/icon-themes/nomo/file.vue.svg +1 -0
- package/dist/public/icon-themes/nomo/file.xml.svg +1 -0
- package/dist/public/icon-themes/nomo/file.yaml.svg +1 -0
- package/dist/public/icon-themes/nomo/file.zip.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.dist.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.dist.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.git.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.git.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.include.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.include.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.js.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.js.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.lib.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.lib.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.src.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.src.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.test.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.test.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.ts.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.ts.open.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.vs.close.svg +1 -0
- package/dist/public/icon-themes/nomo/folder.vs.open.svg +1 -0
- package/dist/public/icon-themes/nomo/logo.vs.svg +1 -0
- package/dist/public/icon-themes/nomo.css +337 -0
- package/dist/public/icon-themes/seti-seti.woff +0 -0
- package/dist/public/icon-themes/seti.css +1926 -0
- package/dist/public/icon-themes/vscodegreat/abell.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/actionscript.png +0 -0
- package/dist/public/icon-themes/vscodegreat/android.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/angular.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/apache.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/applescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/arduino.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/asciidoc.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/assembly.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/audio.png +0 -0
- package/dist/public/icon-themes/vscodegreat/autoit.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/avalonia.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/axure.png +0 -0
- package/dist/public/icon-themes/vscodegreat/azure.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/babel.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/bicep.png +0 -0
- package/dist/public/icon-themes/vscodegreat/binary.png +0 -0
- package/dist/public/icon-themes/vscodegreat/blade.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/bower.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/brainfuck.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/browserlist.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/brunch.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/buckle.png +0 -0
- package/dist/public/icon-themes/vscodegreat/c-h.png +0 -0
- package/dist/public/icon-themes/vscodegreat/c.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cake.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cakephp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/certificate.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cfc.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cfm.png +0 -0
- package/dist/public/icon-themes/vscodegreat/clojure.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/cmake.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/codekit.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/coffeescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/coldfusion.png +0 -0
- package/dist/public/icon-themes/vscodegreat/contributing.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cpp-alt.svg +23 -0
- package/dist/public/icon-themes/vscodegreat/cpp-h.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cpp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/crystal.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/csharp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/css.svg +4 -0
- package/dist/public/icon-themes/vscodegreat/cuda.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/cue.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/cursor.png +0 -0
- package/dist/public/icon-themes/vscodegreat/cypress.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/cython.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/d.png +0 -0
- package/dist/public/icon-themes/vscodegreat/dart.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/database.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/database2.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/default.png +0 -0
- package/dist/public/icon-themes/vscodegreat/denizen.png +0 -0
- package/dist/public/icon-themes/vscodegreat/dhall.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/dlang.png +0 -0
- package/dist/public/icon-themes/vscodegreat/docker.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/docz.png +0 -0
- package/dist/public/icon-themes/vscodegreat/dotenv.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/dotnet.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/dust.png +0 -0
- package/dist/public/icon-themes/vscodegreat/editorconfig.png +0 -0
- package/dist/public/icon-themes/vscodegreat/ejs.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/elixir.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/elm.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/erlang.png +0 -0
- package/dist/public/icon-themes/vscodegreat/eslint.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/excel.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/exe.png +0 -0
- package/dist/public/icon-themes/vscodegreat/favicon.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/figma.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/file.png +0 -0
- package/dist/public/icon-themes/vscodegreat/firebase.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/fish.png +0 -0
- package/dist/public/icon-themes/vscodegreat/flow.svg +14 -0
- package/dist/public/icon-themes/vscodegreat/folders/app-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/app.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/bench-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/bench.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/bower-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/bower.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/build-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/build.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/cypress-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/cypress.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/db-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/db.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/default-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/default.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/git-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/git.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/i18n-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/i18n.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/images-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/images.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/jest-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/jest.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/layout-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/layout.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/next-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/next.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/node-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/node.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/root-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/root.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/save-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/save.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/services-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/services.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/src-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/src.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/styles-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/styles.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/tests-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/tests.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/theme-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/theme.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/views-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/views.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/vsc-open.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/folders/vsc.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/font.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/fortran.svg +98 -0
- package/dist/public/icon-themes/vscodegreat/foxpro.png +0 -0
- package/dist/public/icon-themes/vscodegreat/fsharp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/gherkin.png +0 -0
- package/dist/public/icon-themes/vscodegreat/git.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/gitlab.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/gnu.svg +4 -0
- package/dist/public/icon-themes/vscodegreat/go.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/godot.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/gradle.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/graphql.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/graphqls.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/graphviz.png +0 -0
- package/dist/public/icon-themes/vscodegreat/groovy.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/grunt.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/gulp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/haml.png +0 -0
- package/dist/public/icon-themes/vscodegreat/handlebars.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/harbour.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/haskell.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/haxe.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/html.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/icon.png +0 -0
- package/dist/public/icon-themes/vscodegreat/illustrator.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/image.png +0 -0
- package/dist/public/icon-themes/vscodegreat/jade.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/java-alt.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/java.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/javascript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/jenkins.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/jest.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/jinja.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/json.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/json5.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/julia.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/jupyter.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/karma.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/key.png +0 -0
- package/dist/public/icon-themes/vscodegreat/keystone.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/kotlin.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/less.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/liquid.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/livescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/log.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/lua.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/markdown.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/marko.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/markojs.png +0 -0
- package/dist/public/icon-themes/vscodegreat/markup.png +0 -0
- package/dist/public/icon-themes/vscodegreat/matlab-red.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/matlab.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/mdx.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/mjml.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/mocha.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/model.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/moleculer.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/mustache.png +0 -0
- package/dist/public/icon-themes/vscodegreat/mysql-workbench.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nextflow.png +0 -0
- package/dist/public/icon-themes/vscodegreat/nextjs.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nginx.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/ngrx.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nim.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nix.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/node.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/notepad.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/npm.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nsis.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nuget.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nunjucks.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/nvidia.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/objectivec.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/objectivecpp.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/ocaml.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/opengl.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/oso.png +0 -0
- package/dist/public/icon-themes/vscodegreat/paket.png +0 -0
- package/dist/public/icon-themes/vscodegreat/pascal-project.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/pascal.png +0 -0
- package/dist/public/icon-themes/vscodegreat/pdf.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/perl.png +0 -0
- package/dist/public/icon-themes/vscodegreat/phalcon.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/photoshop.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/php.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/pnpm.svg +3 -0
- package/dist/public/icon-themes/vscodegreat/postcss.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/powerpoint.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/powershell.png +0 -0
- package/dist/public/icon-themes/vscodegreat/prettier.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/prisma.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/proto.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/pug.png +0 -0
- package/dist/public/icon-themes/vscodegreat/puppet.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/purescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/python.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/racket.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/razor.png +0 -0
- package/dist/public/icon-themes/vscodegreat/react-alt.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/react.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/reason.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/rescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/rlang.png +0 -0
- package/dist/public/icon-themes/vscodegreat/rollup.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/rst.png +0 -0
- package/dist/public/icon-themes/vscodegreat/rstudio.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/ruby.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/rust.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/sass.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/scala.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/scheme.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/sentry.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/sequelize.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/server.png +0 -0
- package/dist/public/icon-themes/vscodegreat/serverless.png +0 -0
- package/dist/public/icon-themes/vscodegreat/settings-red.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/settings.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/shell.png +0 -0
- package/dist/public/icon-themes/vscodegreat/singularity.svg +12 -0
- package/dist/public/icon-themes/vscodegreat/sketch.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/slim.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/smarty.png +0 -0
- package/dist/public/icon-themes/vscodegreat/snowpackjs.svg +4 -0
- package/dist/public/icon-themes/vscodegreat/solidity.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/source.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/storybook.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/stylelint.png +0 -0
- package/dist/public/icon-themes/vscodegreat/stylus.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/sublime.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/svelte.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/svg.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/swi-prolog.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/swift.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/symfony.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/tailwind.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/tarkine.svg +9 -0
- package/dist/public/icon-themes/vscodegreat/taskfile.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/tcl.png +0 -0
- package/dist/public/icon-themes/vscodegreat/terraform.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/test.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/testjs.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/tex.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/textile.png +0 -0
- package/dist/public/icon-themes/vscodegreat/todo.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/toml.png +0 -0
- package/dist/public/icon-themes/vscodegreat/tslint.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/turborepo.svg +35 -0
- package/dist/public/icon-themes/vscodegreat/twig.png +0 -0
- package/dist/public/icon-themes/vscodegreat/typescript.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/typst.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/unity.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/unocss.svg +5 -0
- package/dist/public/icon-themes/vscodegreat/url.png +0 -0
- package/dist/public/icon-themes/vscodegreat/valgrind.svg +57 -0
- package/dist/public/icon-themes/vscodegreat/vercel.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/verilog-sys.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/verilog.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/video.png +0 -0
- package/dist/public/icon-themes/vscodegreat/vim.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/visualbasic.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/visualstudio.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/visualstudiocode.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/vitejs.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/vitest.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/vr.svg +10 -0
- package/dist/public/icon-themes/vscodegreat/vue.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/wasm.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/webpack.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/word.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/xaml.png +0 -0
- package/dist/public/icon-themes/vscodegreat/xi.svg +26 -0
- package/dist/public/icon-themes/vscodegreat/yaml.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/yarn.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/yml.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/zephir.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/zig.svg +1 -0
- package/dist/public/icon-themes/vscodegreat/zip.svg +1 -0
- package/dist/public/icon-themes/vscodegreat.css +868 -0
- package/dist/public/icon-themes/vsicons/default_file.svg +1 -0
- package/dist/public/icon-themes/vsicons/default_folder.svg +1 -0
- package/dist/public/icon-themes/vsicons/default_folder_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/default_root_folder.svg +1 -0
- package/dist/public/icon-themes/vsicons/default_root_folder_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_access.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_access2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_actionscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_actionscript2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ada.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_advpl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_affectscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_affinitydesigner.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_affinityphoto.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_affinitypublisher.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_agda.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ai.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ai2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_al.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_al_dal.svg +11 -0
- package/dist/public/icon-themes/vsicons/file_type_allcontributors.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_alloy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_angular.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ansible.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_antlers_html.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_antlr.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_anyscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_apache.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_apex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_api_extractor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_apib.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_apib2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_apl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_applescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_appscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_appsemble.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_appveyor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_arduino.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_asciidoc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_aseprite.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_asp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_aspx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_assembly.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_astro.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_astroconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_atom.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ats.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_attw.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_audio.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_aurelia.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_autohotkey.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_autoit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_avif.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_avro.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_awk.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_aws.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_azure.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_azurepipelines.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_babel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_babel2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bak.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ballerina.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bat.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bats.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bazaar.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bazel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bazel_ignore.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bazel_version.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_befunge.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bicep.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_biml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_binary.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_biome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bitbucketpipeline.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bithound.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_blade.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_blender.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_blitzbasic.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bolt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bosque.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bower.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bower2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_browserslist.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bruno.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_buckbuild.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_buf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bun.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bundlemon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bundler.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_bunfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_c.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_c2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_c3.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_c_al.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cabal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_caddy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cakephp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_capacitor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_capnp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cargo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_casc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cddl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cert.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ceylon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cf2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cfc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cfc2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cfm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cfm2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_changie.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cheader.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_chef.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_chef_cookbook.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_circleci.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_class.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_claude.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_clojure.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_clojurescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cloudfoundry.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cmake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cobol.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codacy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codeclimate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codecov.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codekit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codemagic.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codeowners.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_codeql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_coderabbit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_coffeelint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_coffeescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_commitizen.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_commitlint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_compass.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_composer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_conan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_conda.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_config.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_confluence.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_copilot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_coverage.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_coveralls.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cpp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cpp2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cpp3.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cppheader.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_craco.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_crowdin.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_crystal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_csharp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_csharp2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cspell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_csproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_css.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_css2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_css2map.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_csscomb.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_csslint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cssmap.svg +8 -0
- package/dist/public/icon-themes/vsicons/file_type_cucumber.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cuda.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cursorrules.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cvs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cypress.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cypress_spec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_cython.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_darcs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dartlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dartlang_generated.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dartlang_ignore.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_datadog.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_db.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_debian.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_delphi.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_deno.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_denoify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dependabot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dependencies.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_devcontainer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dhall.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_diff.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_django.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_docker.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_docker2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dockertest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dockertest2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_docpad.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_docusaurus.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_docz.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dojo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_doppler.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dotenv.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dotjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_doxygen.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_drawio.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_drone.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_drools.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dtd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dune.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dustjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dvc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_dylan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_earthly.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eas-metadata.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_edge.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_edge2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_editorconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ejs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_elastic.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_elasticbeanstalk.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eleventy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eleventy2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_elixir.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_elm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_elm2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_emacs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ember.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ensime.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eps.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_epub.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_erb.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_erlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_erlang2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_esbuild.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eslint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_eslint2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_esphome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_excalidraw.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_excel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_excel2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_expo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_falcon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fantasticon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fastly.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fauna.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_favicon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fbx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_firebase.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_firebasehosting.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_firebasestorage.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_firestore.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fitbit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fla.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flareact.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flash.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_floobits.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flow.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flutter.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flutter_package.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_flyio.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_font.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_formkit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fortran.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fossa.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fossil.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_freemarker.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_frontcommerce.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fsharp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fsharp2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fsproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fthtml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_funding.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_fusebox.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_galen.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_galen2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gamemaker.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gamemaker2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gamemaker81.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gatsby.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gcloud.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gcode.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gdscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_genstat.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_geojson.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_git.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_git2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gitlab.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gitpod.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gleam.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gleamconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_glide.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_glimmer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_glitter.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_glsl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gltf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_glyphs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gnu.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gnuplot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_aqua.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_black.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_fuchsia.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_gopher.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_lightblue.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_package.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_white.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_work.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_go_yellow.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_goctl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_godot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gpg.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gradle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gradle2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_grain.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_graphql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_graphql_config.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_graphviz.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_greenkeeper.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gridsome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_groovy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_groovy2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_grunt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_gulp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_handlebars.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_handlebars2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_harbour.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hardhat.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hashicorp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haskell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haskell2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haxe.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haxecheckstyle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_haxedevelop.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_helix.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_helm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_histoire.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hjson.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hlsl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_homeassistant.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_horusec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_host.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_html.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_htmlhint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_htmlvalidate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_http.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hugo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_humanstxt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hunspell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_husky.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hygen.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_hypr.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_icl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_idris.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_idrisbin.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_idrispkg.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_image.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_imba.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_inc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_infopath.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_informix.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ini.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ink.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_innosetup.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_io.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_iodine.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ionic.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_janet.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jar.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jasmine.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_java.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jbuilder.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jekyll.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jenkins.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jest_snapshot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jinja.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jpm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_js_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsbeautify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jscpd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jshint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsmap.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_json.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_json2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_json5.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_json_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_json_schema.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsonld.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsonnet.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jsr.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_juice.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_julia.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_julia2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_jupyter.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_just.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_k.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_karma.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_key.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kitchenci.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kite.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kivy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_knip.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kos.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kotlin.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_kusto.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_language_configuration.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lark.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_latino.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_layout.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lean.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_leanconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lefthook.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lerna.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_less.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_liara.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_base.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_calc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_draw.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_impress.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_math.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_libreoffice_writer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_license.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_licensebat.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_actionscript2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_ada.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_agda.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_apl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_astro.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_astroconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_babel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_babel2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_cabal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_circleci.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_cloudfoundry.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_codacy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_codeclimate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_codeowners.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_config.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_copilot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_crystal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_cypress.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_cypress_spec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_db.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_dhall.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_docpad.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_drone.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_eas-metadata.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_eleventy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_eleventy2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_esphome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_expo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_firebasehosting.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_fla.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_font.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_gamemaker2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_gradle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_hashicorp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_hjson.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_ini.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_io.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_jsconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_jsmap.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_json.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_json5.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_json_schema.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_jsonld.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_kite.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_lark.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_lean.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_leanconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_lerna.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mailing.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_markuplint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mcp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mdx-components.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mdx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mustache.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_mypy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_neo4j.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_netlify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_next.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_nim.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_nx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_objidconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_openHAB.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_packship.svg +4 -0
- package/dist/public/icon-themes/vsicons/file_type_light_pcl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_pnpm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_prettier.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_prisma.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_purescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_quasar.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_raku.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_razzle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_reactrouter.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_rehype.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_remark.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_replit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_retext.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_rome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_rubocop.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_rust.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_rust_toolchain.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_safetensors.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_shadcn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_shaderlab.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_solidity.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_spin.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_stylelint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_stylus.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_symfony.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_systemd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_systemverilog.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_testcafe.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_testjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_tex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_tm.svg +141 -0
- package/dist/public/icon-themes/vsicons/file_type_light_tmux.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_todo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_toit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_toml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_tree.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_turbo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_unibeautify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_vash.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_vercel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_vsix.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_vsixmanifest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_xfl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_xorg.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_yaml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_light_yaml_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lighthouse.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lilypond.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lime.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lintstagedrc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_liquid.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lisp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_livescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lnk.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_locale.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_log.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lolcode.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lsl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lua.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_luau.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_lync.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mailing.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_manifest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_manifest_bak.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_manifest_skip.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_map.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mariadb.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_markdown.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_markdownlint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_markdownlint_ignore.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_marko.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_markojs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_markuplint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_master-co.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_matlab.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_maven.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_maxscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_maya.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mcp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mdx-components.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mdx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mediawiki.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mercurial.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mermaid.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_meson.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_metal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_meteor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_minecraft.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mivascript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mjml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mocha.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_modernizr.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mojo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mojolicious.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_moleculer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mondoo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mongo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_monotone.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_motif.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mson.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mustache.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mvt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mvtcss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mvtjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mypy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_mysql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nanostaged.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ndst.svg +7 -0
- package/dist/public/icon-themes/vsicons/file_type_nearly.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_neo4j.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_adapter_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_adapter_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_controller_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_controller_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_decorator_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_decorator_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_filter_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_filter_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_gateway_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_gateway_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_guard_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_guard_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_interceptor_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_interceptor_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_middleware_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_middleware_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_module_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_module_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_pipe_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_pipe_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_service_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nest_service_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nestjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_netlify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_next.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nextflow.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_css.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_html.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_less.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_sass.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_scss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_component_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_controller_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_controller_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_directive_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_directive_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_directive_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_directive_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_directive_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_guard_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_guard_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_guard_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_interceptor_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_interceptor_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_interceptor_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_module_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_module_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_module_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_module_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_module_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_pipe_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_pipe_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_pipe_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_pipe_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_pipe_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_routing_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_routing_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_routing_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_routing_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_routing_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_service_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_service_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_service_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_service_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_service_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_smart_component_dart.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_smart_component_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_smart_component_js2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_smart_component_ts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_smart_component_ts2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ng_tailwind.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nginx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nim.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nimble.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ninja.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nix.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_njsproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_noc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_node.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_node2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nodemon.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_npm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_npmpackagejsonlint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nsi.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nsri-integrity.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nsri.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nuget.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_numpy.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nunjucks.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nuxt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_nyc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_objectivec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_objectivecpp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_objidconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ocaml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ocaml_intf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ogone.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_onenote.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_opam.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_openHAB.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_opencl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_openscad.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_opentofu.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_org.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_outlook.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ovpn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_oxlint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_package.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_packship.svg +4 -0
- package/dist/public/icon-themes/vsicons/file_type_paket.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pandacss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_patch.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pcl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pddl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pddl_happenings.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pddl_plan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pdf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pdf2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pdm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_peeky.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_perl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_perl2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_perl6.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pgsql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_photoshop.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_photoshop2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_php.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_php2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_php3.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_phpcsfixer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_phpstan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_phpunit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_phraseapp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pine.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pip.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pipeline.svg +3 -0
- package/dist/public/icon-themes/vsicons/file_type_plantuml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_platformio.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_playwright.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_plsql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_plsql_package.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_plsql_package_body.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_plsql_package_header.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_plsql_package_spec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pm2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pnpm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_poedit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_poetry.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_polymer.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pony.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_postcss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_postcssconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_postman.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powerpoint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powerpoint2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_format.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_psd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_psd2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_psm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_psm2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_powershell_types.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_preact.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_precommit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_prettier.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_prisma.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_processinglang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_procfile.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_progress.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_prolog.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_prometheus.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_protobuf.svg +9 -0
- package/dist/public/icon-themes/vsicons/file_type_protractor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_publiccode.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_publisher.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pug.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pulumi.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_puppet.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_purescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_purgecss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pyenv.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pyret.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pyscript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pytest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_python.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pythowo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pytyped.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_pyup.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_q.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_qbs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_qlikview.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_qml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_qmldir.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_qsharp.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_quasar.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_r.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ra_syntax_tree.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_racket.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rails.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_raku.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_raml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_razor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_razzle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_reactjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_reactrouter.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_reacttemplate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_reactts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_reason.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_red.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_registry.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rego.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rehype.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_remark.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_renovate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_replit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_retext.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rexx.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_riot.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rmd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rnc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_robotframework.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_robots.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rolldown.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rollup.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rome.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ron.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rspec.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rubocop.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ruby.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rust.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_rust_toolchain.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_s-lang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_safetensors.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sails.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_saltstack.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_san.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sapphire_framework_cli.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sas.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sass.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sbt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_scala.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_scilab.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_script.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_scss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_scss2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sdlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_search_result.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_seedkit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sentry.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sequelize.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_serverless.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_shadcn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_shaderlab.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_shell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_shellcheck.svg +91 -0
- package/dist/public/icon-themes/vsicons/file_type_shuttle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_silverstripe.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sino.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_siyuan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sketch.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_skipper.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_slang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_slashup.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_slice.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_slim.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_slint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sln.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sln2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_smarty.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_smithery.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_snakemake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_snapcraft.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_snaplet.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_snort.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_snyk.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_solidarity.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_solidity.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_source.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_spacengine.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sparql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_spin.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sqf.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sql.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sqlite.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_squirrel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sst.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stackblitz.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stata.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stencil.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_storyboard.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_storybook.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stryker.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stylable.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_style.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_styled.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stylelint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stylish_haskell.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_stylus.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_sublime.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_subversion.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_svelte.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_svelteconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_svg.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_svgo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_swagger.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_swc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_swift.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_swig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_symfony.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_syncpack.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_systemd.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_systemverilog.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_t4tt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tailwind.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tamagui.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_taplo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_taskfile.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tauri.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tcl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_teal.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_templ.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tera.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_terraform.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_test.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_testcafe.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_testjs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_testplane.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_testts.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_text.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_textile.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tfs.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tiltfile.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tmux.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_todo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_toit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_toml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tox.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_travis.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tree.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tres.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_truffle.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_trunk.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tsbuildinfo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tscn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tsconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tsconfig_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tsdoc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tslint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_ttcn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_tuc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_turbo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_twig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typedoc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typescript_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typescriptdef.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typescriptdef_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_typo3.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_uiua.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_unibeautify.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_unison.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_unlicense.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_unocss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_uv.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vagrant.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vala.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vanilla_extract.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vapi.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vapor.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vash.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vb.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vba.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vbhtml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vbproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vcxproj.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_velocity.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vento.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vercel.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_verilog.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vhdl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_video.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_view.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vim.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vite.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vitest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vlang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_volt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vscode-insiders.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vscode.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vscode2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vscode3.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vscode_test.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vsix.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vsixmanifest.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vue.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vueconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_vyper.svg +3 -0
- package/dist/public/icon-themes/vsicons/file_type_wallaby.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wally.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wasm.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_watchmanconfig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wdio.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_weblate.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_webpack.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wenyan.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wercker.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wgsl.svg +86 -0
- package/dist/public/icon-themes/vsicons/file_type_wikitext.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_windi.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wit.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wolfram.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_word.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_word2.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wpml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wurst.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wxml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wxss.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_wxt.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xcode.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xfl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xib.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xliff.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xmake.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xo.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xorg.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xquery.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_xsl.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yacc.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yaml.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yaml_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yamllint.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yandex.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yang.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yarn.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_yeoman.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_zig.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_zip.svg +1 -0
- package/dist/public/icon-themes/vsicons/file_type_zip2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_android.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_android_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_api.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_api_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_app.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_app_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_arangodb.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_arangodb_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_asset.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_asset_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_audio.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_audio_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_aurelia.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_aurelia_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_aws.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_aws_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_azure.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_azure_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_azurepipelines.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_azurepipelines_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_binary.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_binary_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bloc.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bloc_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_blueprint.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_blueprint_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bot.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bot_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bower.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_bower_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_buildkite.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_buildkite_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cake.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cake_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_certificate.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_certificate_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_changesets.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_changesets_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_chef.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_chef_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_circleci.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_circleci_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cli.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cli_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_client.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_client_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cmake.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cmake_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_common.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_common_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_component.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_component_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_composer.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_composer_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_config.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_config_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_controller.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_controller_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_coverage.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_coverage_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_css.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_css2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_css2_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_css_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cubit.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cubit_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cypress.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_cypress_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dapr.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dapr_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_datadog.svg +66 -0
- package/dist/public/icon-themes/vsicons/folder_type_datadog_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_db.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_db_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_debian.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_debian_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dependabot.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dependabot_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_devcontainer.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_devcontainer_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dist.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_dist_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_docker.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_docker_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_docs.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_docs_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_e2e.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_e2e_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_elasticbeanstalk.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_elasticbeanstalk_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_electron.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_electron_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_expo.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_expo_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_favicon.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_favicon_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_flow.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_flow_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_fonts.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_fonts_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_frontcommerce.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_frontcommerce_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gcp.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gcp_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_git.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_git_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_github.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_github_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gitlab.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gitlab_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gradle.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gradle_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_graphql.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_graphql_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_grunt.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_grunt_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gulp.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_gulp_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_haxelib.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_haxelib_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_helper.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_helper_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_hook.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_hook_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_husky.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_husky_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_idea.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_idea_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_images.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_images_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_include.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_include_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_interfaces.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_interfaces_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_ios.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_ios_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_js.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_js_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_json.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_json_official.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_json_official_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_json_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_kubernetes.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_kubernetes_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_less.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_less_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_library.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_library_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_cypress.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_cypress_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_electron.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_electron_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_expo.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_expo_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_fonts.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_fonts_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_gradle.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_gradle_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_meteor.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_meteor_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_mypy.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_mypy_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_mysql.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_mysql_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_node.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_node_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_redux.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_redux_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_sass.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_light_sass_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_linux.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_linux_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_locale.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_locale_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_log.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_log_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_macos.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_macos_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mariadb.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mariadb_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_maven.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_maven_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mediawiki.svg +41 -0
- package/dist/public/icon-themes/vsicons/folder_type_mediawiki_opened.svg +42 -0
- package/dist/public/icon-themes/vsicons/folder_type_memcached.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_memcached_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_meteor.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_meteor_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_middleware.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_middleware_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_minecraft.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_minecraft_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_minikube.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_minikube_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mjml.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mjml_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mock.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mock_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_model.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_model_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_module.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_module_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mojo.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mojo_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mongodb.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mongodb_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mypy.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mypy_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mysql.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_mysql_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_netlify.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_netlify_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_next.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_next_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nginx.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nginx_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nix.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nix_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_node.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_node_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_notebooks.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_notebooks_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_notification.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_notification_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nuget.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nuget_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nuxt.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_nuxt_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_package.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_package_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_paket.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_paket_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_php.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_php_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_platformio.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_platformio_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_plugin.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_plugin_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_prisma.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_prisma_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_private.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_private_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_public.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_public_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_pytest.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_pytest_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_python.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_python_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_ravendb.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_ravendb_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_redis.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_redis_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_redux.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_redux_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_route.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_route_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_sass.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_sass_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_script.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_script_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_seedkit.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_seedkit_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_server.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_server_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_services.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_services_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_shared.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_shared_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_snaplet.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_snaplet_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_spin.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_spin_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_src.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_src_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_sso.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_sso_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_story.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_story_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_style.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_style_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_supabase.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_supabase_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_svelte.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_svelte_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_tauri.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_tauri_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_temp.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_temp_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_template.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_template_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_test.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_test_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_theme.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_theme_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_tools.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_tools_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_travis.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_travis_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_trunk.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_trunk_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_turbo.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_turbo_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typescript.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typescript_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typings.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typings2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typings2_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_typings_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vagrant.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vagrant_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vercel.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vercel_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_video.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_video_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_view.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_view_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vs.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vs2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vs2_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vs_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode2_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode3.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode3_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test2.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test2_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test3.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test3_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_vscode_test_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_webpack.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_webpack_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_windows.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_windows_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_wit.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_wit_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_www.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_www_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_yarn.svg +1 -0
- package/dist/public/icon-themes/vsicons/folder_type_yarn_opened.svg +1 -0
- package/dist/public/icon-themes/vsicons.css +3745 -0
- package/dist/public/index.js +1 -1
- package/dist/queues/Queue.js +20 -1
- package/dist/utils/URI.js +12 -1
- package/package.json +5 -3
- package/CHANGELOG.md +0 -2
- package/dist/public/76e5e3fe6b35d5e6a980.woff2 +0 -0
|
@@ -0,0 +1,3745 @@
|
|
|
1
|
+
.fileicon {
|
|
2
|
+
background: no-repeat center / contain;
|
|
3
|
+
}
|
|
4
|
+
.fileicon[data-code="_file"] {
|
|
5
|
+
background-image: url('vsicons/default_file.svg')
|
|
6
|
+
}
|
|
7
|
+
.fileicon[data-code="_folder"] {
|
|
8
|
+
background-image: url('vsicons/default_folder.svg')
|
|
9
|
+
}
|
|
10
|
+
.fileicon[data-code="_folder_open"] {
|
|
11
|
+
background-image: url('vsicons/default_folder_opened.svg')
|
|
12
|
+
}
|
|
13
|
+
.fileicon[data-code="_root_folder"] {
|
|
14
|
+
background-image: url('vsicons/default_root_folder.svg')
|
|
15
|
+
}
|
|
16
|
+
.fileicon[data-code="_root_folder_open"] {
|
|
17
|
+
background-image: url('vsicons/default_root_folder_opened.svg')
|
|
18
|
+
}
|
|
19
|
+
.fileicon[data-code="_file_light"] {
|
|
20
|
+
background-image: url('vsicons/')
|
|
21
|
+
}
|
|
22
|
+
.fileicon[data-code="_folder_light"] {
|
|
23
|
+
background-image: url('vsicons/')
|
|
24
|
+
}
|
|
25
|
+
.fileicon[data-code="_folder_light_open"] {
|
|
26
|
+
background-image: url('vsicons/')
|
|
27
|
+
}
|
|
28
|
+
.fileicon[data-code="_root_folder_light"] {
|
|
29
|
+
background-image: url('vsicons/')
|
|
30
|
+
}
|
|
31
|
+
.fileicon[data-code="_root_folder_light_open"] {
|
|
32
|
+
background-image: url('vsicons/')
|
|
33
|
+
}
|
|
34
|
+
.fileicon[data-code="_fd_android"] {
|
|
35
|
+
background-image: url('vsicons/folder_type_android.svg')
|
|
36
|
+
}
|
|
37
|
+
.fileicon[data-code="_fd_android_open"] {
|
|
38
|
+
background-image: url('vsicons/folder_type_android_opened.svg')
|
|
39
|
+
}
|
|
40
|
+
.fileicon[data-code="_fd_api"] {
|
|
41
|
+
background-image: url('vsicons/folder_type_api.svg')
|
|
42
|
+
}
|
|
43
|
+
.fileicon[data-code="_fd_api_open"] {
|
|
44
|
+
background-image: url('vsicons/folder_type_api_opened.svg')
|
|
45
|
+
}
|
|
46
|
+
.fileicon[data-code="_fd_app"] {
|
|
47
|
+
background-image: url('vsicons/folder_type_app.svg')
|
|
48
|
+
}
|
|
49
|
+
.fileicon[data-code="_fd_app_open"] {
|
|
50
|
+
background-image: url('vsicons/folder_type_app_opened.svg')
|
|
51
|
+
}
|
|
52
|
+
.fileicon[data-code="_fd_arangodb"] {
|
|
53
|
+
background-image: url('vsicons/folder_type_arangodb.svg')
|
|
54
|
+
}
|
|
55
|
+
.fileicon[data-code="_fd_arangodb_open"] {
|
|
56
|
+
background-image: url('vsicons/folder_type_arangodb_opened.svg')
|
|
57
|
+
}
|
|
58
|
+
.fileicon[data-code="_fd_asset"] {
|
|
59
|
+
background-image: url('vsicons/folder_type_asset.svg')
|
|
60
|
+
}
|
|
61
|
+
.fileicon[data-code="_fd_asset_open"] {
|
|
62
|
+
background-image: url('vsicons/folder_type_asset_opened.svg')
|
|
63
|
+
}
|
|
64
|
+
.fileicon[data-code="_fd_audio"] {
|
|
65
|
+
background-image: url('vsicons/folder_type_audio.svg')
|
|
66
|
+
}
|
|
67
|
+
.fileicon[data-code="_fd_audio_open"] {
|
|
68
|
+
background-image: url('vsicons/folder_type_audio_opened.svg')
|
|
69
|
+
}
|
|
70
|
+
.fileicon[data-code="_fd_aurelia"] {
|
|
71
|
+
background-image: url('vsicons/folder_type_aurelia.svg')
|
|
72
|
+
}
|
|
73
|
+
.fileicon[data-code="_fd_aurelia_open"] {
|
|
74
|
+
background-image: url('vsicons/folder_type_aurelia_opened.svg')
|
|
75
|
+
}
|
|
76
|
+
.fileicon[data-code="_fd_aws"] {
|
|
77
|
+
background-image: url('vsicons/folder_type_aws.svg')
|
|
78
|
+
}
|
|
79
|
+
.fileicon[data-code="_fd_aws_open"] {
|
|
80
|
+
background-image: url('vsicons/folder_type_aws_opened.svg')
|
|
81
|
+
}
|
|
82
|
+
.fileicon[data-code="_fd_azure"] {
|
|
83
|
+
background-image: url('vsicons/folder_type_azure.svg')
|
|
84
|
+
}
|
|
85
|
+
.fileicon[data-code="_fd_azure_open"] {
|
|
86
|
+
background-image: url('vsicons/folder_type_azure_opened.svg')
|
|
87
|
+
}
|
|
88
|
+
.fileicon[data-code="_fd_azurepipelines"] {
|
|
89
|
+
background-image: url('vsicons/folder_type_azurepipelines.svg')
|
|
90
|
+
}
|
|
91
|
+
.fileicon[data-code="_fd_azurepipelines_open"] {
|
|
92
|
+
background-image: url('vsicons/folder_type_azurepipelines_opened.svg')
|
|
93
|
+
}
|
|
94
|
+
.fileicon[data-code="_fd_binary"] {
|
|
95
|
+
background-image: url('vsicons/folder_type_binary.svg')
|
|
96
|
+
}
|
|
97
|
+
.fileicon[data-code="_fd_binary_open"] {
|
|
98
|
+
background-image: url('vsicons/folder_type_binary_opened.svg')
|
|
99
|
+
}
|
|
100
|
+
.fileicon[data-code="_fd_bloc"] {
|
|
101
|
+
background-image: url('vsicons/folder_type_bloc.svg')
|
|
102
|
+
}
|
|
103
|
+
.fileicon[data-code="_fd_bloc_open"] {
|
|
104
|
+
background-image: url('vsicons/folder_type_bloc_opened.svg')
|
|
105
|
+
}
|
|
106
|
+
.fileicon[data-code="_fd_blueprint"] {
|
|
107
|
+
background-image: url('vsicons/folder_type_blueprint.svg')
|
|
108
|
+
}
|
|
109
|
+
.fileicon[data-code="_fd_blueprint_open"] {
|
|
110
|
+
background-image: url('vsicons/folder_type_blueprint_opened.svg')
|
|
111
|
+
}
|
|
112
|
+
.fileicon[data-code="_fd_bot"] {
|
|
113
|
+
background-image: url('vsicons/folder_type_bot.svg')
|
|
114
|
+
}
|
|
115
|
+
.fileicon[data-code="_fd_bot_open"] {
|
|
116
|
+
background-image: url('vsicons/folder_type_bot_opened.svg')
|
|
117
|
+
}
|
|
118
|
+
.fileicon[data-code="_fd_bower"] {
|
|
119
|
+
background-image: url('vsicons/folder_type_bower.svg')
|
|
120
|
+
}
|
|
121
|
+
.fileicon[data-code="_fd_bower_open"] {
|
|
122
|
+
background-image: url('vsicons/folder_type_bower_opened.svg')
|
|
123
|
+
}
|
|
124
|
+
.fileicon[data-code="_fd_buildkite"] {
|
|
125
|
+
background-image: url('vsicons/folder_type_buildkite.svg')
|
|
126
|
+
}
|
|
127
|
+
.fileicon[data-code="_fd_buildkite_open"] {
|
|
128
|
+
background-image: url('vsicons/folder_type_buildkite_opened.svg')
|
|
129
|
+
}
|
|
130
|
+
.fileicon[data-code="_fd_cake"] {
|
|
131
|
+
background-image: url('vsicons/folder_type_cake.svg')
|
|
132
|
+
}
|
|
133
|
+
.fileicon[data-code="_fd_cake_open"] {
|
|
134
|
+
background-image: url('vsicons/folder_type_cake_opened.svg')
|
|
135
|
+
}
|
|
136
|
+
.fileicon[data-code="_fd_certificate"] {
|
|
137
|
+
background-image: url('vsicons/folder_type_certificate.svg')
|
|
138
|
+
}
|
|
139
|
+
.fileicon[data-code="_fd_certificate_open"] {
|
|
140
|
+
background-image: url('vsicons/folder_type_certificate_opened.svg')
|
|
141
|
+
}
|
|
142
|
+
.fileicon[data-code="_fd_changesets"] {
|
|
143
|
+
background-image: url('vsicons/folder_type_changesets.svg')
|
|
144
|
+
}
|
|
145
|
+
.fileicon[data-code="_fd_changesets_open"] {
|
|
146
|
+
background-image: url('vsicons/folder_type_changesets_opened.svg')
|
|
147
|
+
}
|
|
148
|
+
.fileicon[data-code="_fd_chef"] {
|
|
149
|
+
background-image: url('vsicons/folder_type_chef.svg')
|
|
150
|
+
}
|
|
151
|
+
.fileicon[data-code="_fd_chef_open"] {
|
|
152
|
+
background-image: url('vsicons/folder_type_chef_opened.svg')
|
|
153
|
+
}
|
|
154
|
+
.fileicon[data-code="_fd_circleci"] {
|
|
155
|
+
background-image: url('vsicons/folder_type_circleci.svg')
|
|
156
|
+
}
|
|
157
|
+
.fileicon[data-code="_fd_circleci_open"] {
|
|
158
|
+
background-image: url('vsicons/folder_type_circleci_opened.svg')
|
|
159
|
+
}
|
|
160
|
+
.fileicon[data-code="_fd_cli"] {
|
|
161
|
+
background-image: url('vsicons/folder_type_cli.svg')
|
|
162
|
+
}
|
|
163
|
+
.fileicon[data-code="_fd_cli_open"] {
|
|
164
|
+
background-image: url('vsicons/folder_type_cli_opened.svg')
|
|
165
|
+
}
|
|
166
|
+
.fileicon[data-code="_fd_client"] {
|
|
167
|
+
background-image: url('vsicons/folder_type_client.svg')
|
|
168
|
+
}
|
|
169
|
+
.fileicon[data-code="_fd_client_open"] {
|
|
170
|
+
background-image: url('vsicons/folder_type_client_opened.svg')
|
|
171
|
+
}
|
|
172
|
+
.fileicon[data-code="_fd_cmake"] {
|
|
173
|
+
background-image: url('vsicons/folder_type_cmake.svg')
|
|
174
|
+
}
|
|
175
|
+
.fileicon[data-code="_fd_cmake_open"] {
|
|
176
|
+
background-image: url('vsicons/folder_type_cmake_opened.svg')
|
|
177
|
+
}
|
|
178
|
+
.fileicon[data-code="_fd_common"] {
|
|
179
|
+
background-image: url('vsicons/folder_type_common.svg')
|
|
180
|
+
}
|
|
181
|
+
.fileicon[data-code="_fd_common_open"] {
|
|
182
|
+
background-image: url('vsicons/folder_type_common_opened.svg')
|
|
183
|
+
}
|
|
184
|
+
.fileicon[data-code="_fd_component"] {
|
|
185
|
+
background-image: url('vsicons/folder_type_component.svg')
|
|
186
|
+
}
|
|
187
|
+
.fileicon[data-code="_fd_component_open"] {
|
|
188
|
+
background-image: url('vsicons/folder_type_component_opened.svg')
|
|
189
|
+
}
|
|
190
|
+
.fileicon[data-code="_fd_composer"] {
|
|
191
|
+
background-image: url('vsicons/folder_type_composer.svg')
|
|
192
|
+
}
|
|
193
|
+
.fileicon[data-code="_fd_composer_open"] {
|
|
194
|
+
background-image: url('vsicons/folder_type_composer_opened.svg')
|
|
195
|
+
}
|
|
196
|
+
.fileicon[data-code="_fd_config"] {
|
|
197
|
+
background-image: url('vsicons/folder_type_config.svg')
|
|
198
|
+
}
|
|
199
|
+
.fileicon[data-code="_fd_config_open"] {
|
|
200
|
+
background-image: url('vsicons/folder_type_config_opened.svg')
|
|
201
|
+
}
|
|
202
|
+
.fileicon[data-code="_fd_controller"] {
|
|
203
|
+
background-image: url('vsicons/folder_type_controller.svg')
|
|
204
|
+
}
|
|
205
|
+
.fileicon[data-code="_fd_controller_open"] {
|
|
206
|
+
background-image: url('vsicons/folder_type_controller_opened.svg')
|
|
207
|
+
}
|
|
208
|
+
.fileicon[data-code="_fd_coverage"] {
|
|
209
|
+
background-image: url('vsicons/folder_type_coverage.svg')
|
|
210
|
+
}
|
|
211
|
+
.fileicon[data-code="_fd_coverage_open"] {
|
|
212
|
+
background-image: url('vsicons/folder_type_coverage_opened.svg')
|
|
213
|
+
}
|
|
214
|
+
.fileicon[data-code="_fd_css"] {
|
|
215
|
+
background-image: url('vsicons/folder_type_css.svg')
|
|
216
|
+
}
|
|
217
|
+
.fileicon[data-code="_fd_css_open"] {
|
|
218
|
+
background-image: url('vsicons/folder_type_css_opened.svg')
|
|
219
|
+
}
|
|
220
|
+
.fileicon[data-code="_fd_cubit"] {
|
|
221
|
+
background-image: url('vsicons/folder_type_cubit.svg')
|
|
222
|
+
}
|
|
223
|
+
.fileicon[data-code="_fd_cubit_open"] {
|
|
224
|
+
background-image: url('vsicons/folder_type_cubit_opened.svg')
|
|
225
|
+
}
|
|
226
|
+
.fileicon[data-code="_fd_cypress"] {
|
|
227
|
+
background-image: url('vsicons/folder_type_cypress.svg')
|
|
228
|
+
}
|
|
229
|
+
.fileicon[data-code="_fd_cypress_open"] {
|
|
230
|
+
background-image: url('vsicons/folder_type_cypress_opened.svg')
|
|
231
|
+
}
|
|
232
|
+
.fileicon[data-code="_fd_light_cypress"] {
|
|
233
|
+
background-image: url('vsicons/folder_type_light_cypress.svg')
|
|
234
|
+
}
|
|
235
|
+
.fileicon[data-code="_fd_light_cypress_open"] {
|
|
236
|
+
background-image: url('vsicons/folder_type_light_cypress_opened.svg')
|
|
237
|
+
}
|
|
238
|
+
.fileicon[data-code="_fd_dapr"] {
|
|
239
|
+
background-image: url('vsicons/folder_type_dapr.svg')
|
|
240
|
+
}
|
|
241
|
+
.fileicon[data-code="_fd_dapr_open"] {
|
|
242
|
+
background-image: url('vsicons/folder_type_dapr_opened.svg')
|
|
243
|
+
}
|
|
244
|
+
.fileicon[data-code="_fd_datadog"] {
|
|
245
|
+
background-image: url('vsicons/folder_type_datadog.svg')
|
|
246
|
+
}
|
|
247
|
+
.fileicon[data-code="_fd_datadog_open"] {
|
|
248
|
+
background-image: url('vsicons/folder_type_datadog_opened.svg')
|
|
249
|
+
}
|
|
250
|
+
.fileicon[data-code="_fd_db"] {
|
|
251
|
+
background-image: url('vsicons/folder_type_db.svg')
|
|
252
|
+
}
|
|
253
|
+
.fileicon[data-code="_fd_db_open"] {
|
|
254
|
+
background-image: url('vsicons/folder_type_db_opened.svg')
|
|
255
|
+
}
|
|
256
|
+
.fileicon[data-code="_fd_debian"] {
|
|
257
|
+
background-image: url('vsicons/folder_type_debian.svg')
|
|
258
|
+
}
|
|
259
|
+
.fileicon[data-code="_fd_debian_open"] {
|
|
260
|
+
background-image: url('vsicons/folder_type_debian_opened.svg')
|
|
261
|
+
}
|
|
262
|
+
.fileicon[data-code="_fd_dependabot"] {
|
|
263
|
+
background-image: url('vsicons/folder_type_dependabot.svg')
|
|
264
|
+
}
|
|
265
|
+
.fileicon[data-code="_fd_dependabot_open"] {
|
|
266
|
+
background-image: url('vsicons/folder_type_dependabot_opened.svg')
|
|
267
|
+
}
|
|
268
|
+
.fileicon[data-code="_fd_devcontainer"] {
|
|
269
|
+
background-image: url('vsicons/folder_type_devcontainer.svg')
|
|
270
|
+
}
|
|
271
|
+
.fileicon[data-code="_fd_devcontainer_open"] {
|
|
272
|
+
background-image: url('vsicons/folder_type_devcontainer_opened.svg')
|
|
273
|
+
}
|
|
274
|
+
.fileicon[data-code="_fd_dist"] {
|
|
275
|
+
background-image: url('vsicons/folder_type_dist.svg')
|
|
276
|
+
}
|
|
277
|
+
.fileicon[data-code="_fd_dist_open"] {
|
|
278
|
+
background-image: url('vsicons/folder_type_dist_opened.svg')
|
|
279
|
+
}
|
|
280
|
+
.fileicon[data-code="_fd_docker"] {
|
|
281
|
+
background-image: url('vsicons/folder_type_docker.svg')
|
|
282
|
+
}
|
|
283
|
+
.fileicon[data-code="_fd_docker_open"] {
|
|
284
|
+
background-image: url('vsicons/folder_type_docker_opened.svg')
|
|
285
|
+
}
|
|
286
|
+
.fileicon[data-code="_fd_docs"] {
|
|
287
|
+
background-image: url('vsicons/folder_type_docs.svg')
|
|
288
|
+
}
|
|
289
|
+
.fileicon[data-code="_fd_docs_open"] {
|
|
290
|
+
background-image: url('vsicons/folder_type_docs_opened.svg')
|
|
291
|
+
}
|
|
292
|
+
.fileicon[data-code="_fd_e2e"] {
|
|
293
|
+
background-image: url('vsicons/folder_type_e2e.svg')
|
|
294
|
+
}
|
|
295
|
+
.fileicon[data-code="_fd_e2e_open"] {
|
|
296
|
+
background-image: url('vsicons/folder_type_e2e_opened.svg')
|
|
297
|
+
}
|
|
298
|
+
.fileicon[data-code="_fd_elasticbeanstalk"] {
|
|
299
|
+
background-image: url('vsicons/folder_type_elasticbeanstalk.svg')
|
|
300
|
+
}
|
|
301
|
+
.fileicon[data-code="_fd_elasticbeanstalk_open"] {
|
|
302
|
+
background-image: url('vsicons/folder_type_elasticbeanstalk_opened.svg')
|
|
303
|
+
}
|
|
304
|
+
.fileicon[data-code="_fd_electron"] {
|
|
305
|
+
background-image: url('vsicons/folder_type_electron.svg')
|
|
306
|
+
}
|
|
307
|
+
.fileicon[data-code="_fd_electron_open"] {
|
|
308
|
+
background-image: url('vsicons/folder_type_electron_opened.svg')
|
|
309
|
+
}
|
|
310
|
+
.fileicon[data-code="_fd_light_electron"] {
|
|
311
|
+
background-image: url('vsicons/folder_type_light_electron.svg')
|
|
312
|
+
}
|
|
313
|
+
.fileicon[data-code="_fd_light_electron_open"] {
|
|
314
|
+
background-image: url('vsicons/folder_type_light_electron_opened.svg')
|
|
315
|
+
}
|
|
316
|
+
.fileicon[data-code="_fd_expo"] {
|
|
317
|
+
background-image: url('vsicons/folder_type_expo.svg')
|
|
318
|
+
}
|
|
319
|
+
.fileicon[data-code="_fd_expo_open"] {
|
|
320
|
+
background-image: url('vsicons/folder_type_expo_opened.svg')
|
|
321
|
+
}
|
|
322
|
+
.fileicon[data-code="_fd_light_expo"] {
|
|
323
|
+
background-image: url('vsicons/folder_type_light_expo.svg')
|
|
324
|
+
}
|
|
325
|
+
.fileicon[data-code="_fd_light_expo_open"] {
|
|
326
|
+
background-image: url('vsicons/folder_type_light_expo_opened.svg')
|
|
327
|
+
}
|
|
328
|
+
.fileicon[data-code="_fd_favicon"] {
|
|
329
|
+
background-image: url('vsicons/folder_type_favicon.svg')
|
|
330
|
+
}
|
|
331
|
+
.fileicon[data-code="_fd_favicon_open"] {
|
|
332
|
+
background-image: url('vsicons/folder_type_favicon_opened.svg')
|
|
333
|
+
}
|
|
334
|
+
.fileicon[data-code="_fd_flow"] {
|
|
335
|
+
background-image: url('vsicons/folder_type_flow.svg')
|
|
336
|
+
}
|
|
337
|
+
.fileicon[data-code="_fd_flow_open"] {
|
|
338
|
+
background-image: url('vsicons/folder_type_flow_opened.svg')
|
|
339
|
+
}
|
|
340
|
+
.fileicon[data-code="_fd_fonts"] {
|
|
341
|
+
background-image: url('vsicons/folder_type_fonts.svg')
|
|
342
|
+
}
|
|
343
|
+
.fileicon[data-code="_fd_fonts_open"] {
|
|
344
|
+
background-image: url('vsicons/folder_type_fonts_opened.svg')
|
|
345
|
+
}
|
|
346
|
+
.fileicon[data-code="_fd_light_fonts"] {
|
|
347
|
+
background-image: url('vsicons/folder_type_light_fonts.svg')
|
|
348
|
+
}
|
|
349
|
+
.fileicon[data-code="_fd_light_fonts_open"] {
|
|
350
|
+
background-image: url('vsicons/folder_type_light_fonts_opened.svg')
|
|
351
|
+
}
|
|
352
|
+
.fileicon[data-code="_fd_frontcommerce"] {
|
|
353
|
+
background-image: url('vsicons/folder_type_frontcommerce.svg')
|
|
354
|
+
}
|
|
355
|
+
.fileicon[data-code="_fd_frontcommerce_open"] {
|
|
356
|
+
background-image: url('vsicons/folder_type_frontcommerce_opened.svg')
|
|
357
|
+
}
|
|
358
|
+
.fileicon[data-code="_fd_gcp"] {
|
|
359
|
+
background-image: url('vsicons/folder_type_gcp.svg')
|
|
360
|
+
}
|
|
361
|
+
.fileicon[data-code="_fd_gcp_open"] {
|
|
362
|
+
background-image: url('vsicons/folder_type_gcp_opened.svg')
|
|
363
|
+
}
|
|
364
|
+
.fileicon[data-code="_fd_git"] {
|
|
365
|
+
background-image: url('vsicons/folder_type_git.svg')
|
|
366
|
+
}
|
|
367
|
+
.fileicon[data-code="_fd_git_open"] {
|
|
368
|
+
background-image: url('vsicons/folder_type_git_opened.svg')
|
|
369
|
+
}
|
|
370
|
+
.fileicon[data-code="_fd_github"] {
|
|
371
|
+
background-image: url('vsicons/folder_type_github.svg')
|
|
372
|
+
}
|
|
373
|
+
.fileicon[data-code="_fd_github_open"] {
|
|
374
|
+
background-image: url('vsicons/folder_type_github_opened.svg')
|
|
375
|
+
}
|
|
376
|
+
.fileicon[data-code="_fd_gitlab"] {
|
|
377
|
+
background-image: url('vsicons/folder_type_gitlab.svg')
|
|
378
|
+
}
|
|
379
|
+
.fileicon[data-code="_fd_gitlab_open"] {
|
|
380
|
+
background-image: url('vsicons/folder_type_gitlab_opened.svg')
|
|
381
|
+
}
|
|
382
|
+
.fileicon[data-code="_fd_gradle"] {
|
|
383
|
+
background-image: url('vsicons/folder_type_gradle.svg')
|
|
384
|
+
}
|
|
385
|
+
.fileicon[data-code="_fd_gradle_open"] {
|
|
386
|
+
background-image: url('vsicons/folder_type_gradle_opened.svg')
|
|
387
|
+
}
|
|
388
|
+
.fileicon[data-code="_fd_light_gradle"] {
|
|
389
|
+
background-image: url('vsicons/folder_type_light_gradle.svg')
|
|
390
|
+
}
|
|
391
|
+
.fileicon[data-code="_fd_light_gradle_open"] {
|
|
392
|
+
background-image: url('vsicons/folder_type_light_gradle_opened.svg')
|
|
393
|
+
}
|
|
394
|
+
.fileicon[data-code="_fd_graphql"] {
|
|
395
|
+
background-image: url('vsicons/folder_type_graphql.svg')
|
|
396
|
+
}
|
|
397
|
+
.fileicon[data-code="_fd_graphql_open"] {
|
|
398
|
+
background-image: url('vsicons/folder_type_graphql_opened.svg')
|
|
399
|
+
}
|
|
400
|
+
.fileicon[data-code="_fd_grunt"] {
|
|
401
|
+
background-image: url('vsicons/folder_type_grunt.svg')
|
|
402
|
+
}
|
|
403
|
+
.fileicon[data-code="_fd_grunt_open"] {
|
|
404
|
+
background-image: url('vsicons/folder_type_grunt_opened.svg')
|
|
405
|
+
}
|
|
406
|
+
.fileicon[data-code="_fd_gulp"] {
|
|
407
|
+
background-image: url('vsicons/folder_type_gulp.svg')
|
|
408
|
+
}
|
|
409
|
+
.fileicon[data-code="_fd_gulp_open"] {
|
|
410
|
+
background-image: url('vsicons/folder_type_gulp_opened.svg')
|
|
411
|
+
}
|
|
412
|
+
.fileicon[data-code="_fd_haxelib"] {
|
|
413
|
+
background-image: url('vsicons/folder_type_haxelib.svg')
|
|
414
|
+
}
|
|
415
|
+
.fileicon[data-code="_fd_haxelib_open"] {
|
|
416
|
+
background-image: url('vsicons/folder_type_haxelib_opened.svg')
|
|
417
|
+
}
|
|
418
|
+
.fileicon[data-code="_fd_helper"] {
|
|
419
|
+
background-image: url('vsicons/folder_type_helper.svg')
|
|
420
|
+
}
|
|
421
|
+
.fileicon[data-code="_fd_helper_open"] {
|
|
422
|
+
background-image: url('vsicons/folder_type_helper_opened.svg')
|
|
423
|
+
}
|
|
424
|
+
.fileicon[data-code="_fd_hook"] {
|
|
425
|
+
background-image: url('vsicons/folder_type_hook.svg')
|
|
426
|
+
}
|
|
427
|
+
.fileicon[data-code="_fd_hook_open"] {
|
|
428
|
+
background-image: url('vsicons/folder_type_hook_opened.svg')
|
|
429
|
+
}
|
|
430
|
+
.fileicon[data-code="_fd_husky"] {
|
|
431
|
+
background-image: url('vsicons/folder_type_husky.svg')
|
|
432
|
+
}
|
|
433
|
+
.fileicon[data-code="_fd_husky_open"] {
|
|
434
|
+
background-image: url('vsicons/folder_type_husky_opened.svg')
|
|
435
|
+
}
|
|
436
|
+
.fileicon[data-code="_fd_idea"] {
|
|
437
|
+
background-image: url('vsicons/folder_type_idea.svg')
|
|
438
|
+
}
|
|
439
|
+
.fileicon[data-code="_fd_idea_open"] {
|
|
440
|
+
background-image: url('vsicons/folder_type_idea_opened.svg')
|
|
441
|
+
}
|
|
442
|
+
.fileicon[data-code="_fd_images"] {
|
|
443
|
+
background-image: url('vsicons/folder_type_images.svg')
|
|
444
|
+
}
|
|
445
|
+
.fileicon[data-code="_fd_images_open"] {
|
|
446
|
+
background-image: url('vsicons/folder_type_images_opened.svg')
|
|
447
|
+
}
|
|
448
|
+
.fileicon[data-code="_fd_include"] {
|
|
449
|
+
background-image: url('vsicons/folder_type_include.svg')
|
|
450
|
+
}
|
|
451
|
+
.fileicon[data-code="_fd_include_open"] {
|
|
452
|
+
background-image: url('vsicons/folder_type_include_opened.svg')
|
|
453
|
+
}
|
|
454
|
+
.fileicon[data-code="_fd_interfaces"] {
|
|
455
|
+
background-image: url('vsicons/folder_type_interfaces.svg')
|
|
456
|
+
}
|
|
457
|
+
.fileicon[data-code="_fd_interfaces_open"] {
|
|
458
|
+
background-image: url('vsicons/folder_type_interfaces_opened.svg')
|
|
459
|
+
}
|
|
460
|
+
.fileicon[data-code="_fd_ios"] {
|
|
461
|
+
background-image: url('vsicons/folder_type_ios.svg')
|
|
462
|
+
}
|
|
463
|
+
.fileicon[data-code="_fd_ios_open"] {
|
|
464
|
+
background-image: url('vsicons/folder_type_ios_opened.svg')
|
|
465
|
+
}
|
|
466
|
+
.fileicon[data-code="_fd_js"] {
|
|
467
|
+
background-image: url('vsicons/folder_type_js.svg')
|
|
468
|
+
}
|
|
469
|
+
.fileicon[data-code="_fd_js_open"] {
|
|
470
|
+
background-image: url('vsicons/folder_type_js_opened.svg')
|
|
471
|
+
}
|
|
472
|
+
.fileicon[data-code="_fd_json"] {
|
|
473
|
+
background-image: url('vsicons/folder_type_json.svg')
|
|
474
|
+
}
|
|
475
|
+
.fileicon[data-code="_fd_json_open"] {
|
|
476
|
+
background-image: url('vsicons/folder_type_json_opened.svg')
|
|
477
|
+
}
|
|
478
|
+
.fileicon[data-code="_fd_kubernetes"] {
|
|
479
|
+
background-image: url('vsicons/folder_type_kubernetes.svg')
|
|
480
|
+
}
|
|
481
|
+
.fileicon[data-code="_fd_kubernetes_open"] {
|
|
482
|
+
background-image: url('vsicons/folder_type_kubernetes_opened.svg')
|
|
483
|
+
}
|
|
484
|
+
.fileicon[data-code="_fd_less"] {
|
|
485
|
+
background-image: url('vsicons/folder_type_less.svg')
|
|
486
|
+
}
|
|
487
|
+
.fileicon[data-code="_fd_less_open"] {
|
|
488
|
+
background-image: url('vsicons/folder_type_less_opened.svg')
|
|
489
|
+
}
|
|
490
|
+
.fileicon[data-code="_fd_library"] {
|
|
491
|
+
background-image: url('vsicons/folder_type_library.svg')
|
|
492
|
+
}
|
|
493
|
+
.fileicon[data-code="_fd_library_open"] {
|
|
494
|
+
background-image: url('vsicons/folder_type_library_opened.svg')
|
|
495
|
+
}
|
|
496
|
+
.fileicon[data-code="_fd_linux"] {
|
|
497
|
+
background-image: url('vsicons/folder_type_linux.svg')
|
|
498
|
+
}
|
|
499
|
+
.fileicon[data-code="_fd_linux_open"] {
|
|
500
|
+
background-image: url('vsicons/folder_type_linux_opened.svg')
|
|
501
|
+
}
|
|
502
|
+
.fileicon[data-code="_fd_locale"] {
|
|
503
|
+
background-image: url('vsicons/folder_type_locale.svg')
|
|
504
|
+
}
|
|
505
|
+
.fileicon[data-code="_fd_locale_open"] {
|
|
506
|
+
background-image: url('vsicons/folder_type_locale_opened.svg')
|
|
507
|
+
}
|
|
508
|
+
.fileicon[data-code="_fd_log"] {
|
|
509
|
+
background-image: url('vsicons/folder_type_log.svg')
|
|
510
|
+
}
|
|
511
|
+
.fileicon[data-code="_fd_log_open"] {
|
|
512
|
+
background-image: url('vsicons/folder_type_log_opened.svg')
|
|
513
|
+
}
|
|
514
|
+
.fileicon[data-code="_fd_macos"] {
|
|
515
|
+
background-image: url('vsicons/folder_type_macos.svg')
|
|
516
|
+
}
|
|
517
|
+
.fileicon[data-code="_fd_macos_open"] {
|
|
518
|
+
background-image: url('vsicons/folder_type_macos_opened.svg')
|
|
519
|
+
}
|
|
520
|
+
.fileicon[data-code="_fd_mariadb"] {
|
|
521
|
+
background-image: url('vsicons/folder_type_mariadb.svg')
|
|
522
|
+
}
|
|
523
|
+
.fileicon[data-code="_fd_mariadb_open"] {
|
|
524
|
+
background-image: url('vsicons/folder_type_mariadb_opened.svg')
|
|
525
|
+
}
|
|
526
|
+
.fileicon[data-code="_fd_maven"] {
|
|
527
|
+
background-image: url('vsicons/folder_type_maven.svg')
|
|
528
|
+
}
|
|
529
|
+
.fileicon[data-code="_fd_maven_open"] {
|
|
530
|
+
background-image: url('vsicons/folder_type_maven_opened.svg')
|
|
531
|
+
}
|
|
532
|
+
.fileicon[data-code="_fd_mediawiki"] {
|
|
533
|
+
background-image: url('vsicons/folder_type_mediawiki.svg')
|
|
534
|
+
}
|
|
535
|
+
.fileicon[data-code="_fd_mediawiki_open"] {
|
|
536
|
+
background-image: url('vsicons/folder_type_mediawiki_opened.svg')
|
|
537
|
+
}
|
|
538
|
+
.fileicon[data-code="_fd_memcached"] {
|
|
539
|
+
background-image: url('vsicons/folder_type_memcached.svg')
|
|
540
|
+
}
|
|
541
|
+
.fileicon[data-code="_fd_memcached_open"] {
|
|
542
|
+
background-image: url('vsicons/folder_type_memcached_opened.svg')
|
|
543
|
+
}
|
|
544
|
+
.fileicon[data-code="_fd_meteor"] {
|
|
545
|
+
background-image: url('vsicons/folder_type_meteor.svg')
|
|
546
|
+
}
|
|
547
|
+
.fileicon[data-code="_fd_meteor_open"] {
|
|
548
|
+
background-image: url('vsicons/folder_type_meteor_opened.svg')
|
|
549
|
+
}
|
|
550
|
+
.fileicon[data-code="_fd_light_meteor"] {
|
|
551
|
+
background-image: url('vsicons/folder_type_light_meteor.svg')
|
|
552
|
+
}
|
|
553
|
+
.fileicon[data-code="_fd_light_meteor_open"] {
|
|
554
|
+
background-image: url('vsicons/folder_type_light_meteor_opened.svg')
|
|
555
|
+
}
|
|
556
|
+
.fileicon[data-code="_fd_middleware"] {
|
|
557
|
+
background-image: url('vsicons/folder_type_middleware.svg')
|
|
558
|
+
}
|
|
559
|
+
.fileicon[data-code="_fd_middleware_open"] {
|
|
560
|
+
background-image: url('vsicons/folder_type_middleware_opened.svg')
|
|
561
|
+
}
|
|
562
|
+
.fileicon[data-code="_fd_minecraft"] {
|
|
563
|
+
background-image: url('vsicons/folder_type_minecraft.svg')
|
|
564
|
+
}
|
|
565
|
+
.fileicon[data-code="_fd_minecraft_open"] {
|
|
566
|
+
background-image: url('vsicons/folder_type_minecraft_opened.svg')
|
|
567
|
+
}
|
|
568
|
+
.fileicon[data-code="_fd_minikube"] {
|
|
569
|
+
background-image: url('vsicons/folder_type_minikube.svg')
|
|
570
|
+
}
|
|
571
|
+
.fileicon[data-code="_fd_minikube_open"] {
|
|
572
|
+
background-image: url('vsicons/folder_type_minikube_opened.svg')
|
|
573
|
+
}
|
|
574
|
+
.fileicon[data-code="_fd_mjml"] {
|
|
575
|
+
background-image: url('vsicons/folder_type_mjml.svg')
|
|
576
|
+
}
|
|
577
|
+
.fileicon[data-code="_fd_mjml_open"] {
|
|
578
|
+
background-image: url('vsicons/folder_type_mjml_opened.svg')
|
|
579
|
+
}
|
|
580
|
+
.fileicon[data-code="_fd_mock"] {
|
|
581
|
+
background-image: url('vsicons/folder_type_mock.svg')
|
|
582
|
+
}
|
|
583
|
+
.fileicon[data-code="_fd_mock_open"] {
|
|
584
|
+
background-image: url('vsicons/folder_type_mock_opened.svg')
|
|
585
|
+
}
|
|
586
|
+
.fileicon[data-code="_fd_model"] {
|
|
587
|
+
background-image: url('vsicons/folder_type_model.svg')
|
|
588
|
+
}
|
|
589
|
+
.fileicon[data-code="_fd_model_open"] {
|
|
590
|
+
background-image: url('vsicons/folder_type_model_opened.svg')
|
|
591
|
+
}
|
|
592
|
+
.fileicon[data-code="_fd_module"] {
|
|
593
|
+
background-image: url('vsicons/folder_type_module.svg')
|
|
594
|
+
}
|
|
595
|
+
.fileicon[data-code="_fd_module_open"] {
|
|
596
|
+
background-image: url('vsicons/folder_type_module_opened.svg')
|
|
597
|
+
}
|
|
598
|
+
.fileicon[data-code="_fd_mojo"] {
|
|
599
|
+
background-image: url('vsicons/folder_type_mojo.svg')
|
|
600
|
+
}
|
|
601
|
+
.fileicon[data-code="_fd_mojo_open"] {
|
|
602
|
+
background-image: url('vsicons/folder_type_mojo_opened.svg')
|
|
603
|
+
}
|
|
604
|
+
.fileicon[data-code="_fd_mongodb"] {
|
|
605
|
+
background-image: url('vsicons/folder_type_mongodb.svg')
|
|
606
|
+
}
|
|
607
|
+
.fileicon[data-code="_fd_mongodb_open"] {
|
|
608
|
+
background-image: url('vsicons/folder_type_mongodb_opened.svg')
|
|
609
|
+
}
|
|
610
|
+
.fileicon[data-code="_fd_mypy"] {
|
|
611
|
+
background-image: url('vsicons/folder_type_mypy.svg')
|
|
612
|
+
}
|
|
613
|
+
.fileicon[data-code="_fd_mypy_open"] {
|
|
614
|
+
background-image: url('vsicons/folder_type_mypy_opened.svg')
|
|
615
|
+
}
|
|
616
|
+
.fileicon[data-code="_fd_light_mypy"] {
|
|
617
|
+
background-image: url('vsicons/folder_type_light_mypy.svg')
|
|
618
|
+
}
|
|
619
|
+
.fileicon[data-code="_fd_light_mypy_open"] {
|
|
620
|
+
background-image: url('vsicons/folder_type_light_mypy_opened.svg')
|
|
621
|
+
}
|
|
622
|
+
.fileicon[data-code="_fd_mysql"] {
|
|
623
|
+
background-image: url('vsicons/folder_type_mysql.svg')
|
|
624
|
+
}
|
|
625
|
+
.fileicon[data-code="_fd_mysql_open"] {
|
|
626
|
+
background-image: url('vsicons/folder_type_mysql_opened.svg')
|
|
627
|
+
}
|
|
628
|
+
.fileicon[data-code="_fd_light_mysql"] {
|
|
629
|
+
background-image: url('vsicons/folder_type_light_mysql.svg')
|
|
630
|
+
}
|
|
631
|
+
.fileicon[data-code="_fd_light_mysql_open"] {
|
|
632
|
+
background-image: url('vsicons/folder_type_light_mysql_opened.svg')
|
|
633
|
+
}
|
|
634
|
+
.fileicon[data-code="_fd_netlify"] {
|
|
635
|
+
background-image: url('vsicons/folder_type_netlify.svg')
|
|
636
|
+
}
|
|
637
|
+
.fileicon[data-code="_fd_netlify_open"] {
|
|
638
|
+
background-image: url('vsicons/folder_type_netlify_opened.svg')
|
|
639
|
+
}
|
|
640
|
+
.fileicon[data-code="_fd_next"] {
|
|
641
|
+
background-image: url('vsicons/folder_type_next.svg')
|
|
642
|
+
}
|
|
643
|
+
.fileicon[data-code="_fd_next_open"] {
|
|
644
|
+
background-image: url('vsicons/folder_type_next_opened.svg')
|
|
645
|
+
}
|
|
646
|
+
.fileicon[data-code="_fd_nginx"] {
|
|
647
|
+
background-image: url('vsicons/folder_type_nginx.svg')
|
|
648
|
+
}
|
|
649
|
+
.fileicon[data-code="_fd_nginx_open"] {
|
|
650
|
+
background-image: url('vsicons/folder_type_nginx_opened.svg')
|
|
651
|
+
}
|
|
652
|
+
.fileicon[data-code="_fd_nix"] {
|
|
653
|
+
background-image: url('vsicons/folder_type_nix.svg')
|
|
654
|
+
}
|
|
655
|
+
.fileicon[data-code="_fd_nix_open"] {
|
|
656
|
+
background-image: url('vsicons/folder_type_nix_opened.svg')
|
|
657
|
+
}
|
|
658
|
+
.fileicon[data-code="_fd_node"] {
|
|
659
|
+
background-image: url('vsicons/folder_type_node.svg')
|
|
660
|
+
}
|
|
661
|
+
.fileicon[data-code="_fd_node_open"] {
|
|
662
|
+
background-image: url('vsicons/folder_type_node_opened.svg')
|
|
663
|
+
}
|
|
664
|
+
.fileicon[data-code="_fd_light_node"] {
|
|
665
|
+
background-image: url('vsicons/folder_type_light_node.svg')
|
|
666
|
+
}
|
|
667
|
+
.fileicon[data-code="_fd_light_node_open"] {
|
|
668
|
+
background-image: url('vsicons/folder_type_light_node_opened.svg')
|
|
669
|
+
}
|
|
670
|
+
.fileicon[data-code="_fd_notebooks"] {
|
|
671
|
+
background-image: url('vsicons/folder_type_notebooks.svg')
|
|
672
|
+
}
|
|
673
|
+
.fileicon[data-code="_fd_notebooks_open"] {
|
|
674
|
+
background-image: url('vsicons/folder_type_notebooks_opened.svg')
|
|
675
|
+
}
|
|
676
|
+
.fileicon[data-code="_fd_notification"] {
|
|
677
|
+
background-image: url('vsicons/folder_type_notification.svg')
|
|
678
|
+
}
|
|
679
|
+
.fileicon[data-code="_fd_notification_open"] {
|
|
680
|
+
background-image: url('vsicons/folder_type_notification_opened.svg')
|
|
681
|
+
}
|
|
682
|
+
.fileicon[data-code="_fd_nuget"] {
|
|
683
|
+
background-image: url('vsicons/folder_type_nuget.svg')
|
|
684
|
+
}
|
|
685
|
+
.fileicon[data-code="_fd_nuget_open"] {
|
|
686
|
+
background-image: url('vsicons/folder_type_nuget_opened.svg')
|
|
687
|
+
}
|
|
688
|
+
.fileicon[data-code="_fd_nuxt"] {
|
|
689
|
+
background-image: url('vsicons/folder_type_nuxt.svg')
|
|
690
|
+
}
|
|
691
|
+
.fileicon[data-code="_fd_nuxt_open"] {
|
|
692
|
+
background-image: url('vsicons/folder_type_nuxt_opened.svg')
|
|
693
|
+
}
|
|
694
|
+
.fileicon[data-code="_fd_package"] {
|
|
695
|
+
background-image: url('vsicons/folder_type_package.svg')
|
|
696
|
+
}
|
|
697
|
+
.fileicon[data-code="_fd_package_open"] {
|
|
698
|
+
background-image: url('vsicons/folder_type_package_opened.svg')
|
|
699
|
+
}
|
|
700
|
+
.fileicon[data-code="_fd_paket"] {
|
|
701
|
+
background-image: url('vsicons/folder_type_paket.svg')
|
|
702
|
+
}
|
|
703
|
+
.fileicon[data-code="_fd_paket_open"] {
|
|
704
|
+
background-image: url('vsicons/folder_type_paket_opened.svg')
|
|
705
|
+
}
|
|
706
|
+
.fileicon[data-code="_fd_php"] {
|
|
707
|
+
background-image: url('vsicons/folder_type_php.svg')
|
|
708
|
+
}
|
|
709
|
+
.fileicon[data-code="_fd_php_open"] {
|
|
710
|
+
background-image: url('vsicons/folder_type_php_opened.svg')
|
|
711
|
+
}
|
|
712
|
+
.fileicon[data-code="_fd_platformio"] {
|
|
713
|
+
background-image: url('vsicons/folder_type_platformio.svg')
|
|
714
|
+
}
|
|
715
|
+
.fileicon[data-code="_fd_platformio_open"] {
|
|
716
|
+
background-image: url('vsicons/folder_type_platformio_opened.svg')
|
|
717
|
+
}
|
|
718
|
+
.fileicon[data-code="_fd_plugin"] {
|
|
719
|
+
background-image: url('vsicons/folder_type_plugin.svg')
|
|
720
|
+
}
|
|
721
|
+
.fileicon[data-code="_fd_plugin_open"] {
|
|
722
|
+
background-image: url('vsicons/folder_type_plugin_opened.svg')
|
|
723
|
+
}
|
|
724
|
+
.fileicon[data-code="_fd_prisma"] {
|
|
725
|
+
background-image: url('vsicons/folder_type_prisma.svg')
|
|
726
|
+
}
|
|
727
|
+
.fileicon[data-code="_fd_prisma_open"] {
|
|
728
|
+
background-image: url('vsicons/folder_type_prisma_opened.svg')
|
|
729
|
+
}
|
|
730
|
+
.fileicon[data-code="_fd_private"] {
|
|
731
|
+
background-image: url('vsicons/folder_type_private.svg')
|
|
732
|
+
}
|
|
733
|
+
.fileicon[data-code="_fd_private_open"] {
|
|
734
|
+
background-image: url('vsicons/folder_type_private_opened.svg')
|
|
735
|
+
}
|
|
736
|
+
.fileicon[data-code="_fd_public"] {
|
|
737
|
+
background-image: url('vsicons/folder_type_public.svg')
|
|
738
|
+
}
|
|
739
|
+
.fileicon[data-code="_fd_public_open"] {
|
|
740
|
+
background-image: url('vsicons/folder_type_public_opened.svg')
|
|
741
|
+
}
|
|
742
|
+
.fileicon[data-code="_fd_pytest"] {
|
|
743
|
+
background-image: url('vsicons/folder_type_pytest.svg')
|
|
744
|
+
}
|
|
745
|
+
.fileicon[data-code="_fd_pytest_open"] {
|
|
746
|
+
background-image: url('vsicons/folder_type_pytest_opened.svg')
|
|
747
|
+
}
|
|
748
|
+
.fileicon[data-code="_fd_python"] {
|
|
749
|
+
background-image: url('vsicons/folder_type_python.svg')
|
|
750
|
+
}
|
|
751
|
+
.fileicon[data-code="_fd_python_open"] {
|
|
752
|
+
background-image: url('vsicons/folder_type_python_opened.svg')
|
|
753
|
+
}
|
|
754
|
+
.fileicon[data-code="_fd_ravendb"] {
|
|
755
|
+
background-image: url('vsicons/folder_type_ravendb.svg')
|
|
756
|
+
}
|
|
757
|
+
.fileicon[data-code="_fd_ravendb_open"] {
|
|
758
|
+
background-image: url('vsicons/folder_type_ravendb_opened.svg')
|
|
759
|
+
}
|
|
760
|
+
.fileicon[data-code="_fd_redis"] {
|
|
761
|
+
background-image: url('vsicons/folder_type_redis.svg')
|
|
762
|
+
}
|
|
763
|
+
.fileicon[data-code="_fd_redis_open"] {
|
|
764
|
+
background-image: url('vsicons/folder_type_redis_opened.svg')
|
|
765
|
+
}
|
|
766
|
+
.fileicon[data-code="_fd_redux"] {
|
|
767
|
+
background-image: url('vsicons/folder_type_redux.svg')
|
|
768
|
+
}
|
|
769
|
+
.fileicon[data-code="_fd_redux_open"] {
|
|
770
|
+
background-image: url('vsicons/folder_type_redux_opened.svg')
|
|
771
|
+
}
|
|
772
|
+
.fileicon[data-code="_fd_light_redux"] {
|
|
773
|
+
background-image: url('vsicons/folder_type_light_redux.svg')
|
|
774
|
+
}
|
|
775
|
+
.fileicon[data-code="_fd_light_redux_open"] {
|
|
776
|
+
background-image: url('vsicons/folder_type_light_redux_opened.svg')
|
|
777
|
+
}
|
|
778
|
+
.fileicon[data-code="_fd_route"] {
|
|
779
|
+
background-image: url('vsicons/folder_type_route.svg')
|
|
780
|
+
}
|
|
781
|
+
.fileicon[data-code="_fd_route_open"] {
|
|
782
|
+
background-image: url('vsicons/folder_type_route_opened.svg')
|
|
783
|
+
}
|
|
784
|
+
.fileicon[data-code="_fd_sass"] {
|
|
785
|
+
background-image: url('vsicons/folder_type_sass.svg')
|
|
786
|
+
}
|
|
787
|
+
.fileicon[data-code="_fd_sass_open"] {
|
|
788
|
+
background-image: url('vsicons/folder_type_sass_opened.svg')
|
|
789
|
+
}
|
|
790
|
+
.fileicon[data-code="_fd_light_sass"] {
|
|
791
|
+
background-image: url('vsicons/folder_type_light_sass.svg')
|
|
792
|
+
}
|
|
793
|
+
.fileicon[data-code="_fd_light_sass_open"] {
|
|
794
|
+
background-image: url('vsicons/folder_type_light_sass_opened.svg')
|
|
795
|
+
}
|
|
796
|
+
.fileicon[data-code="_fd_script"] {
|
|
797
|
+
background-image: url('vsicons/folder_type_script.svg')
|
|
798
|
+
}
|
|
799
|
+
.fileicon[data-code="_fd_script_open"] {
|
|
800
|
+
background-image: url('vsicons/folder_type_script_opened.svg')
|
|
801
|
+
}
|
|
802
|
+
.fileicon[data-code="_fd_seedkit"] {
|
|
803
|
+
background-image: url('vsicons/folder_type_seedkit.svg')
|
|
804
|
+
}
|
|
805
|
+
.fileicon[data-code="_fd_seedkit_open"] {
|
|
806
|
+
background-image: url('vsicons/folder_type_seedkit_opened.svg')
|
|
807
|
+
}
|
|
808
|
+
.fileicon[data-code="_fd_server"] {
|
|
809
|
+
background-image: url('vsicons/folder_type_server.svg')
|
|
810
|
+
}
|
|
811
|
+
.fileicon[data-code="_fd_server_open"] {
|
|
812
|
+
background-image: url('vsicons/folder_type_server_opened.svg')
|
|
813
|
+
}
|
|
814
|
+
.fileicon[data-code="_fd_services"] {
|
|
815
|
+
background-image: url('vsicons/folder_type_services.svg')
|
|
816
|
+
}
|
|
817
|
+
.fileicon[data-code="_fd_services_open"] {
|
|
818
|
+
background-image: url('vsicons/folder_type_services_opened.svg')
|
|
819
|
+
}
|
|
820
|
+
.fileicon[data-code="_fd_shared"] {
|
|
821
|
+
background-image: url('vsicons/folder_type_shared.svg')
|
|
822
|
+
}
|
|
823
|
+
.fileicon[data-code="_fd_shared_open"] {
|
|
824
|
+
background-image: url('vsicons/folder_type_shared_opened.svg')
|
|
825
|
+
}
|
|
826
|
+
.fileicon[data-code="_fd_snaplet"] {
|
|
827
|
+
background-image: url('vsicons/folder_type_snaplet.svg')
|
|
828
|
+
}
|
|
829
|
+
.fileicon[data-code="_fd_snaplet_open"] {
|
|
830
|
+
background-image: url('vsicons/folder_type_snaplet_opened.svg')
|
|
831
|
+
}
|
|
832
|
+
.fileicon[data-code="_fd_spin"] {
|
|
833
|
+
background-image: url('vsicons/folder_type_spin.svg')
|
|
834
|
+
}
|
|
835
|
+
.fileicon[data-code="_fd_spin_open"] {
|
|
836
|
+
background-image: url('vsicons/folder_type_spin_opened.svg')
|
|
837
|
+
}
|
|
838
|
+
.fileicon[data-code="_fd_src"] {
|
|
839
|
+
background-image: url('vsicons/folder_type_src.svg')
|
|
840
|
+
}
|
|
841
|
+
.fileicon[data-code="_fd_src_open"] {
|
|
842
|
+
background-image: url('vsicons/folder_type_src_opened.svg')
|
|
843
|
+
}
|
|
844
|
+
.fileicon[data-code="_fd_sso"] {
|
|
845
|
+
background-image: url('vsicons/folder_type_sso.svg')
|
|
846
|
+
}
|
|
847
|
+
.fileicon[data-code="_fd_sso_open"] {
|
|
848
|
+
background-image: url('vsicons/folder_type_sso_opened.svg')
|
|
849
|
+
}
|
|
850
|
+
.fileicon[data-code="_fd_story"] {
|
|
851
|
+
background-image: url('vsicons/folder_type_story.svg')
|
|
852
|
+
}
|
|
853
|
+
.fileicon[data-code="_fd_story_open"] {
|
|
854
|
+
background-image: url('vsicons/folder_type_story_opened.svg')
|
|
855
|
+
}
|
|
856
|
+
.fileicon[data-code="_fd_style"] {
|
|
857
|
+
background-image: url('vsicons/folder_type_style.svg')
|
|
858
|
+
}
|
|
859
|
+
.fileicon[data-code="_fd_style_open"] {
|
|
860
|
+
background-image: url('vsicons/folder_type_style_opened.svg')
|
|
861
|
+
}
|
|
862
|
+
.fileicon[data-code="_fd_supabase"] {
|
|
863
|
+
background-image: url('vsicons/folder_type_supabase.svg')
|
|
864
|
+
}
|
|
865
|
+
.fileicon[data-code="_fd_supabase_open"] {
|
|
866
|
+
background-image: url('vsicons/folder_type_supabase_opened.svg')
|
|
867
|
+
}
|
|
868
|
+
.fileicon[data-code="_fd_svelte"] {
|
|
869
|
+
background-image: url('vsicons/folder_type_svelte.svg')
|
|
870
|
+
}
|
|
871
|
+
.fileicon[data-code="_fd_svelte_open"] {
|
|
872
|
+
background-image: url('vsicons/folder_type_svelte_opened.svg')
|
|
873
|
+
}
|
|
874
|
+
.fileicon[data-code="_fd_tauri"] {
|
|
875
|
+
background-image: url('vsicons/folder_type_tauri.svg')
|
|
876
|
+
}
|
|
877
|
+
.fileicon[data-code="_fd_tauri_open"] {
|
|
878
|
+
background-image: url('vsicons/folder_type_tauri_opened.svg')
|
|
879
|
+
}
|
|
880
|
+
.fileicon[data-code="_fd_temp"] {
|
|
881
|
+
background-image: url('vsicons/folder_type_temp.svg')
|
|
882
|
+
}
|
|
883
|
+
.fileicon[data-code="_fd_temp_open"] {
|
|
884
|
+
background-image: url('vsicons/folder_type_temp_opened.svg')
|
|
885
|
+
}
|
|
886
|
+
.fileicon[data-code="_fd_template"] {
|
|
887
|
+
background-image: url('vsicons/folder_type_template.svg')
|
|
888
|
+
}
|
|
889
|
+
.fileicon[data-code="_fd_template_open"] {
|
|
890
|
+
background-image: url('vsicons/folder_type_template_opened.svg')
|
|
891
|
+
}
|
|
892
|
+
.fileicon[data-code="_fd_test"] {
|
|
893
|
+
background-image: url('vsicons/folder_type_test.svg')
|
|
894
|
+
}
|
|
895
|
+
.fileicon[data-code="_fd_test_open"] {
|
|
896
|
+
background-image: url('vsicons/folder_type_test_opened.svg')
|
|
897
|
+
}
|
|
898
|
+
.fileicon[data-code="_fd_theme"] {
|
|
899
|
+
background-image: url('vsicons/folder_type_theme.svg')
|
|
900
|
+
}
|
|
901
|
+
.fileicon[data-code="_fd_theme_open"] {
|
|
902
|
+
background-image: url('vsicons/folder_type_theme_opened.svg')
|
|
903
|
+
}
|
|
904
|
+
.fileicon[data-code="_fd_tools"] {
|
|
905
|
+
background-image: url('vsicons/folder_type_tools.svg')
|
|
906
|
+
}
|
|
907
|
+
.fileicon[data-code="_fd_tools_open"] {
|
|
908
|
+
background-image: url('vsicons/folder_type_tools_opened.svg')
|
|
909
|
+
}
|
|
910
|
+
.fileicon[data-code="_fd_travis"] {
|
|
911
|
+
background-image: url('vsicons/folder_type_travis.svg')
|
|
912
|
+
}
|
|
913
|
+
.fileicon[data-code="_fd_travis_open"] {
|
|
914
|
+
background-image: url('vsicons/folder_type_travis_opened.svg')
|
|
915
|
+
}
|
|
916
|
+
.fileicon[data-code="_fd_trunk"] {
|
|
917
|
+
background-image: url('vsicons/folder_type_trunk.svg')
|
|
918
|
+
}
|
|
919
|
+
.fileicon[data-code="_fd_trunk_open"] {
|
|
920
|
+
background-image: url('vsicons/folder_type_trunk_opened.svg')
|
|
921
|
+
}
|
|
922
|
+
.fileicon[data-code="_fd_turbo"] {
|
|
923
|
+
background-image: url('vsicons/folder_type_turbo.svg')
|
|
924
|
+
}
|
|
925
|
+
.fileicon[data-code="_fd_turbo_open"] {
|
|
926
|
+
background-image: url('vsicons/folder_type_turbo_opened.svg')
|
|
927
|
+
}
|
|
928
|
+
.fileicon[data-code="_fd_typescript"] {
|
|
929
|
+
background-image: url('vsicons/folder_type_typescript.svg')
|
|
930
|
+
}
|
|
931
|
+
.fileicon[data-code="_fd_typescript_open"] {
|
|
932
|
+
background-image: url('vsicons/folder_type_typescript_opened.svg')
|
|
933
|
+
}
|
|
934
|
+
.fileicon[data-code="_fd_typings"] {
|
|
935
|
+
background-image: url('vsicons/folder_type_typings.svg')
|
|
936
|
+
}
|
|
937
|
+
.fileicon[data-code="_fd_typings_open"] {
|
|
938
|
+
background-image: url('vsicons/folder_type_typings_opened.svg')
|
|
939
|
+
}
|
|
940
|
+
.fileicon[data-code="_fd_vagrant"] {
|
|
941
|
+
background-image: url('vsicons/folder_type_vagrant.svg')
|
|
942
|
+
}
|
|
943
|
+
.fileicon[data-code="_fd_vagrant_open"] {
|
|
944
|
+
background-image: url('vsicons/folder_type_vagrant_opened.svg')
|
|
945
|
+
}
|
|
946
|
+
.fileicon[data-code="_fd_vercel"] {
|
|
947
|
+
background-image: url('vsicons/folder_type_vercel.svg')
|
|
948
|
+
}
|
|
949
|
+
.fileicon[data-code="_fd_vercel_open"] {
|
|
950
|
+
background-image: url('vsicons/folder_type_vercel_opened.svg')
|
|
951
|
+
}
|
|
952
|
+
.fileicon[data-code="_fd_video"] {
|
|
953
|
+
background-image: url('vsicons/folder_type_video.svg')
|
|
954
|
+
}
|
|
955
|
+
.fileicon[data-code="_fd_video_open"] {
|
|
956
|
+
background-image: url('vsicons/folder_type_video_opened.svg')
|
|
957
|
+
}
|
|
958
|
+
.fileicon[data-code="_fd_view"] {
|
|
959
|
+
background-image: url('vsicons/folder_type_view.svg')
|
|
960
|
+
}
|
|
961
|
+
.fileicon[data-code="_fd_view_open"] {
|
|
962
|
+
background-image: url('vsicons/folder_type_view_opened.svg')
|
|
963
|
+
}
|
|
964
|
+
.fileicon[data-code="_fd_vs"] {
|
|
965
|
+
background-image: url('vsicons/folder_type_vs.svg')
|
|
966
|
+
}
|
|
967
|
+
.fileicon[data-code="_fd_vs_open"] {
|
|
968
|
+
background-image: url('vsicons/folder_type_vs_opened.svg')
|
|
969
|
+
}
|
|
970
|
+
.fileicon[data-code="_fd_vscode"] {
|
|
971
|
+
background-image: url('vsicons/folder_type_vscode.svg')
|
|
972
|
+
}
|
|
973
|
+
.fileicon[data-code="_fd_vscode_open"] {
|
|
974
|
+
background-image: url('vsicons/folder_type_vscode_opened.svg')
|
|
975
|
+
}
|
|
976
|
+
.fileicon[data-code="_fd_vscode_test"] {
|
|
977
|
+
background-image: url('vsicons/folder_type_vscode_test.svg')
|
|
978
|
+
}
|
|
979
|
+
.fileicon[data-code="_fd_vscode_test_open"] {
|
|
980
|
+
background-image: url('vsicons/folder_type_vscode_test_opened.svg')
|
|
981
|
+
}
|
|
982
|
+
.fileicon[data-code="_fd_webpack"] {
|
|
983
|
+
background-image: url('vsicons/folder_type_webpack.svg')
|
|
984
|
+
}
|
|
985
|
+
.fileicon[data-code="_fd_webpack_open"] {
|
|
986
|
+
background-image: url('vsicons/folder_type_webpack_opened.svg')
|
|
987
|
+
}
|
|
988
|
+
.fileicon[data-code="_fd_windows"] {
|
|
989
|
+
background-image: url('vsicons/folder_type_windows.svg')
|
|
990
|
+
}
|
|
991
|
+
.fileicon[data-code="_fd_windows_open"] {
|
|
992
|
+
background-image: url('vsicons/folder_type_windows_opened.svg')
|
|
993
|
+
}
|
|
994
|
+
.fileicon[data-code="_fd_wit"] {
|
|
995
|
+
background-image: url('vsicons/folder_type_wit.svg')
|
|
996
|
+
}
|
|
997
|
+
.fileicon[data-code="_fd_wit_open"] {
|
|
998
|
+
background-image: url('vsicons/folder_type_wit_opened.svg')
|
|
999
|
+
}
|
|
1000
|
+
.fileicon[data-code="_fd_www"] {
|
|
1001
|
+
background-image: url('vsicons/folder_type_www.svg')
|
|
1002
|
+
}
|
|
1003
|
+
.fileicon[data-code="_fd_www_open"] {
|
|
1004
|
+
background-image: url('vsicons/folder_type_www_opened.svg')
|
|
1005
|
+
}
|
|
1006
|
+
.fileicon[data-code="_fd_yarn"] {
|
|
1007
|
+
background-image: url('vsicons/folder_type_yarn.svg')
|
|
1008
|
+
}
|
|
1009
|
+
.fileicon[data-code="_fd_yarn_open"] {
|
|
1010
|
+
background-image: url('vsicons/folder_type_yarn_opened.svg')
|
|
1011
|
+
}
|
|
1012
|
+
.fileicon[data-code="_f_access"] {
|
|
1013
|
+
background-image: url('vsicons/file_type_access.svg')
|
|
1014
|
+
}
|
|
1015
|
+
.fileicon[data-code="_f_actionscript"] {
|
|
1016
|
+
background-image: url('vsicons/file_type_actionscript.svg')
|
|
1017
|
+
}
|
|
1018
|
+
.fileicon[data-code="_f_ada"] {
|
|
1019
|
+
background-image: url('vsicons/file_type_ada.svg')
|
|
1020
|
+
}
|
|
1021
|
+
.fileicon[data-code="_f_light_ada"] {
|
|
1022
|
+
background-image: url('vsicons/file_type_light_ada.svg')
|
|
1023
|
+
}
|
|
1024
|
+
.fileicon[data-code="_f_advpl"] {
|
|
1025
|
+
background-image: url('vsicons/file_type_advpl.svg')
|
|
1026
|
+
}
|
|
1027
|
+
.fileicon[data-code="_f_affectscript"] {
|
|
1028
|
+
background-image: url('vsicons/file_type_affectscript.svg')
|
|
1029
|
+
}
|
|
1030
|
+
.fileicon[data-code="_f_affinitydesigner"] {
|
|
1031
|
+
background-image: url('vsicons/file_type_affinitydesigner.svg')
|
|
1032
|
+
}
|
|
1033
|
+
.fileicon[data-code="_f_affinityphoto"] {
|
|
1034
|
+
background-image: url('vsicons/file_type_affinityphoto.svg')
|
|
1035
|
+
}
|
|
1036
|
+
.fileicon[data-code="_f_affinitypublisher"] {
|
|
1037
|
+
background-image: url('vsicons/file_type_affinitypublisher.svg')
|
|
1038
|
+
}
|
|
1039
|
+
.fileicon[data-code="_f_agda"] {
|
|
1040
|
+
background-image: url('vsicons/file_type_agda.svg')
|
|
1041
|
+
}
|
|
1042
|
+
.fileicon[data-code="_f_light_agda"] {
|
|
1043
|
+
background-image: url('vsicons/file_type_light_agda.svg')
|
|
1044
|
+
}
|
|
1045
|
+
.fileicon[data-code="_f_ai"] {
|
|
1046
|
+
background-image: url('vsicons/file_type_ai.svg')
|
|
1047
|
+
}
|
|
1048
|
+
.fileicon[data-code="_f_al"] {
|
|
1049
|
+
background-image: url('vsicons/file_type_al.svg')
|
|
1050
|
+
}
|
|
1051
|
+
.fileicon[data-code="_f_al_dal"] {
|
|
1052
|
+
background-image: url('vsicons/file_type_al_dal.svg')
|
|
1053
|
+
}
|
|
1054
|
+
.fileicon[data-code="_f_allcontributors"] {
|
|
1055
|
+
background-image: url('vsicons/file_type_allcontributors.svg')
|
|
1056
|
+
}
|
|
1057
|
+
.fileicon[data-code="_f_alloy"] {
|
|
1058
|
+
background-image: url('vsicons/file_type_alloy.svg')
|
|
1059
|
+
}
|
|
1060
|
+
.fileicon[data-code="_f_angular"] {
|
|
1061
|
+
background-image: url('vsicons/file_type_angular.svg')
|
|
1062
|
+
}
|
|
1063
|
+
.fileicon[data-code="_f_ansible"] {
|
|
1064
|
+
background-image: url('vsicons/file_type_ansible.svg')
|
|
1065
|
+
}
|
|
1066
|
+
.fileicon[data-code="_f_antlers_html"] {
|
|
1067
|
+
background-image: url('vsicons/file_type_antlers_html.svg')
|
|
1068
|
+
}
|
|
1069
|
+
.fileicon[data-code="_f_antlr"] {
|
|
1070
|
+
background-image: url('vsicons/file_type_antlr.svg')
|
|
1071
|
+
}
|
|
1072
|
+
.fileicon[data-code="_f_anyscript"] {
|
|
1073
|
+
background-image: url('vsicons/file_type_anyscript.svg')
|
|
1074
|
+
}
|
|
1075
|
+
.fileicon[data-code="_f_apache"] {
|
|
1076
|
+
background-image: url('vsicons/file_type_apache.svg')
|
|
1077
|
+
}
|
|
1078
|
+
.fileicon[data-code="_f_apex"] {
|
|
1079
|
+
background-image: url('vsicons/file_type_apex.svg')
|
|
1080
|
+
}
|
|
1081
|
+
.fileicon[data-code="_f_api_extractor"] {
|
|
1082
|
+
background-image: url('vsicons/file_type_api_extractor.svg')
|
|
1083
|
+
}
|
|
1084
|
+
.fileicon[data-code="_f_apib"] {
|
|
1085
|
+
background-image: url('vsicons/file_type_apib.svg')
|
|
1086
|
+
}
|
|
1087
|
+
.fileicon[data-code="_f_apl"] {
|
|
1088
|
+
background-image: url('vsicons/file_type_apl.svg')
|
|
1089
|
+
}
|
|
1090
|
+
.fileicon[data-code="_f_light_apl"] {
|
|
1091
|
+
background-image: url('vsicons/file_type_light_apl.svg')
|
|
1092
|
+
}
|
|
1093
|
+
.fileicon[data-code="_f_applescript"] {
|
|
1094
|
+
background-image: url('vsicons/file_type_applescript.svg')
|
|
1095
|
+
}
|
|
1096
|
+
.fileicon[data-code="_f_appscript"] {
|
|
1097
|
+
background-image: url('vsicons/file_type_appscript.svg')
|
|
1098
|
+
}
|
|
1099
|
+
.fileicon[data-code="_f_appsemble"] {
|
|
1100
|
+
background-image: url('vsicons/file_type_appsemble.svg')
|
|
1101
|
+
}
|
|
1102
|
+
.fileicon[data-code="_f_appveyor"] {
|
|
1103
|
+
background-image: url('vsicons/file_type_appveyor.svg')
|
|
1104
|
+
}
|
|
1105
|
+
.fileicon[data-code="_f_arduino"] {
|
|
1106
|
+
background-image: url('vsicons/file_type_arduino.svg')
|
|
1107
|
+
}
|
|
1108
|
+
.fileicon[data-code="_f_asciidoc"] {
|
|
1109
|
+
background-image: url('vsicons/file_type_asciidoc.svg')
|
|
1110
|
+
}
|
|
1111
|
+
.fileicon[data-code="_f_aseprite"] {
|
|
1112
|
+
background-image: url('vsicons/file_type_aseprite.svg')
|
|
1113
|
+
}
|
|
1114
|
+
.fileicon[data-code="_f_asp"] {
|
|
1115
|
+
background-image: url('vsicons/file_type_asp.svg')
|
|
1116
|
+
}
|
|
1117
|
+
.fileicon[data-code="_f_aspx"] {
|
|
1118
|
+
background-image: url('vsicons/file_type_aspx.svg')
|
|
1119
|
+
}
|
|
1120
|
+
.fileicon[data-code="_f_assembly"] {
|
|
1121
|
+
background-image: url('vsicons/file_type_assembly.svg')
|
|
1122
|
+
}
|
|
1123
|
+
.fileicon[data-code="_f_astro"] {
|
|
1124
|
+
background-image: url('vsicons/file_type_astro.svg')
|
|
1125
|
+
}
|
|
1126
|
+
.fileicon[data-code="_f_light_astro"] {
|
|
1127
|
+
background-image: url('vsicons/file_type_light_astro.svg')
|
|
1128
|
+
}
|
|
1129
|
+
.fileicon[data-code="_f_astroconfig"] {
|
|
1130
|
+
background-image: url('vsicons/file_type_astroconfig.svg')
|
|
1131
|
+
}
|
|
1132
|
+
.fileicon[data-code="_f_light_astroconfig"] {
|
|
1133
|
+
background-image: url('vsicons/file_type_light_astroconfig.svg')
|
|
1134
|
+
}
|
|
1135
|
+
.fileicon[data-code="_f_atom"] {
|
|
1136
|
+
background-image: url('vsicons/file_type_atom.svg')
|
|
1137
|
+
}
|
|
1138
|
+
.fileicon[data-code="_f_ats"] {
|
|
1139
|
+
background-image: url('vsicons/file_type_ats.svg')
|
|
1140
|
+
}
|
|
1141
|
+
.fileicon[data-code="_f_attw"] {
|
|
1142
|
+
background-image: url('vsicons/file_type_attw.svg')
|
|
1143
|
+
}
|
|
1144
|
+
.fileicon[data-code="_f_audio"] {
|
|
1145
|
+
background-image: url('vsicons/file_type_audio.svg')
|
|
1146
|
+
}
|
|
1147
|
+
.fileicon[data-code="_f_aurelia"] {
|
|
1148
|
+
background-image: url('vsicons/file_type_aurelia.svg')
|
|
1149
|
+
}
|
|
1150
|
+
.fileicon[data-code="_f_autohotkey"] {
|
|
1151
|
+
background-image: url('vsicons/file_type_autohotkey.svg')
|
|
1152
|
+
}
|
|
1153
|
+
.fileicon[data-code="_f_autoit"] {
|
|
1154
|
+
background-image: url('vsicons/file_type_autoit.svg')
|
|
1155
|
+
}
|
|
1156
|
+
.fileicon[data-code="_f_avif"] {
|
|
1157
|
+
background-image: url('vsicons/file_type_avif.svg')
|
|
1158
|
+
}
|
|
1159
|
+
.fileicon[data-code="_f_avro"] {
|
|
1160
|
+
background-image: url('vsicons/file_type_avro.svg')
|
|
1161
|
+
}
|
|
1162
|
+
.fileicon[data-code="_f_awk"] {
|
|
1163
|
+
background-image: url('vsicons/file_type_awk.svg')
|
|
1164
|
+
}
|
|
1165
|
+
.fileicon[data-code="_f_aws"] {
|
|
1166
|
+
background-image: url('vsicons/file_type_aws.svg')
|
|
1167
|
+
}
|
|
1168
|
+
.fileicon[data-code="_f_azure"] {
|
|
1169
|
+
background-image: url('vsicons/file_type_azure.svg')
|
|
1170
|
+
}
|
|
1171
|
+
.fileicon[data-code="_f_azurepipelines"] {
|
|
1172
|
+
background-image: url('vsicons/file_type_azurepipelines.svg')
|
|
1173
|
+
}
|
|
1174
|
+
.fileicon[data-code="_f_babel"] {
|
|
1175
|
+
background-image: url('vsicons/file_type_babel.svg')
|
|
1176
|
+
}
|
|
1177
|
+
.fileicon[data-code="_f_light_babel"] {
|
|
1178
|
+
background-image: url('vsicons/file_type_light_babel.svg')
|
|
1179
|
+
}
|
|
1180
|
+
.fileicon[data-code="_f_bak"] {
|
|
1181
|
+
background-image: url('vsicons/file_type_bak.svg')
|
|
1182
|
+
}
|
|
1183
|
+
.fileicon[data-code="_f_ballerina"] {
|
|
1184
|
+
background-image: url('vsicons/file_type_ballerina.svg')
|
|
1185
|
+
}
|
|
1186
|
+
.fileicon[data-code="_f_bat"] {
|
|
1187
|
+
background-image: url('vsicons/file_type_bat.svg')
|
|
1188
|
+
}
|
|
1189
|
+
.fileicon[data-code="_f_bats"] {
|
|
1190
|
+
background-image: url('vsicons/file_type_bats.svg')
|
|
1191
|
+
}
|
|
1192
|
+
.fileicon[data-code="_f_bazaar"] {
|
|
1193
|
+
background-image: url('vsicons/file_type_bazaar.svg')
|
|
1194
|
+
}
|
|
1195
|
+
.fileicon[data-code="_f_bazel"] {
|
|
1196
|
+
background-image: url('vsicons/file_type_bazel.svg')
|
|
1197
|
+
}
|
|
1198
|
+
.fileicon[data-code="_f_bazel_ignore"] {
|
|
1199
|
+
background-image: url('vsicons/file_type_bazel_ignore.svg')
|
|
1200
|
+
}
|
|
1201
|
+
.fileicon[data-code="_f_bazel_version"] {
|
|
1202
|
+
background-image: url('vsicons/file_type_bazel_version.svg')
|
|
1203
|
+
}
|
|
1204
|
+
.fileicon[data-code="_f_befunge"] {
|
|
1205
|
+
background-image: url('vsicons/file_type_befunge.svg')
|
|
1206
|
+
}
|
|
1207
|
+
.fileicon[data-code="_f_bicep"] {
|
|
1208
|
+
background-image: url('vsicons/file_type_bicep.svg')
|
|
1209
|
+
}
|
|
1210
|
+
.fileicon[data-code="_f_biml"] {
|
|
1211
|
+
background-image: url('vsicons/file_type_biml.svg')
|
|
1212
|
+
}
|
|
1213
|
+
.fileicon[data-code="_f_binary"] {
|
|
1214
|
+
background-image: url('vsicons/file_type_binary.svg')
|
|
1215
|
+
}
|
|
1216
|
+
.fileicon[data-code="_f_biome"] {
|
|
1217
|
+
background-image: url('vsicons/file_type_biome.svg')
|
|
1218
|
+
}
|
|
1219
|
+
.fileicon[data-code="_f_bitbucketpipeline"] {
|
|
1220
|
+
background-image: url('vsicons/file_type_bitbucketpipeline.svg')
|
|
1221
|
+
}
|
|
1222
|
+
.fileicon[data-code="_f_bithound"] {
|
|
1223
|
+
background-image: url('vsicons/file_type_bithound.svg')
|
|
1224
|
+
}
|
|
1225
|
+
.fileicon[data-code="_f_blade"] {
|
|
1226
|
+
background-image: url('vsicons/file_type_blade.svg')
|
|
1227
|
+
}
|
|
1228
|
+
.fileicon[data-code="_f_blender"] {
|
|
1229
|
+
background-image: url('vsicons/file_type_blender.svg')
|
|
1230
|
+
}
|
|
1231
|
+
.fileicon[data-code="_f_blitzbasic"] {
|
|
1232
|
+
background-image: url('vsicons/file_type_blitzbasic.svg')
|
|
1233
|
+
}
|
|
1234
|
+
.fileicon[data-code="_f_bolt"] {
|
|
1235
|
+
background-image: url('vsicons/file_type_bolt.svg')
|
|
1236
|
+
}
|
|
1237
|
+
.fileicon[data-code="_f_bosque"] {
|
|
1238
|
+
background-image: url('vsicons/file_type_bosque.svg')
|
|
1239
|
+
}
|
|
1240
|
+
.fileicon[data-code="_f_bower"] {
|
|
1241
|
+
background-image: url('vsicons/file_type_bower.svg')
|
|
1242
|
+
}
|
|
1243
|
+
.fileicon[data-code="_f_browserslist"] {
|
|
1244
|
+
background-image: url('vsicons/file_type_browserslist.svg')
|
|
1245
|
+
}
|
|
1246
|
+
.fileicon[data-code="_f_bruno"] {
|
|
1247
|
+
background-image: url('vsicons/file_type_bruno.svg')
|
|
1248
|
+
}
|
|
1249
|
+
.fileicon[data-code="_f_buckbuild"] {
|
|
1250
|
+
background-image: url('vsicons/file_type_buckbuild.svg')
|
|
1251
|
+
}
|
|
1252
|
+
.fileicon[data-code="_f_buf"] {
|
|
1253
|
+
background-image: url('vsicons/file_type_buf.svg')
|
|
1254
|
+
}
|
|
1255
|
+
.fileicon[data-code="_f_bun"] {
|
|
1256
|
+
background-image: url('vsicons/file_type_bun.svg')
|
|
1257
|
+
}
|
|
1258
|
+
.fileicon[data-code="_f_bundlemon"] {
|
|
1259
|
+
background-image: url('vsicons/file_type_bundlemon.svg')
|
|
1260
|
+
}
|
|
1261
|
+
.fileicon[data-code="_f_bundler"] {
|
|
1262
|
+
background-image: url('vsicons/file_type_bundler.svg')
|
|
1263
|
+
}
|
|
1264
|
+
.fileicon[data-code="_f_bunfig"] {
|
|
1265
|
+
background-image: url('vsicons/file_type_bunfig.svg')
|
|
1266
|
+
}
|
|
1267
|
+
.fileicon[data-code="_f_c"] {
|
|
1268
|
+
background-image: url('vsicons/file_type_c.svg')
|
|
1269
|
+
}
|
|
1270
|
+
.fileicon[data-code="_f_c3"] {
|
|
1271
|
+
background-image: url('vsicons/file_type_c3.svg')
|
|
1272
|
+
}
|
|
1273
|
+
.fileicon[data-code="_f_c_al"] {
|
|
1274
|
+
background-image: url('vsicons/file_type_c_al.svg')
|
|
1275
|
+
}
|
|
1276
|
+
.fileicon[data-code="_f_cabal"] {
|
|
1277
|
+
background-image: url('vsicons/file_type_cabal.svg')
|
|
1278
|
+
}
|
|
1279
|
+
.fileicon[data-code="_f_caddy"] {
|
|
1280
|
+
background-image: url('vsicons/file_type_caddy.svg')
|
|
1281
|
+
}
|
|
1282
|
+
.fileicon[data-code="_f_cake"] {
|
|
1283
|
+
background-image: url('vsicons/file_type_cake.svg')
|
|
1284
|
+
}
|
|
1285
|
+
.fileicon[data-code="_f_cakephp"] {
|
|
1286
|
+
background-image: url('vsicons/file_type_cakephp.svg')
|
|
1287
|
+
}
|
|
1288
|
+
.fileicon[data-code="_f_capacitor"] {
|
|
1289
|
+
background-image: url('vsicons/file_type_capacitor.svg')
|
|
1290
|
+
}
|
|
1291
|
+
.fileicon[data-code="_f_capnp"] {
|
|
1292
|
+
background-image: url('vsicons/file_type_capnp.svg')
|
|
1293
|
+
}
|
|
1294
|
+
.fileicon[data-code="_f_cargo"] {
|
|
1295
|
+
background-image: url('vsicons/file_type_cargo.svg')
|
|
1296
|
+
}
|
|
1297
|
+
.fileicon[data-code="_f_casc"] {
|
|
1298
|
+
background-image: url('vsicons/file_type_casc.svg')
|
|
1299
|
+
}
|
|
1300
|
+
.fileicon[data-code="_f_cddl"] {
|
|
1301
|
+
background-image: url('vsicons/file_type_cddl.svg')
|
|
1302
|
+
}
|
|
1303
|
+
.fileicon[data-code="_f_cert"] {
|
|
1304
|
+
background-image: url('vsicons/file_type_cert.svg')
|
|
1305
|
+
}
|
|
1306
|
+
.fileicon[data-code="_f_ceylon"] {
|
|
1307
|
+
background-image: url('vsicons/file_type_ceylon.svg')
|
|
1308
|
+
}
|
|
1309
|
+
.fileicon[data-code="_f_cf"] {
|
|
1310
|
+
background-image: url('vsicons/file_type_cf.svg')
|
|
1311
|
+
}
|
|
1312
|
+
.fileicon[data-code="_f_cfc"] {
|
|
1313
|
+
background-image: url('vsicons/file_type_cfc.svg')
|
|
1314
|
+
}
|
|
1315
|
+
.fileicon[data-code="_f_cfm"] {
|
|
1316
|
+
background-image: url('vsicons/file_type_cfm.svg')
|
|
1317
|
+
}
|
|
1318
|
+
.fileicon[data-code="_f_changie"] {
|
|
1319
|
+
background-image: url('vsicons/file_type_changie.svg')
|
|
1320
|
+
}
|
|
1321
|
+
.fileicon[data-code="_f_cheader"] {
|
|
1322
|
+
background-image: url('vsicons/file_type_cheader.svg')
|
|
1323
|
+
}
|
|
1324
|
+
.fileicon[data-code="_f_chef"] {
|
|
1325
|
+
background-image: url('vsicons/file_type_chef.svg')
|
|
1326
|
+
}
|
|
1327
|
+
.fileicon[data-code="_f_chef_cookbook"] {
|
|
1328
|
+
background-image: url('vsicons/file_type_chef_cookbook.svg')
|
|
1329
|
+
}
|
|
1330
|
+
.fileicon[data-code="_f_circleci"] {
|
|
1331
|
+
background-image: url('vsicons/file_type_circleci.svg')
|
|
1332
|
+
}
|
|
1333
|
+
.fileicon[data-code="_f_light_circleci"] {
|
|
1334
|
+
background-image: url('vsicons/file_type_light_circleci.svg')
|
|
1335
|
+
}
|
|
1336
|
+
.fileicon[data-code="_f_class"] {
|
|
1337
|
+
background-image: url('vsicons/file_type_class.svg')
|
|
1338
|
+
}
|
|
1339
|
+
.fileicon[data-code="_f_claude"] {
|
|
1340
|
+
background-image: url('vsicons/file_type_claude.svg')
|
|
1341
|
+
}
|
|
1342
|
+
.fileicon[data-code="_f_clojure"] {
|
|
1343
|
+
background-image: url('vsicons/file_type_clojure.svg')
|
|
1344
|
+
}
|
|
1345
|
+
.fileicon[data-code="_f_clojurescript"] {
|
|
1346
|
+
background-image: url('vsicons/file_type_clojurescript.svg')
|
|
1347
|
+
}
|
|
1348
|
+
.fileicon[data-code="_f_cloudfoundry"] {
|
|
1349
|
+
background-image: url('vsicons/file_type_cloudfoundry.svg')
|
|
1350
|
+
}
|
|
1351
|
+
.fileicon[data-code="_f_light_cloudfoundry"] {
|
|
1352
|
+
background-image: url('vsicons/file_type_light_cloudfoundry.svg')
|
|
1353
|
+
}
|
|
1354
|
+
.fileicon[data-code="_f_cmake"] {
|
|
1355
|
+
background-image: url('vsicons/file_type_cmake.svg')
|
|
1356
|
+
}
|
|
1357
|
+
.fileicon[data-code="_f_cobol"] {
|
|
1358
|
+
background-image: url('vsicons/file_type_cobol.svg')
|
|
1359
|
+
}
|
|
1360
|
+
.fileicon[data-code="_f_codacy"] {
|
|
1361
|
+
background-image: url('vsicons/file_type_codacy.svg')
|
|
1362
|
+
}
|
|
1363
|
+
.fileicon[data-code="_f_light_codacy"] {
|
|
1364
|
+
background-image: url('vsicons/file_type_light_codacy.svg')
|
|
1365
|
+
}
|
|
1366
|
+
.fileicon[data-code="_f_codeclimate"] {
|
|
1367
|
+
background-image: url('vsicons/file_type_codeclimate.svg')
|
|
1368
|
+
}
|
|
1369
|
+
.fileicon[data-code="_f_light_codeclimate"] {
|
|
1370
|
+
background-image: url('vsicons/file_type_light_codeclimate.svg')
|
|
1371
|
+
}
|
|
1372
|
+
.fileicon[data-code="_f_codecov"] {
|
|
1373
|
+
background-image: url('vsicons/file_type_codecov.svg')
|
|
1374
|
+
}
|
|
1375
|
+
.fileicon[data-code="_f_codekit"] {
|
|
1376
|
+
background-image: url('vsicons/file_type_codekit.svg')
|
|
1377
|
+
}
|
|
1378
|
+
.fileicon[data-code="_f_codemagic"] {
|
|
1379
|
+
background-image: url('vsicons/file_type_codemagic.svg')
|
|
1380
|
+
}
|
|
1381
|
+
.fileicon[data-code="_f_codeowners"] {
|
|
1382
|
+
background-image: url('vsicons/file_type_codeowners.svg')
|
|
1383
|
+
}
|
|
1384
|
+
.fileicon[data-code="_f_light_codeowners"] {
|
|
1385
|
+
background-image: url('vsicons/file_type_light_codeowners.svg')
|
|
1386
|
+
}
|
|
1387
|
+
.fileicon[data-code="_f_codeql"] {
|
|
1388
|
+
background-image: url('vsicons/file_type_codeql.svg')
|
|
1389
|
+
}
|
|
1390
|
+
.fileicon[data-code="_f_coderabbit"] {
|
|
1391
|
+
background-image: url('vsicons/file_type_coderabbit.svg')
|
|
1392
|
+
}
|
|
1393
|
+
.fileicon[data-code="_f_coffeelint"] {
|
|
1394
|
+
background-image: url('vsicons/file_type_coffeelint.svg')
|
|
1395
|
+
}
|
|
1396
|
+
.fileicon[data-code="_f_coffeescript"] {
|
|
1397
|
+
background-image: url('vsicons/file_type_coffeescript.svg')
|
|
1398
|
+
}
|
|
1399
|
+
.fileicon[data-code="_f_commitizen"] {
|
|
1400
|
+
background-image: url('vsicons/file_type_commitizen.svg')
|
|
1401
|
+
}
|
|
1402
|
+
.fileicon[data-code="_f_commitlint"] {
|
|
1403
|
+
background-image: url('vsicons/file_type_commitlint.svg')
|
|
1404
|
+
}
|
|
1405
|
+
.fileicon[data-code="_f_compass"] {
|
|
1406
|
+
background-image: url('vsicons/file_type_compass.svg')
|
|
1407
|
+
}
|
|
1408
|
+
.fileicon[data-code="_f_composer"] {
|
|
1409
|
+
background-image: url('vsicons/file_type_composer.svg')
|
|
1410
|
+
}
|
|
1411
|
+
.fileicon[data-code="_f_conan"] {
|
|
1412
|
+
background-image: url('vsicons/file_type_conan.svg')
|
|
1413
|
+
}
|
|
1414
|
+
.fileicon[data-code="_f_conda"] {
|
|
1415
|
+
background-image: url('vsicons/file_type_conda.svg')
|
|
1416
|
+
}
|
|
1417
|
+
.fileicon[data-code="_f_config"] {
|
|
1418
|
+
background-image: url('vsicons/file_type_config.svg')
|
|
1419
|
+
}
|
|
1420
|
+
.fileicon[data-code="_f_light_config"] {
|
|
1421
|
+
background-image: url('vsicons/file_type_light_config.svg')
|
|
1422
|
+
}
|
|
1423
|
+
.fileicon[data-code="_f_confluence"] {
|
|
1424
|
+
background-image: url('vsicons/file_type_confluence.svg')
|
|
1425
|
+
}
|
|
1426
|
+
.fileicon[data-code="_f_copilot"] {
|
|
1427
|
+
background-image: url('vsicons/file_type_copilot.svg')
|
|
1428
|
+
}
|
|
1429
|
+
.fileicon[data-code="_f_light_copilot"] {
|
|
1430
|
+
background-image: url('vsicons/file_type_light_copilot.svg')
|
|
1431
|
+
}
|
|
1432
|
+
.fileicon[data-code="_f_coverage"] {
|
|
1433
|
+
background-image: url('vsicons/file_type_coverage.svg')
|
|
1434
|
+
}
|
|
1435
|
+
.fileicon[data-code="_f_coveralls"] {
|
|
1436
|
+
background-image: url('vsicons/file_type_coveralls.svg')
|
|
1437
|
+
}
|
|
1438
|
+
.fileicon[data-code="_f_cpp"] {
|
|
1439
|
+
background-image: url('vsicons/file_type_cpp.svg')
|
|
1440
|
+
}
|
|
1441
|
+
.fileicon[data-code="_f_cppheader"] {
|
|
1442
|
+
background-image: url('vsicons/file_type_cppheader.svg')
|
|
1443
|
+
}
|
|
1444
|
+
.fileicon[data-code="_f_craco"] {
|
|
1445
|
+
background-image: url('vsicons/file_type_craco.svg')
|
|
1446
|
+
}
|
|
1447
|
+
.fileicon[data-code="_f_crowdin"] {
|
|
1448
|
+
background-image: url('vsicons/file_type_crowdin.svg')
|
|
1449
|
+
}
|
|
1450
|
+
.fileicon[data-code="_f_crystal"] {
|
|
1451
|
+
background-image: url('vsicons/file_type_crystal.svg')
|
|
1452
|
+
}
|
|
1453
|
+
.fileicon[data-code="_f_light_crystal"] {
|
|
1454
|
+
background-image: url('vsicons/file_type_light_crystal.svg')
|
|
1455
|
+
}
|
|
1456
|
+
.fileicon[data-code="_f_csharp"] {
|
|
1457
|
+
background-image: url('vsicons/file_type_csharp.svg')
|
|
1458
|
+
}
|
|
1459
|
+
.fileicon[data-code="_f_cspell"] {
|
|
1460
|
+
background-image: url('vsicons/file_type_cspell.svg')
|
|
1461
|
+
}
|
|
1462
|
+
.fileicon[data-code="_f_csproj"] {
|
|
1463
|
+
background-image: url('vsicons/file_type_csproj.svg')
|
|
1464
|
+
}
|
|
1465
|
+
.fileicon[data-code="_f_css"] {
|
|
1466
|
+
background-image: url('vsicons/file_type_css.svg')
|
|
1467
|
+
}
|
|
1468
|
+
.fileicon[data-code="_f_csscomb"] {
|
|
1469
|
+
background-image: url('vsicons/file_type_csscomb.svg')
|
|
1470
|
+
}
|
|
1471
|
+
.fileicon[data-code="_f_csslint"] {
|
|
1472
|
+
background-image: url('vsicons/file_type_csslint.svg')
|
|
1473
|
+
}
|
|
1474
|
+
.fileicon[data-code="_f_cssmap"] {
|
|
1475
|
+
background-image: url('vsicons/file_type_cssmap.svg')
|
|
1476
|
+
}
|
|
1477
|
+
.fileicon[data-code="_f_cucumber"] {
|
|
1478
|
+
background-image: url('vsicons/file_type_cucumber.svg')
|
|
1479
|
+
}
|
|
1480
|
+
.fileicon[data-code="_f_cuda"] {
|
|
1481
|
+
background-image: url('vsicons/file_type_cuda.svg')
|
|
1482
|
+
}
|
|
1483
|
+
.fileicon[data-code="_f_cursorrules"] {
|
|
1484
|
+
background-image: url('vsicons/file_type_cursorrules.svg')
|
|
1485
|
+
}
|
|
1486
|
+
.fileicon[data-code="_f_cvs"] {
|
|
1487
|
+
background-image: url('vsicons/file_type_cvs.svg')
|
|
1488
|
+
}
|
|
1489
|
+
.fileicon[data-code="_f_cypress"] {
|
|
1490
|
+
background-image: url('vsicons/file_type_cypress.svg')
|
|
1491
|
+
}
|
|
1492
|
+
.fileicon[data-code="_f_light_cypress"] {
|
|
1493
|
+
background-image: url('vsicons/file_type_light_cypress.svg')
|
|
1494
|
+
}
|
|
1495
|
+
.fileicon[data-code="_f_cypress_spec"] {
|
|
1496
|
+
background-image: url('vsicons/file_type_cypress_spec.svg')
|
|
1497
|
+
}
|
|
1498
|
+
.fileicon[data-code="_f_light_cypress_spec"] {
|
|
1499
|
+
background-image: url('vsicons/file_type_light_cypress_spec.svg')
|
|
1500
|
+
}
|
|
1501
|
+
.fileicon[data-code="_f_cython"] {
|
|
1502
|
+
background-image: url('vsicons/file_type_cython.svg')
|
|
1503
|
+
}
|
|
1504
|
+
.fileicon[data-code="_f_dal"] {
|
|
1505
|
+
background-image: url('vsicons/file_type_dal.svg')
|
|
1506
|
+
}
|
|
1507
|
+
.fileicon[data-code="_f_darcs"] {
|
|
1508
|
+
background-image: url('vsicons/file_type_darcs.svg')
|
|
1509
|
+
}
|
|
1510
|
+
.fileicon[data-code="_f_dartlang"] {
|
|
1511
|
+
background-image: url('vsicons/file_type_dartlang.svg')
|
|
1512
|
+
}
|
|
1513
|
+
.fileicon[data-code="_f_dartlang_generated"] {
|
|
1514
|
+
background-image: url('vsicons/file_type_dartlang_generated.svg')
|
|
1515
|
+
}
|
|
1516
|
+
.fileicon[data-code="_f_dartlang_ignore"] {
|
|
1517
|
+
background-image: url('vsicons/file_type_dartlang_ignore.svg')
|
|
1518
|
+
}
|
|
1519
|
+
.fileicon[data-code="_f_datadog"] {
|
|
1520
|
+
background-image: url('vsicons/file_type_datadog.svg')
|
|
1521
|
+
}
|
|
1522
|
+
.fileicon[data-code="_f_db"] {
|
|
1523
|
+
background-image: url('vsicons/file_type_db.svg')
|
|
1524
|
+
}
|
|
1525
|
+
.fileicon[data-code="_f_light_db"] {
|
|
1526
|
+
background-image: url('vsicons/file_type_light_db.svg')
|
|
1527
|
+
}
|
|
1528
|
+
.fileicon[data-code="_f_debian"] {
|
|
1529
|
+
background-image: url('vsicons/file_type_debian.svg')
|
|
1530
|
+
}
|
|
1531
|
+
.fileicon[data-code="_f_delphi"] {
|
|
1532
|
+
background-image: url('vsicons/file_type_delphi.svg')
|
|
1533
|
+
}
|
|
1534
|
+
.fileicon[data-code="_f_deno"] {
|
|
1535
|
+
background-image: url('vsicons/file_type_deno.svg')
|
|
1536
|
+
}
|
|
1537
|
+
.fileicon[data-code="_f_denoify"] {
|
|
1538
|
+
background-image: url('vsicons/file_type_denoify.svg')
|
|
1539
|
+
}
|
|
1540
|
+
.fileicon[data-code="_f_dependabot"] {
|
|
1541
|
+
background-image: url('vsicons/file_type_dependabot.svg')
|
|
1542
|
+
}
|
|
1543
|
+
.fileicon[data-code="_f_dependencies"] {
|
|
1544
|
+
background-image: url('vsicons/file_type_dependencies.svg')
|
|
1545
|
+
}
|
|
1546
|
+
.fileicon[data-code="_f_devcontainer"] {
|
|
1547
|
+
background-image: url('vsicons/file_type_devcontainer.svg')
|
|
1548
|
+
}
|
|
1549
|
+
.fileicon[data-code="_f_dhall"] {
|
|
1550
|
+
background-image: url('vsicons/file_type_dhall.svg')
|
|
1551
|
+
}
|
|
1552
|
+
.fileicon[data-code="_f_light_dhall"] {
|
|
1553
|
+
background-image: url('vsicons/file_type_light_dhall.svg')
|
|
1554
|
+
}
|
|
1555
|
+
.fileicon[data-code="_f_diff"] {
|
|
1556
|
+
background-image: url('vsicons/file_type_diff.svg')
|
|
1557
|
+
}
|
|
1558
|
+
.fileicon[data-code="_f_django"] {
|
|
1559
|
+
background-image: url('vsicons/file_type_django.svg')
|
|
1560
|
+
}
|
|
1561
|
+
.fileicon[data-code="_f_dlang"] {
|
|
1562
|
+
background-image: url('vsicons/file_type_dlang.svg')
|
|
1563
|
+
}
|
|
1564
|
+
.fileicon[data-code="_f_docker"] {
|
|
1565
|
+
background-image: url('vsicons/file_type_docker.svg')
|
|
1566
|
+
}
|
|
1567
|
+
.fileicon[data-code="_f_dockertest"] {
|
|
1568
|
+
background-image: url('vsicons/file_type_dockertest.svg')
|
|
1569
|
+
}
|
|
1570
|
+
.fileicon[data-code="_f_docpad"] {
|
|
1571
|
+
background-image: url('vsicons/file_type_docpad.svg')
|
|
1572
|
+
}
|
|
1573
|
+
.fileicon[data-code="_f_light_docpad"] {
|
|
1574
|
+
background-image: url('vsicons/file_type_light_docpad.svg')
|
|
1575
|
+
}
|
|
1576
|
+
.fileicon[data-code="_f_docusaurus"] {
|
|
1577
|
+
background-image: url('vsicons/file_type_docusaurus.svg')
|
|
1578
|
+
}
|
|
1579
|
+
.fileicon[data-code="_f_docz"] {
|
|
1580
|
+
background-image: url('vsicons/file_type_docz.svg')
|
|
1581
|
+
}
|
|
1582
|
+
.fileicon[data-code="_f_dojo"] {
|
|
1583
|
+
background-image: url('vsicons/file_type_dojo.svg')
|
|
1584
|
+
}
|
|
1585
|
+
.fileicon[data-code="_f_doppler"] {
|
|
1586
|
+
background-image: url('vsicons/file_type_doppler.svg')
|
|
1587
|
+
}
|
|
1588
|
+
.fileicon[data-code="_f_dotenv"] {
|
|
1589
|
+
background-image: url('vsicons/file_type_dotenv.svg')
|
|
1590
|
+
}
|
|
1591
|
+
.fileicon[data-code="_f_dotjs"] {
|
|
1592
|
+
background-image: url('vsicons/file_type_dotjs.svg')
|
|
1593
|
+
}
|
|
1594
|
+
.fileicon[data-code="_f_doxygen"] {
|
|
1595
|
+
background-image: url('vsicons/file_type_doxygen.svg')
|
|
1596
|
+
}
|
|
1597
|
+
.fileicon[data-code="_f_drawio"] {
|
|
1598
|
+
background-image: url('vsicons/file_type_drawio.svg')
|
|
1599
|
+
}
|
|
1600
|
+
.fileicon[data-code="_f_drone"] {
|
|
1601
|
+
background-image: url('vsicons/file_type_drone.svg')
|
|
1602
|
+
}
|
|
1603
|
+
.fileicon[data-code="_f_light_drone"] {
|
|
1604
|
+
background-image: url('vsicons/file_type_light_drone.svg')
|
|
1605
|
+
}
|
|
1606
|
+
.fileicon[data-code="_f_drools"] {
|
|
1607
|
+
background-image: url('vsicons/file_type_drools.svg')
|
|
1608
|
+
}
|
|
1609
|
+
.fileicon[data-code="_f_dtd"] {
|
|
1610
|
+
background-image: url('vsicons/file_type_dtd.svg')
|
|
1611
|
+
}
|
|
1612
|
+
.fileicon[data-code="_f_dune"] {
|
|
1613
|
+
background-image: url('vsicons/file_type_dune.svg')
|
|
1614
|
+
}
|
|
1615
|
+
.fileicon[data-code="_f_dustjs"] {
|
|
1616
|
+
background-image: url('vsicons/file_type_dustjs.svg')
|
|
1617
|
+
}
|
|
1618
|
+
.fileicon[data-code="_f_dvc"] {
|
|
1619
|
+
background-image: url('vsicons/file_type_dvc.svg')
|
|
1620
|
+
}
|
|
1621
|
+
.fileicon[data-code="_f_dylan"] {
|
|
1622
|
+
background-image: url('vsicons/file_type_dylan.svg')
|
|
1623
|
+
}
|
|
1624
|
+
.fileicon[data-code="_f_earthly"] {
|
|
1625
|
+
background-image: url('vsicons/file_type_earthly.svg')
|
|
1626
|
+
}
|
|
1627
|
+
.fileicon[data-code="_f_eas-metadata"] {
|
|
1628
|
+
background-image: url('vsicons/file_type_eas-metadata.svg')
|
|
1629
|
+
}
|
|
1630
|
+
.fileicon[data-code="_f_light_eas-metadata"] {
|
|
1631
|
+
background-image: url('vsicons/file_type_light_eas-metadata.svg')
|
|
1632
|
+
}
|
|
1633
|
+
.fileicon[data-code="_f_edge"] {
|
|
1634
|
+
background-image: url('vsicons/file_type_edge.svg')
|
|
1635
|
+
}
|
|
1636
|
+
.fileicon[data-code="_f_editorconfig"] {
|
|
1637
|
+
background-image: url('vsicons/file_type_editorconfig.svg')
|
|
1638
|
+
}
|
|
1639
|
+
.fileicon[data-code="_f_eex"] {
|
|
1640
|
+
background-image: url('vsicons/file_type_eex.svg')
|
|
1641
|
+
}
|
|
1642
|
+
.fileicon[data-code="_f_ejs"] {
|
|
1643
|
+
background-image: url('vsicons/file_type_ejs.svg')
|
|
1644
|
+
}
|
|
1645
|
+
.fileicon[data-code="_f_elastic"] {
|
|
1646
|
+
background-image: url('vsicons/file_type_elastic.svg')
|
|
1647
|
+
}
|
|
1648
|
+
.fileicon[data-code="_f_elasticbeanstalk"] {
|
|
1649
|
+
background-image: url('vsicons/file_type_elasticbeanstalk.svg')
|
|
1650
|
+
}
|
|
1651
|
+
.fileicon[data-code="_f_eleventy"] {
|
|
1652
|
+
background-image: url('vsicons/file_type_eleventy.svg')
|
|
1653
|
+
}
|
|
1654
|
+
.fileicon[data-code="_f_light_eleventy"] {
|
|
1655
|
+
background-image: url('vsicons/file_type_light_eleventy.svg')
|
|
1656
|
+
}
|
|
1657
|
+
.fileicon[data-code="_f_elixir"] {
|
|
1658
|
+
background-image: url('vsicons/file_type_elixir.svg')
|
|
1659
|
+
}
|
|
1660
|
+
.fileicon[data-code="_f_elm"] {
|
|
1661
|
+
background-image: url('vsicons/file_type_elm.svg')
|
|
1662
|
+
}
|
|
1663
|
+
.fileicon[data-code="_f_emacs"] {
|
|
1664
|
+
background-image: url('vsicons/file_type_emacs.svg')
|
|
1665
|
+
}
|
|
1666
|
+
.fileicon[data-code="_f_ember"] {
|
|
1667
|
+
background-image: url('vsicons/file_type_ember.svg')
|
|
1668
|
+
}
|
|
1669
|
+
.fileicon[data-code="_f_ensime"] {
|
|
1670
|
+
background-image: url('vsicons/file_type_ensime.svg')
|
|
1671
|
+
}
|
|
1672
|
+
.fileicon[data-code="_f_eps"] {
|
|
1673
|
+
background-image: url('vsicons/file_type_eps.svg')
|
|
1674
|
+
}
|
|
1675
|
+
.fileicon[data-code="_f_epub"] {
|
|
1676
|
+
background-image: url('vsicons/file_type_epub.svg')
|
|
1677
|
+
}
|
|
1678
|
+
.fileicon[data-code="_f_erb"] {
|
|
1679
|
+
background-image: url('vsicons/file_type_erb.svg')
|
|
1680
|
+
}
|
|
1681
|
+
.fileicon[data-code="_f_erlang"] {
|
|
1682
|
+
background-image: url('vsicons/file_type_erlang.svg')
|
|
1683
|
+
}
|
|
1684
|
+
.fileicon[data-code="_f_esbuild"] {
|
|
1685
|
+
background-image: url('vsicons/file_type_esbuild.svg')
|
|
1686
|
+
}
|
|
1687
|
+
.fileicon[data-code="_f_eslint"] {
|
|
1688
|
+
background-image: url('vsicons/file_type_eslint.svg')
|
|
1689
|
+
}
|
|
1690
|
+
.fileicon[data-code="_f_esphome"] {
|
|
1691
|
+
background-image: url('vsicons/file_type_esphome.svg')
|
|
1692
|
+
}
|
|
1693
|
+
.fileicon[data-code="_f_light_esphome"] {
|
|
1694
|
+
background-image: url('vsicons/file_type_light_esphome.svg')
|
|
1695
|
+
}
|
|
1696
|
+
.fileicon[data-code="_f_excalidraw"] {
|
|
1697
|
+
background-image: url('vsicons/file_type_excalidraw.svg')
|
|
1698
|
+
}
|
|
1699
|
+
.fileicon[data-code="_f_excel"] {
|
|
1700
|
+
background-image: url('vsicons/file_type_excel.svg')
|
|
1701
|
+
}
|
|
1702
|
+
.fileicon[data-code="_f_expo"] {
|
|
1703
|
+
background-image: url('vsicons/file_type_expo.svg')
|
|
1704
|
+
}
|
|
1705
|
+
.fileicon[data-code="_f_light_expo"] {
|
|
1706
|
+
background-image: url('vsicons/file_type_light_expo.svg')
|
|
1707
|
+
}
|
|
1708
|
+
.fileicon[data-code="_f_falcon"] {
|
|
1709
|
+
background-image: url('vsicons/file_type_falcon.svg')
|
|
1710
|
+
}
|
|
1711
|
+
.fileicon[data-code="_f_fantasticon"] {
|
|
1712
|
+
background-image: url('vsicons/file_type_fantasticon.svg')
|
|
1713
|
+
}
|
|
1714
|
+
.fileicon[data-code="_f_fastly"] {
|
|
1715
|
+
background-image: url('vsicons/file_type_fastly.svg')
|
|
1716
|
+
}
|
|
1717
|
+
.fileicon[data-code="_f_fauna"] {
|
|
1718
|
+
background-image: url('vsicons/file_type_fauna.svg')
|
|
1719
|
+
}
|
|
1720
|
+
.fileicon[data-code="_f_favicon"] {
|
|
1721
|
+
background-image: url('vsicons/file_type_favicon.svg')
|
|
1722
|
+
}
|
|
1723
|
+
.fileicon[data-code="_f_fbx"] {
|
|
1724
|
+
background-image: url('vsicons/file_type_fbx.svg')
|
|
1725
|
+
}
|
|
1726
|
+
.fileicon[data-code="_f_firebase"] {
|
|
1727
|
+
background-image: url('vsicons/file_type_firebase.svg')
|
|
1728
|
+
}
|
|
1729
|
+
.fileicon[data-code="_f_firebasehosting"] {
|
|
1730
|
+
background-image: url('vsicons/file_type_firebasehosting.svg')
|
|
1731
|
+
}
|
|
1732
|
+
.fileicon[data-code="_f_light_firebasehosting"] {
|
|
1733
|
+
background-image: url('vsicons/file_type_light_firebasehosting.svg')
|
|
1734
|
+
}
|
|
1735
|
+
.fileicon[data-code="_f_firebasestorage"] {
|
|
1736
|
+
background-image: url('vsicons/file_type_firebasestorage.svg')
|
|
1737
|
+
}
|
|
1738
|
+
.fileicon[data-code="_f_firestore"] {
|
|
1739
|
+
background-image: url('vsicons/file_type_firestore.svg')
|
|
1740
|
+
}
|
|
1741
|
+
.fileicon[data-code="_f_fitbit"] {
|
|
1742
|
+
background-image: url('vsicons/file_type_fitbit.svg')
|
|
1743
|
+
}
|
|
1744
|
+
.fileicon[data-code="_f_fla"] {
|
|
1745
|
+
background-image: url('vsicons/file_type_fla.svg')
|
|
1746
|
+
}
|
|
1747
|
+
.fileicon[data-code="_f_light_fla"] {
|
|
1748
|
+
background-image: url('vsicons/file_type_light_fla.svg')
|
|
1749
|
+
}
|
|
1750
|
+
.fileicon[data-code="_f_flareact"] {
|
|
1751
|
+
background-image: url('vsicons/file_type_flareact.svg')
|
|
1752
|
+
}
|
|
1753
|
+
.fileicon[data-code="_f_flash"] {
|
|
1754
|
+
background-image: url('vsicons/file_type_flash.svg')
|
|
1755
|
+
}
|
|
1756
|
+
.fileicon[data-code="_f_floobits"] {
|
|
1757
|
+
background-image: url('vsicons/file_type_floobits.svg')
|
|
1758
|
+
}
|
|
1759
|
+
.fileicon[data-code="_f_flow"] {
|
|
1760
|
+
background-image: url('vsicons/file_type_flow.svg')
|
|
1761
|
+
}
|
|
1762
|
+
.fileicon[data-code="_f_flutter"] {
|
|
1763
|
+
background-image: url('vsicons/file_type_flutter.svg')
|
|
1764
|
+
}
|
|
1765
|
+
.fileicon[data-code="_f_flutter_package"] {
|
|
1766
|
+
background-image: url('vsicons/file_type_flutter_package.svg')
|
|
1767
|
+
}
|
|
1768
|
+
.fileicon[data-code="_f_flyio"] {
|
|
1769
|
+
background-image: url('vsicons/file_type_flyio.svg')
|
|
1770
|
+
}
|
|
1771
|
+
.fileicon[data-code="_f_font"] {
|
|
1772
|
+
background-image: url('vsicons/file_type_font.svg')
|
|
1773
|
+
}
|
|
1774
|
+
.fileicon[data-code="_f_light_font"] {
|
|
1775
|
+
background-image: url('vsicons/file_type_light_font.svg')
|
|
1776
|
+
}
|
|
1777
|
+
.fileicon[data-code="_f_formkit"] {
|
|
1778
|
+
background-image: url('vsicons/file_type_formkit.svg')
|
|
1779
|
+
}
|
|
1780
|
+
.fileicon[data-code="_f_fortran"] {
|
|
1781
|
+
background-image: url('vsicons/file_type_fortran.svg')
|
|
1782
|
+
}
|
|
1783
|
+
.fileicon[data-code="_f_fossa"] {
|
|
1784
|
+
background-image: url('vsicons/file_type_fossa.svg')
|
|
1785
|
+
}
|
|
1786
|
+
.fileicon[data-code="_f_fossil"] {
|
|
1787
|
+
background-image: url('vsicons/file_type_fossil.svg')
|
|
1788
|
+
}
|
|
1789
|
+
.fileicon[data-code="_f_freemarker"] {
|
|
1790
|
+
background-image: url('vsicons/file_type_freemarker.svg')
|
|
1791
|
+
}
|
|
1792
|
+
.fileicon[data-code="_f_frontcommerce"] {
|
|
1793
|
+
background-image: url('vsicons/file_type_frontcommerce.svg')
|
|
1794
|
+
}
|
|
1795
|
+
.fileicon[data-code="_f_fsharp"] {
|
|
1796
|
+
background-image: url('vsicons/file_type_fsharp.svg')
|
|
1797
|
+
}
|
|
1798
|
+
.fileicon[data-code="_f_fsproj"] {
|
|
1799
|
+
background-image: url('vsicons/file_type_fsproj.svg')
|
|
1800
|
+
}
|
|
1801
|
+
.fileicon[data-code="_f_fthtml"] {
|
|
1802
|
+
background-image: url('vsicons/file_type_fthtml.svg')
|
|
1803
|
+
}
|
|
1804
|
+
.fileicon[data-code="_f_funding"] {
|
|
1805
|
+
background-image: url('vsicons/file_type_funding.svg')
|
|
1806
|
+
}
|
|
1807
|
+
.fileicon[data-code="_f_fusebox"] {
|
|
1808
|
+
background-image: url('vsicons/file_type_fusebox.svg')
|
|
1809
|
+
}
|
|
1810
|
+
.fileicon[data-code="_f_galen"] {
|
|
1811
|
+
background-image: url('vsicons/file_type_galen.svg')
|
|
1812
|
+
}
|
|
1813
|
+
.fileicon[data-code="_f_gamemaker"] {
|
|
1814
|
+
background-image: url('vsicons/file_type_gamemaker.svg')
|
|
1815
|
+
}
|
|
1816
|
+
.fileicon[data-code="_f_gamemaker2"] {
|
|
1817
|
+
background-image: url('vsicons/file_type_gamemaker2.svg')
|
|
1818
|
+
}
|
|
1819
|
+
.fileicon[data-code="_f_light_gamemaker2"] {
|
|
1820
|
+
background-image: url('vsicons/file_type_light_gamemaker2.svg')
|
|
1821
|
+
}
|
|
1822
|
+
.fileicon[data-code="_f_gamemaker81"] {
|
|
1823
|
+
background-image: url('vsicons/file_type_gamemaker81.svg')
|
|
1824
|
+
}
|
|
1825
|
+
.fileicon[data-code="_f_gatsby"] {
|
|
1826
|
+
background-image: url('vsicons/file_type_gatsby.svg')
|
|
1827
|
+
}
|
|
1828
|
+
.fileicon[data-code="_f_gcloud"] {
|
|
1829
|
+
background-image: url('vsicons/file_type_gcloud.svg')
|
|
1830
|
+
}
|
|
1831
|
+
.fileicon[data-code="_f_gcode"] {
|
|
1832
|
+
background-image: url('vsicons/file_type_gcode.svg')
|
|
1833
|
+
}
|
|
1834
|
+
.fileicon[data-code="_f_gdscript"] {
|
|
1835
|
+
background-image: url('vsicons/file_type_gdscript.svg')
|
|
1836
|
+
}
|
|
1837
|
+
.fileicon[data-code="_f_genstat"] {
|
|
1838
|
+
background-image: url('vsicons/file_type_genstat.svg')
|
|
1839
|
+
}
|
|
1840
|
+
.fileicon[data-code="_f_geojson"] {
|
|
1841
|
+
background-image: url('vsicons/file_type_geojson.svg')
|
|
1842
|
+
}
|
|
1843
|
+
.fileicon[data-code="_f_git"] {
|
|
1844
|
+
background-image: url('vsicons/file_type_git.svg')
|
|
1845
|
+
}
|
|
1846
|
+
.fileicon[data-code="_f_gitlab"] {
|
|
1847
|
+
background-image: url('vsicons/file_type_gitlab.svg')
|
|
1848
|
+
}
|
|
1849
|
+
.fileicon[data-code="_f_gitpod"] {
|
|
1850
|
+
background-image: url('vsicons/file_type_gitpod.svg')
|
|
1851
|
+
}
|
|
1852
|
+
.fileicon[data-code="_f_gleam"] {
|
|
1853
|
+
background-image: url('vsicons/file_type_gleam.svg')
|
|
1854
|
+
}
|
|
1855
|
+
.fileicon[data-code="_f_gleamconfig"] {
|
|
1856
|
+
background-image: url('vsicons/file_type_gleamconfig.svg')
|
|
1857
|
+
}
|
|
1858
|
+
.fileicon[data-code="_f_glide"] {
|
|
1859
|
+
background-image: url('vsicons/file_type_glide.svg')
|
|
1860
|
+
}
|
|
1861
|
+
.fileicon[data-code="_f_glimmer"] {
|
|
1862
|
+
background-image: url('vsicons/file_type_glimmer.svg')
|
|
1863
|
+
}
|
|
1864
|
+
.fileicon[data-code="_f_glitter"] {
|
|
1865
|
+
background-image: url('vsicons/file_type_glitter.svg')
|
|
1866
|
+
}
|
|
1867
|
+
.fileicon[data-code="_f_glsl"] {
|
|
1868
|
+
background-image: url('vsicons/file_type_glsl.svg')
|
|
1869
|
+
}
|
|
1870
|
+
.fileicon[data-code="_f_gltf"] {
|
|
1871
|
+
background-image: url('vsicons/file_type_gltf.svg')
|
|
1872
|
+
}
|
|
1873
|
+
.fileicon[data-code="_f_glyphs"] {
|
|
1874
|
+
background-image: url('vsicons/file_type_glyphs.svg')
|
|
1875
|
+
}
|
|
1876
|
+
.fileicon[data-code="_f_gnu"] {
|
|
1877
|
+
background-image: url('vsicons/file_type_gnu.svg')
|
|
1878
|
+
}
|
|
1879
|
+
.fileicon[data-code="_f_gnuplot"] {
|
|
1880
|
+
background-image: url('vsicons/file_type_gnuplot.svg')
|
|
1881
|
+
}
|
|
1882
|
+
.fileicon[data-code="_f_go"] {
|
|
1883
|
+
background-image: url('vsicons/file_type_go.svg')
|
|
1884
|
+
}
|
|
1885
|
+
.fileicon[data-code="_f_go_package"] {
|
|
1886
|
+
background-image: url('vsicons/file_type_go_package.svg')
|
|
1887
|
+
}
|
|
1888
|
+
.fileicon[data-code="_f_go_work"] {
|
|
1889
|
+
background-image: url('vsicons/file_type_go_work.svg')
|
|
1890
|
+
}
|
|
1891
|
+
.fileicon[data-code="_f_goctl"] {
|
|
1892
|
+
background-image: url('vsicons/file_type_goctl.svg')
|
|
1893
|
+
}
|
|
1894
|
+
.fileicon[data-code="_f_godot"] {
|
|
1895
|
+
background-image: url('vsicons/file_type_godot.svg')
|
|
1896
|
+
}
|
|
1897
|
+
.fileicon[data-code="_f_gpg"] {
|
|
1898
|
+
background-image: url('vsicons/file_type_gpg.svg')
|
|
1899
|
+
}
|
|
1900
|
+
.fileicon[data-code="_f_gradle"] {
|
|
1901
|
+
background-image: url('vsicons/file_type_gradle.svg')
|
|
1902
|
+
}
|
|
1903
|
+
.fileicon[data-code="_f_light_gradle"] {
|
|
1904
|
+
background-image: url('vsicons/file_type_light_gradle.svg')
|
|
1905
|
+
}
|
|
1906
|
+
.fileicon[data-code="_f_grain"] {
|
|
1907
|
+
background-image: url('vsicons/file_type_grain.svg')
|
|
1908
|
+
}
|
|
1909
|
+
.fileicon[data-code="_f_graphql"] {
|
|
1910
|
+
background-image: url('vsicons/file_type_graphql.svg')
|
|
1911
|
+
}
|
|
1912
|
+
.fileicon[data-code="_f_graphql_config"] {
|
|
1913
|
+
background-image: url('vsicons/file_type_graphql_config.svg')
|
|
1914
|
+
}
|
|
1915
|
+
.fileicon[data-code="_f_graphviz"] {
|
|
1916
|
+
background-image: url('vsicons/file_type_graphviz.svg')
|
|
1917
|
+
}
|
|
1918
|
+
.fileicon[data-code="_f_greenkeeper"] {
|
|
1919
|
+
background-image: url('vsicons/file_type_greenkeeper.svg')
|
|
1920
|
+
}
|
|
1921
|
+
.fileicon[data-code="_f_gridsome"] {
|
|
1922
|
+
background-image: url('vsicons/file_type_gridsome.svg')
|
|
1923
|
+
}
|
|
1924
|
+
.fileicon[data-code="_f_groovy"] {
|
|
1925
|
+
background-image: url('vsicons/file_type_groovy.svg')
|
|
1926
|
+
}
|
|
1927
|
+
.fileicon[data-code="_f_grunt"] {
|
|
1928
|
+
background-image: url('vsicons/file_type_grunt.svg')
|
|
1929
|
+
}
|
|
1930
|
+
.fileicon[data-code="_f_gulp"] {
|
|
1931
|
+
background-image: url('vsicons/file_type_gulp.svg')
|
|
1932
|
+
}
|
|
1933
|
+
.fileicon[data-code="_f_haml"] {
|
|
1934
|
+
background-image: url('vsicons/file_type_haml.svg')
|
|
1935
|
+
}
|
|
1936
|
+
.fileicon[data-code="_f_handlebars"] {
|
|
1937
|
+
background-image: url('vsicons/file_type_handlebars.svg')
|
|
1938
|
+
}
|
|
1939
|
+
.fileicon[data-code="_f_harbour"] {
|
|
1940
|
+
background-image: url('vsicons/file_type_harbour.svg')
|
|
1941
|
+
}
|
|
1942
|
+
.fileicon[data-code="_f_hardhat"] {
|
|
1943
|
+
background-image: url('vsicons/file_type_hardhat.svg')
|
|
1944
|
+
}
|
|
1945
|
+
.fileicon[data-code="_f_hashicorp"] {
|
|
1946
|
+
background-image: url('vsicons/file_type_hashicorp.svg')
|
|
1947
|
+
}
|
|
1948
|
+
.fileicon[data-code="_f_light_hashicorp"] {
|
|
1949
|
+
background-image: url('vsicons/file_type_light_hashicorp.svg')
|
|
1950
|
+
}
|
|
1951
|
+
.fileicon[data-code="_f_haskell"] {
|
|
1952
|
+
background-image: url('vsicons/file_type_haskell.svg')
|
|
1953
|
+
}
|
|
1954
|
+
.fileicon[data-code="_f_haxe"] {
|
|
1955
|
+
background-image: url('vsicons/file_type_haxe.svg')
|
|
1956
|
+
}
|
|
1957
|
+
.fileicon[data-code="_f_haxecheckstyle"] {
|
|
1958
|
+
background-image: url('vsicons/file_type_haxecheckstyle.svg')
|
|
1959
|
+
}
|
|
1960
|
+
.fileicon[data-code="_f_haxedevelop"] {
|
|
1961
|
+
background-image: url('vsicons/file_type_haxedevelop.svg')
|
|
1962
|
+
}
|
|
1963
|
+
.fileicon[data-code="_f_helix"] {
|
|
1964
|
+
background-image: url('vsicons/file_type_helix.svg')
|
|
1965
|
+
}
|
|
1966
|
+
.fileicon[data-code="_f_helm"] {
|
|
1967
|
+
background-image: url('vsicons/file_type_helm.svg')
|
|
1968
|
+
}
|
|
1969
|
+
.fileicon[data-code="_f_histoire"] {
|
|
1970
|
+
background-image: url('vsicons/file_type_histoire.svg')
|
|
1971
|
+
}
|
|
1972
|
+
.fileicon[data-code="_f_hjson"] {
|
|
1973
|
+
background-image: url('vsicons/file_type_hjson.svg')
|
|
1974
|
+
}
|
|
1975
|
+
.fileicon[data-code="_f_light_hjson"] {
|
|
1976
|
+
background-image: url('vsicons/file_type_light_hjson.svg')
|
|
1977
|
+
}
|
|
1978
|
+
.fileicon[data-code="_f_hlsl"] {
|
|
1979
|
+
background-image: url('vsicons/file_type_hlsl.svg')
|
|
1980
|
+
}
|
|
1981
|
+
.fileicon[data-code="_f_homeassistant"] {
|
|
1982
|
+
background-image: url('vsicons/file_type_homeassistant.svg')
|
|
1983
|
+
}
|
|
1984
|
+
.fileicon[data-code="_f_horusec"] {
|
|
1985
|
+
background-image: url('vsicons/file_type_horusec.svg')
|
|
1986
|
+
}
|
|
1987
|
+
.fileicon[data-code="_f_host"] {
|
|
1988
|
+
background-image: url('vsicons/file_type_host.svg')
|
|
1989
|
+
}
|
|
1990
|
+
.fileicon[data-code="_f_html"] {
|
|
1991
|
+
background-image: url('vsicons/file_type_html.svg')
|
|
1992
|
+
}
|
|
1993
|
+
.fileicon[data-code="_f_htmlhint"] {
|
|
1994
|
+
background-image: url('vsicons/file_type_htmlhint.svg')
|
|
1995
|
+
}
|
|
1996
|
+
.fileicon[data-code="_f_htmlvalidate"] {
|
|
1997
|
+
background-image: url('vsicons/file_type_htmlvalidate.svg')
|
|
1998
|
+
}
|
|
1999
|
+
.fileicon[data-code="_f_http"] {
|
|
2000
|
+
background-image: url('vsicons/file_type_http.svg')
|
|
2001
|
+
}
|
|
2002
|
+
.fileicon[data-code="_f_hugo"] {
|
|
2003
|
+
background-image: url('vsicons/file_type_hugo.svg')
|
|
2004
|
+
}
|
|
2005
|
+
.fileicon[data-code="_f_humanstxt"] {
|
|
2006
|
+
background-image: url('vsicons/file_type_humanstxt.svg')
|
|
2007
|
+
}
|
|
2008
|
+
.fileicon[data-code="_f_hunspell"] {
|
|
2009
|
+
background-image: url('vsicons/file_type_hunspell.svg')
|
|
2010
|
+
}
|
|
2011
|
+
.fileicon[data-code="_f_husky"] {
|
|
2012
|
+
background-image: url('vsicons/file_type_husky.svg')
|
|
2013
|
+
}
|
|
2014
|
+
.fileicon[data-code="_f_hy"] {
|
|
2015
|
+
background-image: url('vsicons/file_type_hy.svg')
|
|
2016
|
+
}
|
|
2017
|
+
.fileicon[data-code="_f_hygen"] {
|
|
2018
|
+
background-image: url('vsicons/file_type_hygen.svg')
|
|
2019
|
+
}
|
|
2020
|
+
.fileicon[data-code="_f_hypr"] {
|
|
2021
|
+
background-image: url('vsicons/file_type_hypr.svg')
|
|
2022
|
+
}
|
|
2023
|
+
.fileicon[data-code="_f_icl"] {
|
|
2024
|
+
background-image: url('vsicons/file_type_icl.svg')
|
|
2025
|
+
}
|
|
2026
|
+
.fileicon[data-code="_f_idris"] {
|
|
2027
|
+
background-image: url('vsicons/file_type_idris.svg')
|
|
2028
|
+
}
|
|
2029
|
+
.fileicon[data-code="_f_idrisbin"] {
|
|
2030
|
+
background-image: url('vsicons/file_type_idrisbin.svg')
|
|
2031
|
+
}
|
|
2032
|
+
.fileicon[data-code="_f_idrispkg"] {
|
|
2033
|
+
background-image: url('vsicons/file_type_idrispkg.svg')
|
|
2034
|
+
}
|
|
2035
|
+
.fileicon[data-code="_f_image"] {
|
|
2036
|
+
background-image: url('vsicons/file_type_image.svg')
|
|
2037
|
+
}
|
|
2038
|
+
.fileicon[data-code="_f_imba"] {
|
|
2039
|
+
background-image: url('vsicons/file_type_imba.svg')
|
|
2040
|
+
}
|
|
2041
|
+
.fileicon[data-code="_f_inc"] {
|
|
2042
|
+
background-image: url('vsicons/file_type_inc.svg')
|
|
2043
|
+
}
|
|
2044
|
+
.fileicon[data-code="_f_infopath"] {
|
|
2045
|
+
background-image: url('vsicons/file_type_infopath.svg')
|
|
2046
|
+
}
|
|
2047
|
+
.fileicon[data-code="_f_informix"] {
|
|
2048
|
+
background-image: url('vsicons/file_type_informix.svg')
|
|
2049
|
+
}
|
|
2050
|
+
.fileicon[data-code="_f_ini"] {
|
|
2051
|
+
background-image: url('vsicons/file_type_ini.svg')
|
|
2052
|
+
}
|
|
2053
|
+
.fileicon[data-code="_f_light_ini"] {
|
|
2054
|
+
background-image: url('vsicons/file_type_light_ini.svg')
|
|
2055
|
+
}
|
|
2056
|
+
.fileicon[data-code="_f_ink"] {
|
|
2057
|
+
background-image: url('vsicons/file_type_ink.svg')
|
|
2058
|
+
}
|
|
2059
|
+
.fileicon[data-code="_f_innosetup"] {
|
|
2060
|
+
background-image: url('vsicons/file_type_innosetup.svg')
|
|
2061
|
+
}
|
|
2062
|
+
.fileicon[data-code="_f_io"] {
|
|
2063
|
+
background-image: url('vsicons/file_type_io.svg')
|
|
2064
|
+
}
|
|
2065
|
+
.fileicon[data-code="_f_light_io"] {
|
|
2066
|
+
background-image: url('vsicons/file_type_light_io.svg')
|
|
2067
|
+
}
|
|
2068
|
+
.fileicon[data-code="_f_iodine"] {
|
|
2069
|
+
background-image: url('vsicons/file_type_iodine.svg')
|
|
2070
|
+
}
|
|
2071
|
+
.fileicon[data-code="_f_ionic"] {
|
|
2072
|
+
background-image: url('vsicons/file_type_ionic.svg')
|
|
2073
|
+
}
|
|
2074
|
+
.fileicon[data-code="_f_jake"] {
|
|
2075
|
+
background-image: url('vsicons/file_type_jake.svg')
|
|
2076
|
+
}
|
|
2077
|
+
.fileicon[data-code="_f_janet"] {
|
|
2078
|
+
background-image: url('vsicons/file_type_janet.svg')
|
|
2079
|
+
}
|
|
2080
|
+
.fileicon[data-code="_f_jar"] {
|
|
2081
|
+
background-image: url('vsicons/file_type_jar.svg')
|
|
2082
|
+
}
|
|
2083
|
+
.fileicon[data-code="_f_jasmine"] {
|
|
2084
|
+
background-image: url('vsicons/file_type_jasmine.svg')
|
|
2085
|
+
}
|
|
2086
|
+
.fileicon[data-code="_f_java"] {
|
|
2087
|
+
background-image: url('vsicons/file_type_java.svg')
|
|
2088
|
+
}
|
|
2089
|
+
.fileicon[data-code="_f_jbuilder"] {
|
|
2090
|
+
background-image: url('vsicons/file_type_jbuilder.svg')
|
|
2091
|
+
}
|
|
2092
|
+
.fileicon[data-code="_f_jekyll"] {
|
|
2093
|
+
background-image: url('vsicons/file_type_jekyll.svg')
|
|
2094
|
+
}
|
|
2095
|
+
.fileicon[data-code="_f_jenkins"] {
|
|
2096
|
+
background-image: url('vsicons/file_type_jenkins.svg')
|
|
2097
|
+
}
|
|
2098
|
+
.fileicon[data-code="_f_jest"] {
|
|
2099
|
+
background-image: url('vsicons/file_type_jest.svg')
|
|
2100
|
+
}
|
|
2101
|
+
.fileicon[data-code="_f_jest_snapshot"] {
|
|
2102
|
+
background-image: url('vsicons/file_type_jest_snapshot.svg')
|
|
2103
|
+
}
|
|
2104
|
+
.fileicon[data-code="_f_jinja"] {
|
|
2105
|
+
background-image: url('vsicons/file_type_jinja.svg')
|
|
2106
|
+
}
|
|
2107
|
+
.fileicon[data-code="_f_jpm"] {
|
|
2108
|
+
background-image: url('vsicons/file_type_jpm.svg')
|
|
2109
|
+
}
|
|
2110
|
+
.fileicon[data-code="_f_js"] {
|
|
2111
|
+
background-image: url('vsicons/file_type_js.svg')
|
|
2112
|
+
}
|
|
2113
|
+
.fileicon[data-code="_f_light_js"] {
|
|
2114
|
+
background-image: url('vsicons/file_type_light_js.svg')
|
|
2115
|
+
}
|
|
2116
|
+
.fileicon[data-code="_f_jsbeautify"] {
|
|
2117
|
+
background-image: url('vsicons/file_type_jsbeautify.svg')
|
|
2118
|
+
}
|
|
2119
|
+
.fileicon[data-code="_f_jsconfig"] {
|
|
2120
|
+
background-image: url('vsicons/file_type_jsconfig.svg')
|
|
2121
|
+
}
|
|
2122
|
+
.fileicon[data-code="_f_light_jsconfig"] {
|
|
2123
|
+
background-image: url('vsicons/file_type_light_jsconfig.svg')
|
|
2124
|
+
}
|
|
2125
|
+
.fileicon[data-code="_f_jscpd"] {
|
|
2126
|
+
background-image: url('vsicons/file_type_jscpd.svg')
|
|
2127
|
+
}
|
|
2128
|
+
.fileicon[data-code="_f_jshint"] {
|
|
2129
|
+
background-image: url('vsicons/file_type_jshint.svg')
|
|
2130
|
+
}
|
|
2131
|
+
.fileicon[data-code="_f_jsmap"] {
|
|
2132
|
+
background-image: url('vsicons/file_type_jsmap.svg')
|
|
2133
|
+
}
|
|
2134
|
+
.fileicon[data-code="_f_light_jsmap"] {
|
|
2135
|
+
background-image: url('vsicons/file_type_light_jsmap.svg')
|
|
2136
|
+
}
|
|
2137
|
+
.fileicon[data-code="_f_json"] {
|
|
2138
|
+
background-image: url('vsicons/file_type_json.svg')
|
|
2139
|
+
}
|
|
2140
|
+
.fileicon[data-code="_f_light_json"] {
|
|
2141
|
+
background-image: url('vsicons/file_type_light_json.svg')
|
|
2142
|
+
}
|
|
2143
|
+
.fileicon[data-code="_f_json5"] {
|
|
2144
|
+
background-image: url('vsicons/file_type_json5.svg')
|
|
2145
|
+
}
|
|
2146
|
+
.fileicon[data-code="_f_light_json5"] {
|
|
2147
|
+
background-image: url('vsicons/file_type_light_json5.svg')
|
|
2148
|
+
}
|
|
2149
|
+
.fileicon[data-code="_f_json_schema"] {
|
|
2150
|
+
background-image: url('vsicons/file_type_json_schema.svg')
|
|
2151
|
+
}
|
|
2152
|
+
.fileicon[data-code="_f_light_json_schema"] {
|
|
2153
|
+
background-image: url('vsicons/file_type_light_json_schema.svg')
|
|
2154
|
+
}
|
|
2155
|
+
.fileicon[data-code="_f_jsonld"] {
|
|
2156
|
+
background-image: url('vsicons/file_type_jsonld.svg')
|
|
2157
|
+
}
|
|
2158
|
+
.fileicon[data-code="_f_light_jsonld"] {
|
|
2159
|
+
background-image: url('vsicons/file_type_light_jsonld.svg')
|
|
2160
|
+
}
|
|
2161
|
+
.fileicon[data-code="_f_jsonnet"] {
|
|
2162
|
+
background-image: url('vsicons/file_type_jsonnet.svg')
|
|
2163
|
+
}
|
|
2164
|
+
.fileicon[data-code="_f_jsp"] {
|
|
2165
|
+
background-image: url('vsicons/file_type_jsp.svg')
|
|
2166
|
+
}
|
|
2167
|
+
.fileicon[data-code="_f_jsr"] {
|
|
2168
|
+
background-image: url('vsicons/file_type_jsr.svg')
|
|
2169
|
+
}
|
|
2170
|
+
.fileicon[data-code="_f_jss"] {
|
|
2171
|
+
background-image: url('vsicons/file_type_jss.svg')
|
|
2172
|
+
}
|
|
2173
|
+
.fileicon[data-code="_f_juice"] {
|
|
2174
|
+
background-image: url('vsicons/file_type_juice.svg')
|
|
2175
|
+
}
|
|
2176
|
+
.fileicon[data-code="_f_julia"] {
|
|
2177
|
+
background-image: url('vsicons/file_type_julia.svg')
|
|
2178
|
+
}
|
|
2179
|
+
.fileicon[data-code="_f_jupyter"] {
|
|
2180
|
+
background-image: url('vsicons/file_type_jupyter.svg')
|
|
2181
|
+
}
|
|
2182
|
+
.fileicon[data-code="_f_just"] {
|
|
2183
|
+
background-image: url('vsicons/file_type_just.svg')
|
|
2184
|
+
}
|
|
2185
|
+
.fileicon[data-code="_f_k"] {
|
|
2186
|
+
background-image: url('vsicons/file_type_k.svg')
|
|
2187
|
+
}
|
|
2188
|
+
.fileicon[data-code="_f_karma"] {
|
|
2189
|
+
background-image: url('vsicons/file_type_karma.svg')
|
|
2190
|
+
}
|
|
2191
|
+
.fileicon[data-code="_f_key"] {
|
|
2192
|
+
background-image: url('vsicons/file_type_key.svg')
|
|
2193
|
+
}
|
|
2194
|
+
.fileicon[data-code="_f_kitchenci"] {
|
|
2195
|
+
background-image: url('vsicons/file_type_kitchenci.svg')
|
|
2196
|
+
}
|
|
2197
|
+
.fileicon[data-code="_f_kite"] {
|
|
2198
|
+
background-image: url('vsicons/file_type_kite.svg')
|
|
2199
|
+
}
|
|
2200
|
+
.fileicon[data-code="_f_light_kite"] {
|
|
2201
|
+
background-image: url('vsicons/file_type_light_kite.svg')
|
|
2202
|
+
}
|
|
2203
|
+
.fileicon[data-code="_f_kivy"] {
|
|
2204
|
+
background-image: url('vsicons/file_type_kivy.svg')
|
|
2205
|
+
}
|
|
2206
|
+
.fileicon[data-code="_f_knip"] {
|
|
2207
|
+
background-image: url('vsicons/file_type_knip.svg')
|
|
2208
|
+
}
|
|
2209
|
+
.fileicon[data-code="_f_kos"] {
|
|
2210
|
+
background-image: url('vsicons/file_type_kos.svg')
|
|
2211
|
+
}
|
|
2212
|
+
.fileicon[data-code="_f_kotlin"] {
|
|
2213
|
+
background-image: url('vsicons/file_type_kotlin.svg')
|
|
2214
|
+
}
|
|
2215
|
+
.fileicon[data-code="_f_kusto"] {
|
|
2216
|
+
background-image: url('vsicons/file_type_kusto.svg')
|
|
2217
|
+
}
|
|
2218
|
+
.fileicon[data-code="_f_language_configuration"] {
|
|
2219
|
+
background-image: url('vsicons/file_type_language_configuration.svg')
|
|
2220
|
+
}
|
|
2221
|
+
.fileicon[data-code="_f_lark"] {
|
|
2222
|
+
background-image: url('vsicons/file_type_lark.svg')
|
|
2223
|
+
}
|
|
2224
|
+
.fileicon[data-code="_f_light_lark"] {
|
|
2225
|
+
background-image: url('vsicons/file_type_light_lark.svg')
|
|
2226
|
+
}
|
|
2227
|
+
.fileicon[data-code="_f_latino"] {
|
|
2228
|
+
background-image: url('vsicons/file_type_latino.svg')
|
|
2229
|
+
}
|
|
2230
|
+
.fileicon[data-code="_f_layout"] {
|
|
2231
|
+
background-image: url('vsicons/file_type_layout.svg')
|
|
2232
|
+
}
|
|
2233
|
+
.fileicon[data-code="_f_lean"] {
|
|
2234
|
+
background-image: url('vsicons/file_type_lean.svg')
|
|
2235
|
+
}
|
|
2236
|
+
.fileicon[data-code="_f_light_lean"] {
|
|
2237
|
+
background-image: url('vsicons/file_type_light_lean.svg')
|
|
2238
|
+
}
|
|
2239
|
+
.fileicon[data-code="_f_leanconfig"] {
|
|
2240
|
+
background-image: url('vsicons/file_type_leanconfig.svg')
|
|
2241
|
+
}
|
|
2242
|
+
.fileicon[data-code="_f_light_leanconfig"] {
|
|
2243
|
+
background-image: url('vsicons/file_type_light_leanconfig.svg')
|
|
2244
|
+
}
|
|
2245
|
+
.fileicon[data-code="_f_lefthook"] {
|
|
2246
|
+
background-image: url('vsicons/file_type_lefthook.svg')
|
|
2247
|
+
}
|
|
2248
|
+
.fileicon[data-code="_f_lerna"] {
|
|
2249
|
+
background-image: url('vsicons/file_type_lerna.svg')
|
|
2250
|
+
}
|
|
2251
|
+
.fileicon[data-code="_f_light_lerna"] {
|
|
2252
|
+
background-image: url('vsicons/file_type_light_lerna.svg')
|
|
2253
|
+
}
|
|
2254
|
+
.fileicon[data-code="_f_less"] {
|
|
2255
|
+
background-image: url('vsicons/file_type_less.svg')
|
|
2256
|
+
}
|
|
2257
|
+
.fileicon[data-code="_f_lex"] {
|
|
2258
|
+
background-image: url('vsicons/file_type_lex.svg')
|
|
2259
|
+
}
|
|
2260
|
+
.fileicon[data-code="_f_liara"] {
|
|
2261
|
+
background-image: url('vsicons/file_type_liara.svg')
|
|
2262
|
+
}
|
|
2263
|
+
.fileicon[data-code="_f_libreoffice_base"] {
|
|
2264
|
+
background-image: url('vsicons/file_type_libreoffice_base.svg')
|
|
2265
|
+
}
|
|
2266
|
+
.fileicon[data-code="_f_libreoffice_calc"] {
|
|
2267
|
+
background-image: url('vsicons/file_type_libreoffice_calc.svg')
|
|
2268
|
+
}
|
|
2269
|
+
.fileicon[data-code="_f_libreoffice_draw"] {
|
|
2270
|
+
background-image: url('vsicons/file_type_libreoffice_draw.svg')
|
|
2271
|
+
}
|
|
2272
|
+
.fileicon[data-code="_f_libreoffice_impress"] {
|
|
2273
|
+
background-image: url('vsicons/file_type_libreoffice_impress.svg')
|
|
2274
|
+
}
|
|
2275
|
+
.fileicon[data-code="_f_libreoffice_math"] {
|
|
2276
|
+
background-image: url('vsicons/file_type_libreoffice_math.svg')
|
|
2277
|
+
}
|
|
2278
|
+
.fileicon[data-code="_f_libreoffice_writer"] {
|
|
2279
|
+
background-image: url('vsicons/file_type_libreoffice_writer.svg')
|
|
2280
|
+
}
|
|
2281
|
+
.fileicon[data-code="_f_license"] {
|
|
2282
|
+
background-image: url('vsicons/file_type_license.svg')
|
|
2283
|
+
}
|
|
2284
|
+
.fileicon[data-code="_f_licensebat"] {
|
|
2285
|
+
background-image: url('vsicons/file_type_licensebat.svg')
|
|
2286
|
+
}
|
|
2287
|
+
.fileicon[data-code="_f_lighthouse"] {
|
|
2288
|
+
background-image: url('vsicons/file_type_lighthouse.svg')
|
|
2289
|
+
}
|
|
2290
|
+
.fileicon[data-code="_f_lilypond"] {
|
|
2291
|
+
background-image: url('vsicons/file_type_lilypond.svg')
|
|
2292
|
+
}
|
|
2293
|
+
.fileicon[data-code="_f_lime"] {
|
|
2294
|
+
background-image: url('vsicons/file_type_lime.svg')
|
|
2295
|
+
}
|
|
2296
|
+
.fileicon[data-code="_f_lintstagedrc"] {
|
|
2297
|
+
background-image: url('vsicons/file_type_lintstagedrc.svg')
|
|
2298
|
+
}
|
|
2299
|
+
.fileicon[data-code="_f_liquid"] {
|
|
2300
|
+
background-image: url('vsicons/file_type_liquid.svg')
|
|
2301
|
+
}
|
|
2302
|
+
.fileicon[data-code="_f_lisp"] {
|
|
2303
|
+
background-image: url('vsicons/file_type_lisp.svg')
|
|
2304
|
+
}
|
|
2305
|
+
.fileicon[data-code="_f_livescript"] {
|
|
2306
|
+
background-image: url('vsicons/file_type_livescript.svg')
|
|
2307
|
+
}
|
|
2308
|
+
.fileicon[data-code="_f_lnk"] {
|
|
2309
|
+
background-image: url('vsicons/file_type_lnk.svg')
|
|
2310
|
+
}
|
|
2311
|
+
.fileicon[data-code="_f_locale"] {
|
|
2312
|
+
background-image: url('vsicons/file_type_locale.svg')
|
|
2313
|
+
}
|
|
2314
|
+
.fileicon[data-code="_f_log"] {
|
|
2315
|
+
background-image: url('vsicons/file_type_log.svg')
|
|
2316
|
+
}
|
|
2317
|
+
.fileicon[data-code="_f_lolcode"] {
|
|
2318
|
+
background-image: url('vsicons/file_type_lolcode.svg')
|
|
2319
|
+
}
|
|
2320
|
+
.fileicon[data-code="_f_lsl"] {
|
|
2321
|
+
background-image: url('vsicons/file_type_lsl.svg')
|
|
2322
|
+
}
|
|
2323
|
+
.fileicon[data-code="_f_lua"] {
|
|
2324
|
+
background-image: url('vsicons/file_type_lua.svg')
|
|
2325
|
+
}
|
|
2326
|
+
.fileicon[data-code="_f_luau"] {
|
|
2327
|
+
background-image: url('vsicons/file_type_luau.svg')
|
|
2328
|
+
}
|
|
2329
|
+
.fileicon[data-code="_f_lync"] {
|
|
2330
|
+
background-image: url('vsicons/file_type_lync.svg')
|
|
2331
|
+
}
|
|
2332
|
+
.fileicon[data-code="_f_mailing"] {
|
|
2333
|
+
background-image: url('vsicons/file_type_mailing.svg')
|
|
2334
|
+
}
|
|
2335
|
+
.fileicon[data-code="_f_light_mailing"] {
|
|
2336
|
+
background-image: url('vsicons/file_type_light_mailing.svg')
|
|
2337
|
+
}
|
|
2338
|
+
.fileicon[data-code="_f_manifest"] {
|
|
2339
|
+
background-image: url('vsicons/file_type_manifest.svg')
|
|
2340
|
+
}
|
|
2341
|
+
.fileicon[data-code="_f_manifest_bak"] {
|
|
2342
|
+
background-image: url('vsicons/file_type_manifest_bak.svg')
|
|
2343
|
+
}
|
|
2344
|
+
.fileicon[data-code="_f_manifest_skip"] {
|
|
2345
|
+
background-image: url('vsicons/file_type_manifest_skip.svg')
|
|
2346
|
+
}
|
|
2347
|
+
.fileicon[data-code="_f_map"] {
|
|
2348
|
+
background-image: url('vsicons/file_type_map.svg')
|
|
2349
|
+
}
|
|
2350
|
+
.fileicon[data-code="_f_markdown"] {
|
|
2351
|
+
background-image: url('vsicons/file_type_markdown.svg')
|
|
2352
|
+
}
|
|
2353
|
+
.fileicon[data-code="_f_markdownlint"] {
|
|
2354
|
+
background-image: url('vsicons/file_type_markdownlint.svg')
|
|
2355
|
+
}
|
|
2356
|
+
.fileicon[data-code="_f_markdownlint_ignore"] {
|
|
2357
|
+
background-image: url('vsicons/file_type_markdownlint_ignore.svg')
|
|
2358
|
+
}
|
|
2359
|
+
.fileicon[data-code="_f_marko"] {
|
|
2360
|
+
background-image: url('vsicons/file_type_marko.svg')
|
|
2361
|
+
}
|
|
2362
|
+
.fileicon[data-code="_f_markojs"] {
|
|
2363
|
+
background-image: url('vsicons/file_type_markojs.svg')
|
|
2364
|
+
}
|
|
2365
|
+
.fileicon[data-code="_f_markuplint"] {
|
|
2366
|
+
background-image: url('vsicons/file_type_markuplint.svg')
|
|
2367
|
+
}
|
|
2368
|
+
.fileicon[data-code="_f_light_markuplint"] {
|
|
2369
|
+
background-image: url('vsicons/file_type_light_markuplint.svg')
|
|
2370
|
+
}
|
|
2371
|
+
.fileicon[data-code="_f_master-co"] {
|
|
2372
|
+
background-image: url('vsicons/file_type_master-co.svg')
|
|
2373
|
+
}
|
|
2374
|
+
.fileicon[data-code="_f_matlab"] {
|
|
2375
|
+
background-image: url('vsicons/file_type_matlab.svg')
|
|
2376
|
+
}
|
|
2377
|
+
.fileicon[data-code="_f_maven"] {
|
|
2378
|
+
background-image: url('vsicons/file_type_maven.svg')
|
|
2379
|
+
}
|
|
2380
|
+
.fileicon[data-code="_f_maxscript"] {
|
|
2381
|
+
background-image: url('vsicons/file_type_maxscript.svg')
|
|
2382
|
+
}
|
|
2383
|
+
.fileicon[data-code="_f_maya"] {
|
|
2384
|
+
background-image: url('vsicons/file_type_maya.svg')
|
|
2385
|
+
}
|
|
2386
|
+
.fileicon[data-code="_f_mcp"] {
|
|
2387
|
+
background-image: url('vsicons/file_type_mcp.svg')
|
|
2388
|
+
}
|
|
2389
|
+
.fileicon[data-code="_f_light_mcp"] {
|
|
2390
|
+
background-image: url('vsicons/file_type_light_mcp.svg')
|
|
2391
|
+
}
|
|
2392
|
+
.fileicon[data-code="_f_mdx"] {
|
|
2393
|
+
background-image: url('vsicons/file_type_mdx.svg')
|
|
2394
|
+
}
|
|
2395
|
+
.fileicon[data-code="_f_light_mdx"] {
|
|
2396
|
+
background-image: url('vsicons/file_type_light_mdx.svg')
|
|
2397
|
+
}
|
|
2398
|
+
.fileicon[data-code="_f_mdx-components"] {
|
|
2399
|
+
background-image: url('vsicons/file_type_mdx-components.svg')
|
|
2400
|
+
}
|
|
2401
|
+
.fileicon[data-code="_f_light_mdx-components"] {
|
|
2402
|
+
background-image: url('vsicons/file_type_light_mdx-components.svg')
|
|
2403
|
+
}
|
|
2404
|
+
.fileicon[data-code="_f_mediawiki"] {
|
|
2405
|
+
background-image: url('vsicons/file_type_mediawiki.svg')
|
|
2406
|
+
}
|
|
2407
|
+
.fileicon[data-code="_f_mercurial"] {
|
|
2408
|
+
background-image: url('vsicons/file_type_mercurial.svg')
|
|
2409
|
+
}
|
|
2410
|
+
.fileicon[data-code="_f_mermaid"] {
|
|
2411
|
+
background-image: url('vsicons/file_type_mermaid.svg')
|
|
2412
|
+
}
|
|
2413
|
+
.fileicon[data-code="_f_meson"] {
|
|
2414
|
+
background-image: url('vsicons/file_type_meson.svg')
|
|
2415
|
+
}
|
|
2416
|
+
.fileicon[data-code="_f_metal"] {
|
|
2417
|
+
background-image: url('vsicons/file_type_metal.svg')
|
|
2418
|
+
}
|
|
2419
|
+
.fileicon[data-code="_f_meteor"] {
|
|
2420
|
+
background-image: url('vsicons/file_type_meteor.svg')
|
|
2421
|
+
}
|
|
2422
|
+
.fileicon[data-code="_f_minecraft"] {
|
|
2423
|
+
background-image: url('vsicons/file_type_minecraft.svg')
|
|
2424
|
+
}
|
|
2425
|
+
.fileicon[data-code="_f_mivascript"] {
|
|
2426
|
+
background-image: url('vsicons/file_type_mivascript.svg')
|
|
2427
|
+
}
|
|
2428
|
+
.fileicon[data-code="_f_mjml"] {
|
|
2429
|
+
background-image: url('vsicons/file_type_mjml.svg')
|
|
2430
|
+
}
|
|
2431
|
+
.fileicon[data-code="_f_mlang"] {
|
|
2432
|
+
background-image: url('vsicons/file_type_mlang.svg')
|
|
2433
|
+
}
|
|
2434
|
+
.fileicon[data-code="_f_light_mlang"] {
|
|
2435
|
+
background-image: url('vsicons/file_type_light_mlang.svg')
|
|
2436
|
+
}
|
|
2437
|
+
.fileicon[data-code="_f_mocha"] {
|
|
2438
|
+
background-image: url('vsicons/file_type_mocha.svg')
|
|
2439
|
+
}
|
|
2440
|
+
.fileicon[data-code="_f_modernizr"] {
|
|
2441
|
+
background-image: url('vsicons/file_type_modernizr.svg')
|
|
2442
|
+
}
|
|
2443
|
+
.fileicon[data-code="_f_mojo"] {
|
|
2444
|
+
background-image: url('vsicons/file_type_mojo.svg')
|
|
2445
|
+
}
|
|
2446
|
+
.fileicon[data-code="_f_mojolicious"] {
|
|
2447
|
+
background-image: url('vsicons/file_type_mojolicious.svg')
|
|
2448
|
+
}
|
|
2449
|
+
.fileicon[data-code="_f_moleculer"] {
|
|
2450
|
+
background-image: url('vsicons/file_type_moleculer.svg')
|
|
2451
|
+
}
|
|
2452
|
+
.fileicon[data-code="_f_mondoo"] {
|
|
2453
|
+
background-image: url('vsicons/file_type_mondoo.svg')
|
|
2454
|
+
}
|
|
2455
|
+
.fileicon[data-code="_f_mongo"] {
|
|
2456
|
+
background-image: url('vsicons/file_type_mongo.svg')
|
|
2457
|
+
}
|
|
2458
|
+
.fileicon[data-code="_f_monotone"] {
|
|
2459
|
+
background-image: url('vsicons/file_type_monotone.svg')
|
|
2460
|
+
}
|
|
2461
|
+
.fileicon[data-code="_f_motif"] {
|
|
2462
|
+
background-image: url('vsicons/file_type_motif.svg')
|
|
2463
|
+
}
|
|
2464
|
+
.fileicon[data-code="_f_mson"] {
|
|
2465
|
+
background-image: url('vsicons/file_type_mson.svg')
|
|
2466
|
+
}
|
|
2467
|
+
.fileicon[data-code="_f_mustache"] {
|
|
2468
|
+
background-image: url('vsicons/file_type_mustache.svg')
|
|
2469
|
+
}
|
|
2470
|
+
.fileicon[data-code="_f_light_mustache"] {
|
|
2471
|
+
background-image: url('vsicons/file_type_light_mustache.svg')
|
|
2472
|
+
}
|
|
2473
|
+
.fileicon[data-code="_f_mvt"] {
|
|
2474
|
+
background-image: url('vsicons/file_type_mvt.svg')
|
|
2475
|
+
}
|
|
2476
|
+
.fileicon[data-code="_f_mvtcss"] {
|
|
2477
|
+
background-image: url('vsicons/file_type_mvtcss.svg')
|
|
2478
|
+
}
|
|
2479
|
+
.fileicon[data-code="_f_mvtjs"] {
|
|
2480
|
+
background-image: url('vsicons/file_type_mvtjs.svg')
|
|
2481
|
+
}
|
|
2482
|
+
.fileicon[data-code="_f_mypy"] {
|
|
2483
|
+
background-image: url('vsicons/file_type_mypy.svg')
|
|
2484
|
+
}
|
|
2485
|
+
.fileicon[data-code="_f_light_mypy"] {
|
|
2486
|
+
background-image: url('vsicons/file_type_light_mypy.svg')
|
|
2487
|
+
}
|
|
2488
|
+
.fileicon[data-code="_f_nanostaged"] {
|
|
2489
|
+
background-image: url('vsicons/file_type_nanostaged.svg')
|
|
2490
|
+
}
|
|
2491
|
+
.fileicon[data-code="_f_ndst"] {
|
|
2492
|
+
background-image: url('vsicons/file_type_ndst.svg')
|
|
2493
|
+
}
|
|
2494
|
+
.fileicon[data-code="_f_nearly"] {
|
|
2495
|
+
background-image: url('vsicons/file_type_nearly.svg')
|
|
2496
|
+
}
|
|
2497
|
+
.fileicon[data-code="_f_neo4j"] {
|
|
2498
|
+
background-image: url('vsicons/file_type_neo4j.svg')
|
|
2499
|
+
}
|
|
2500
|
+
.fileicon[data-code="_f_light_neo4j"] {
|
|
2501
|
+
background-image: url('vsicons/file_type_light_neo4j.svg')
|
|
2502
|
+
}
|
|
2503
|
+
.fileicon[data-code="_f_nestjs"] {
|
|
2504
|
+
background-image: url('vsicons/file_type_nestjs.svg')
|
|
2505
|
+
}
|
|
2506
|
+
.fileicon[data-code="_f_netlify"] {
|
|
2507
|
+
background-image: url('vsicons/file_type_netlify.svg')
|
|
2508
|
+
}
|
|
2509
|
+
.fileicon[data-code="_f_light_netlify"] {
|
|
2510
|
+
background-image: url('vsicons/file_type_light_netlify.svg')
|
|
2511
|
+
}
|
|
2512
|
+
.fileicon[data-code="_f_next"] {
|
|
2513
|
+
background-image: url('vsicons/file_type_next.svg')
|
|
2514
|
+
}
|
|
2515
|
+
.fileicon[data-code="_f_light_next"] {
|
|
2516
|
+
background-image: url('vsicons/file_type_light_next.svg')
|
|
2517
|
+
}
|
|
2518
|
+
.fileicon[data-code="_f_nextflow"] {
|
|
2519
|
+
background-image: url('vsicons/file_type_nextflow.svg')
|
|
2520
|
+
}
|
|
2521
|
+
.fileicon[data-code="_f_nginx"] {
|
|
2522
|
+
background-image: url('vsicons/file_type_nginx.svg')
|
|
2523
|
+
}
|
|
2524
|
+
.fileicon[data-code="_f_nim"] {
|
|
2525
|
+
background-image: url('vsicons/file_type_nim.svg')
|
|
2526
|
+
}
|
|
2527
|
+
.fileicon[data-code="_f_nimble"] {
|
|
2528
|
+
background-image: url('vsicons/file_type_nimble.svg')
|
|
2529
|
+
}
|
|
2530
|
+
.fileicon[data-code="_f_ninja"] {
|
|
2531
|
+
background-image: url('vsicons/file_type_ninja.svg')
|
|
2532
|
+
}
|
|
2533
|
+
.fileicon[data-code="_f_nix"] {
|
|
2534
|
+
background-image: url('vsicons/file_type_nix.svg')
|
|
2535
|
+
}
|
|
2536
|
+
.fileicon[data-code="_f_njsproj"] {
|
|
2537
|
+
background-image: url('vsicons/file_type_njsproj.svg')
|
|
2538
|
+
}
|
|
2539
|
+
.fileicon[data-code="_f_noc"] {
|
|
2540
|
+
background-image: url('vsicons/file_type_noc.svg')
|
|
2541
|
+
}
|
|
2542
|
+
.fileicon[data-code="_f_node"] {
|
|
2543
|
+
background-image: url('vsicons/file_type_node.svg')
|
|
2544
|
+
}
|
|
2545
|
+
.fileicon[data-code="_f_nodemon"] {
|
|
2546
|
+
background-image: url('vsicons/file_type_nodemon.svg')
|
|
2547
|
+
}
|
|
2548
|
+
.fileicon[data-code="_f_npm"] {
|
|
2549
|
+
background-image: url('vsicons/file_type_npm.svg')
|
|
2550
|
+
}
|
|
2551
|
+
.fileicon[data-code="_f_npmpackagejsonlint"] {
|
|
2552
|
+
background-image: url('vsicons/file_type_npmpackagejsonlint.svg')
|
|
2553
|
+
}
|
|
2554
|
+
.fileicon[data-code="_f_nsi"] {
|
|
2555
|
+
background-image: url('vsicons/file_type_nsi.svg')
|
|
2556
|
+
}
|
|
2557
|
+
.fileicon[data-code="_f_nsri"] {
|
|
2558
|
+
background-image: url('vsicons/file_type_nsri.svg')
|
|
2559
|
+
}
|
|
2560
|
+
.fileicon[data-code="_f_nsri-integrity"] {
|
|
2561
|
+
background-image: url('vsicons/file_type_nsri-integrity.svg')
|
|
2562
|
+
}
|
|
2563
|
+
.fileicon[data-code="_f_nuget"] {
|
|
2564
|
+
background-image: url('vsicons/file_type_nuget.svg')
|
|
2565
|
+
}
|
|
2566
|
+
.fileicon[data-code="_f_numpy"] {
|
|
2567
|
+
background-image: url('vsicons/file_type_numpy.svg')
|
|
2568
|
+
}
|
|
2569
|
+
.fileicon[data-code="_f_nunjucks"] {
|
|
2570
|
+
background-image: url('vsicons/file_type_nunjucks.svg')
|
|
2571
|
+
}
|
|
2572
|
+
.fileicon[data-code="_f_nuxt"] {
|
|
2573
|
+
background-image: url('vsicons/file_type_nuxt.svg')
|
|
2574
|
+
}
|
|
2575
|
+
.fileicon[data-code="_f_nx"] {
|
|
2576
|
+
background-image: url('vsicons/file_type_nx.svg')
|
|
2577
|
+
}
|
|
2578
|
+
.fileicon[data-code="_f_light_nx"] {
|
|
2579
|
+
background-image: url('vsicons/file_type_light_nx.svg')
|
|
2580
|
+
}
|
|
2581
|
+
.fileicon[data-code="_f_nyc"] {
|
|
2582
|
+
background-image: url('vsicons/file_type_nyc.svg')
|
|
2583
|
+
}
|
|
2584
|
+
.fileicon[data-code="_f_objectivec"] {
|
|
2585
|
+
background-image: url('vsicons/file_type_objectivec.svg')
|
|
2586
|
+
}
|
|
2587
|
+
.fileicon[data-code="_f_objectivecpp"] {
|
|
2588
|
+
background-image: url('vsicons/file_type_objectivecpp.svg')
|
|
2589
|
+
}
|
|
2590
|
+
.fileicon[data-code="_f_objidconfig"] {
|
|
2591
|
+
background-image: url('vsicons/file_type_objidconfig.svg')
|
|
2592
|
+
}
|
|
2593
|
+
.fileicon[data-code="_f_light_objidconfig"] {
|
|
2594
|
+
background-image: url('vsicons/file_type_light_objidconfig.svg')
|
|
2595
|
+
}
|
|
2596
|
+
.fileicon[data-code="_f_ocaml"] {
|
|
2597
|
+
background-image: url('vsicons/file_type_ocaml.svg')
|
|
2598
|
+
}
|
|
2599
|
+
.fileicon[data-code="_f_ocaml_intf"] {
|
|
2600
|
+
background-image: url('vsicons/file_type_ocaml_intf.svg')
|
|
2601
|
+
}
|
|
2602
|
+
.fileicon[data-code="_f_ogone"] {
|
|
2603
|
+
background-image: url('vsicons/file_type_ogone.svg')
|
|
2604
|
+
}
|
|
2605
|
+
.fileicon[data-code="_f_onenote"] {
|
|
2606
|
+
background-image: url('vsicons/file_type_onenote.svg')
|
|
2607
|
+
}
|
|
2608
|
+
.fileicon[data-code="_f_opam"] {
|
|
2609
|
+
background-image: url('vsicons/file_type_opam.svg')
|
|
2610
|
+
}
|
|
2611
|
+
.fileicon[data-code="_f_openHAB"] {
|
|
2612
|
+
background-image: url('vsicons/file_type_openHAB.svg')
|
|
2613
|
+
}
|
|
2614
|
+
.fileicon[data-code="_f_light_openHAB"] {
|
|
2615
|
+
background-image: url('vsicons/file_type_light_openHAB.svg')
|
|
2616
|
+
}
|
|
2617
|
+
.fileicon[data-code="_f_opencl"] {
|
|
2618
|
+
background-image: url('vsicons/file_type_opencl.svg')
|
|
2619
|
+
}
|
|
2620
|
+
.fileicon[data-code="_f_openscad"] {
|
|
2621
|
+
background-image: url('vsicons/file_type_openscad.svg')
|
|
2622
|
+
}
|
|
2623
|
+
.fileicon[data-code="_f_opentofu"] {
|
|
2624
|
+
background-image: url('vsicons/file_type_opentofu.svg')
|
|
2625
|
+
}
|
|
2626
|
+
.fileicon[data-code="_f_org"] {
|
|
2627
|
+
background-image: url('vsicons/file_type_org.svg')
|
|
2628
|
+
}
|
|
2629
|
+
.fileicon[data-code="_f_outlook"] {
|
|
2630
|
+
background-image: url('vsicons/file_type_outlook.svg')
|
|
2631
|
+
}
|
|
2632
|
+
.fileicon[data-code="_f_ovpn"] {
|
|
2633
|
+
background-image: url('vsicons/file_type_ovpn.svg')
|
|
2634
|
+
}
|
|
2635
|
+
.fileicon[data-code="_f_oxlint"] {
|
|
2636
|
+
background-image: url('vsicons/file_type_oxlint.svg')
|
|
2637
|
+
}
|
|
2638
|
+
.fileicon[data-code="_f_package"] {
|
|
2639
|
+
background-image: url('vsicons/file_type_package.svg')
|
|
2640
|
+
}
|
|
2641
|
+
.fileicon[data-code="_f_packship"] {
|
|
2642
|
+
background-image: url('vsicons/file_type_packship.svg')
|
|
2643
|
+
}
|
|
2644
|
+
.fileicon[data-code="_f_light_packship"] {
|
|
2645
|
+
background-image: url('vsicons/file_type_light_packship.svg')
|
|
2646
|
+
}
|
|
2647
|
+
.fileicon[data-code="_f_paket"] {
|
|
2648
|
+
background-image: url('vsicons/file_type_paket.svg')
|
|
2649
|
+
}
|
|
2650
|
+
.fileicon[data-code="_f_pandacss"] {
|
|
2651
|
+
background-image: url('vsicons/file_type_pandacss.svg')
|
|
2652
|
+
}
|
|
2653
|
+
.fileicon[data-code="_f_patch"] {
|
|
2654
|
+
background-image: url('vsicons/file_type_patch.svg')
|
|
2655
|
+
}
|
|
2656
|
+
.fileicon[data-code="_f_pcl"] {
|
|
2657
|
+
background-image: url('vsicons/file_type_pcl.svg')
|
|
2658
|
+
}
|
|
2659
|
+
.fileicon[data-code="_f_light_pcl"] {
|
|
2660
|
+
background-image: url('vsicons/file_type_light_pcl.svg')
|
|
2661
|
+
}
|
|
2662
|
+
.fileicon[data-code="_f_pddl"] {
|
|
2663
|
+
background-image: url('vsicons/file_type_pddl.svg')
|
|
2664
|
+
}
|
|
2665
|
+
.fileicon[data-code="_f_pddl_happenings"] {
|
|
2666
|
+
background-image: url('vsicons/file_type_pddl_happenings.svg')
|
|
2667
|
+
}
|
|
2668
|
+
.fileicon[data-code="_f_pddl_plan"] {
|
|
2669
|
+
background-image: url('vsicons/file_type_pddl_plan.svg')
|
|
2670
|
+
}
|
|
2671
|
+
.fileicon[data-code="_f_pdf"] {
|
|
2672
|
+
background-image: url('vsicons/file_type_pdf.svg')
|
|
2673
|
+
}
|
|
2674
|
+
.fileicon[data-code="_f_pdm"] {
|
|
2675
|
+
background-image: url('vsicons/file_type_pdm.svg')
|
|
2676
|
+
}
|
|
2677
|
+
.fileicon[data-code="_f_peeky"] {
|
|
2678
|
+
background-image: url('vsicons/file_type_peeky.svg')
|
|
2679
|
+
}
|
|
2680
|
+
.fileicon[data-code="_f_perl"] {
|
|
2681
|
+
background-image: url('vsicons/file_type_perl.svg')
|
|
2682
|
+
}
|
|
2683
|
+
.fileicon[data-code="_f_perl6"] {
|
|
2684
|
+
background-image: url('vsicons/file_type_perl6.svg')
|
|
2685
|
+
}
|
|
2686
|
+
.fileicon[data-code="_f_pgsql"] {
|
|
2687
|
+
background-image: url('vsicons/file_type_pgsql.svg')
|
|
2688
|
+
}
|
|
2689
|
+
.fileicon[data-code="_f_photoshop"] {
|
|
2690
|
+
background-image: url('vsicons/file_type_photoshop.svg')
|
|
2691
|
+
}
|
|
2692
|
+
.fileicon[data-code="_f_php"] {
|
|
2693
|
+
background-image: url('vsicons/file_type_php.svg')
|
|
2694
|
+
}
|
|
2695
|
+
.fileicon[data-code="_f_phpcsfixer"] {
|
|
2696
|
+
background-image: url('vsicons/file_type_phpcsfixer.svg')
|
|
2697
|
+
}
|
|
2698
|
+
.fileicon[data-code="_f_phpstan"] {
|
|
2699
|
+
background-image: url('vsicons/file_type_phpstan.svg')
|
|
2700
|
+
}
|
|
2701
|
+
.fileicon[data-code="_f_phpunit"] {
|
|
2702
|
+
background-image: url('vsicons/file_type_phpunit.svg')
|
|
2703
|
+
}
|
|
2704
|
+
.fileicon[data-code="_f_phraseapp"] {
|
|
2705
|
+
background-image: url('vsicons/file_type_phraseapp.svg')
|
|
2706
|
+
}
|
|
2707
|
+
.fileicon[data-code="_f_pine"] {
|
|
2708
|
+
background-image: url('vsicons/file_type_pine.svg')
|
|
2709
|
+
}
|
|
2710
|
+
.fileicon[data-code="_f_pip"] {
|
|
2711
|
+
background-image: url('vsicons/file_type_pip.svg')
|
|
2712
|
+
}
|
|
2713
|
+
.fileicon[data-code="_f_pipeline"] {
|
|
2714
|
+
background-image: url('vsicons/file_type_pipeline.svg')
|
|
2715
|
+
}
|
|
2716
|
+
.fileicon[data-code="_f_plantuml"] {
|
|
2717
|
+
background-image: url('vsicons/file_type_plantuml.svg')
|
|
2718
|
+
}
|
|
2719
|
+
.fileicon[data-code="_f_platformio"] {
|
|
2720
|
+
background-image: url('vsicons/file_type_platformio.svg')
|
|
2721
|
+
}
|
|
2722
|
+
.fileicon[data-code="_f_playwright"] {
|
|
2723
|
+
background-image: url('vsicons/file_type_playwright.svg')
|
|
2724
|
+
}
|
|
2725
|
+
.fileicon[data-code="_f_plsql"] {
|
|
2726
|
+
background-image: url('vsicons/file_type_plsql.svg')
|
|
2727
|
+
}
|
|
2728
|
+
.fileicon[data-code="_f_plsql_package"] {
|
|
2729
|
+
background-image: url('vsicons/file_type_plsql_package.svg')
|
|
2730
|
+
}
|
|
2731
|
+
.fileicon[data-code="_f_plsql_package_body"] {
|
|
2732
|
+
background-image: url('vsicons/file_type_plsql_package_body.svg')
|
|
2733
|
+
}
|
|
2734
|
+
.fileicon[data-code="_f_plsql_package_header"] {
|
|
2735
|
+
background-image: url('vsicons/file_type_plsql_package_header.svg')
|
|
2736
|
+
}
|
|
2737
|
+
.fileicon[data-code="_f_plsql_package_spec"] {
|
|
2738
|
+
background-image: url('vsicons/file_type_plsql_package_spec.svg')
|
|
2739
|
+
}
|
|
2740
|
+
.fileicon[data-code="_f_pm2"] {
|
|
2741
|
+
background-image: url('vsicons/file_type_pm2.svg')
|
|
2742
|
+
}
|
|
2743
|
+
.fileicon[data-code="_f_pnpm"] {
|
|
2744
|
+
background-image: url('vsicons/file_type_pnpm.svg')
|
|
2745
|
+
}
|
|
2746
|
+
.fileicon[data-code="_f_light_pnpm"] {
|
|
2747
|
+
background-image: url('vsicons/file_type_light_pnpm.svg')
|
|
2748
|
+
}
|
|
2749
|
+
.fileicon[data-code="_f_poedit"] {
|
|
2750
|
+
background-image: url('vsicons/file_type_poedit.svg')
|
|
2751
|
+
}
|
|
2752
|
+
.fileicon[data-code="_f_poetry"] {
|
|
2753
|
+
background-image: url('vsicons/file_type_poetry.svg')
|
|
2754
|
+
}
|
|
2755
|
+
.fileicon[data-code="_f_polymer"] {
|
|
2756
|
+
background-image: url('vsicons/file_type_polymer.svg')
|
|
2757
|
+
}
|
|
2758
|
+
.fileicon[data-code="_f_pony"] {
|
|
2759
|
+
background-image: url('vsicons/file_type_pony.svg')
|
|
2760
|
+
}
|
|
2761
|
+
.fileicon[data-code="_f_postcss"] {
|
|
2762
|
+
background-image: url('vsicons/file_type_postcss.svg')
|
|
2763
|
+
}
|
|
2764
|
+
.fileicon[data-code="_f_postcssconfig"] {
|
|
2765
|
+
background-image: url('vsicons/file_type_postcssconfig.svg')
|
|
2766
|
+
}
|
|
2767
|
+
.fileicon[data-code="_f_postman"] {
|
|
2768
|
+
background-image: url('vsicons/file_type_postman.svg')
|
|
2769
|
+
}
|
|
2770
|
+
.fileicon[data-code="_f_powerpoint"] {
|
|
2771
|
+
background-image: url('vsicons/file_type_powerpoint.svg')
|
|
2772
|
+
}
|
|
2773
|
+
.fileicon[data-code="_f_powershell"] {
|
|
2774
|
+
background-image: url('vsicons/file_type_powershell.svg')
|
|
2775
|
+
}
|
|
2776
|
+
.fileicon[data-code="_f_powershell_format"] {
|
|
2777
|
+
background-image: url('vsicons/file_type_powershell_format.svg')
|
|
2778
|
+
}
|
|
2779
|
+
.fileicon[data-code="_f_powershell_psd"] {
|
|
2780
|
+
background-image: url('vsicons/file_type_powershell_psd.svg')
|
|
2781
|
+
}
|
|
2782
|
+
.fileicon[data-code="_f_powershell_psm"] {
|
|
2783
|
+
background-image: url('vsicons/file_type_powershell_psm.svg')
|
|
2784
|
+
}
|
|
2785
|
+
.fileicon[data-code="_f_powershell_types"] {
|
|
2786
|
+
background-image: url('vsicons/file_type_powershell_types.svg')
|
|
2787
|
+
}
|
|
2788
|
+
.fileicon[data-code="_f_preact"] {
|
|
2789
|
+
background-image: url('vsicons/file_type_preact.svg')
|
|
2790
|
+
}
|
|
2791
|
+
.fileicon[data-code="_f_precommit"] {
|
|
2792
|
+
background-image: url('vsicons/file_type_precommit.svg')
|
|
2793
|
+
}
|
|
2794
|
+
.fileicon[data-code="_f_prettier"] {
|
|
2795
|
+
background-image: url('vsicons/file_type_prettier.svg')
|
|
2796
|
+
}
|
|
2797
|
+
.fileicon[data-code="_f_light_prettier"] {
|
|
2798
|
+
background-image: url('vsicons/file_type_light_prettier.svg')
|
|
2799
|
+
}
|
|
2800
|
+
.fileicon[data-code="_f_prisma"] {
|
|
2801
|
+
background-image: url('vsicons/file_type_prisma.svg')
|
|
2802
|
+
}
|
|
2803
|
+
.fileicon[data-code="_f_light_prisma"] {
|
|
2804
|
+
background-image: url('vsicons/file_type_light_prisma.svg')
|
|
2805
|
+
}
|
|
2806
|
+
.fileicon[data-code="_f_processinglang"] {
|
|
2807
|
+
background-image: url('vsicons/file_type_processinglang.svg')
|
|
2808
|
+
}
|
|
2809
|
+
.fileicon[data-code="_f_procfile"] {
|
|
2810
|
+
background-image: url('vsicons/file_type_procfile.svg')
|
|
2811
|
+
}
|
|
2812
|
+
.fileicon[data-code="_f_progress"] {
|
|
2813
|
+
background-image: url('vsicons/file_type_progress.svg')
|
|
2814
|
+
}
|
|
2815
|
+
.fileicon[data-code="_f_prolog"] {
|
|
2816
|
+
background-image: url('vsicons/file_type_prolog.svg')
|
|
2817
|
+
}
|
|
2818
|
+
.fileicon[data-code="_f_prometheus"] {
|
|
2819
|
+
background-image: url('vsicons/file_type_prometheus.svg')
|
|
2820
|
+
}
|
|
2821
|
+
.fileicon[data-code="_f_protobuf"] {
|
|
2822
|
+
background-image: url('vsicons/file_type_protobuf.svg')
|
|
2823
|
+
}
|
|
2824
|
+
.fileicon[data-code="_f_protractor"] {
|
|
2825
|
+
background-image: url('vsicons/file_type_protractor.svg')
|
|
2826
|
+
}
|
|
2827
|
+
.fileicon[data-code="_f_publiccode"] {
|
|
2828
|
+
background-image: url('vsicons/file_type_publiccode.svg')
|
|
2829
|
+
}
|
|
2830
|
+
.fileicon[data-code="_f_publisher"] {
|
|
2831
|
+
background-image: url('vsicons/file_type_publisher.svg')
|
|
2832
|
+
}
|
|
2833
|
+
.fileicon[data-code="_f_pug"] {
|
|
2834
|
+
background-image: url('vsicons/file_type_pug.svg')
|
|
2835
|
+
}
|
|
2836
|
+
.fileicon[data-code="_f_pulumi"] {
|
|
2837
|
+
background-image: url('vsicons/file_type_pulumi.svg')
|
|
2838
|
+
}
|
|
2839
|
+
.fileicon[data-code="_f_puppet"] {
|
|
2840
|
+
background-image: url('vsicons/file_type_puppet.svg')
|
|
2841
|
+
}
|
|
2842
|
+
.fileicon[data-code="_f_purescript"] {
|
|
2843
|
+
background-image: url('vsicons/file_type_purescript.svg')
|
|
2844
|
+
}
|
|
2845
|
+
.fileicon[data-code="_f_light_purescript"] {
|
|
2846
|
+
background-image: url('vsicons/file_type_light_purescript.svg')
|
|
2847
|
+
}
|
|
2848
|
+
.fileicon[data-code="_f_purgecss"] {
|
|
2849
|
+
background-image: url('vsicons/file_type_purgecss.svg')
|
|
2850
|
+
}
|
|
2851
|
+
.fileicon[data-code="_f_pyenv"] {
|
|
2852
|
+
background-image: url('vsicons/file_type_pyenv.svg')
|
|
2853
|
+
}
|
|
2854
|
+
.fileicon[data-code="_f_pyret"] {
|
|
2855
|
+
background-image: url('vsicons/file_type_pyret.svg')
|
|
2856
|
+
}
|
|
2857
|
+
.fileicon[data-code="_f_pyscript"] {
|
|
2858
|
+
background-image: url('vsicons/file_type_pyscript.svg')
|
|
2859
|
+
}
|
|
2860
|
+
.fileicon[data-code="_f_pytest"] {
|
|
2861
|
+
background-image: url('vsicons/file_type_pytest.svg')
|
|
2862
|
+
}
|
|
2863
|
+
.fileicon[data-code="_f_python"] {
|
|
2864
|
+
background-image: url('vsicons/file_type_python.svg')
|
|
2865
|
+
}
|
|
2866
|
+
.fileicon[data-code="_f_pythowo"] {
|
|
2867
|
+
background-image: url('vsicons/file_type_pythowo.svg')
|
|
2868
|
+
}
|
|
2869
|
+
.fileicon[data-code="_f_pytyped"] {
|
|
2870
|
+
background-image: url('vsicons/file_type_pytyped.svg')
|
|
2871
|
+
}
|
|
2872
|
+
.fileicon[data-code="_f_pyup"] {
|
|
2873
|
+
background-image: url('vsicons/file_type_pyup.svg')
|
|
2874
|
+
}
|
|
2875
|
+
.fileicon[data-code="_f_q"] {
|
|
2876
|
+
background-image: url('vsicons/file_type_q.svg')
|
|
2877
|
+
}
|
|
2878
|
+
.fileicon[data-code="_f_qbs"] {
|
|
2879
|
+
background-image: url('vsicons/file_type_qbs.svg')
|
|
2880
|
+
}
|
|
2881
|
+
.fileicon[data-code="_f_qlikview"] {
|
|
2882
|
+
background-image: url('vsicons/file_type_qlikview.svg')
|
|
2883
|
+
}
|
|
2884
|
+
.fileicon[data-code="_f_qml"] {
|
|
2885
|
+
background-image: url('vsicons/file_type_qml.svg')
|
|
2886
|
+
}
|
|
2887
|
+
.fileicon[data-code="_f_qmldir"] {
|
|
2888
|
+
background-image: url('vsicons/file_type_qmldir.svg')
|
|
2889
|
+
}
|
|
2890
|
+
.fileicon[data-code="_f_qsharp"] {
|
|
2891
|
+
background-image: url('vsicons/file_type_qsharp.svg')
|
|
2892
|
+
}
|
|
2893
|
+
.fileicon[data-code="_f_quasar"] {
|
|
2894
|
+
background-image: url('vsicons/file_type_quasar.svg')
|
|
2895
|
+
}
|
|
2896
|
+
.fileicon[data-code="_f_light_quasar"] {
|
|
2897
|
+
background-image: url('vsicons/file_type_light_quasar.svg')
|
|
2898
|
+
}
|
|
2899
|
+
.fileicon[data-code="_f_r"] {
|
|
2900
|
+
background-image: url('vsicons/file_type_r.svg')
|
|
2901
|
+
}
|
|
2902
|
+
.fileicon[data-code="_f_ra_syntax_tree"] {
|
|
2903
|
+
background-image: url('vsicons/file_type_ra_syntax_tree.svg')
|
|
2904
|
+
}
|
|
2905
|
+
.fileicon[data-code="_f_racket"] {
|
|
2906
|
+
background-image: url('vsicons/file_type_racket.svg')
|
|
2907
|
+
}
|
|
2908
|
+
.fileicon[data-code="_f_rails"] {
|
|
2909
|
+
background-image: url('vsicons/file_type_rails.svg')
|
|
2910
|
+
}
|
|
2911
|
+
.fileicon[data-code="_f_rake"] {
|
|
2912
|
+
background-image: url('vsicons/file_type_rake.svg')
|
|
2913
|
+
}
|
|
2914
|
+
.fileicon[data-code="_f_raku"] {
|
|
2915
|
+
background-image: url('vsicons/file_type_raku.svg')
|
|
2916
|
+
}
|
|
2917
|
+
.fileicon[data-code="_f_light_raku"] {
|
|
2918
|
+
background-image: url('vsicons/file_type_light_raku.svg')
|
|
2919
|
+
}
|
|
2920
|
+
.fileicon[data-code="_f_raml"] {
|
|
2921
|
+
background-image: url('vsicons/file_type_raml.svg')
|
|
2922
|
+
}
|
|
2923
|
+
.fileicon[data-code="_f_razor"] {
|
|
2924
|
+
background-image: url('vsicons/file_type_razor.svg')
|
|
2925
|
+
}
|
|
2926
|
+
.fileicon[data-code="_f_razzle"] {
|
|
2927
|
+
background-image: url('vsicons/file_type_razzle.svg')
|
|
2928
|
+
}
|
|
2929
|
+
.fileicon[data-code="_f_light_razzle"] {
|
|
2930
|
+
background-image: url('vsicons/file_type_light_razzle.svg')
|
|
2931
|
+
}
|
|
2932
|
+
.fileicon[data-code="_f_reactjs"] {
|
|
2933
|
+
background-image: url('vsicons/file_type_reactjs.svg')
|
|
2934
|
+
}
|
|
2935
|
+
.fileicon[data-code="_f_reactrouter"] {
|
|
2936
|
+
background-image: url('vsicons/file_type_reactrouter.svg')
|
|
2937
|
+
}
|
|
2938
|
+
.fileicon[data-code="_f_light_reactrouter"] {
|
|
2939
|
+
background-image: url('vsicons/file_type_light_reactrouter.svg')
|
|
2940
|
+
}
|
|
2941
|
+
.fileicon[data-code="_f_reacttemplate"] {
|
|
2942
|
+
background-image: url('vsicons/file_type_reacttemplate.svg')
|
|
2943
|
+
}
|
|
2944
|
+
.fileicon[data-code="_f_reactts"] {
|
|
2945
|
+
background-image: url('vsicons/file_type_reactts.svg')
|
|
2946
|
+
}
|
|
2947
|
+
.fileicon[data-code="_f_reason"] {
|
|
2948
|
+
background-image: url('vsicons/file_type_reason.svg')
|
|
2949
|
+
}
|
|
2950
|
+
.fileicon[data-code="_f_red"] {
|
|
2951
|
+
background-image: url('vsicons/file_type_red.svg')
|
|
2952
|
+
}
|
|
2953
|
+
.fileicon[data-code="_f_registry"] {
|
|
2954
|
+
background-image: url('vsicons/file_type_registry.svg')
|
|
2955
|
+
}
|
|
2956
|
+
.fileicon[data-code="_f_rego"] {
|
|
2957
|
+
background-image: url('vsicons/file_type_rego.svg')
|
|
2958
|
+
}
|
|
2959
|
+
.fileicon[data-code="_f_rehype"] {
|
|
2960
|
+
background-image: url('vsicons/file_type_rehype.svg')
|
|
2961
|
+
}
|
|
2962
|
+
.fileicon[data-code="_f_light_rehype"] {
|
|
2963
|
+
background-image: url('vsicons/file_type_light_rehype.svg')
|
|
2964
|
+
}
|
|
2965
|
+
.fileicon[data-code="_f_remark"] {
|
|
2966
|
+
background-image: url('vsicons/file_type_remark.svg')
|
|
2967
|
+
}
|
|
2968
|
+
.fileicon[data-code="_f_light_remark"] {
|
|
2969
|
+
background-image: url('vsicons/file_type_light_remark.svg')
|
|
2970
|
+
}
|
|
2971
|
+
.fileicon[data-code="_f_renovate"] {
|
|
2972
|
+
background-image: url('vsicons/file_type_renovate.svg')
|
|
2973
|
+
}
|
|
2974
|
+
.fileicon[data-code="_f_replit"] {
|
|
2975
|
+
background-image: url('vsicons/file_type_replit.svg')
|
|
2976
|
+
}
|
|
2977
|
+
.fileicon[data-code="_f_light_replit"] {
|
|
2978
|
+
background-image: url('vsicons/file_type_light_replit.svg')
|
|
2979
|
+
}
|
|
2980
|
+
.fileicon[data-code="_f_rescript"] {
|
|
2981
|
+
background-image: url('vsicons/file_type_rescript.svg')
|
|
2982
|
+
}
|
|
2983
|
+
.fileicon[data-code="_f_rest"] {
|
|
2984
|
+
background-image: url('vsicons/file_type_rest.svg')
|
|
2985
|
+
}
|
|
2986
|
+
.fileicon[data-code="_f_retext"] {
|
|
2987
|
+
background-image: url('vsicons/file_type_retext.svg')
|
|
2988
|
+
}
|
|
2989
|
+
.fileicon[data-code="_f_light_retext"] {
|
|
2990
|
+
background-image: url('vsicons/file_type_light_retext.svg')
|
|
2991
|
+
}
|
|
2992
|
+
.fileicon[data-code="_f_rexx"] {
|
|
2993
|
+
background-image: url('vsicons/file_type_rexx.svg')
|
|
2994
|
+
}
|
|
2995
|
+
.fileicon[data-code="_f_riot"] {
|
|
2996
|
+
background-image: url('vsicons/file_type_riot.svg')
|
|
2997
|
+
}
|
|
2998
|
+
.fileicon[data-code="_f_rmd"] {
|
|
2999
|
+
background-image: url('vsicons/file_type_rmd.svg')
|
|
3000
|
+
}
|
|
3001
|
+
.fileicon[data-code="_f_rnc"] {
|
|
3002
|
+
background-image: url('vsicons/file_type_rnc.svg')
|
|
3003
|
+
}
|
|
3004
|
+
.fileicon[data-code="_f_robotframework"] {
|
|
3005
|
+
background-image: url('vsicons/file_type_robotframework.svg')
|
|
3006
|
+
}
|
|
3007
|
+
.fileicon[data-code="_f_robots"] {
|
|
3008
|
+
background-image: url('vsicons/file_type_robots.svg')
|
|
3009
|
+
}
|
|
3010
|
+
.fileicon[data-code="_f_rolldown"] {
|
|
3011
|
+
background-image: url('vsicons/file_type_rolldown.svg')
|
|
3012
|
+
}
|
|
3013
|
+
.fileicon[data-code="_f_rollup"] {
|
|
3014
|
+
background-image: url('vsicons/file_type_rollup.svg')
|
|
3015
|
+
}
|
|
3016
|
+
.fileicon[data-code="_f_rome"] {
|
|
3017
|
+
background-image: url('vsicons/file_type_rome.svg')
|
|
3018
|
+
}
|
|
3019
|
+
.fileicon[data-code="_f_light_rome"] {
|
|
3020
|
+
background-image: url('vsicons/file_type_light_rome.svg')
|
|
3021
|
+
}
|
|
3022
|
+
.fileicon[data-code="_f_ron"] {
|
|
3023
|
+
background-image: url('vsicons/file_type_ron.svg')
|
|
3024
|
+
}
|
|
3025
|
+
.fileicon[data-code="_f_rproj"] {
|
|
3026
|
+
background-image: url('vsicons/file_type_rproj.svg')
|
|
3027
|
+
}
|
|
3028
|
+
.fileicon[data-code="_f_rspec"] {
|
|
3029
|
+
background-image: url('vsicons/file_type_rspec.svg')
|
|
3030
|
+
}
|
|
3031
|
+
.fileicon[data-code="_f_rss"] {
|
|
3032
|
+
background-image: url('vsicons/file_type_rss.svg')
|
|
3033
|
+
}
|
|
3034
|
+
.fileicon[data-code="_f_rubocop"] {
|
|
3035
|
+
background-image: url('vsicons/file_type_rubocop.svg')
|
|
3036
|
+
}
|
|
3037
|
+
.fileicon[data-code="_f_light_rubocop"] {
|
|
3038
|
+
background-image: url('vsicons/file_type_light_rubocop.svg')
|
|
3039
|
+
}
|
|
3040
|
+
.fileicon[data-code="_f_ruby"] {
|
|
3041
|
+
background-image: url('vsicons/file_type_ruby.svg')
|
|
3042
|
+
}
|
|
3043
|
+
.fileicon[data-code="_f_rust"] {
|
|
3044
|
+
background-image: url('vsicons/file_type_rust.svg')
|
|
3045
|
+
}
|
|
3046
|
+
.fileicon[data-code="_f_light_rust"] {
|
|
3047
|
+
background-image: url('vsicons/file_type_light_rust.svg')
|
|
3048
|
+
}
|
|
3049
|
+
.fileicon[data-code="_f_rust_toolchain"] {
|
|
3050
|
+
background-image: url('vsicons/file_type_rust_toolchain.svg')
|
|
3051
|
+
}
|
|
3052
|
+
.fileicon[data-code="_f_light_rust_toolchain"] {
|
|
3053
|
+
background-image: url('vsicons/file_type_light_rust_toolchain.svg')
|
|
3054
|
+
}
|
|
3055
|
+
.fileicon[data-code="_f_s-lang"] {
|
|
3056
|
+
background-image: url('vsicons/file_type_s-lang.svg')
|
|
3057
|
+
}
|
|
3058
|
+
.fileicon[data-code="_f_safetensors"] {
|
|
3059
|
+
background-image: url('vsicons/file_type_safetensors.svg')
|
|
3060
|
+
}
|
|
3061
|
+
.fileicon[data-code="_f_light_safetensors"] {
|
|
3062
|
+
background-image: url('vsicons/file_type_light_safetensors.svg')
|
|
3063
|
+
}
|
|
3064
|
+
.fileicon[data-code="_f_sails"] {
|
|
3065
|
+
background-image: url('vsicons/file_type_sails.svg')
|
|
3066
|
+
}
|
|
3067
|
+
.fileicon[data-code="_f_saltstack"] {
|
|
3068
|
+
background-image: url('vsicons/file_type_saltstack.svg')
|
|
3069
|
+
}
|
|
3070
|
+
.fileicon[data-code="_f_san"] {
|
|
3071
|
+
background-image: url('vsicons/file_type_san.svg')
|
|
3072
|
+
}
|
|
3073
|
+
.fileicon[data-code="_f_sapphire_framework_cli"] {
|
|
3074
|
+
background-image: url('vsicons/file_type_sapphire_framework_cli.svg')
|
|
3075
|
+
}
|
|
3076
|
+
.fileicon[data-code="_f_sas"] {
|
|
3077
|
+
background-image: url('vsicons/file_type_sas.svg')
|
|
3078
|
+
}
|
|
3079
|
+
.fileicon[data-code="_f_sass"] {
|
|
3080
|
+
background-image: url('vsicons/file_type_sass.svg')
|
|
3081
|
+
}
|
|
3082
|
+
.fileicon[data-code="_f_sbt"] {
|
|
3083
|
+
background-image: url('vsicons/file_type_sbt.svg')
|
|
3084
|
+
}
|
|
3085
|
+
.fileicon[data-code="_f_scala"] {
|
|
3086
|
+
background-image: url('vsicons/file_type_scala.svg')
|
|
3087
|
+
}
|
|
3088
|
+
.fileicon[data-code="_f_scilab"] {
|
|
3089
|
+
background-image: url('vsicons/file_type_scilab.svg')
|
|
3090
|
+
}
|
|
3091
|
+
.fileicon[data-code="_f_script"] {
|
|
3092
|
+
background-image: url('vsicons/file_type_script.svg')
|
|
3093
|
+
}
|
|
3094
|
+
.fileicon[data-code="_f_scss"] {
|
|
3095
|
+
background-image: url('vsicons/file_type_scss.svg')
|
|
3096
|
+
}
|
|
3097
|
+
.fileicon[data-code="_f_sdlang"] {
|
|
3098
|
+
background-image: url('vsicons/file_type_sdlang.svg')
|
|
3099
|
+
}
|
|
3100
|
+
.fileicon[data-code="_f_search_result"] {
|
|
3101
|
+
background-image: url('vsicons/file_type_search_result.svg')
|
|
3102
|
+
}
|
|
3103
|
+
.fileicon[data-code="_f_seedkit"] {
|
|
3104
|
+
background-image: url('vsicons/file_type_seedkit.svg')
|
|
3105
|
+
}
|
|
3106
|
+
.fileicon[data-code="_f_sentry"] {
|
|
3107
|
+
background-image: url('vsicons/file_type_sentry.svg')
|
|
3108
|
+
}
|
|
3109
|
+
.fileicon[data-code="_f_sequelize"] {
|
|
3110
|
+
background-image: url('vsicons/file_type_sequelize.svg')
|
|
3111
|
+
}
|
|
3112
|
+
.fileicon[data-code="_f_serverless"] {
|
|
3113
|
+
background-image: url('vsicons/file_type_serverless.svg')
|
|
3114
|
+
}
|
|
3115
|
+
.fileicon[data-code="_f_shadcn"] {
|
|
3116
|
+
background-image: url('vsicons/file_type_shadcn.svg')
|
|
3117
|
+
}
|
|
3118
|
+
.fileicon[data-code="_f_light_shadcn"] {
|
|
3119
|
+
background-image: url('vsicons/file_type_light_shadcn.svg')
|
|
3120
|
+
}
|
|
3121
|
+
.fileicon[data-code="_f_shaderlab"] {
|
|
3122
|
+
background-image: url('vsicons/file_type_shaderlab.svg')
|
|
3123
|
+
}
|
|
3124
|
+
.fileicon[data-code="_f_light_shaderlab"] {
|
|
3125
|
+
background-image: url('vsicons/file_type_light_shaderlab.svg')
|
|
3126
|
+
}
|
|
3127
|
+
.fileicon[data-code="_f_shell"] {
|
|
3128
|
+
background-image: url('vsicons/file_type_shell.svg')
|
|
3129
|
+
}
|
|
3130
|
+
.fileicon[data-code="_f_shellcheck"] {
|
|
3131
|
+
background-image: url('vsicons/file_type_shellcheck.svg')
|
|
3132
|
+
}
|
|
3133
|
+
.fileicon[data-code="_f_shuttle"] {
|
|
3134
|
+
background-image: url('vsicons/file_type_shuttle.svg')
|
|
3135
|
+
}
|
|
3136
|
+
.fileicon[data-code="_f_silverstripe"] {
|
|
3137
|
+
background-image: url('vsicons/file_type_silverstripe.svg')
|
|
3138
|
+
}
|
|
3139
|
+
.fileicon[data-code="_f_sino"] {
|
|
3140
|
+
background-image: url('vsicons/file_type_sino.svg')
|
|
3141
|
+
}
|
|
3142
|
+
.fileicon[data-code="_f_siyuan"] {
|
|
3143
|
+
background-image: url('vsicons/file_type_siyuan.svg')
|
|
3144
|
+
}
|
|
3145
|
+
.fileicon[data-code="_f_sketch"] {
|
|
3146
|
+
background-image: url('vsicons/file_type_sketch.svg')
|
|
3147
|
+
}
|
|
3148
|
+
.fileicon[data-code="_f_skipper"] {
|
|
3149
|
+
background-image: url('vsicons/file_type_skipper.svg')
|
|
3150
|
+
}
|
|
3151
|
+
.fileicon[data-code="_f_slang"] {
|
|
3152
|
+
background-image: url('vsicons/file_type_slang.svg')
|
|
3153
|
+
}
|
|
3154
|
+
.fileicon[data-code="_f_slashup"] {
|
|
3155
|
+
background-image: url('vsicons/file_type_slashup.svg')
|
|
3156
|
+
}
|
|
3157
|
+
.fileicon[data-code="_f_slice"] {
|
|
3158
|
+
background-image: url('vsicons/file_type_slice.svg')
|
|
3159
|
+
}
|
|
3160
|
+
.fileicon[data-code="_f_slim"] {
|
|
3161
|
+
background-image: url('vsicons/file_type_slim.svg')
|
|
3162
|
+
}
|
|
3163
|
+
.fileicon[data-code="_f_slint"] {
|
|
3164
|
+
background-image: url('vsicons/file_type_slint.svg')
|
|
3165
|
+
}
|
|
3166
|
+
.fileicon[data-code="_f_sln"] {
|
|
3167
|
+
background-image: url('vsicons/file_type_sln.svg')
|
|
3168
|
+
}
|
|
3169
|
+
.fileicon[data-code="_f_smarty"] {
|
|
3170
|
+
background-image: url('vsicons/file_type_smarty.svg')
|
|
3171
|
+
}
|
|
3172
|
+
.fileicon[data-code="_f_smithery"] {
|
|
3173
|
+
background-image: url('vsicons/file_type_smithery.svg')
|
|
3174
|
+
}
|
|
3175
|
+
.fileicon[data-code="_f_snakemake"] {
|
|
3176
|
+
background-image: url('vsicons/file_type_snakemake.svg')
|
|
3177
|
+
}
|
|
3178
|
+
.fileicon[data-code="_f_snapcraft"] {
|
|
3179
|
+
background-image: url('vsicons/file_type_snapcraft.svg')
|
|
3180
|
+
}
|
|
3181
|
+
.fileicon[data-code="_f_snaplet"] {
|
|
3182
|
+
background-image: url('vsicons/file_type_snaplet.svg')
|
|
3183
|
+
}
|
|
3184
|
+
.fileicon[data-code="_f_snort"] {
|
|
3185
|
+
background-image: url('vsicons/file_type_snort.svg')
|
|
3186
|
+
}
|
|
3187
|
+
.fileicon[data-code="_f_snyk"] {
|
|
3188
|
+
background-image: url('vsicons/file_type_snyk.svg')
|
|
3189
|
+
}
|
|
3190
|
+
.fileicon[data-code="_f_solidarity"] {
|
|
3191
|
+
background-image: url('vsicons/file_type_solidarity.svg')
|
|
3192
|
+
}
|
|
3193
|
+
.fileicon[data-code="_f_solidity"] {
|
|
3194
|
+
background-image: url('vsicons/file_type_solidity.svg')
|
|
3195
|
+
}
|
|
3196
|
+
.fileicon[data-code="_f_light_solidity"] {
|
|
3197
|
+
background-image: url('vsicons/file_type_light_solidity.svg')
|
|
3198
|
+
}
|
|
3199
|
+
.fileicon[data-code="_f_source"] {
|
|
3200
|
+
background-image: url('vsicons/file_type_source.svg')
|
|
3201
|
+
}
|
|
3202
|
+
.fileicon[data-code="_f_spacengine"] {
|
|
3203
|
+
background-image: url('vsicons/file_type_spacengine.svg')
|
|
3204
|
+
}
|
|
3205
|
+
.fileicon[data-code="_f_sparql"] {
|
|
3206
|
+
background-image: url('vsicons/file_type_sparql.svg')
|
|
3207
|
+
}
|
|
3208
|
+
.fileicon[data-code="_f_spin"] {
|
|
3209
|
+
background-image: url('vsicons/file_type_spin.svg')
|
|
3210
|
+
}
|
|
3211
|
+
.fileicon[data-code="_f_light_spin"] {
|
|
3212
|
+
background-image: url('vsicons/file_type_light_spin.svg')
|
|
3213
|
+
}
|
|
3214
|
+
.fileicon[data-code="_f_sqf"] {
|
|
3215
|
+
background-image: url('vsicons/file_type_sqf.svg')
|
|
3216
|
+
}
|
|
3217
|
+
.fileicon[data-code="_f_sql"] {
|
|
3218
|
+
background-image: url('vsicons/file_type_sql.svg')
|
|
3219
|
+
}
|
|
3220
|
+
.fileicon[data-code="_f_sqlite"] {
|
|
3221
|
+
background-image: url('vsicons/file_type_sqlite.svg')
|
|
3222
|
+
}
|
|
3223
|
+
.fileicon[data-code="_f_squirrel"] {
|
|
3224
|
+
background-image: url('vsicons/file_type_squirrel.svg')
|
|
3225
|
+
}
|
|
3226
|
+
.fileicon[data-code="_f_sss"] {
|
|
3227
|
+
background-image: url('vsicons/file_type_sss.svg')
|
|
3228
|
+
}
|
|
3229
|
+
.fileicon[data-code="_f_sst"] {
|
|
3230
|
+
background-image: url('vsicons/file_type_sst.svg')
|
|
3231
|
+
}
|
|
3232
|
+
.fileicon[data-code="_f_stackblitz"] {
|
|
3233
|
+
background-image: url('vsicons/file_type_stackblitz.svg')
|
|
3234
|
+
}
|
|
3235
|
+
.fileicon[data-code="_f_stan"] {
|
|
3236
|
+
background-image: url('vsicons/file_type_stan.svg')
|
|
3237
|
+
}
|
|
3238
|
+
.fileicon[data-code="_f_stata"] {
|
|
3239
|
+
background-image: url('vsicons/file_type_stata.svg')
|
|
3240
|
+
}
|
|
3241
|
+
.fileicon[data-code="_f_stencil"] {
|
|
3242
|
+
background-image: url('vsicons/file_type_stencil.svg')
|
|
3243
|
+
}
|
|
3244
|
+
.fileicon[data-code="_f_storyboard"] {
|
|
3245
|
+
background-image: url('vsicons/file_type_storyboard.svg')
|
|
3246
|
+
}
|
|
3247
|
+
.fileicon[data-code="_f_storybook"] {
|
|
3248
|
+
background-image: url('vsicons/file_type_storybook.svg')
|
|
3249
|
+
}
|
|
3250
|
+
.fileicon[data-code="_f_stryker"] {
|
|
3251
|
+
background-image: url('vsicons/file_type_stryker.svg')
|
|
3252
|
+
}
|
|
3253
|
+
.fileicon[data-code="_f_stylable"] {
|
|
3254
|
+
background-image: url('vsicons/file_type_stylable.svg')
|
|
3255
|
+
}
|
|
3256
|
+
.fileicon[data-code="_f_style"] {
|
|
3257
|
+
background-image: url('vsicons/file_type_style.svg')
|
|
3258
|
+
}
|
|
3259
|
+
.fileicon[data-code="_f_styled"] {
|
|
3260
|
+
background-image: url('vsicons/file_type_styled.svg')
|
|
3261
|
+
}
|
|
3262
|
+
.fileicon[data-code="_f_stylelint"] {
|
|
3263
|
+
background-image: url('vsicons/file_type_stylelint.svg')
|
|
3264
|
+
}
|
|
3265
|
+
.fileicon[data-code="_f_light_stylelint"] {
|
|
3266
|
+
background-image: url('vsicons/file_type_light_stylelint.svg')
|
|
3267
|
+
}
|
|
3268
|
+
.fileicon[data-code="_f_stylish_haskell"] {
|
|
3269
|
+
background-image: url('vsicons/file_type_stylish_haskell.svg')
|
|
3270
|
+
}
|
|
3271
|
+
.fileicon[data-code="_f_stylus"] {
|
|
3272
|
+
background-image: url('vsicons/file_type_stylus.svg')
|
|
3273
|
+
}
|
|
3274
|
+
.fileicon[data-code="_f_light_stylus"] {
|
|
3275
|
+
background-image: url('vsicons/file_type_light_stylus.svg')
|
|
3276
|
+
}
|
|
3277
|
+
.fileicon[data-code="_f_sublime"] {
|
|
3278
|
+
background-image: url('vsicons/file_type_sublime.svg')
|
|
3279
|
+
}
|
|
3280
|
+
.fileicon[data-code="_f_subversion"] {
|
|
3281
|
+
background-image: url('vsicons/file_type_subversion.svg')
|
|
3282
|
+
}
|
|
3283
|
+
.fileicon[data-code="_f_svelte"] {
|
|
3284
|
+
background-image: url('vsicons/file_type_svelte.svg')
|
|
3285
|
+
}
|
|
3286
|
+
.fileicon[data-code="_f_svelteconfig"] {
|
|
3287
|
+
background-image: url('vsicons/file_type_svelteconfig.svg')
|
|
3288
|
+
}
|
|
3289
|
+
.fileicon[data-code="_f_svg"] {
|
|
3290
|
+
background-image: url('vsicons/file_type_svg.svg')
|
|
3291
|
+
}
|
|
3292
|
+
.fileicon[data-code="_f_svgo"] {
|
|
3293
|
+
background-image: url('vsicons/file_type_svgo.svg')
|
|
3294
|
+
}
|
|
3295
|
+
.fileicon[data-code="_f_swagger"] {
|
|
3296
|
+
background-image: url('vsicons/file_type_swagger.svg')
|
|
3297
|
+
}
|
|
3298
|
+
.fileicon[data-code="_f_swc"] {
|
|
3299
|
+
background-image: url('vsicons/file_type_swc.svg')
|
|
3300
|
+
}
|
|
3301
|
+
.fileicon[data-code="_f_swift"] {
|
|
3302
|
+
background-image: url('vsicons/file_type_swift.svg')
|
|
3303
|
+
}
|
|
3304
|
+
.fileicon[data-code="_f_swig"] {
|
|
3305
|
+
background-image: url('vsicons/file_type_swig.svg')
|
|
3306
|
+
}
|
|
3307
|
+
.fileicon[data-code="_f_symfony"] {
|
|
3308
|
+
background-image: url('vsicons/file_type_symfony.svg')
|
|
3309
|
+
}
|
|
3310
|
+
.fileicon[data-code="_f_light_symfony"] {
|
|
3311
|
+
background-image: url('vsicons/file_type_light_symfony.svg')
|
|
3312
|
+
}
|
|
3313
|
+
.fileicon[data-code="_f_syncpack"] {
|
|
3314
|
+
background-image: url('vsicons/file_type_syncpack.svg')
|
|
3315
|
+
}
|
|
3316
|
+
.fileicon[data-code="_f_systemd"] {
|
|
3317
|
+
background-image: url('vsicons/file_type_systemd.svg')
|
|
3318
|
+
}
|
|
3319
|
+
.fileicon[data-code="_f_light_systemd"] {
|
|
3320
|
+
background-image: url('vsicons/file_type_light_systemd.svg')
|
|
3321
|
+
}
|
|
3322
|
+
.fileicon[data-code="_f_systemverilog"] {
|
|
3323
|
+
background-image: url('vsicons/file_type_systemverilog.svg')
|
|
3324
|
+
}
|
|
3325
|
+
.fileicon[data-code="_f_light_systemverilog"] {
|
|
3326
|
+
background-image: url('vsicons/file_type_light_systemverilog.svg')
|
|
3327
|
+
}
|
|
3328
|
+
.fileicon[data-code="_f_t4tt"] {
|
|
3329
|
+
background-image: url('vsicons/file_type_t4tt.svg')
|
|
3330
|
+
}
|
|
3331
|
+
.fileicon[data-code="_f_tailwind"] {
|
|
3332
|
+
background-image: url('vsicons/file_type_tailwind.svg')
|
|
3333
|
+
}
|
|
3334
|
+
.fileicon[data-code="_f_tamagui"] {
|
|
3335
|
+
background-image: url('vsicons/file_type_tamagui.svg')
|
|
3336
|
+
}
|
|
3337
|
+
.fileicon[data-code="_f_taplo"] {
|
|
3338
|
+
background-image: url('vsicons/file_type_taplo.svg')
|
|
3339
|
+
}
|
|
3340
|
+
.fileicon[data-code="_f_taskfile"] {
|
|
3341
|
+
background-image: url('vsicons/file_type_taskfile.svg')
|
|
3342
|
+
}
|
|
3343
|
+
.fileicon[data-code="_f_tauri"] {
|
|
3344
|
+
background-image: url('vsicons/file_type_tauri.svg')
|
|
3345
|
+
}
|
|
3346
|
+
.fileicon[data-code="_f_tcl"] {
|
|
3347
|
+
background-image: url('vsicons/file_type_tcl.svg')
|
|
3348
|
+
}
|
|
3349
|
+
.fileicon[data-code="_f_teal"] {
|
|
3350
|
+
background-image: url('vsicons/file_type_teal.svg')
|
|
3351
|
+
}
|
|
3352
|
+
.fileicon[data-code="_f_templ"] {
|
|
3353
|
+
background-image: url('vsicons/file_type_templ.svg')
|
|
3354
|
+
}
|
|
3355
|
+
.fileicon[data-code="_f_tera"] {
|
|
3356
|
+
background-image: url('vsicons/file_type_tera.svg')
|
|
3357
|
+
}
|
|
3358
|
+
.fileicon[data-code="_f_terraform"] {
|
|
3359
|
+
background-image: url('vsicons/file_type_terraform.svg')
|
|
3360
|
+
}
|
|
3361
|
+
.fileicon[data-code="_f_test"] {
|
|
3362
|
+
background-image: url('vsicons/file_type_test.svg')
|
|
3363
|
+
}
|
|
3364
|
+
.fileicon[data-code="_f_testcafe"] {
|
|
3365
|
+
background-image: url('vsicons/file_type_testcafe.svg')
|
|
3366
|
+
}
|
|
3367
|
+
.fileicon[data-code="_f_light_testcafe"] {
|
|
3368
|
+
background-image: url('vsicons/file_type_light_testcafe.svg')
|
|
3369
|
+
}
|
|
3370
|
+
.fileicon[data-code="_f_testjs"] {
|
|
3371
|
+
background-image: url('vsicons/file_type_testjs.svg')
|
|
3372
|
+
}
|
|
3373
|
+
.fileicon[data-code="_f_light_testjs"] {
|
|
3374
|
+
background-image: url('vsicons/file_type_light_testjs.svg')
|
|
3375
|
+
}
|
|
3376
|
+
.fileicon[data-code="_f_testplane"] {
|
|
3377
|
+
background-image: url('vsicons/file_type_testplane.svg')
|
|
3378
|
+
}
|
|
3379
|
+
.fileicon[data-code="_f_testts"] {
|
|
3380
|
+
background-image: url('vsicons/file_type_testts.svg')
|
|
3381
|
+
}
|
|
3382
|
+
.fileicon[data-code="_f_tex"] {
|
|
3383
|
+
background-image: url('vsicons/file_type_tex.svg')
|
|
3384
|
+
}
|
|
3385
|
+
.fileicon[data-code="_f_light_tex"] {
|
|
3386
|
+
background-image: url('vsicons/file_type_light_tex.svg')
|
|
3387
|
+
}
|
|
3388
|
+
.fileicon[data-code="_f_text"] {
|
|
3389
|
+
background-image: url('vsicons/file_type_text.svg')
|
|
3390
|
+
}
|
|
3391
|
+
.fileicon[data-code="_f_textile"] {
|
|
3392
|
+
background-image: url('vsicons/file_type_textile.svg')
|
|
3393
|
+
}
|
|
3394
|
+
.fileicon[data-code="_f_tfs"] {
|
|
3395
|
+
background-image: url('vsicons/file_type_tfs.svg')
|
|
3396
|
+
}
|
|
3397
|
+
.fileicon[data-code="_f_tiltfile"] {
|
|
3398
|
+
background-image: url('vsicons/file_type_tiltfile.svg')
|
|
3399
|
+
}
|
|
3400
|
+
.fileicon[data-code="_f_tm"] {
|
|
3401
|
+
background-image: url('vsicons/file_type_tm.svg')
|
|
3402
|
+
}
|
|
3403
|
+
.fileicon[data-code="_f_light_tm"] {
|
|
3404
|
+
background-image: url('vsicons/file_type_light_tm.svg')
|
|
3405
|
+
}
|
|
3406
|
+
.fileicon[data-code="_f_tmux"] {
|
|
3407
|
+
background-image: url('vsicons/file_type_tmux.svg')
|
|
3408
|
+
}
|
|
3409
|
+
.fileicon[data-code="_f_light_tmux"] {
|
|
3410
|
+
background-image: url('vsicons/file_type_light_tmux.svg')
|
|
3411
|
+
}
|
|
3412
|
+
.fileicon[data-code="_f_todo"] {
|
|
3413
|
+
background-image: url('vsicons/file_type_todo.svg')
|
|
3414
|
+
}
|
|
3415
|
+
.fileicon[data-code="_f_light_todo"] {
|
|
3416
|
+
background-image: url('vsicons/file_type_light_todo.svg')
|
|
3417
|
+
}
|
|
3418
|
+
.fileicon[data-code="_f_toit"] {
|
|
3419
|
+
background-image: url('vsicons/file_type_toit.svg')
|
|
3420
|
+
}
|
|
3421
|
+
.fileicon[data-code="_f_light_toit"] {
|
|
3422
|
+
background-image: url('vsicons/file_type_light_toit.svg')
|
|
3423
|
+
}
|
|
3424
|
+
.fileicon[data-code="_f_toml"] {
|
|
3425
|
+
background-image: url('vsicons/file_type_toml.svg')
|
|
3426
|
+
}
|
|
3427
|
+
.fileicon[data-code="_f_light_toml"] {
|
|
3428
|
+
background-image: url('vsicons/file_type_light_toml.svg')
|
|
3429
|
+
}
|
|
3430
|
+
.fileicon[data-code="_f_tox"] {
|
|
3431
|
+
background-image: url('vsicons/file_type_tox.svg')
|
|
3432
|
+
}
|
|
3433
|
+
.fileicon[data-code="_f_travis"] {
|
|
3434
|
+
background-image: url('vsicons/file_type_travis.svg')
|
|
3435
|
+
}
|
|
3436
|
+
.fileicon[data-code="_f_tree"] {
|
|
3437
|
+
background-image: url('vsicons/file_type_tree.svg')
|
|
3438
|
+
}
|
|
3439
|
+
.fileicon[data-code="_f_light_tree"] {
|
|
3440
|
+
background-image: url('vsicons/file_type_light_tree.svg')
|
|
3441
|
+
}
|
|
3442
|
+
.fileicon[data-code="_f_tres"] {
|
|
3443
|
+
background-image: url('vsicons/file_type_tres.svg')
|
|
3444
|
+
}
|
|
3445
|
+
.fileicon[data-code="_f_truffle"] {
|
|
3446
|
+
background-image: url('vsicons/file_type_truffle.svg')
|
|
3447
|
+
}
|
|
3448
|
+
.fileicon[data-code="_f_trunk"] {
|
|
3449
|
+
background-image: url('vsicons/file_type_trunk.svg')
|
|
3450
|
+
}
|
|
3451
|
+
.fileicon[data-code="_f_tsbuildinfo"] {
|
|
3452
|
+
background-image: url('vsicons/file_type_tsbuildinfo.svg')
|
|
3453
|
+
}
|
|
3454
|
+
.fileicon[data-code="_f_tscn"] {
|
|
3455
|
+
background-image: url('vsicons/file_type_tscn.svg')
|
|
3456
|
+
}
|
|
3457
|
+
.fileicon[data-code="_f_tsconfig"] {
|
|
3458
|
+
background-image: url('vsicons/file_type_tsconfig.svg')
|
|
3459
|
+
}
|
|
3460
|
+
.fileicon[data-code="_f_tsdoc"] {
|
|
3461
|
+
background-image: url('vsicons/file_type_tsdoc.svg')
|
|
3462
|
+
}
|
|
3463
|
+
.fileicon[data-code="_f_tslint"] {
|
|
3464
|
+
background-image: url('vsicons/file_type_tslint.svg')
|
|
3465
|
+
}
|
|
3466
|
+
.fileicon[data-code="_f_tt"] {
|
|
3467
|
+
background-image: url('vsicons/file_type_tt.svg')
|
|
3468
|
+
}
|
|
3469
|
+
.fileicon[data-code="_f_ttcn"] {
|
|
3470
|
+
background-image: url('vsicons/file_type_ttcn.svg')
|
|
3471
|
+
}
|
|
3472
|
+
.fileicon[data-code="_f_tuc"] {
|
|
3473
|
+
background-image: url('vsicons/file_type_tuc.svg')
|
|
3474
|
+
}
|
|
3475
|
+
.fileicon[data-code="_f_turbo"] {
|
|
3476
|
+
background-image: url('vsicons/file_type_turbo.svg')
|
|
3477
|
+
}
|
|
3478
|
+
.fileicon[data-code="_f_light_turbo"] {
|
|
3479
|
+
background-image: url('vsicons/file_type_light_turbo.svg')
|
|
3480
|
+
}
|
|
3481
|
+
.fileicon[data-code="_f_twig"] {
|
|
3482
|
+
background-image: url('vsicons/file_type_twig.svg')
|
|
3483
|
+
}
|
|
3484
|
+
.fileicon[data-code="_f_typedoc"] {
|
|
3485
|
+
background-image: url('vsicons/file_type_typedoc.svg')
|
|
3486
|
+
}
|
|
3487
|
+
.fileicon[data-code="_f_typescript"] {
|
|
3488
|
+
background-image: url('vsicons/file_type_typescript.svg')
|
|
3489
|
+
}
|
|
3490
|
+
.fileicon[data-code="_f_typescriptdef"] {
|
|
3491
|
+
background-image: url('vsicons/file_type_typescriptdef.svg')
|
|
3492
|
+
}
|
|
3493
|
+
.fileicon[data-code="_f_typo3"] {
|
|
3494
|
+
background-image: url('vsicons/file_type_typo3.svg')
|
|
3495
|
+
}
|
|
3496
|
+
.fileicon[data-code="_f_uiua"] {
|
|
3497
|
+
background-image: url('vsicons/file_type_uiua.svg')
|
|
3498
|
+
}
|
|
3499
|
+
.fileicon[data-code="_f_unibeautify"] {
|
|
3500
|
+
background-image: url('vsicons/file_type_unibeautify.svg')
|
|
3501
|
+
}
|
|
3502
|
+
.fileicon[data-code="_f_light_unibeautify"] {
|
|
3503
|
+
background-image: url('vsicons/file_type_light_unibeautify.svg')
|
|
3504
|
+
}
|
|
3505
|
+
.fileicon[data-code="_f_unison"] {
|
|
3506
|
+
background-image: url('vsicons/file_type_unison.svg')
|
|
3507
|
+
}
|
|
3508
|
+
.fileicon[data-code="_f_unlicense"] {
|
|
3509
|
+
background-image: url('vsicons/file_type_unlicense.svg')
|
|
3510
|
+
}
|
|
3511
|
+
.fileicon[data-code="_f_unocss"] {
|
|
3512
|
+
background-image: url('vsicons/file_type_unocss.svg')
|
|
3513
|
+
}
|
|
3514
|
+
.fileicon[data-code="_f_uv"] {
|
|
3515
|
+
background-image: url('vsicons/file_type_uv.svg')
|
|
3516
|
+
}
|
|
3517
|
+
.fileicon[data-code="_f_vagrant"] {
|
|
3518
|
+
background-image: url('vsicons/file_type_vagrant.svg')
|
|
3519
|
+
}
|
|
3520
|
+
.fileicon[data-code="_f_vala"] {
|
|
3521
|
+
background-image: url('vsicons/file_type_vala.svg')
|
|
3522
|
+
}
|
|
3523
|
+
.fileicon[data-code="_f_vanilla_extract"] {
|
|
3524
|
+
background-image: url('vsicons/file_type_vanilla_extract.svg')
|
|
3525
|
+
}
|
|
3526
|
+
.fileicon[data-code="_f_vapi"] {
|
|
3527
|
+
background-image: url('vsicons/file_type_vapi.svg')
|
|
3528
|
+
}
|
|
3529
|
+
.fileicon[data-code="_f_vapor"] {
|
|
3530
|
+
background-image: url('vsicons/file_type_vapor.svg')
|
|
3531
|
+
}
|
|
3532
|
+
.fileicon[data-code="_f_vash"] {
|
|
3533
|
+
background-image: url('vsicons/file_type_vash.svg')
|
|
3534
|
+
}
|
|
3535
|
+
.fileicon[data-code="_f_light_vash"] {
|
|
3536
|
+
background-image: url('vsicons/file_type_light_vash.svg')
|
|
3537
|
+
}
|
|
3538
|
+
.fileicon[data-code="_f_vb"] {
|
|
3539
|
+
background-image: url('vsicons/file_type_vb.svg')
|
|
3540
|
+
}
|
|
3541
|
+
.fileicon[data-code="_f_vba"] {
|
|
3542
|
+
background-image: url('vsicons/file_type_vba.svg')
|
|
3543
|
+
}
|
|
3544
|
+
.fileicon[data-code="_f_vbhtml"] {
|
|
3545
|
+
background-image: url('vsicons/file_type_vbhtml.svg')
|
|
3546
|
+
}
|
|
3547
|
+
.fileicon[data-code="_f_vbproj"] {
|
|
3548
|
+
background-image: url('vsicons/file_type_vbproj.svg')
|
|
3549
|
+
}
|
|
3550
|
+
.fileicon[data-code="_f_vcxproj"] {
|
|
3551
|
+
background-image: url('vsicons/file_type_vcxproj.svg')
|
|
3552
|
+
}
|
|
3553
|
+
.fileicon[data-code="_f_velocity"] {
|
|
3554
|
+
background-image: url('vsicons/file_type_velocity.svg')
|
|
3555
|
+
}
|
|
3556
|
+
.fileicon[data-code="_f_vento"] {
|
|
3557
|
+
background-image: url('vsicons/file_type_vento.svg')
|
|
3558
|
+
}
|
|
3559
|
+
.fileicon[data-code="_f_vercel"] {
|
|
3560
|
+
background-image: url('vsicons/file_type_vercel.svg')
|
|
3561
|
+
}
|
|
3562
|
+
.fileicon[data-code="_f_light_vercel"] {
|
|
3563
|
+
background-image: url('vsicons/file_type_light_vercel.svg')
|
|
3564
|
+
}
|
|
3565
|
+
.fileicon[data-code="_f_verilog"] {
|
|
3566
|
+
background-image: url('vsicons/file_type_verilog.svg')
|
|
3567
|
+
}
|
|
3568
|
+
.fileicon[data-code="_f_vhdl"] {
|
|
3569
|
+
background-image: url('vsicons/file_type_vhdl.svg')
|
|
3570
|
+
}
|
|
3571
|
+
.fileicon[data-code="_f_video"] {
|
|
3572
|
+
background-image: url('vsicons/file_type_video.svg')
|
|
3573
|
+
}
|
|
3574
|
+
.fileicon[data-code="_f_view"] {
|
|
3575
|
+
background-image: url('vsicons/file_type_view.svg')
|
|
3576
|
+
}
|
|
3577
|
+
.fileicon[data-code="_f_vim"] {
|
|
3578
|
+
background-image: url('vsicons/file_type_vim.svg')
|
|
3579
|
+
}
|
|
3580
|
+
.fileicon[data-code="_f_vite"] {
|
|
3581
|
+
background-image: url('vsicons/file_type_vite.svg')
|
|
3582
|
+
}
|
|
3583
|
+
.fileicon[data-code="_f_vitest"] {
|
|
3584
|
+
background-image: url('vsicons/file_type_vitest.svg')
|
|
3585
|
+
}
|
|
3586
|
+
.fileicon[data-code="_f_vlang"] {
|
|
3587
|
+
background-image: url('vsicons/file_type_vlang.svg')
|
|
3588
|
+
}
|
|
3589
|
+
.fileicon[data-code="_f_volt"] {
|
|
3590
|
+
background-image: url('vsicons/file_type_volt.svg')
|
|
3591
|
+
}
|
|
3592
|
+
.fileicon[data-code="_f_vscode"] {
|
|
3593
|
+
background-image: url('vsicons/file_type_vscode.svg')
|
|
3594
|
+
}
|
|
3595
|
+
.fileicon[data-code="_f_vscode_test"] {
|
|
3596
|
+
background-image: url('vsicons/file_type_vscode_test.svg')
|
|
3597
|
+
}
|
|
3598
|
+
.fileicon[data-code="_f_vsix"] {
|
|
3599
|
+
background-image: url('vsicons/file_type_vsix.svg')
|
|
3600
|
+
}
|
|
3601
|
+
.fileicon[data-code="_f_light_vsix"] {
|
|
3602
|
+
background-image: url('vsicons/file_type_light_vsix.svg')
|
|
3603
|
+
}
|
|
3604
|
+
.fileicon[data-code="_f_vsixmanifest"] {
|
|
3605
|
+
background-image: url('vsicons/file_type_vsixmanifest.svg')
|
|
3606
|
+
}
|
|
3607
|
+
.fileicon[data-code="_f_light_vsixmanifest"] {
|
|
3608
|
+
background-image: url('vsicons/file_type_light_vsixmanifest.svg')
|
|
3609
|
+
}
|
|
3610
|
+
.fileicon[data-code="_f_vue"] {
|
|
3611
|
+
background-image: url('vsicons/file_type_vue.svg')
|
|
3612
|
+
}
|
|
3613
|
+
.fileicon[data-code="_f_vueconfig"] {
|
|
3614
|
+
background-image: url('vsicons/file_type_vueconfig.svg')
|
|
3615
|
+
}
|
|
3616
|
+
.fileicon[data-code="_f_vyper"] {
|
|
3617
|
+
background-image: url('vsicons/file_type_vyper.svg')
|
|
3618
|
+
}
|
|
3619
|
+
.fileicon[data-code="_f_wallaby"] {
|
|
3620
|
+
background-image: url('vsicons/file_type_wallaby.svg')
|
|
3621
|
+
}
|
|
3622
|
+
.fileicon[data-code="_f_wally"] {
|
|
3623
|
+
background-image: url('vsicons/file_type_wally.svg')
|
|
3624
|
+
}
|
|
3625
|
+
.fileicon[data-code="_f_wasm"] {
|
|
3626
|
+
background-image: url('vsicons/file_type_wasm.svg')
|
|
3627
|
+
}
|
|
3628
|
+
.fileicon[data-code="_f_watchmanconfig"] {
|
|
3629
|
+
background-image: url('vsicons/file_type_watchmanconfig.svg')
|
|
3630
|
+
}
|
|
3631
|
+
.fileicon[data-code="_f_wdio"] {
|
|
3632
|
+
background-image: url('vsicons/file_type_wdio.svg')
|
|
3633
|
+
}
|
|
3634
|
+
.fileicon[data-code="_f_weblate"] {
|
|
3635
|
+
background-image: url('vsicons/file_type_weblate.svg')
|
|
3636
|
+
}
|
|
3637
|
+
.fileicon[data-code="_f_webpack"] {
|
|
3638
|
+
background-image: url('vsicons/file_type_webpack.svg')
|
|
3639
|
+
}
|
|
3640
|
+
.fileicon[data-code="_f_wenyan"] {
|
|
3641
|
+
background-image: url('vsicons/file_type_wenyan.svg')
|
|
3642
|
+
}
|
|
3643
|
+
.fileicon[data-code="_f_wercker"] {
|
|
3644
|
+
background-image: url('vsicons/file_type_wercker.svg')
|
|
3645
|
+
}
|
|
3646
|
+
.fileicon[data-code="_f_wgsl"] {
|
|
3647
|
+
background-image: url('vsicons/file_type_wgsl.svg')
|
|
3648
|
+
}
|
|
3649
|
+
.fileicon[data-code="_f_wikitext"] {
|
|
3650
|
+
background-image: url('vsicons/file_type_wikitext.svg')
|
|
3651
|
+
}
|
|
3652
|
+
.fileicon[data-code="_f_windi"] {
|
|
3653
|
+
background-image: url('vsicons/file_type_windi.svg')
|
|
3654
|
+
}
|
|
3655
|
+
.fileicon[data-code="_f_wit"] {
|
|
3656
|
+
background-image: url('vsicons/file_type_wit.svg')
|
|
3657
|
+
}
|
|
3658
|
+
.fileicon[data-code="_f_wolfram"] {
|
|
3659
|
+
background-image: url('vsicons/file_type_wolfram.svg')
|
|
3660
|
+
}
|
|
3661
|
+
.fileicon[data-code="_f_word"] {
|
|
3662
|
+
background-image: url('vsicons/file_type_word.svg')
|
|
3663
|
+
}
|
|
3664
|
+
.fileicon[data-code="_f_wpml"] {
|
|
3665
|
+
background-image: url('vsicons/file_type_wpml.svg')
|
|
3666
|
+
}
|
|
3667
|
+
.fileicon[data-code="_f_wurst"] {
|
|
3668
|
+
background-image: url('vsicons/file_type_wurst.svg')
|
|
3669
|
+
}
|
|
3670
|
+
.fileicon[data-code="_f_wxml"] {
|
|
3671
|
+
background-image: url('vsicons/file_type_wxml.svg')
|
|
3672
|
+
}
|
|
3673
|
+
.fileicon[data-code="_f_wxss"] {
|
|
3674
|
+
background-image: url('vsicons/file_type_wxss.svg')
|
|
3675
|
+
}
|
|
3676
|
+
.fileicon[data-code="_f_wxt"] {
|
|
3677
|
+
background-image: url('vsicons/file_type_wxt.svg')
|
|
3678
|
+
}
|
|
3679
|
+
.fileicon[data-code="_f_xcode"] {
|
|
3680
|
+
background-image: url('vsicons/file_type_xcode.svg')
|
|
3681
|
+
}
|
|
3682
|
+
.fileicon[data-code="_f_xfl"] {
|
|
3683
|
+
background-image: url('vsicons/file_type_xfl.svg')
|
|
3684
|
+
}
|
|
3685
|
+
.fileicon[data-code="_f_light_xfl"] {
|
|
3686
|
+
background-image: url('vsicons/file_type_light_xfl.svg')
|
|
3687
|
+
}
|
|
3688
|
+
.fileicon[data-code="_f_xib"] {
|
|
3689
|
+
background-image: url('vsicons/file_type_xib.svg')
|
|
3690
|
+
}
|
|
3691
|
+
.fileicon[data-code="_f_xliff"] {
|
|
3692
|
+
background-image: url('vsicons/file_type_xliff.svg')
|
|
3693
|
+
}
|
|
3694
|
+
.fileicon[data-code="_f_xmake"] {
|
|
3695
|
+
background-image: url('vsicons/file_type_xmake.svg')
|
|
3696
|
+
}
|
|
3697
|
+
.fileicon[data-code="_f_xml"] {
|
|
3698
|
+
background-image: url('vsicons/file_type_xml.svg')
|
|
3699
|
+
}
|
|
3700
|
+
.fileicon[data-code="_f_xo"] {
|
|
3701
|
+
background-image: url('vsicons/file_type_xo.svg')
|
|
3702
|
+
}
|
|
3703
|
+
.fileicon[data-code="_f_xorg"] {
|
|
3704
|
+
background-image: url('vsicons/file_type_xorg.svg')
|
|
3705
|
+
}
|
|
3706
|
+
.fileicon[data-code="_f_light_xorg"] {
|
|
3707
|
+
background-image: url('vsicons/file_type_light_xorg.svg')
|
|
3708
|
+
}
|
|
3709
|
+
.fileicon[data-code="_f_xquery"] {
|
|
3710
|
+
background-image: url('vsicons/file_type_xquery.svg')
|
|
3711
|
+
}
|
|
3712
|
+
.fileicon[data-code="_f_xsl"] {
|
|
3713
|
+
background-image: url('vsicons/file_type_xsl.svg')
|
|
3714
|
+
}
|
|
3715
|
+
.fileicon[data-code="_f_yacc"] {
|
|
3716
|
+
background-image: url('vsicons/file_type_yacc.svg')
|
|
3717
|
+
}
|
|
3718
|
+
.fileicon[data-code="_f_yaml"] {
|
|
3719
|
+
background-image: url('vsicons/file_type_yaml.svg')
|
|
3720
|
+
}
|
|
3721
|
+
.fileicon[data-code="_f_light_yaml"] {
|
|
3722
|
+
background-image: url('vsicons/file_type_light_yaml.svg')
|
|
3723
|
+
}
|
|
3724
|
+
.fileicon[data-code="_f_yamllint"] {
|
|
3725
|
+
background-image: url('vsicons/file_type_yamllint.svg')
|
|
3726
|
+
}
|
|
3727
|
+
.fileicon[data-code="_f_yandex"] {
|
|
3728
|
+
background-image: url('vsicons/file_type_yandex.svg')
|
|
3729
|
+
}
|
|
3730
|
+
.fileicon[data-code="_f_yang"] {
|
|
3731
|
+
background-image: url('vsicons/file_type_yang.svg')
|
|
3732
|
+
}
|
|
3733
|
+
.fileicon[data-code="_f_yarn"] {
|
|
3734
|
+
background-image: url('vsicons/file_type_yarn.svg')
|
|
3735
|
+
}
|
|
3736
|
+
.fileicon[data-code="_f_yeoman"] {
|
|
3737
|
+
background-image: url('vsicons/file_type_yeoman.svg')
|
|
3738
|
+
}
|
|
3739
|
+
.fileicon[data-code="_f_zig"] {
|
|
3740
|
+
background-image: url('vsicons/file_type_zig.svg')
|
|
3741
|
+
}
|
|
3742
|
+
.fileicon[data-code="_f_zip"] {
|
|
3743
|
+
background-image: url('vsicons/file_type_zip.svg')
|
|
3744
|
+
}
|
|
3745
|
+
|