diff --git a/images/smithy-file-icon.png b/images/smithy-file-icon.png deleted file mode 100644 index e0f3301..0000000 Binary files a/images/smithy-file-icon.png and /dev/null differ diff --git a/images/smithy.png b/images/smithy.png deleted file mode 100644 index e6fc85d..0000000 Binary files a/images/smithy.png and /dev/null differ diff --git a/images/smithy_anvil_red.png b/images/smithy_anvil_red.png new file mode 100644 index 0000000..2039819 Binary files /dev/null and b/images/smithy_anvil_red.png differ diff --git a/images/smithy_anvil_red_file_icon.png b/images/smithy_anvil_red_file_icon.png new file mode 100644 index 0000000..9436ae2 Binary files /dev/null and b/images/smithy_anvil_red_file_icon.png differ diff --git a/package.json b/package.json index a7d9055..19b42f7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Smithy", "description": "Smithy IDL Language Extension", "version": "0.7.0", - "icon": "images/smithy.png", + "icon": "images/smithy_anvil_red.png", "publisher": "smithy", "engines": { "vscode": "^1.84.1" @@ -45,8 +45,8 @@ ".smithy" ], "icon": { - "dark": "./images/smithy-file-icon.png", - "light": "./images/smithy-file-icon.png" + "dark": "./images/smithy_anvil_red_file_icon.png", + "light": "./images/smithy_anvil_red_file_icon.png" }, "configuration": "./language-configuration.json" }