solorice/vscodium/extensions/proxzima.sweetdracula-1.0.8/package.json
2022-04-28 21:17:01 +03:00

56 lines
1.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "sweetdracula",
"displayName": "Sweet Dracula",
"description": "Sweet Dracula — A beautiful, darker - Dracula fork",
"publisher": "PROxZIMA",
"theme": "syntax",
"version": "1.0.8",
"license": "MIT",
"maintainers": [
"Pratik Pingale <pratikbpingale9075@gmail.com>"
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/PROxZIMA/sweet-dracula.git"
},
"bugs": {
"url": "https://github.com/PROxZIMA/sweet-dracula/issues"
},
"engines": {
"vscode": "^1.10.0"
},
"keywords": [
"dracula",
"dark",
"theme",
"color-theme"
],
"categories": [
"Themes"
],
"icon": "sweetdracula.png",
"galleryBanner": {
"color": "#0c0e14",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Sweet Dracula",
"uiTheme": "vs-dark",
"path": "theme/sweetdracula-color-theme.json"
}
]
},
"__metadata": {
"id": "c499a94d-a1f3-4d95-8284-985e07034bea",
"publisherId": "cde0217a-c0e2-4c2a-bc5b-60f0b2920337",
"publisherDisplayName": null,
"targetPlatform": "undefined",
"updated": false,
"isPreReleaseVersion": false,
"preRelease": false,
"installedTimestamp": 1651167577065
}
}