Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
goliafrs committed Dec 19, 2023
1 parent 0b3f357 commit bc61e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monokai-grs",
"displayName": "Monokai",
"displayName": "Monokai GRS",
"description": "Dark theme based on color schema Monokai",
"version": "1.0.0",
"publisher": "goliafrs",
Expand All @@ -14,9 +14,9 @@
"contributes": {
"themes": [
{
"label": "Monokai",
"label": "Monokai GRS",
"uiTheme": "vs-dark",
"path": "./themes/Monokai.json"
"path": "./themes/Monokai-GRS.json"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion themes/Monokai.json → themes/Monokai-GRS.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Monokai",
"name": "Monokai GRS",
"tokenColors": [
{
"name": "Text",
Expand Down

0 comments on commit bc61e95

Please sign in to comment.