25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"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.2",
|
|
"engines": {
|
|
"vscode": "^1.99.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"icon": "images/icon.png",
|
|
"publisher": "JensBech-Srensen",
|
|
"repository": {"url": "https://git.bechsor.no/jens/ComfyDark"},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "ComfyDark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/comfydark.json"
|
|
}
|
|
]
|
|
}
|
|
}
|