chore: Update meta data and add icons to theme commands
This commit is contained in:
parent
a1c6353846
commit
208ec63d76
2 changed files with 3 additions and 6 deletions
Binary file not shown.
|
@ -5,9 +5,7 @@
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"contributors": [
|
"author": "Mattia Astorino [@equinusocio]",
|
||||||
"Paolo Roth [@OctoD]"
|
|
||||||
],
|
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#263238",
|
"color": "#263238",
|
||||||
|
@ -48,10 +46,9 @@
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"category": "Material theme",
|
"category": "🎨 Material theme",
|
||||||
"command": "material.theme.config",
|
"command": "material.theme.config",
|
||||||
"title": "Settings",
|
"title": "Settings"
|
||||||
"icon": "./icons/ai.svg"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
|
Loading…
Reference in a new issue