-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "aspiesoft-intellij-theme",
"displayName": "AspieSoft IntelliJ Theme",
"description": "WebStorm based code highlighting with a custom dark theme background",
"version": "1.0.3",
"publisher": "AspieSoft",
"author": "AspieSoft",
"license": "MIT",
"icon": "icon-128x128.png",
"repository": {
"type": "git",
"url": "git://github.com/aspiesoft/vscode-intellij-theme.git"
},
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "AspieSoft IntelliJ Theme",
"uiTheme": "vs-dark",
"path": "./themes/AspieSoftTheme-color-theme.json"
},
{
"label": "AspieSoft IntelliJ Theme (Non Bold)",
"uiTheme": "vs-dark",
"path": "./themes/AspieSoftTheme-color-theme-nonbold.json"
}
]
},
"__metadata": {
"installedTimestamp": 1648056921910,
"id": "e0c18e83-91e4-4d10-832d-6171177d496e",
"publisherId": "e4733329-84e5-4b15-9d7a-c8857350db03",
"publisherDisplayName": "AspieSoft",
"isPreReleaseVersion": false,
"preRelease": false
}
}