-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 946 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 946 Bytes
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
43
44
{
"name": "nikso-vscode-theme",
"displayName": "Nikso Theme",
"description": "My personal color theme for VSCode code and interface!",
"version": "2.0.0",
"publisher": "thenikso",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/thenikso/nikso-vscode-theme"
},
"bugs": {
"url": "https://github.com/thenikso/nikso-vscode-theme/issues"
},
"engines": {
"vscode": "^1.16.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Nikso Plus",
"uiTheme": "vs",
"path": "./themes/nikso-vscode-theme.json"
},
{
"label": "Nikso Plus Dark",
"uiTheme": "vs",
"path": "./themes/nikso-vscode-theme-dark.json"
}
]
},
"scripts": {
"publish": "vsce publish"
},
"__metadata": {
"id": "d0db9e58-8cdf-49c5-87bf-02f037e10bb0",
"publisherDisplayName": "thenikso",
"publisherId": "e748af4a-d17d-4c3b-a7e1-2592de9a7e09",
"size": 1080424
}
}