mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
15 lines
No EOL
248 B
JSON
15 lines
No EOL
248 B
JSON
{
|
|
"name": "theme-quietlight",
|
|
"version": "0.1.0",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Quiet Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/QuietLight.tmTheme"
|
|
}
|
|
]
|
|
}
|
|
} |