LincoThemeOne-Dark/package.json

22 lines
390 B
JSON

{
"name": "lincothemeone",
"displayName": "LincoThemeOne-Dark",
"description": "Tema de cores linco.work dark",
"version": "0.0.1",
"engines": {
"vscode": "^1.102.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "linco",
"uiTheme": "vs-dark",
"path": "./themes/linco-color-theme.json"
}
]
}
}