{ "name": "lincothemeone", "displayName": "LincoThemeOne-Dark", "description": "Tema de cores linco.work dark", "publisher": "linformatica", "version": "0.0.2", "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" } }