{ "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" } ] }, "repository": { "type": "git", "url": "https://github.com/edermcastro/LincoThemeOne-Dark.git" } }