-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.55 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
{
"name": "dark-modern-one",
"displayName": "Dark Modern One",
"publisher": "nicolaerario",
"description": "For those who like Dark modern but more One",
"license": "MIT",
"author": {
"name": "Nicola Erario",
"url": "https://github.com/nicolaerario"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolaerario/dark-modern-one.git"
},
"bugs": {
"url": "https://github.com/nicolaerario/dark-modern-one/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/nicolaerario"
},
"version": "0.3.1",
"engines": {
"vscode": "^1.94.0"
},
"icon": "images/icon.png",
"categories": [
"Themes"
],
"keywords": [
"dark modern",
"dark",
"theme",
"italics",
"borders"
],
"galleryBanner": {
"color": "#03111b",
"theme": "dark"
},
"contributes": {
"themes": [
{
"id": "Dark Modern One",
"label": "Dark Modern One (Default)",
"uiTheme": "vs-dark",
"path": "./themes/Default_DMO-color-theme.json"
},
{
"id": "Dark Modern One without italics",
"label": "Dark Modern One (No italics)",
"uiTheme": "vs-dark",
"path": "./themes/Base_DMO-color-theme.json"
},
{
"id": "Dark Modern One bordered",
"label": "Dark Modern One (Bordered)",
"uiTheme": "vs-dark",
"path": "./themes/Bordered_DMO-color-theme.json"
}
]
},
"scripts": {
"publish": "vsce publish"
},
"devDependencies": {
"@vscode/vsce": "^3.2.1",
"prettier": "^3.4.1"
}
}