diff --git a/extensions/material.theme.config.ts b/extensions/material.theme.config.ts index 2e684da..8e78d65 100644 Binary files a/extensions/material.theme.config.ts and b/extensions/material.theme.config.ts differ diff --git a/package.json b/package.json index 5435344..0ee299b 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,7 @@ "version": "1.4.0", "publisher": "Equinusocio", "license": "Apache-2.0", - "contributors": [ - "Paolo Roth [@OctoD]" - ], + "author": "Mattia Astorino [@equinusocio]", "icon": "logo.png", "galleryBanner": { "color": "#263238", @@ -48,10 +46,9 @@ "contributes": { "commands": [ { - "category": "Material theme", + "category": "🎨 Material theme", "command": "material.theme.config", - "title": "Settings", - "icon": "./icons/ai.svg" + "title": "Settings" } ], "configuration": {