2016-08-29 20:10:20 +02:00
|
|
|
{
|
|
|
|
|
"name": "theme-sample",
|
|
|
|
|
"version": "0.1.0",
|
2018-10-15 11:52:55 -07:00
|
|
|
"publisher": "vscode-samples",
|
2021-06-11 17:10:40 -07:00
|
|
|
"private": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
|
|
|
|
},
|
2016-12-30 11:17:41 +01:00
|
|
|
"engines": {
|
|
|
|
|
"vscode": "*"
|
|
|
|
|
},
|
2016-08-29 20:10:20 +02:00
|
|
|
"contributes": {
|
|
|
|
|
"themes": [
|
|
|
|
|
{
|
2016-08-29 20:31:36 +02:00
|
|
|
"label": "Sample Light",
|
|
|
|
|
"uiTheme": "vs",
|
|
|
|
|
"path": "./Sample_Light.tmTheme"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Sample Dark",
|
2016-08-29 20:10:20 +02:00
|
|
|
"uiTheme": "vs-dark",
|
2016-08-29 20:31:36 +02:00
|
|
|
"path": "./Sample_Dark.tmTheme"
|
2016-08-29 20:10:20 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-08-06 23:43:14 -07:00
|
|
|
}
|