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