UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

15 lines 271 B
{ "name": "theme-solarized-light", "version": "0.1.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { "themes": [ { "label": "Solarized Light", "uiTheme": "vs", "path": "./themes/solarized-light-color-theme.json" } ] } }