mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:24:47 +00:00
15 lines
No EOL
240 B
JSON
15 lines
No EOL
240 B
JSON
{
|
|
"name": "theme-red",
|
|
"version": "0.1.0",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Red",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Red-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |