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/CHANGELOG.md b/CHANGELOG.md
index 8c8a996..b6966c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,17 @@
-
-## 0.0.4 (2017-02-09)
+
+## 0.0.5 (2017-02-11)
### Bug Fixes
-* Add bower icon ([b326f26](https://github.com/equinusocio/vsc-material-theme/commit/b326f26))
-* Fix background color for highlighted searched string ([fc94c09](https://github.com/equinusocio/vsc-material-theme/commit/fc94c09)), closes [#4](https://github.com/equinusocio/vsc-material-theme/issues/4)
* Fix opened folder icon ([b21c04f](https://github.com/equinusocio/vsc-material-theme/commit/b21c04f)), closes [#1](https://github.com/equinusocio/vsc-material-theme/issues/1)
-* Fix var hover background ([a471a2a](https://github.com/equinusocio/vsc-material-theme/commit/a471a2a))
-* Update json icon ([2793178](https://github.com/equinusocio/vsc-material-theme/commit/2793178))
+* Fix some file and folder icons ([5526e62](https://github.com/equinusocio/vsc-material-theme/commit/5526e62))
+* Update some file icons ([88b4739](https://github.com/equinusocio/vsc-material-theme/commit/88b4739))
### Features
-* Add lighter theme (wip) ([8827f12](https://github.com/equinusocio/vsc-material-theme/commit/8827f12))
-* Add Material Theme icon-theme ([8defc56](https://github.com/equinusocio/vsc-material-theme/commit/8defc56))
-* first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f))
+* **Icons:** Add new icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe))
diff --git a/README.md b/README.md
index 05298e1..24c8691 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,33 @@
-# Material Theme β for Visual Studio Code
+
+
### Beta (β) release
-The most epic theme meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one.
+[](https://github.com/equinusocio/vsc-material-theme/releases)
+[](https://beerpay.io/equinusocio/vsc-material-theme)
+
+The most epic theme meet Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues)
+
+
+# Easy installation
+You can install this awesome theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme).
+1. Press cmd/ctrl + P
+2. Type `ext install vsc-material-theme`
+
+
+# Activate the theme
+
+1. Press cmd/ctrl + Shift + P and type `color`, then select **Color Theme**
+2. Select `Material Theme Darker` or `Material Theme Lighter` fromt the list, then press **Enter**
+
+
+# Recommended settings for a better experience:
+
+```json
+ // Controls the font family.
+ "editor.fontFamily": "Operator Mono",
+ // Controls the line height. Use 0 to compute the lineHeight from the fontSize.
+ "editor.lineHeight": 24,
+ // Enables font ligatures
+ "editor.fontLigatures": true,
+```
\ No newline at end of file
diff --git a/package.json b/package.json
index 9d102c7..1affae1 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vsc-material-theme",
"displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code",
- "version": "0.0.4",
+ "version": "0.0.5",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"icon": "logo.png",
@@ -25,7 +25,10 @@
"start": "npm run remove-min && npm run minimize-icons && npm run minimize-json",
"minimize-icons": "svgo -f src/icons -o dist/icons",
"minimize-json": "json-minify src/material-theme-icons.json > dist/material-theme-icons.json",
- "remove-min": "rimraf min"
+ "remove-min": "rimraf min",
+ "release": "npm run bump && npm run changelog",
+ "changelog": "gulp changelog",
+ "bump": "gulp bump"
},
"categories": [
"Themes",
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/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 @@
-
-