diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-29 01:35:05 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-29 01:38:57 +0300 |
commit | 569ffece16f1cd7870fdaba1bfd2a0006e96a836 (patch) | |
tree | 7207d37e586bb4e4cfebdef6e756b330e5fda397 /package.json |
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" + } + ] + } +} |