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