-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 905 Bytes
/
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
{
"name": "rm-dark-theme",
"displayName": "Rm Dark Theme",
"description": "This is beautiful vs-code dark theme",
"version": "1.0.5",
"icon": "images/logo.png",
"publisher": "raihaninfo",
"engines": {
"vscode": "^1.56.0"
},
"repository": {
"type": "git",
"url": "https://github.com/raihaninfo/rm-dark-theme"
},
"bugs": {
"url": "https://github.com/raihaninfo/rm-dark-theme/issues",
"email": "[email protected]"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"light theme",
"raihaninfo",
"rm dark theme",
"rm-dark-theme",
"Md Abu Raihan"
],
"contributes": {
"themes": [
{
"label": "rm dark theme",
"uiTheme": "vs-dark",
"path": "./themes/rm-dark-color-theme.json"
}
]
}
}