-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (47 loc) · 1.05 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
{
"name": "coder-dark-theme",
"publisher": "Menath",
"displayName": "coderDark",
"description": "Provides Elevate your coding experince with the Code Dark theme extension for Visual Studio Code.",
"version": "0.0.20",
"icon": "coder-dark-icon.png",
"engines": {
"vscode": "^1.85.0"
},
"keywords": [
"theme",
"coder coder",
"coders dark",
"dark theme",
"coders dark theme",
"coders dark dark",
"dark dark coders",
"coder coder dark"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark Plus",
"uiTheme": "vs-dark",
"path": "./themes/dark-plus/dark-plus-theme.json"
},
{
"label": "Dark Grey",
"uiTheme": "vs-dark",
"path": "./themes/dark-grey/dark-grey-theme.json"
},
{
"label": "Dark Blue",
"uiTheme": "vs-dark",
"path": "./themes/dark-blue/dark-blue-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/MB-44/coder-dark-theme"
}
}