-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.02 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
35
36
37
38
39
40
41
42
{
"name": "vscode-icontheme-nomo-dark-macos",
"displayName": "Nomo Dark macOS Icon Theme",
"description": "Nomo Dark macOS Icon Theme",
"version": "1.0.3",
"publisher": "Gaulomatic",
"author": {
"email": "[email protected]",
"name": "Tobias Punke",
"url": "https://punke.eu"
},
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/Gaulomatic/vscode-icontheme-nomo-macos-dark"
},
"bugs": {
"url": "https://github.com/Gaulomatic/vscode-icontheme-nomo-macos-dark/issues"
},
"keywords": [
"icon-theme",
"icons",
"customization",
"theme",
"ui"
],
"icon": "logo.png",
"contributes": {
"iconThemes": [
{
"id": "vscode-icontheme-nomo-dark-macos",
"label": "Nomo Dark macOS",
"path": "icons.json"
}
]
}
}