From 3921218751b09abfa075efe63dbcb349f7ea3e90 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:08:12 +0100 Subject: [PATCH] feat(Icons): Add new icons --- .npmignore | 1 - src/icons/coffee.svg | 56 ++--------------------------------- src/icons/console.svg | 55 ++-------------------------------- src/icons/folder-light.svg | 3 ++ src/icons/github.svg | 3 ++ src/icons/nodejs.svg | 55 ++-------------------------------- src/icons/procfile.svg | 3 ++ src/icons/sketch.svg | 12 ++++++++ src/icons/stylus.svg | 7 +++++ src/icons/swig.svg | 3 ++ src/icons/twig.svg | 3 ++ src/material-theme-icons.json | 53 +++++++++++++++++++++++++++------ test/source.swig | 0 13 files changed, 84 insertions(+), 170 deletions(-) delete mode 100644 .npmignore create mode 100644 src/icons/folder-light.svg create mode 100644 src/icons/github.svg mode change 100755 => 100644 src/icons/nodejs.svg create mode 100644 src/icons/procfile.svg create mode 100644 src/icons/sketch.svg create mode 100644 src/icons/stylus.svg create mode 100644 src/icons/swig.svg create mode 100644 src/icons/twig.svg create mode 100644 test/source.swig diff --git a/.npmignore b/.npmignore deleted file mode 100644 index aa8e45f..0000000 --- a/.npmignore +++ /dev/null @@ -1 +0,0 @@ -src/ \ No newline at end of file diff --git a/src/icons/coffee.svg b/src/icons/coffee.svg index a410a9c..9495cef 100755 --- a/src/icons/coffee.svg +++ b/src/icons/coffee.svg @@ -1,55 +1,3 @@ - - - - - - image/svg+xml - - - - - - - - + + diff --git a/src/icons/console.svg b/src/icons/console.svg index 952e532..05e0344 100755 --- a/src/icons/console.svg +++ b/src/icons/console.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/folder-light.svg b/src/icons/folder-light.svg new file mode 100644 index 0000000..54846de --- /dev/null +++ b/src/icons/folder-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/github.svg b/src/icons/github.svg new file mode 100644 index 0000000..6edfae5 --- /dev/null +++ b/src/icons/github.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg old mode 100755 new mode 100644 index 53d78f7..c8cd6a0 --- a/src/icons/nodejs.svg +++ b/src/icons/nodejs.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/procfile.svg b/src/icons/procfile.svg new file mode 100644 index 0000000..d0cc0fe --- /dev/null +++ b/src/icons/procfile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/sketch.svg b/src/icons/sketch.svg new file mode 100644 index 0000000..61b3083 --- /dev/null +++ b/src/icons/sketch.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/icons/stylus.svg b/src/icons/stylus.svg new file mode 100644 index 0000000..5ff74bf --- /dev/null +++ b/src/icons/stylus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/icons/swig.svg b/src/icons/swig.svg new file mode 100644 index 0000000..5e20edf --- /dev/null +++ b/src/icons/swig.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/twig.svg b/src/icons/twig.svg new file mode 100644 index 0000000..a3ae0c6 --- /dev/null +++ b/src/icons/twig.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 666b509..d712913 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,20 @@ { "iconDefinitions": { + "_file_stylus": { + "iconPath": "./icons/stylus.svg" + }, + "_file_swig": { + "iconPath": "./icons/swig.svg" + }, + "_file_twig": { + "iconPath": "./icons/twig.svg" + }, + "_file_sketch": { + "iconPath": "./icons/sketch.svg" + }, + "_file_procfile": { + "iconPath": "./icons/procfile.svg" + }, "_file_todo": { "iconPath": "./icons/todo.svg" }, @@ -51,6 +66,9 @@ "_file_git": { "iconPath": "./icons/git.svg" }, + "_file_github": { + "iconPath": "./icons/github.svg" + }, "_file_image": { "iconPath": "./icons/image.svg" }, @@ -288,23 +306,28 @@ "_folder_dark": { "iconPath": "./icons/folder.svg" }, - "_folder_open_dark": { - "iconPath": "./icons/folder-outline.svg" - }, "_folder_light": { - "iconPath": "./icons/folder.svg" + "iconPath": "./icons/folder-light.svg" }, - "_folder_open_light": { + "_folder_open": { "iconPath": "./icons/folder-outline.svg" }, "_file_npm": { "iconPath": "./icons/npm.svg" } }, - "folderExpanded": "_folder_open_dark", + "folderExpanded": "_folder_open", "folder": "_folder_dark", + "light": { + "folderExpanded": "_folder_open", + "folder": "_folder_light" + }, "file": "_file_dark", "fileExtensions": { + "styl": "_file_stylus", + "twig": "_file_twig", + "swig": "_file_swig", + "sketch": "_file_sketch", "do": "_file_todo", "sublime-settings": "_file_sublime", "sublime-theme": "_file_sublime", @@ -423,6 +446,8 @@ "sh": "_file_console", "bat": "_file_console", "ps1": "_file_console", + "fish": "_file_console", + "bash": "_file_console", "gradle": "_file_gradle", "doc": "_file_word", "docx": "_file_word", @@ -577,13 +602,13 @@ ".jscsrc": "_file_json", ".jshintrc": "_file_json", ".jshintignore": "_file_settings", - ".npmignore": "_file_nodejs", + ".npmignore": "_file_npm", "tsconfig.json": "_file_json", "tslint.json": "_file_json", "androidmanifest.xml": "_file_android", "gradle-wrapper.properties": "_file_gradle", ".editorconfig": "_file_settings", - "procfile": "_file_settings", + "procfile": "_file_procfile", ".env": "_file_tune", "dockerfile": "_file_docker", "license": "_file_license", @@ -626,7 +651,17 @@ }, "folderNames": { "node_modules": "_file_nodejs", - ".gulp": "_file_gulp" + ".git": "_file_git", + ".github": "_file_github", + ".gulp": "_file_gulp", + "bower_components": "_file_bower" + }, + "folderNamesExpanded": { + "node_modules": "_file_nodejs", + ".git": "_file_git", + ".github": "_file_github", + ".gulp": "_file_gulp", + "bower_components": "_file_bower" }, "languageIds": { "git": "_file_git" diff --git a/test/source.swig b/test/source.swig new file mode 100644 index 0000000..e69de29