diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..e65e557 Binary files /dev/null and b/logo.png differ diff --git a/logo.svg b/logo.svg deleted file mode 100644 index 9a63fc9..0000000 --- a/logo.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - diff --git a/package.json b/package.json index 5177e30..23e5b88 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "1.0.3", "publisher": "Equinusocio", "license": "Apache-2.0", - "icon": "logo.svg", + "icon": "logo.png", "galleryBanner": { "color": "#263238", "theme": "dark" @@ -19,7 +19,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.12.0" + "vscode": "^1.17.0" }, "scripts": { "build": "npm run build-icons && npm run build-themes && npm run build-icons-accents && npm run build-icons-variants",