From 022ea00de9e3f34076652b68fc3df92b209918b1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 27 Jan 2017 22:44:01 +0100 Subject: [PATCH] chore: test icons --- icons/material-theme-icon-theme.json | 19 +++++++++++++++++++ icons/svg/angular.svg | 3 +++ icons/svg/applescript.svg | 3 +++ icons/svg/bower.svg | 3 +++ icons/svg/coffee.svg | 3 +++ icons/svg/csharp.svg | 3 +++ icons/svg/css.svg | 3 +++ icons/svg/git.svg | 3 +++ icons/svg/json.svg | 6 ++++++ icons/svg/license.svg | 3 +++ icons/svg/markdown.svg | 3 +++ icons/svg/scss.svg | 3 +++ package.json | 7 +++++++ 13 files changed, 62 insertions(+) create mode 100644 icons/material-theme-icon-theme.json create mode 100644 icons/svg/angular.svg create mode 100644 icons/svg/applescript.svg create mode 100644 icons/svg/bower.svg create mode 100644 icons/svg/coffee.svg create mode 100644 icons/svg/csharp.svg create mode 100644 icons/svg/css.svg create mode 100644 icons/svg/git.svg create mode 100644 icons/svg/json.svg create mode 100644 icons/svg/license.svg create mode 100644 icons/svg/markdown.svg create mode 100644 icons/svg/scss.svg diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json new file mode 100644 index 0000000..e49ea49 --- /dev/null +++ b/icons/material-theme-icon-theme.json @@ -0,0 +1,19 @@ +{ + "iconDefinitions": { + "_markdown": { + "iconPath": "./svg/markdown.svg" + }, + "_sass": { + "iconPath": "./svg/svss.svg" + }, + "_json": { + "iconPath": "./svg/json.svg" + } + }, + "fileExtensions": { + "md": "_markdown", + "scss": "_sass", + "sass": "_sass", + "json": "_json" + } +} \ No newline at end of file diff --git a/icons/svg/angular.svg b/icons/svg/angular.svg new file mode 100644 index 0000000..c23e0bf --- /dev/null +++ b/icons/svg/angular.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/applescript.svg b/icons/svg/applescript.svg new file mode 100644 index 0000000..c1cc8fa --- /dev/null +++ b/icons/svg/applescript.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/bower.svg b/icons/svg/bower.svg new file mode 100644 index 0000000..1dbdcb9 --- /dev/null +++ b/icons/svg/bower.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/coffee.svg b/icons/svg/coffee.svg new file mode 100644 index 0000000..f7c7b9f --- /dev/null +++ b/icons/svg/coffee.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/csharp.svg b/icons/svg/csharp.svg new file mode 100644 index 0000000..fffd665 --- /dev/null +++ b/icons/svg/csharp.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/css.svg b/icons/svg/css.svg new file mode 100644 index 0000000..02a91e0 --- /dev/null +++ b/icons/svg/css.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/git.svg b/icons/svg/git.svg new file mode 100644 index 0000000..592b08e --- /dev/null +++ b/icons/svg/git.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/json.svg b/icons/svg/json.svg new file mode 100644 index 0000000..2b470f1 --- /dev/null +++ b/icons/svg/json.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/svg/license.svg b/icons/svg/license.svg new file mode 100644 index 0000000..05b3098 --- /dev/null +++ b/icons/svg/license.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/markdown.svg b/icons/svg/markdown.svg new file mode 100644 index 0000000..c7f505a --- /dev/null +++ b/icons/svg/markdown.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/scss.svg b/icons/svg/scss.svg new file mode 100644 index 0000000..3270306 --- /dev/null +++ b/icons/svg/scss.svg @@ -0,0 +1,3 @@ + + + diff --git a/package.json b/package.json index 3f2b774..05ed1a7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "uiTheme": "vs-dark", "path": "./themes/Material-Theme-Darker.tmTheme" } + ], + "iconThemes": [ + { + "id": "material-theme-icons", + "label": "Material Theme Icons", + "path": "./icons/material-theme-icon-theme.json" + } ] } } \ No newline at end of file