Skip to content

Commit

Permalink
Updated color theme labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sedyh committed Sep 1, 2022
1 parent 26b37f1 commit b5a6b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "sedyh",
"displayName": "ebitengine-kage",
"description": "Language for writing shaders on Ebitengine",
"version": "0.1.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/sedyh/ebitengine-kage-support.git"
Expand Down Expand Up @@ -40,12 +40,12 @@
],
"themes": [
{
"label": "ebitengine-kage",
"label": "Dark Ebitengine Kage",
"uiTheme": "vs-dark",
"path": "./themes/kage-dark.json"
},
{
"label": "ebitengine-kage",
"label": "Light Ebitengine Kage",
"uiTheme": "vs",
"path": "./themes/kage-light.json"
}
Expand Down

0 comments on commit b5a6b9a

Please sign in to comment.