Skip to content

Commit

Permalink
Updated display name
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 7, 2023
1 parent 16c366c commit 858ee44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "michijs-vscode-material-theme",
"displayName": "Material Theme",
"displayName": "Michi Material Theme",
"description": "Vscode Material theme built following Google guidelines",
"author": "Lucas M. Segurado",
"icon": "media/material.png",
Expand All @@ -27,7 +27,7 @@
"contributes": {
"themes": [
{
"label": "Material Theme",
"label": "Michi Material Theme",
"uiTheme": "vs-dark",
"path": "./themes/material-color-theme.json"
}
Expand Down
2 changes: 1 addition & 1 deletion themes/material-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Material Theme",
"name": "Michi Material Theme",
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
Expand Down

0 comments on commit 858ee44

Please sign in to comment.