parent
0a8bb430c5
commit
444cf9a979
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
|
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.20.0"
|
"vscode": "^1.19.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants",
|
"build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants",
|
||||||
|
@ -50,7 +50,8 @@
|
||||||
{
|
{
|
||||||
"category": "Material theme",
|
"category": "Material theme",
|
||||||
"command": "material.theme.config",
|
"command": "material.theme.config",
|
||||||
"title": "Settings"
|
"title": "Settings",
|
||||||
|
"icon": "./icons/ai.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue