-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 991 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
43
{
"name": "nebula-vscode",
"author": {
"name": "TJ Kohli",
"url": "https://tjkohli.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tjkohli/nebula-vscode"
},
"icon": "./images/icon.png",
"publisher": "tjk",
"license": "MIT",
"displayName": "Nebula for VS Code",
"description": "The official Nebula theme — minimal, colorful, and dark. Focus on your code, not your editor.",
"version": "0.0.1",
"engines": {
"vscode": "^1.81.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Nebula",
"uiTheme": "vs-dark",
"path": "./themes/Nebula-color-theme.json"
}
]
},
"__metadata": {
"id": "974a40a4-c0b8-4bc9-8c08-13ff248c16e4",
"publisherId": "97fff5bf-7b22-49e0-8af7-0a66bdf61667",
"publisherDisplayName": "TJ Kohli",
"targetPlatform": "undefined",
"isApplicationScoped": false,
"updated": true,
"isPreReleaseVersion": false,
"installedTimestamp": 1691462098298,
"preRelease": false
}
}