-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
{
"name": "flc-nord-dark-pro",
"displayName": "Nord Dark Pro",
"description": "A Nord based theme combined with One Dark",
"version": "1.5.0",
"icon": "icon.png",
"publisher": "FourLineCode",
"author": {
"name": "FourLineCode",
"url": "https://akmalhossain.vercel.app",
"email": "akmal3535.ah@gmail.com"
},
"repository": {
"directory": ".",
"type": "github",
"url": "https://github.com/FourLineCode/nord-dark-pro"
},
"homepage": "https://github.com/FourLineCode/nord-dark-pro",
"license": "MIT",
"keywords": [
"flc",
"dark",
"nord",
"theme",
"vscode",
"one dark",
"nord dark",
"nord theme",
"nord darker",
"vscode theme",
"fourlinecode",
"one dark pro",
"nord dark pro",
"nord dark pro darker"
],
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Nord Dark Pro",
"uiTheme": "vs-dark",
"path": "./themes/nord-dark-pro-color-theme.json"
},
{
"label": "Nord Dark Pro Darker",
"uiTheme": "vs-dark",
"path": "./themes/nord-dark-pro-darker-color-theme.json"
}
]
}
}