diff --git a/.vscodeignore b/.vscodeignore
index 4775d94..c51e689 100644
--- a/.vscodeignore
+++ b/.vscodeignore
@@ -4,7 +4,11 @@ out/test/**
test/**
src/**
**/*.map
+.gulp
+.github
.gitignore
tsconfig.json
vsc-extension-quickstart.md
-node_modules
\ No newline at end of file
+node_modules
+gulpfile.babel.json
+yarn.lock
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47ed9c2..8c8a996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,19 @@
-
-## 0.0.3 (2017-02-07)
+
+## 0.0.4 (2017-02-09)
+
+
+### 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))
### 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))
diff --git a/README.md b/README.md
index b533bad..05298e1 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
# Material Theme β for Visual Studio Code
### Beta (β) release
-The most epic theme, Material Theme, meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one.
+The most epic theme meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one.
diff --git a/package.json b/package.json
index 0b5a282..9d102c7 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.3",
+ "version": "0.0.4",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"icon": "logo.png",
@@ -37,6 +37,11 @@
"label": "Material Theme Darker",
"uiTheme": "vs-dark",
"path": "./themes/Material-Theme-Darker.tmTheme"
+ },
+ {
+ "label": "Material Theme Lighter",
+ "uiTheme": "vs",
+ "path": "./themes/Material-Theme-Lighter.tmTheme"
}
],
"iconThemes": [
diff --git a/src/icons/bower.svg b/src/icons/bower.svg
new file mode 100644
index 0000000..9fb2327
--- /dev/null
+++ b/src/icons/bower.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/icons/folder-outline.svg b/src/icons/folder-outline.svg
index 07e21c0..ee47427 100644
--- a/src/icons/folder-outline.svg
+++ b/src/icons/folder-outline.svg
@@ -5,7 +5,7 @@
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24"
style="enable-background:new 0 0 24 24;" xml:space="preserve">
diff --git a/src/icons/json.svg b/src/icons/json.svg
index 9337207..3390382 100755
--- a/src/icons/json.svg
+++ b/src/icons/json.svg
@@ -1,54 +1,6 @@
-
-