1
Fork 0
shinycode/package.json

21 lines
355 B
JSON

{
"name": "shinycode",
"displayName": "shinycode",
"description": "",
"version": "0.0.1",
"engines": {
"vscode": "^1.95.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "ShinyCode",
"uiTheme": "vs-dark",
"path": "./themes/ShinyCode-color-theme.json"
}
]
}
}