{ "name": "linux-themes", "displayName": "Linux Themes for VS Code", "description": "Color themes designed to match the popular Ubuntu themes.", "version": "0.3.0", "publisher": "SolarLiner", "repository": { "type": "GitHub", "url": "https://github.com/SolarLiner/vscode-arc-theme" }, "engines": { "vscode": "^1.12.0" }, "categories": [ "Themes" ], "contributes": { "themes": [ { "label": "Arc Dark", "uiTheme": "vs-dark", "path": "./themes/arc-dark.json" }, { "label": "Adapta Nokto", "uiTheme": "vs-dark", "path": "./themes/adapta-nokto.json" } ] } }