UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

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