-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
{
"name": "purple-darktheme",
"displayName": "Purple Dark Theme For VS CODE",
"description": "A professional theme suite featuring carefully selected, bold purple shades for your VS Code editor and terminal apps. Renowned as one of the best, most downloaded, and highly rated VSCode Themes available on the marketplace.",
"version": "1.1.1",
"engines": {
"vscode": "^1.72.0"
},
"publisher": "waleedcodes",
"repository": {
"type": "git",
"url": "https://github.com/waleedcodes/waleedcode-theme"
},
"author": {
"name": "Waleed Codes"
},
"license": "MIT",
"homepage": "",
"keywords": [
"theme",
"dark theme",
"purple theme",
"purple dark theme",
"Purple Dark Theme",
"waleedcodes",
"waleed codes",
"dark",
"waleedcodes theme",
"waleed codes dark theme",
"waleedcode theme"
],
"icon": "Theme-logo.jpg",
"categories": [
"Themes",
"Extension Packs"
],
"contributes": {
"themes": [
{
"label": "waleedcodes",
"uiTheme": "vs-dark",
"path": "./themes/waleedcodes-color-theme.json"
}
]
}
}