diff --git a/package.json b/package.json index a83c96b..f0157b3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.20.0" + "vscode": "^1.19.0" }, "scripts": { "build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants", @@ -50,7 +50,8 @@ { "category": "Material theme", "command": "material.theme.config", - "title": "Settings" + "title": "Settings", + "icon": "./icons/ai.svg" } ], "configuration": { diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 84e00a6..755b4c1 100644 Binary files a/src/themes/theme-template-color-theme.json and b/src/themes/theme-template-color-theme.json differ