mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
3b03189afa
* bring back grammar extensions
* fix hygiene
* Revert "pull themes from the marketplace"
This reverts commit 0738f76dac
.
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"name": "theme-monokai-dimmed",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"id": "Monokai Dimmed",
|
|
"label": "%themeLabel%",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/dimmed-monokai-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
}
|