-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.41 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
{
"name": "paper-owl",
"displayName": "Paper Owl",
"description": "An adaptation of Sarah Drasner's Night Owl theme using Steph Ango's Flexoki color scheme",
"version": "1.0.6",
"publisher": "third774",
"license": "SEE LICENSE IN LICENSE.md",
"icon": "paper-owl.webp",
"repository": {
"type": "git",
"url": "https://github.com/third774/paper-owl"
},
"keywords": [
"Theme",
"Dark Theme",
"Light Theme",
"Paper Owl",
"Night Theme",
"Early Bird",
"Accessible Theme"
],
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
},
"galleryBanner": {
"color": "#100F0F",
"theme": "dark"
},
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Paper Owl",
"uiTheme": "vs-dark",
"path": "./themes/Paper Owl-color-theme.json"
},
{
"label": "Paper Owl (No Italics)",
"uiTheme": "vs-dark",
"path": "./themes/Paper Owl-color-theme-noitalic.json"
},
{
"label": "Paper Owl Light",
"uiTheme": "vs",
"path": "./themes/Paper Owl-Light-color-theme.json"
},
{
"label": "Paper Owl Light (No Italics)",
"uiTheme": "vs",
"path": "./themes/Paper Owl-Light-color-theme-noitalic.json"
}
]
},
"devDependencies": {
"@vscode/vsce": "^2.22.0"
}
}