-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 973 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
{
"name": "gradianto-deep-ocean",
"displayName": "Gradianto Deep Ocean",
"description": "Gradianto (JetBrains IDE's) like Colour Theme",
"version": "1.0.1",
"publisher": "fowlow",
"icon": "assets/gradianto-deep-ocean-icon.png",
"engines": {
"vscode": "^1.67.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fowl-ow/gradianto-deep-ocean.git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Gradianto Deep Ocean",
"uiTheme": "vs-dark",
"path": "./themes/Gradianto Deep Ocean-color-theme.json"
},
{
"label": "Gradianto Deep Ocean Old Version",
"uiTheme": "vs-dark",
"path": "./themes/Gradianto Deep Ocean Old Version-color-theme.json"
}
]
},
"__metadata": {
"id": "1327d06b-a04e-4769-828d-69bcafe71803",
"publisherDisplayName": "fowl_ow",
"publisherId": "c233add9-749b-443a-a2f3-d28cc32bdc39",
"isPreReleaseVersion": false,
"installedTimestamp": 1651865400217
}
}