diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..923b1f8 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "neonxp-theme", + "displayName": "NeonXP Theme", + "description": "", + "version": "0.0.1", + "engines": { + "vscode": "^1.94.0" + }, + "categories": [ + "Themes" + ], + "repository": { + "type": "git", + "url": "https://git.neonxp.ru/neonxp/vscode-theme" + }, + "contributes": { + "themes": [ + { + "label": "NeonXP Theme Light", + "uiTheme": "vs", + "path": "./themes/light.json" + } + ] + } +} |