diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8598bc..a698e90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.1.4] - 2021-04-18
+
+### Added
+
+- Added theme `keywords` in package.json
+- Added theme `bug` link in package.json
+- Added theme `gallery` in package.json
+
+### Changed
+
+- Improved `typescript` syntax colors.
+- Changed all the `gitDecoration` colors to improve visual harmony.
+- Changed the `activityBar.activeBorder` color.
+- Changed `activityBar` icon color.
+- Updated theme `icon` image (logo).
+
 ## [v0.1.3] - 2021-04-17
 
 - Improved `markdown` syntax.
diff --git a/icon.png b/icon.png
index 6d8cb66..a74fbfb 100644
Binary files a/icon.png and b/icon.png differ
diff --git a/package.json b/package.json
index a09ed9c..27c3723 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "displayName": "Aurora Future",
   "description": "A futuristic vscode theme.",
   "publisher": "auroral-ui",
-  "version": "0.1.3",
+  "version": "0.1.4",
   "license": "MIT",
   "engines": {
     "vscode": "^1.55.0"
@@ -18,9 +18,23 @@
     "url": "https://github.com/auroral-ui/aurora-future-vscode-theme",
     "type": "git"
   },
+  "bugs": {
+    "url": "https://github.com/auroral-ui/aurora-future-vscode-theme/issues"
+  },
+  "galleryBanner": {
+    "color": "#1A1A1A",
+    "theme": "dark"
+  },
   "categories": [
     "Themes"
   ],
