-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 877 Bytes
/
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
{
"name": "theme-vintui",
"displayName": "Vintui Theme",
"description": "Vintui theme for Visual Studio Code or Sublime.",
"version": "1.0.0",
"publisher": "Vintlike",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"icon": "images/shortcut.png",
"contributes": {
"themes": [
{
"label": "Vintui",
"uiTheme": "vs-dark",
"path": "./themes/Vintui-theme.json"
},
{
"label": "Vintui Dark",
"uiTheme": "vs-dark",
"path": "./themes/Vintui-theme.tmTheme"
}
]
},
"__metadata": {
"id": "534cdf6a-1ec9-4df1-88dd-c32c7d2ba9b6",
"publisherDisplayName": "Vintlike",
"publisherId": "498a57df-366d-48d3-bee3-b1b1c08db88f"
}
}