This commit is contained in:
2025-05-05 21:23:47 +02:00
commit 9c24cdbf18
11 changed files with 696 additions and 0 deletions

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "comfydark",
"displayName": "ComfyDark",
"description": "VS Code theme with item colors from `GitHub Dark Default` with default VS Code syntax highlighting colors.",
"version": "1.0.1",
"engines": {
"vscode": "^1.99.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"publisher": "JensBech-Srensen",
"repository": {"url": "https://github.com/jensbech/ComfyDark"},
"contributes": {
"themes": [
{
"label": "ComfyDark",
"uiTheme": "vs-dark",
"path": "./themes/comfydark.json"
}
]
}
}