Skip to content

Commit

Permalink
Remove theme until it will be overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
sedyh committed Sep 1, 2022
1 parent b5a6b9a commit ddf83eb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 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.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/sedyh/ebitengine-kage-support.git"
Expand Down Expand Up @@ -37,18 +37,6 @@
"language": "kage",
"path": "./syntaxes/snippets.json"
}
],
"themes": [
{
"label": "Dark Ebitengine Kage",
"uiTheme": "vs-dark",
"path": "./themes/kage-dark.json"
},
{
"label": "Light Ebitengine Kage",
"uiTheme": "vs",
"path": "./themes/kage-light.json"
}
]
}
}

0 comments on commit ddf83eb

Please sign in to comment.