forked from chaddanna/Nord-Operator-Theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 824 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
34
35
36
37
{
"name": "nord-city-theme",
"displayName": "Nord City Theme",
"description": "Forked Nord VSCode theme with more contast + italics.",
"version": "1.2.3",
"publisher": "tomByrer",
"engines": {
"vscode": "^1.38.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tomByrer/nord-city-theme"
},
"license" : "MIT",
"categories": [
"Themes"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#81a1c1",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Nord City Theme",
"uiTheme": "vs-dark",
"path": "./themes/nord-city.color-theme.json"
},
{
"label": "Nord City No Italics Theme",
"uiTheme": "vs-dark",
"path": "./themes/nord-city-no-italics.color-theme.json"
}
]
}
}