-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.73 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.73 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "theme-xulbux-neon-pro",
"version": "1.4.0",
"displayName": "Theme XulbuX PRO",
"description": "Theme pack which focuses on clear syntax and beautiful colors.",
"icon": "icon.png",
"author": { "name": "XulbuX", "email": "xulbux.real@gmail.com" },
"publisher": "xulbux",
"maintainers": ["XulbuX <xulbux.real@gmail.com>"],
"license": "MIT",
"repository": {
"url": "https://github.com/xulbux/vscode/tree/main/vscode-theme-xulbux-pro",
"type": "git"
},
"bugs": { "url": "https://github.com/xulbux/vscode/issues" },
"sponsor": { "url": "https://github.com/sponsors/XulbuX" },
"engines": { "vscode": "^1.87.0" },
"categories": ["Themes", "Visualization"],
"keywords": [
"accessible",
"blue",
"color",
"colorful",
"comprehensive",
"dark",
"extensive",
"modern",
"neon",
"pro",
"professional",
"purple",
"semantic",
"syntax",
"theme",
"vaporwave",
"vibrant",
"xulbux"
],
"contributes": {
"themes": [
{
"label": "XulbuX PRO",
"uiTheme": "vs-dark",
"path": "./theme/xulbux-pro.json"
},
{
"label": "XulbuX PRO Legacy",
"uiTheme": "vs-dark",
"path": "./theme/xulbux-pro-legacy.json"
},
{
"label": "XulbuX VaporWave",
"uiTheme": "vs-dark",
"path": "./theme/xulbux-vaporwave.json"
}
]
},
"__metadata": {
"id": "39cf6240-75d9-4602-97ff-1c0b1e355e94",
"publisherId": "77f5e7c0-42af-4d80-ab24-d9657bfebe93",
"publisherDisplayName": "XulbuX",
"targetPlatform": "undefined",
"updated": false,
"isPreReleaseVersion": false,
"hasPreReleaseVersion": false,
"installedTimestamp": 1710139219097,
"pinned": false
}
}