-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"name": "indigo-dark-theme",
"displayName": "Indigo Dark Theme",
"description": "Indigo-Magenta flavoured Dark Theme.",
"publisher": "k2maan",
"author": {
"name": "k2maan"
},
"version": "0.0.1",
"engines": {
"vscode": "^1.49.2"
},
"repository": {
"type": "git",
"url": "https://github.com/k2maan/IndigoVSCodeDarkTheme"
},
"bugs": {
"url": "https://github.com/k2maan/IndigoVSCodeDarkThemee/issues"
},
"galleryBanner": {
"color": "#1b1d29",
"theme": "dark"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"keywords": [
"Indigo Theme",
"Dark Theme",
"Purple Theme",
"Magenta Theme",
"k2maan",
"pruple",
"pink",
"magenta",
"Dracula",
"Atom One"
],
"contributes": {
"themes": [
{
"label": "Indigo Dark Theme",
"uiTheme": "vs-dark",
"path": "./themes/k2maan-color-theme.json"
}
]
}
}