26 lines
448 B
JSON
26 lines
448 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|