LincoThemeOne-Dark/package.json

27 lines
530 B
JSON

{
"name": "lincothemeone",
"displayName": "LincoThemeOne-Dark",
"description": "Tema de cores linco.work dark",
"publisher": "linformatica",
"version": "0.0.1",
"engines": {
"vscode": "^1.102.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "linco",
"uiTheme": "vs-dark",
"path": "./themes/linco-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/edermcastro/LincoThemeOne-Dark.git"
}
}