diff --git a/.gitignore b/.gitignore
index 98e2308..a5021e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ package-lock.json
*.vsix
.vscode/settings.json
.env
+icon.psd
diff --git a/.vscodeignore b/.vscodeignore
index aaffe4e..00b6d4f 100644
--- a/.vscodeignore
+++ b/.vscodeignore
@@ -10,3 +10,4 @@ tsconfig.json
vsc-extension-quickstart.md
auto-generated-language-definitions
.github
+.env
diff --git a/README.md b/README.md
index 183031c..758fc84 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Automatic Comment Blocks
+#
Automatic Comment Blocks
@@ -6,9 +6,9 @@
A VScode extension that provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for [_all_ supported languages](#as-of-v110-this-extension-now-automatically-adds-language-support-and-no-longer-keeps-hardcoded-language-support).
-
+
-This is a fork of the original by [kevb34ns](https://github.com/kevb34ns/auto-comment-blocks) with lots of additional support.
+This fork of the [original by kevb34ns](https://github.com/kevb34ns/auto-comment-blocks) is published and maintained by **@yCodeTech**.
View the extension on [VScode Marketplace](https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks) and on [Open VSX Registry](https://open-vsx.org/extension/ycodetech/automatic-comment-blocks)
diff --git a/img/icon.png b/img/icon.png
index 63ecb20..54f9913 100644
Binary files a/img/icon.png and b/img/icon.png differ
diff --git a/package.json b/package.json
index ad9bee2..3bfd8c2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "automatic-comment-blocks",
"displayName": "Automatic Comment Blocks",
- "description": "Provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for most officially supported languages.",
+ "description": "Provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for all auto-supported languages.",
"version": "1.1.17",
"publisher": "ycodetech",
"homepage": "https://github.com/ycodetech/auto-comment-blocks",
@@ -12,7 +12,7 @@
"license": "SEE LICENSE IN LICENSE",
"icon": "img/icon.png",
"galleryBanner": {
- "color": "#171A29",
+ "color": "#01092d",
"theme": "dark"
},
"engines": {