-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 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
{
"name": "webstorm-darcula-darker-theme-v2",
"displayName": "WebStorm Darcula Darker Theme V2",
"description": "The new darker version of WebStorm Darcula theme, with less dim for your eyes",
"publisher": "wich-dev",
"version": "2.3.0",
"author": {
"name": "Wicak Radityo",
"email": "wicakradityo778@gmail.com",
"url": "https://www.linkedin.com/in/wicak-radityo-b38514145/"
},
"engines": {
"vscode": "^1.75.0"
},
"icon": "images/icon.png",
"categories": [
"Themes"
],
"keywords": [
"darcula",
"dracula",
"jetbrains",
"jetbrain",
"webstorm",
"theme",
"intellij",
"idea",
"dark",
"darker",
"warm",
"soft",
"cozy",
"best",
"android",
"android studio",
"studio"
],
"bugs": {
"url": "https://github.com/7dp/WebStorm-Darcula-Darker-Theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/7dp/WebStorm-Darcula-Darker-Theme.git"
},
"homepage": "https://github.com/7dp/WebStorm-Darcula-Darker-Theme",
"contributes": {
"themes": [
{
"label": "WebStorm Darcula Darker Theme V2",
"uiTheme": "vs-dark",
"path": "./themes/WebStorm Darcula Darker Theme-color-theme.json"
}
]
}
}