UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

15 lines 240 B
{ "name": "theme-red", "version": "0.1.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { "themes": [ { "label": "Red", "uiTheme": "vs-dark", "path": "./themes/Red-color-theme.json" } ] } }