-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.35 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
70
71
{
"name": "blank-theme",
"displayName": "Blank Theme",
"description": "An Elegant and Minimalist Theme for Cursor/VS Code. ",
"version": "1.0.5",
"engines": {
"vscode": "^1.68.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Blank Moonlight",
"uiTheme": "vs-dark",
"path": "./vscode-themes/Blank-Moonlight.json"
},
{
"label": "Blank Monochrome",
"uiTheme": "vs-dark",
"path": "./vscode-themes/Blank-Monochrome.json"
},
{
"label": "Blank Ghibli",
"uiTheme": "vs-dark",
"path": "./vscode-themes/Blank-Ghibli.json"
},
{
"label": "Blank Uchiha",
"uiTheme": "vs-dark",
"path": "./vscode-themes/Blank-Uchiha.json"
}
]
},
"scripts": {
"package": "vsce package",
"publish:ovsx": "ovsx publish"
},
"devDependencies": {
"ovsx": "^0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kiritocode1/Blank-Theme"
},
"bugs": {
"type": "git",
"url": "https://github.com/kiritocode1/Blank-Theme"
},
"author": {
"name": "Aryan Kathawale",
"email": "kathawalearyan9@gmail.com"
},
"license": "MIT",
"keywords": [
"retro",
"colorful",
"dark theme",
"monochrome",
"Ghibli theme",
"super dark theme",
"retro"
],
"icon": "./logo/icon.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"publisher": "kiritocode1"
}