-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 751 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 751 Bytes
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
{
"name": "dev1ce",
"displayName": "Dark One",
"description": "Best Theme For Dark Mode",
"version": "0.6.8",
"engines": {
"vscode": "^1.44.0"
},
"galleryBanner": {
"color": "#23262E",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/Accel-Byte/Dark-One.git"
},
"icon": "Images/512/logo.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark One",
"uiTheme": "vs-dark",
"path": "./themes/dev1ce-color-theme.json"
}
]
},
"keywords": [
"vscode",
"Theme",
"Dark One",
"Dark",
"Onedark",
"Monokai",
"Dark+",
"semantic"
],
"publisher": "dev1ce",
"license": "MIT"
}