This commit is contained in:
Александр Кирюхин 2024-10-29 01:35:05 +03:00
commit 569ffece16
Signed by: neonxp
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
5 changed files with 2431 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Set default behavior to automatically normalize line endings.
* text=auto

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules
*.vsix

4
.vscodeignore Normal file
View file

@ -0,0 +1,4 @@
.vscode/**
.vscode-test/**
.gitignore
vsc-extension-quickstart.md

25
package.json Normal file
View file

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

2398
themes/light.json Normal file

File diff suppressed because it is too large Load diff