UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

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