package.json 372 字节
Newer Older
E
Erich Gamma 已提交
1 2
{
	"name": "theme-quietlight",
S
Sandeep Somavarapu 已提交
3 4
	"displayName": "%displayName%",
	"description": "%description%",
5
	"version": "1.0.0",
E
Erich Gamma 已提交
6
	"publisher": "vscode",
7
	"license": "MIT",
S
Sandeep Somavarapu 已提交
8 9 10
	"engines": {
		"vscode": "*"
	},
E
Erich Gamma 已提交
11 12 13
	"contributes": {
		"themes": [
			{
14 15
				"id": "Quiet Light",
				"label": "%themeLabel%",
E
Erich Gamma 已提交
16
				"uiTheme": "vs",
17
				"path": "./themes/quietlight-color-theme.json"
E
Erich Gamma 已提交
18 19 20
			}
		]
	}
21
}