diff --git a/src/icons/ai.svg b/src/icons/ai.svg new file mode 100644 index 0000000..dcad0f0 --- /dev/null +++ b/src/icons/ai.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/grunt.svg b/src/icons/grunt.svg new file mode 100644 index 0000000..94a8442 --- /dev/null +++ b/src/icons/grunt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/image.svg b/src/icons/image.svg index e7a71bb..c37763f 100755 --- a/src/icons/image.svg +++ b/src/icons/image.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/license.svg b/src/icons/license.svg new file mode 100644 index 0000000..56f79ca --- /dev/null +++ b/src/icons/license.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg index c7f505a..18cdeaf 100755 --- a/src/icons/markdown.svg +++ b/src/icons/markdown.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/markup.png b/src/icons/markup.png new file mode 100644 index 0000000..0eaa595 Binary files /dev/null and b/src/icons/markup.png differ diff --git a/src/icons/pug.svg b/src/icons/pug.svg index 236da83..8dfa46a 100755 --- a/src/icons/pug.svg +++ b/src/icons/pug.svg @@ -1,54 +1,11 @@ - - - - - - image/svg+xml - - - - - - - + + + + + + + + + + diff --git a/src/icons/python.svg b/src/icons/python.svg index 788d1cb..5643e9c 100755 --- a/src/icons/python.svg +++ b/src/icons/python.svg @@ -1,68 +1,3 @@ - - - - - - image/svg+xml - - - - - - - - - - + + diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg index e7afd20..e91a776 100755 --- a/src/icons/ruby.svg +++ b/src/icons/ruby.svg @@ -1,54 +1,6 @@ - - - - - - image/svg+xml - - - - - - - + + + + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg index a372f5b..3270306 100755 --- a/src/icons/sass.svg +++ b/src/icons/sass.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/sublime.svg b/src/icons/sublime.svg new file mode 100644 index 0000000..8a9d10f --- /dev/null +++ b/src/icons/sublime.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svg.svg b/src/icons/svg.svg new file mode 100644 index 0000000..dd0f1e0 --- /dev/null +++ b/src/icons/svg.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg index 317d881..e19a2b5 100755 --- a/src/icons/yaml.svg +++ b/src/icons/yaml.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/zip.svg b/src/icons/zip.svg index 277a4df..c1cf4bc 100755 --- a/src/icons/zip.svg +++ b/src/icons/zip.svg @@ -1,54 +1,7 @@ - - - - - - image/svg+xml - - - - - - - + + + + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 6252bd9..774122a 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,23 @@ { "iconDefinitions": { + "_file_license": { + "iconPath": "./icons/license.svg" + }, + "_file_markup": { + "iconPath": "./icons/markup.svg" + }, + "_file_sublime": { + "iconPath": "./icons/sublime.svg" + }, + "_file_grunt": { + "iconPath": "./icons/grunt.svg" + }, + "_file_ai": { + "iconPath": "./icons/ai.svg" + }, + "_file_svg": { + "iconPath": "./icons/svg.svg" + }, "_file_bower": { "iconPath": "./icons/bower.svg" }, @@ -284,6 +302,10 @@ "folder": "_folder_dark", "file": "_file_dark", "fileExtensions": { + "sublime-settings": "_file_sublime", + "sublime-theme": "_file_sublime", + "sublime-commands": "_file_sublime", + "sublime-menu": "_file_sublime", "html": "_file_html", "jade": "_file_pug", "pug": "_file_pug", @@ -313,7 +335,9 @@ "jpeg": "_file_image", "jpg": "_file_image", "gif": "_file_image", - "svg": "_file_image", + "svg": "_file_svg", + "eps": "_file_svg", + "ai": "_file_ai", "ico": "_file_image", "tif": "_file_image", "tiff": "_file_image", @@ -527,6 +551,8 @@ "css.map": "_file_cssmap" }, "fileNames": { + "tmTheme": "_file_markup", + "gruntfile.js": "_file_grunt", "bower.json": "_file_bower", "webpack.js": "_file_webpack", "webpack.config.js": "_file_webpack", @@ -553,14 +579,10 @@ "procfile": "_file_settings", ".env": "_file_tune", "dockerfile": "_file_docker", - "license": "_file_certificate", - "license.md": "_file_certificate", - "license.md.rendered": "_file_certificate", - "license.txt": "_file_certificate", - "licence": "_file_certificate", - "licence.md": "_file_certificate", - "licence.md.rendered": "_file_certificate", - "licence.txt": "_file_certificate", + "license": "_file_license", + "license.md": "_file_license", + "license.md.rendered": "_file_license", + "license.txt": "_file_license", ".babelrc": "_file_json", ".eslintrc": "_file_json", ".buildignore": "_file_settings",