+  "keywords": [
+    "Aurora Future",
+    "Aurora",
+    "Future",
+    "Dark Theme",
+    "Purple"
+  ],
   "contributes": {
     "themes": [
       {
diff --git a/screenshots/css.png b/screenshots/css.png
index 0313ff5..aee1a8c 100644
Binary files a/screenshots/css.png and b/screenshots/css.png differ
diff --git a/screenshots/javascript.png b/screenshots/javascript.png
index 3cd1f16..dfc9e3b 100644
Binary files a/screenshots/javascript.png and b/screenshots/javascript.png differ
diff --git a/screenshots/json.png b/screenshots/json.png
index 634e790..0580325 100644
Binary files a/screenshots/json.png and b/screenshots/json.png differ
diff --git a/screenshots/vue-html.png b/screenshots/vue-html.png
index 153ca78..42f2ae4 100644
Binary files a/screenshots/vue-html.png and b/screenshots/vue-html.png differ
diff --git a/screenshots/vue.png b/screenshots/vue.png
index 2ab2eb4..c79d46c 100644
Binary files a/screenshots/vue.png and b/screenshots/vue.png differ
diff --git a/screenshots/yaml.png b/screenshots/yaml.png
index cc3ec61..0dd25e8 100644
Binary files a/screenshots/yaml.png and b/screenshots/yaml.png differ
diff --git a/themes/Aurora Future-color-theme.json b/themes/Aurora Future-color-theme.json
index 683432d..90fd042 100644
--- a/themes/Aurora Future-color-theme.json	
+++ b/themes/Aurora Future-color-theme.json	
@@ -92,7 +92,6 @@
     "input.border": "#202020",
     "inputOption.activeBorder": "#593963",
 
-    "activityBar.activeBorder": "#593963",
     "panel.background": "#1A1A1A",
     "panelSection.border": "#202020",
     "panelTitle.activeBorder": "#893CF5",
@@ -110,17 +109,23 @@
     "scrollbar.shadow": "#1A1A1A",
 
     "activityBar.background": "#1A1A1A",
-    "activityBar.foreground": "#593963",
+    "activityBar.foreground": "#893CF5",
     "activityBar.dropBorder": "#202020",
     "activityBar.border": "#181818",
     "activityBarBadge.background": "#893CF5",
+    "activityBarBadge.foreground": "#e5d4fd",
+    "activityBar.activeBorder": "#893CF5",
+
+    "badge.background": "#893CF5",
+    "badge.foreground": "#e5d4fd",
 
     "sideBar.foreground": "#cccccc",
     "sideBar.background": "#1A1A1A",
     "sideBar.border": "#181818",
-    "sideBarTitle.foreground": "#623e6d",
+    "sideBarTitle.foreground": "#4D2376",
     "sideBarSectionHeader.background": "#1A1A1A",
     "sideBarSectionHeader.foreground": "#cccccc",
+    "sideBarSectionHeader.border": "#1A1A1A",
 
     "statusBar.background": "#1A1A1A",
     "statusBar.foreground": "#58595e",
@@ -167,7 +172,6 @@
     "tab.unfocusedInactiveModifiedBorder": "#da67da",
 
     "breadcrumb.foreground": "#58595e",
-    "badge.background": "#893CF5",
 
     "button.background": "#893CF5",
     "button.foreground": "#e5d4fd",
@@ -193,10 +197,10 @@
     "gitDecoration.deletedResourceForeground": "#da67da",
     "gitDecoration.renamedResourceForeground": "#f1b45d",
     "gitDecoration.addedResourceForeground": "#61d0ff",
-    "gitDecoration.untrackedResourceForeground": "#449dab",
-    "gitDecoration.conflictingResourceForeground": "#bb7a61",
-    "gitDecoration.stageDeletedResourceForeground": "#914c54",
-    "gitDecoration.stageModifiedResourceForeground": "#6183bb",
+    "gitDecoration.untrackedResourceForeground": "#50b191",
+    "gitDecoration.conflictingResourceForeground": "#fac580",
+    "gitDecoration.stageDeletedResourceForeground": "#ff5882",
+    "gitDecoration.stageModifiedResourceForeground": "#6b5aff",
 
     "notificationCenterHeader.background": "#202020",
     "notifications.background": "#202020",
@@ -209,21 +213,21 @@
     "terminal.border": "#181818",
     "terminal.foreground": "#cccccc",
     "terminal.ansiBlack": "#4a454b",
-    "terminal.ansiBlue": "#5a8fff",
+    "terminal.ansiBlue": "#6b5aff",
     "terminal.ansiBrightBlack": "#4a454b",
-    "terminal.ansiBrightBlue": "#5a8fff",
+    "terminal.ansiBrightBlue": "#6b5aff",
     "terminal.ansiBrightCyan": "#893cf5",
     "terminal.ansiBrightGreen": "#61d0ff",
     "terminal.ansiBrightMagenta": "#da67da",
-    "terminal.ansiBrightRed": "#ff5874",
+    "terminal.ansiBrightRed": "#ff5882",
     "terminal.ansiBrightWhite": "#e5d4fd",
-    "terminal.ansiBrightYellow": "#ffd191",
+    "terminal.ansiBrightYellow": "#f1b45d",
     "terminal.ansiCyan": "#893cf5",
     "terminal.ansiGreen": "#61d0ff",
     "terminal.ansiMagenta": "#da67da",
-    "terminal.ansiRed": "#ff5874",
+    "terminal.ansiRed": "#ff5882",
     "terminal.ansiWhite": "#e5d4fd",
-    "terminal.ansiYellow": "#ffd191",
+    "terminal.ansiYellow": "#f1b45d",
     "terminal.selectionBackground": "#893cf4",
     "terminalCursor.background": "#893cf4",
     "terminalCursor.foreground": "#893cf4",
@@ -397,7 +401,8 @@
         "text.html.markdown meta.paragraph.markdown meta.link.inline.markdown punctuation.definition.metadata.markdown",
         "text.html.markdown meta.paragraph.markdown meta.image.inline.markdown punctuation.definition.metadata.markdown",
         "text.html.markdown punctuation.definition.bold.markdown",
-        "text.html.markdown punctuation.definition.italic.markdown"
+        "text.html.markdown punctuation.definition.italic.markdown",
+        "text.html.vue-html meta.tag.block.any.html meta.directive.vue source.directive.vue meta.array.literal.js meta.brace.square.js"
       ],
       "settings": {
         "foreground": "#3f4144"
@@ -476,6 +481,7 @@
         "source.js string.template.js punctuation.definition.string.template.begin.js",
         "source.js string.template.js punctuation.definition.string.template.end.js",
         "source.js meta.group.braces.round.js meta.jsx.js meta.tag.jsx entity.name.tag.jsx",
+        "source.ts constant.numeric.decimal.ts",
         "support.function.json.ts",
         "support.function",
         "entity.name.type.instance.jsdoc",
@@ -540,6 +546,9 @@
         "source.ts meta.class.ts meta.field.declaration.ts meta.type.annotation.ts keyword.operator.type.annotation.ts",
         "source.ts support.function.promise.ts",
         "source.ts punctuation.accessor.ts",
+        "source.ts punctuation.separator.comma.ts",
+        "source.ts keyword.operator.arithmetic.ts",
+        "source.ts keyword.operator.comparison.ts",
         "source.css entity.other.pseudo-element.css punctuation.definition.entity.css",
         "source.js meta.group.braces.round.js meta.tag.jsx punctuation.definition.tag.begin.jsx",
         "source.js meta.group.braces.round.js meta.tag.jsx punctuation.definition.tag.end.jsx",