vscode-parchment-revamped-t.../package.json
2017-12-27 10:52:50 -05:00

25 lines
535 B
JSON

{
"name": "parchment-revamped",
"displayName": "Parchment-Revamped",
"description": "Parchment-Revamped for VS Code",
"version": "0.0.9",
"publisher": "pringshia",
"engines": {
"vscode": "^1.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pringshia/vscode-parchment-theme/"
},
"categories": ["Themes"],
"contributes": {
"themes": [
{
"label": "Parchment-Revamped",
"uiTheme": "vs",
"path": "./themes/Parchment-color-theme.json"
}
]
}
}