From b9276468291b4f6fb6d920956df14072038d3303 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 12:27:00 +0100 Subject: [PATCH] fix: Fix some file and folder icons --- src/icons/dlang.svg | 3 + src/icons/folder-outline.svg | 15 +-- src/icons/folder.svg | 14 +-- src/icons/git.svg | 4 +- src/icons/markup.png | Bin 286 -> 0 bytes src/icons/markup.svg | 8 ++ src/icons/ocaml.svg | 202 +--------------------------------- src/icons/php.svg | 55 +-------- src/icons/react.svg | 55 +-------- src/icons/sass.svg | 2 +- src/icons/todo.svg | 3 + src/material-theme-icons.json | 9 +- 12 files changed, 36 insertions(+), 334 deletions(-) create mode 100644 src/icons/dlang.svg delete mode 100644 src/icons/markup.png create mode 100644 src/icons/markup.svg create mode 100644 src/icons/todo.svg diff --git a/src/icons/dlang.svg b/src/icons/dlang.svg new file mode 100644 index 0000000..40b13c6 --- /dev/null +++ b/src/icons/dlang.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/folder-outline.svg b/src/icons/folder-outline.svg index ee47427..a59c192 100644 --- a/src/icons/folder-outline.svg +++ b/src/icons/folder-outline.svg @@ -1,14 +1,3 @@ - - - - - - - + + diff --git a/src/icons/folder.svg b/src/icons/folder.svg index c9fdf3c..a99899a 100644 --- a/src/icons/folder.svg +++ b/src/icons/folder.svg @@ -1,13 +1,3 @@ - - - - - - - + + diff --git a/src/icons/git.svg b/src/icons/git.svg index d8ae975..89a4c3c 100755 --- a/src/icons/git.svg +++ b/src/icons/git.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/markup.png b/src/icons/markup.png deleted file mode 100644 index 0eaa5959ad2cf9e2dab1f7a3c2280fb9e1359b2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}H#}V&Ln1hn z6C_?X2--5}?W+FcF0R~m{=|_NOSjklE=#(iv^vr084pYK6-J#G2hW{2v4thJN5by$ z|9bzDf+BNishF{Z{7P|2J!bRY_%!$%p=j@5M@7k9^o~Y*58`wf7r$2d9pR iDRZ2_!X0TYMGQ?{@=C_ + + + + + + + diff --git a/src/icons/ocaml.svg b/src/icons/ocaml.svg index 030ad2d..12c4dd4 100755 --- a/src/icons/ocaml.svg +++ b/src/icons/ocaml.svg @@ -1,199 +1,3 @@ - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + diff --git a/src/icons/php.svg b/src/icons/php.svg index e92929d..8af9132 100755 --- a/src/icons/php.svg +++ b/src/icons/php.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/react.svg b/src/icons/react.svg index 0a055da..95fdef4 100755 --- a/src/icons/react.svg +++ b/src/icons/react.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg index 3270306..4e448be 100755 --- a/src/icons/sass.svg +++ b/src/icons/sass.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/todo.svg b/src/icons/todo.svg new file mode 100644 index 0000000..515e729 --- /dev/null +++ b/src/icons/todo.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 774122a..666b509 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,8 @@ { "iconDefinitions": { + "_file_todo": { + "iconPath": "./icons/todo.svg" + }, "_file_license": { "iconPath": "./icons/license.svg" }, @@ -302,6 +305,7 @@ "folder": "_folder_dark", "file": "_file_dark", "fileExtensions": { + "do": "_file_todo", "sublime-settings": "_file_sublime", "sublime-theme": "_file_sublime", "sublime-commands": "_file_sublime", @@ -395,6 +399,9 @@ "bzip2": "_file_zip", "gzip": "_file_zip", "7z": "_file_zip", + "7zip": "_file_zip", + "pzip": "_file_zip", + "wim": "_file_zip", "rar": "_file_zip", "tgz": "_file_zip", "exe": "_file_exe", @@ -584,7 +591,7 @@ "license.md.rendered": "_file_license", "license.txt": "_file_license", ".babelrc": "_file_json", - ".eslintrc": "_file_json", + ".eslintrc": "_file_yaml", ".buildignore": "_file_settings", ".htaccess": "_file_xml", "composer.lock": "_file_json",