├── .gitignore ├── .vscodeignore ├── CHANGELOG.md ├── LICENSE.txt ├── README.md ├── assets ├── icons │ ├── noun_1397337_cc.svg │ └── noun_1593992_cc.svg ├── screenshot.png ├── screenshot_2.png ├── screenshot_3.png └── theme_icon.png ├── icons ├── definition │ ├── field-lights-icons-mini.json │ ├── field-lights-icons-mono-mini.json │ ├── field-lights-icons-mono.json │ └── field-lights-icons.json ├── file_mini.svg ├── file_mini_mono.svg ├── file_type_R@2x.png ├── file_type_access@2x.png ├── file_type_actionscript@2x.png ├── file_type_ae@2x.png ├── file_type_ai@2x.png ├── file_type_angular@2x.png ├── file_type_applescript@2x.png ├── file_type_archive@2x.png ├── file_type_audio@2x.png ├── file_type_babel@2x.png ├── file_type_binary@2x.png ├── file_type_blade@2x.png ├── file_type_bower@2x.png ├── file_type_c@2x.png ├── file_type_cf@2x.png ├── file_type_circleci@2x.png ├── file_type_clojure@2x.png ├── file_type_coffeescript@2x.png ├── file_type_composer@2x.png ├── file_type_cpp@2x.png ├── file_type_csharp@2x.png ├── file_type_css@2x.png ├── file_type_csv@2x.png ├── file_type_dart@2x.png ├── file_type_default@2x.png ├── file_type_dlang@2x.png ├── file_type_docker@2x.png ├── file_type_dotnet@2x.png ├── file_type_editorconfig@2x.png ├── file_type_elm@2x.png ├── file_type_erlang@2x.png ├── file_type_eslint@2x.png ├── file_type_ex@2x.png ├── file_type_excel@2x.png ├── file_type_font@2x.png ├── file_type_git@2x.png ├── file_type_go@2x.png ├── file_type_gradle@2x.png ├── file_type_graphviz@2x.png ├── file_type_groovy@2x.png ├── file_type_gruntfile@2x.png ├── file_type_gulpfile@2x.png ├── file_type_haml@2x.png ├── file_type_haskell@2x.png ├── file_type_haxe@2x.png ├── file_type_html@2x.png ├── file_type_image@2x.png ├── file_type_indesign@2x.png ├── file_type_java@2x.png ├── file_type_js@2x.png ├── file_type_json@2x.png ├── file_type_jsp@2x.png ├── file_type_jsx@2x.png ├── file_type_julia@2x.png ├── file_type_kotlin@2x.png ├── file_type_less@2x.png ├── file_type_license@2x.png ├── file_type_liquid@2x.png ├── file_type_lisp@2x.png ├── file_type_lock@2x.png ├── file_type_log@2x.png ├── file_type_lsl@2x.png ├── file_type_lua@2x.png ├── file_type_markdown@2x.png ├── file_type_markup@2x.png ├── file_type_matlab@2x.png ├── file_type_maya@2x.png ├── file_type_mustache@2x.png ├── file_type_nginx@2x.png ├── file_type_nodejs@2x.png ├── file_type_note@2x.png ├── file_type_npm@2x.png ├── file_type_nsis@2x.png ├── file_type_ocaml@2x.png ├── file_type_onenote@2x.png ├── file_type_pdf@2x.png ├── file_type_perl@2x.png ├── file_type_php@2x.png ├── file_type_plist@2x.png ├── file_type_postcss@2x.png ├── file_type_powerpoint@2x.png ├── file_type_powershell@2x.png ├── file_type_preferences@2x.png ├── file_type_premiere@2x.png ├── file_type_procfile@2x.png ├── file_type_psd@2x.png ├── file_type_pug@2x.png ├── file_type_puppet@2x.png ├── file_type_python@2x.png ├── file_type_rails@2x.png ├── file_type_react@2x.png ├── file_type_riot@2x.png ├── file_type_ruby@2x.png ├── file_type_rust@2x.png ├── file_type_sass@2x.png ├── file_type_scala@2x.png ├── file_type_scss@2x.png ├── file_type_settings@2x.png ├── file_type_shell@2x.png ├── file_type_sketch@2x.png ├── file_type_slim@2x.png ├── file_type_source@2x.png ├── file_type_sql@2x.png ├── file_type_stata@2x.png ├── file_type_stylelint@2x.png ├── file_type_stylus@2x.png ├── file_type_sublime@2x.png ├── file_type_svelte@2x.png ├── file_type_svg@2x.png ├── file_type_swift@2x.png ├── file_type_tcl@2x.png ├── file_type_tern@2x.png ├── file_type_tex@2x.png ├── file_type_text@2x.png ├── file_type_textile@2x.png ├── file_type_todo@2x.png ├── file_type_twig@2x.png ├── file_type_typescript@2x.png ├── file_type_video@2x.png ├── file_type_vim@2x.png ├── file_type_vue@2x.png ├── file_type_webpack@2x.png ├── file_type_windows@2x.png ├── file_type_word@2x.png ├── file_type_yaml@2x.png ├── file_type_yarn@2x.png ├── folder_closed.svg ├── folder_closed_mini.svg ├── folder_closed_mini_mono.svg ├── folder_closed_mono.svg ├── folder_open.svg ├── folder_open_mini.svg ├── folder_open_mini_mono.svg ├── folder_open_mono.svg ├── folder_root_closed.svg ├── folder_root_closed_mini.svg ├── folder_root_closed_mini_mono.svg ├── folder_root_closed_mono.svg ├── folder_root_open.svg ├── folder_root_open_mini.svg ├── folder_root_open_mini_mono.svg └── folder_root_open_mono.svg ├── package.json ├── sources └── assets.sketch ├── themes └── Field Lights-color-theme.json ├── todo.todo ├── vsc-extension-quickstart.md ├── vscode-field-lights-0.0.1.vsix ├── vscode-field-lights-0.0.10.vsix ├── vscode-field-lights-0.0.11.vsix ├── vscode-field-lights-0.0.2.vsix ├── vscode-field-lights-0.0.3.vsix ├── vscode-field-lights-0.0.4.vsix ├── vscode-field-lights-0.0.5.vsix ├── vscode-field-lights-0.0.6.vsix ├── vscode-field-lights-0.0.7.vsix ├── vscode-field-lights-0.0.8.vsix └── vscode-field-lights-0.0.9.vsix /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/.vscodeignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/README.md -------------------------------------------------------------------------------- /assets/icons/noun_1397337_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/icons/noun_1397337_cc.svg -------------------------------------------------------------------------------- /assets/icons/noun_1593992_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/icons/noun_1593992_cc.svg -------------------------------------------------------------------------------- /assets/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/screenshot.png -------------------------------------------------------------------------------- /assets/screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/screenshot_2.png -------------------------------------------------------------------------------- /assets/screenshot_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/screenshot_3.png -------------------------------------------------------------------------------- /assets/theme_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/assets/theme_icon.png -------------------------------------------------------------------------------- /icons/definition/field-lights-icons-mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/definition/field-lights-icons-mini.json -------------------------------------------------------------------------------- /icons/definition/field-lights-icons-mono-mini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/definition/field-lights-icons-mono-mini.json -------------------------------------------------------------------------------- /icons/definition/field-lights-icons-mono.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/definition/field-lights-icons-mono.json -------------------------------------------------------------------------------- /icons/definition/field-lights-icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/definition/field-lights-icons.json -------------------------------------------------------------------------------- /icons/file_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_mini.svg -------------------------------------------------------------------------------- /icons/file_mini_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_mini_mono.svg -------------------------------------------------------------------------------- /icons/file_type_R@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_R@2x.png -------------------------------------------------------------------------------- /icons/file_type_access@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_access@2x.png -------------------------------------------------------------------------------- /icons/file_type_actionscript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_actionscript@2x.png -------------------------------------------------------------------------------- /icons/file_type_ae@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_ae@2x.png -------------------------------------------------------------------------------- /icons/file_type_ai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_ai@2x.png -------------------------------------------------------------------------------- /icons/file_type_angular@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_angular@2x.png -------------------------------------------------------------------------------- /icons/file_type_applescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_applescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_archive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_archive@2x.png -------------------------------------------------------------------------------- /icons/file_type_audio@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_audio@2x.png -------------------------------------------------------------------------------- /icons/file_type_babel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_babel@2x.png -------------------------------------------------------------------------------- /icons/file_type_binary@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_binary@2x.png -------------------------------------------------------------------------------- /icons/file_type_blade@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_blade@2x.png -------------------------------------------------------------------------------- /icons/file_type_bower@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_bower@2x.png -------------------------------------------------------------------------------- /icons/file_type_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_c@2x.png -------------------------------------------------------------------------------- /icons/file_type_cf@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_cf@2x.png -------------------------------------------------------------------------------- /icons/file_type_circleci@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_circleci@2x.png -------------------------------------------------------------------------------- /icons/file_type_clojure@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_clojure@2x.png -------------------------------------------------------------------------------- /icons/file_type_coffeescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_coffeescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_composer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_composer@2x.png -------------------------------------------------------------------------------- /icons/file_type_cpp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_cpp@2x.png -------------------------------------------------------------------------------- /icons/file_type_csharp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_csharp@2x.png -------------------------------------------------------------------------------- /icons/file_type_css@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_css@2x.png -------------------------------------------------------------------------------- /icons/file_type_csv@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_csv@2x.png -------------------------------------------------------------------------------- /icons/file_type_dart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_dart@2x.png -------------------------------------------------------------------------------- /icons/file_type_default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_default@2x.png -------------------------------------------------------------------------------- /icons/file_type_dlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_dlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_docker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_docker@2x.png -------------------------------------------------------------------------------- /icons/file_type_dotnet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_dotnet@2x.png -------------------------------------------------------------------------------- /icons/file_type_editorconfig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_editorconfig@2x.png -------------------------------------------------------------------------------- /icons/file_type_elm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_elm@2x.png -------------------------------------------------------------------------------- /icons/file_type_erlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_erlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_eslint@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_eslint@2x.png -------------------------------------------------------------------------------- /icons/file_type_ex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_ex@2x.png -------------------------------------------------------------------------------- /icons/file_type_excel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_excel@2x.png -------------------------------------------------------------------------------- /icons/file_type_font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_font@2x.png -------------------------------------------------------------------------------- /icons/file_type_git@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_git@2x.png -------------------------------------------------------------------------------- /icons/file_type_go@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_go@2x.png -------------------------------------------------------------------------------- /icons/file_type_gradle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_gradle@2x.png -------------------------------------------------------------------------------- /icons/file_type_graphviz@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_graphviz@2x.png -------------------------------------------------------------------------------- /icons/file_type_groovy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_groovy@2x.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_gruntfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_gulpfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_haml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_haml@2x.png -------------------------------------------------------------------------------- /icons/file_type_haskell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_haskell@2x.png -------------------------------------------------------------------------------- /icons/file_type_haxe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_haxe@2x.png -------------------------------------------------------------------------------- /icons/file_type_html@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_html@2x.png -------------------------------------------------------------------------------- /icons/file_type_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_image@2x.png -------------------------------------------------------------------------------- /icons/file_type_indesign@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_indesign@2x.png -------------------------------------------------------------------------------- /icons/file_type_java@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_java@2x.png -------------------------------------------------------------------------------- /icons/file_type_js@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_js@2x.png -------------------------------------------------------------------------------- /icons/file_type_json@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_json@2x.png -------------------------------------------------------------------------------- /icons/file_type_jsp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_jsp@2x.png -------------------------------------------------------------------------------- /icons/file_type_jsx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_jsx@2x.png -------------------------------------------------------------------------------- /icons/file_type_julia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_julia@2x.png -------------------------------------------------------------------------------- /icons/file_type_kotlin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_kotlin@2x.png -------------------------------------------------------------------------------- /icons/file_type_less@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_less@2x.png -------------------------------------------------------------------------------- /icons/file_type_license@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_license@2x.png -------------------------------------------------------------------------------- /icons/file_type_liquid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_liquid@2x.png -------------------------------------------------------------------------------- /icons/file_type_lisp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_lisp@2x.png -------------------------------------------------------------------------------- /icons/file_type_lock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_lock@2x.png -------------------------------------------------------------------------------- /icons/file_type_log@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_log@2x.png -------------------------------------------------------------------------------- /icons/file_type_lsl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_lsl@2x.png -------------------------------------------------------------------------------- /icons/file_type_lua@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_lua@2x.png -------------------------------------------------------------------------------- /icons/file_type_markdown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_markdown@2x.png -------------------------------------------------------------------------------- /icons/file_type_markup@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_markup@2x.png -------------------------------------------------------------------------------- /icons/file_type_matlab@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_matlab@2x.png -------------------------------------------------------------------------------- /icons/file_type_maya@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_maya@2x.png -------------------------------------------------------------------------------- /icons/file_type_mustache@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_mustache@2x.png -------------------------------------------------------------------------------- /icons/file_type_nginx@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_nginx@2x.png -------------------------------------------------------------------------------- /icons/file_type_nodejs@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_nodejs@2x.png -------------------------------------------------------------------------------- /icons/file_type_note@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_note@2x.png -------------------------------------------------------------------------------- /icons/file_type_npm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_npm@2x.png -------------------------------------------------------------------------------- /icons/file_type_nsis@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_nsis@2x.png -------------------------------------------------------------------------------- /icons/file_type_ocaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_ocaml@2x.png -------------------------------------------------------------------------------- /icons/file_type_onenote@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_onenote@2x.png -------------------------------------------------------------------------------- /icons/file_type_pdf@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_pdf@2x.png -------------------------------------------------------------------------------- /icons/file_type_perl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_perl@2x.png -------------------------------------------------------------------------------- /icons/file_type_php@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_php@2x.png -------------------------------------------------------------------------------- /icons/file_type_plist@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_plist@2x.png -------------------------------------------------------------------------------- /icons/file_type_postcss@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_postcss@2x.png -------------------------------------------------------------------------------- /icons/file_type_powerpoint@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_powerpoint@2x.png -------------------------------------------------------------------------------- /icons/file_type_powershell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_powershell@2x.png -------------------------------------------------------------------------------- /icons/file_type_preferences@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_preferences@2x.png -------------------------------------------------------------------------------- /icons/file_type_premiere@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_premiere@2x.png -------------------------------------------------------------------------------- /icons/file_type_procfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_procfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_psd@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_psd@2x.png -------------------------------------------------------------------------------- /icons/file_type_pug@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_pug@2x.png -------------------------------------------------------------------------------- /icons/file_type_puppet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_puppet@2x.png -------------------------------------------------------------------------------- /icons/file_type_python@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_python@2x.png -------------------------------------------------------------------------------- /icons/file_type_rails@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_rails@2x.png -------------------------------------------------------------------------------- /icons/file_type_react@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_react@2x.png -------------------------------------------------------------------------------- /icons/file_type_riot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_riot@2x.png -------------------------------------------------------------------------------- /icons/file_type_ruby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_ruby@2x.png -------------------------------------------------------------------------------- /icons/file_type_rust@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_rust@2x.png -------------------------------------------------------------------------------- /icons/file_type_sass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_sass@2x.png -------------------------------------------------------------------------------- /icons/file_type_scala@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_scala@2x.png -------------------------------------------------------------------------------- /icons/file_type_scss@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_scss@2x.png -------------------------------------------------------------------------------- /icons/file_type_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_settings@2x.png -------------------------------------------------------------------------------- /icons/file_type_shell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_shell@2x.png -------------------------------------------------------------------------------- /icons/file_type_sketch@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_sketch@2x.png -------------------------------------------------------------------------------- /icons/file_type_slim@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_slim@2x.png -------------------------------------------------------------------------------- /icons/file_type_source@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_source@2x.png -------------------------------------------------------------------------------- /icons/file_type_sql@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_sql@2x.png -------------------------------------------------------------------------------- /icons/file_type_stata@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_stata@2x.png -------------------------------------------------------------------------------- /icons/file_type_stylelint@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_stylelint@2x.png -------------------------------------------------------------------------------- /icons/file_type_stylus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_stylus@2x.png -------------------------------------------------------------------------------- /icons/file_type_sublime@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_sublime@2x.png -------------------------------------------------------------------------------- /icons/file_type_svelte@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_svelte@2x.png -------------------------------------------------------------------------------- /icons/file_type_svg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_svg@2x.png -------------------------------------------------------------------------------- /icons/file_type_swift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_swift@2x.png -------------------------------------------------------------------------------- /icons/file_type_tcl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_tcl@2x.png -------------------------------------------------------------------------------- /icons/file_type_tern@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_tern@2x.png -------------------------------------------------------------------------------- /icons/file_type_tex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_tex@2x.png -------------------------------------------------------------------------------- /icons/file_type_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_text@2x.png -------------------------------------------------------------------------------- /icons/file_type_textile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_textile@2x.png -------------------------------------------------------------------------------- /icons/file_type_todo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_todo@2x.png -------------------------------------------------------------------------------- /icons/file_type_twig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_twig@2x.png -------------------------------------------------------------------------------- /icons/file_type_typescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_typescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_video@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_video@2x.png -------------------------------------------------------------------------------- /icons/file_type_vim@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_vim@2x.png -------------------------------------------------------------------------------- /icons/file_type_vue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_vue@2x.png -------------------------------------------------------------------------------- /icons/file_type_webpack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_webpack@2x.png -------------------------------------------------------------------------------- /icons/file_type_windows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_windows@2x.png -------------------------------------------------------------------------------- /icons/file_type_word@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_word@2x.png -------------------------------------------------------------------------------- /icons/file_type_yaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_yaml@2x.png -------------------------------------------------------------------------------- /icons/file_type_yarn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/file_type_yarn@2x.png -------------------------------------------------------------------------------- /icons/folder_closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_closed.svg -------------------------------------------------------------------------------- /icons/folder_closed_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_closed_mini.svg -------------------------------------------------------------------------------- /icons/folder_closed_mini_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_closed_mini_mono.svg -------------------------------------------------------------------------------- /icons/folder_closed_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_closed_mono.svg -------------------------------------------------------------------------------- /icons/folder_open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_open.svg -------------------------------------------------------------------------------- /icons/folder_open_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_open_mini.svg -------------------------------------------------------------------------------- /icons/folder_open_mini_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_open_mini_mono.svg -------------------------------------------------------------------------------- /icons/folder_open_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_open_mono.svg -------------------------------------------------------------------------------- /icons/folder_root_closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_closed.svg -------------------------------------------------------------------------------- /icons/folder_root_closed_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_closed_mini.svg -------------------------------------------------------------------------------- /icons/folder_root_closed_mini_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_closed_mini_mono.svg -------------------------------------------------------------------------------- /icons/folder_root_closed_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_closed_mono.svg -------------------------------------------------------------------------------- /icons/folder_root_open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_open.svg -------------------------------------------------------------------------------- /icons/folder_root_open_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_open_mini.svg -------------------------------------------------------------------------------- /icons/folder_root_open_mini_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_open_mini_mono.svg -------------------------------------------------------------------------------- /icons/folder_root_open_mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/icons/folder_root_open_mono.svg -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/package.json -------------------------------------------------------------------------------- /sources/assets.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/sources/assets.sketch -------------------------------------------------------------------------------- /themes/Field Lights-color-theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/themes/Field Lights-color-theme.json -------------------------------------------------------------------------------- /todo.todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/todo.todo -------------------------------------------------------------------------------- /vsc-extension-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vsc-extension-quickstart.md -------------------------------------------------------------------------------- /vscode-field-lights-0.0.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.1.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.10.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.10.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.11.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.11.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.2.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.3.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.3.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.4.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.4.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.5.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.5.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.6.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.6.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.7.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.7.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.8.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.8.vsix -------------------------------------------------------------------------------- /vscode-field-lights-0.0.9.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sveggiani/vscode-field-lights/HEAD/vscode-field-lights-0.0.9.vsix --------------------------------------------------------------------------------