-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "nightowl-theme",
"displayName": "Night Owl Theme",
"description": "A dark not black but deep blue theme for Visual Studio Code.",
"version": "0.10.9",
"publisher": "AncientLord",
"author": {
"name": "Pranjal"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.55.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Night Owl Theme",
"uiTheme": "vs-dark",
"path": "./themes/Night Owl Theme-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#011627",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Night Owl Theme",
"Night Owl",
"Night Theme",
"Owl Theme",
"Owl",
"Accessible Theme",
"blue theme",
"dark mode theme",
"Pranjal",
"pranjal",
"ancientlord"
],
"repository": {
"type": "git",
"url": "https://github.com/pran-jal/Night-Owl-Theme-VS-Code"
},
"issues": {
"url": "https://github.com/pran-jal/Night-Owl-Theme-VS-Code/issues"
},
"readme": "https://github.com/pran-jal/Night-Owl-Theme-VS-Code/README.md"
}