-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 912 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
41
42
{
"name": "jetbrains-new-dark",
"displayName": "JetBrains New Dark",
"description": "A theme for Visual Studio Code that closely resembles the new JetBrains Dark theme.",
"version": "0.0.1",
"publisher": "MoBalic",
"repository": {
"type": "git",
"url": "https://github.com/mobalti/jetbrains-new-dark"
},
"engines": {
"vscode": "^1.78.0"
},
"keywords": [
"theme",
"dark theme",
"jetbrains",
"webstorm",
"intellij",
"Darcula",
"webstorm dark theme",
"intellij dark theme",
"Jetbrains dark theme",
"webstorm new dark",
"intellij new dark",
"Jetbrains new dark",
"new dark"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "JetBrains New Dark",
"uiTheme": "vs-dark",
"path": "./themes/JetBrains New Dark-color-theme.json"
}
]
},
"icon": "icon.png"
}