vscode/extensions/theme-monokai/package.json
Christopher Leidigh cd3a131267 Monokai UI theme - first pass for #25327 (#25599)
* Monokai UI theme - first pass

* Added Dimmed Monokai

* Fixed base colors
2017-04-28 09:04:51 +02:00

15 lines
252 B
JSON

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