updating colorscheme for other terminals and vscode

This commit is contained in:
2026-01-22 22:33:44 -05:00
parent f4fdff3b45
commit 0a77a380ea
10 changed files with 1606 additions and 0 deletions

39
vscode/package.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "cargdev-cyberpunk",
"displayName": "CargDev Cyberpunk",
"description": "A vibrant cyberpunk-inspired color theme with neon colors on deep blue backgrounds",
"version": "1.1.1",
"publisher": "cargdev",
"license": "MIT",
"icon": "icon.png",
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"color-theme",
"cyberpunk",
"dark",
"neon",
"dracula"
],
"repository": {
"type": "git",
"url": "https://github.com/cargdev/cargdev-cyberpunk.nvim"
},
"bugs": {
"url": "https://github.com/cargdev/cargdev-cyberpunk.nvim/issues"
},
"contributes": {
"themes": [
{
"label": "CargDev Cyberpunk",
"uiTheme": "vs-dark",
"path": "./themes/cargdev-cyberpunk-color-theme.json"
}
]
}
}