-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
105 lines (105 loc) · 3.07 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "noctis",
"displayName": "Noctis",
"description": "Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors",
"version": "10.43.3",
"publisher": "liviuschera",
"icon": "images/logo.png",
"engines": {
"vscode": "^1.43.0"
},
"extensionKind": [
"ui",
"workspace"
],
"galleryBanner": {
"color": "#052529",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/liviuschera/noctis"
},
"scripts": {
"build": "node src/build.mjs",
"release:major---": "npm run build && git add . && git commit -m 🆕10.0.0🆕 && npm version major & vsce publish && git push",
"release:minor": "npm run build && git add . && git commit -m 10.43.0 && npm version minor & vsce publish && git push",
"release:patch": "npm run build && git add . && git commit -m 10.43.3 && npm version patch & vsce publish && git push"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"noctis",
"blue",
"azure",
"semantic",
"italic",
"bold"
],
"contributes": {
"themes": [
{
"label": "Noctis Lux",
"uiTheme": "vs",
"path": "./themes/lux.json"
},
{
"label": "Noctis Hibernus",
"uiTheme": "vs",
"path": "./themes/hibernus.json"
},
{
"label": "Noctis Lilac",
"uiTheme": "vs",
"path": "./themes/lilac.json"
},
{
"label": "Noctis",
"uiTheme": "vs-dark",
"path": "./themes/noctis.json"
},
{
"label": "Noctis Azureus",
"uiTheme": "vs-dark",
"path": "./themes/azureus.json"
},
{
"label": "Noctis Bordo",
"uiTheme": "vs-dark",
"path": "./themes/bordo.json"
},
{
"label": "Noctis Obscuro",
"uiTheme": "vs-dark",
"path": "./themes/obscuro.json"
},
{
"label": "Noctis Sereno",
"uiTheme": "vs-dark",
"path": "./themes/sereno.json"
},
{
"label": "Noctis Uva",
"uiTheme": "vs-dark",
"path": "./themes/uva.json"
},
{
"label": "Noctis Viola",
"uiTheme": "vs-dark",
"path": "./themes/viola.json"
},
{
"label": "Noctis Minimus",
"uiTheme": "vs-dark",
"path": "./themes/minimus.json"
}
]
},
"__metadata": {
"id": "d4e2a48f-0b88-4540-92c5-a4ab4dd2c813",
"publisherId": "676e5383-8870-48a9-80bb-67ae23e9228c",
"publisherDisplayName": "Liviu Schera"
}
}