fixed colors, improved support
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "greenish",
|
||||
"displayName": "greenish",
|
||||
"description": "",
|
||||
"version": "0.2.2",
|
||||
"engines": {
|
||||
"vscode": "^1.107.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.elaja.dev/ijo-elaja/Greenish"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Greenish",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/Greenish-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user