Files
Greenish/package.json
2026-01-16 23:35:57 -06:00

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"
}
]
}
}