vscode/extensions/theme-monokai/package.json

15 lines
252 B
JSON
Raw Normal View History

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