-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "brogrammer-plus",
"displayName": "Brogrammer Plus",
"description": "An improved Brogrammer theme with semantic highlighting, WCAG AAA text color, companion terminal themes, and material-designed UI. / 一款改进的 Brogrammer 主题,拥有语义高亮功能、符合 WCAG AAA 文本配色、配套的终端主题、以及符合 Material Design 的界面设计。",
"version": "1.0.0",
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Brogrammer Plus",
"uiTheme": "vs-dark",
"path": "./themes/brogrammer-plus-color-theme.json"
}
]
},
"repository": "https://github.com/jackjyq/vscode-theme-brogrammer-plus",
"publisher": "jackjyq",
"icon": "icon.png",
"__metadata": {
"id": "195d286a-12d5-499f-9c9a-4c79f422dea2",
"publisherDisplayName": "Jack Jiang",
"publisherId": "e71c598a-4275-4762-88fc-f2864b0346bb",
"isPreReleaseVersion": false,
"targetPlatform": "undefined",
"isApplicationScoped": false,
"updated": false,
"preRelease": false
}
}