Files
ComfyDark/package.json

27 lines
620 B
JSON

{
"name": "comfydark",
"displayName": "ComfyDark",
"description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors",
"version": "1.0.7",
"engines": {
"vscode": "^1.99.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"publisher": "JensBech-Srensen",
"repository": {
"type": "git",
"url": "https://git.bechsor.no/jens/ComfyDark.git"
},
"contributes": {
"themes": [
{
"label": "ComfyDark",
"uiTheme": "vs-dark",
"path": "./themes/comfydark.json"
}
]
}
}