fixed colors, improved support

This commit is contained in:
Tehcn
2026-01-16 23:35:57 -06:00
commit 178dd6cb79
9 changed files with 1497 additions and 0 deletions

25
package.json Normal file
View 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"
}
]
}
}