diff --git a/.vscodeignore b/.vscodeignore index c17e7fc..cfd9cd9 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -5,6 +5,7 @@ # Whitelist what you need. !.vscodeignore !package.json +!images/icon/logo.png !themes/shades-of-purple-color-theme.json !themes !themes/* diff --git a/images/icon/logo.png b/images/icon/logo.png new file mode 100644 index 0000000..03f382c Binary files /dev/null and b/images/icon/logo.png differ diff --git a/package.json b/package.json index 92c4316..0f45985 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "engines": { "vscode": "^1.15.0" }, - "icon": "images/logo.png", + "icon": "images/icon/logo.png", "repository": { "type": "git", "url": "https://github.com/ahmadawais/shades-of-purple-vscode" @@ -51,8 +51,10 @@ }, "files": [ ".vscodeignore", + "themes/shades-of-purple-color-theme.json", "themes", "themes/*", + "images/icon/logo.png", "package.json", "readme.md", "code-of-conduct.md"