-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 826 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
{
"name": "anysphere-modern",
"displayName": "Anyshphere Modern",
"publisher": "GustavoPrietodePaula",
"description": "Modern version of the cursor editor \"Anysphere Dark\"",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/GustavoPrietoP/anysphere-modern"
},
"homepage": "https://github.com/GustavoPrietoP/anysphere-modern/blob/master/README.md",
"engines": {
"vscode": "^1.86.0"
},
"categories": [
"Themes"
],
"keywords": [
"anysphere",
"anysphere modern",
"theme",
"dark theme",
"cursor"
],
"contributes": {
"themes": [
{
"label": "Anysphere Modern",
"uiTheme": "vs-dark",
"path": "./themes/Anysphere Modern-color-theme.json"
}
]
},
"dependencies": {
"vsce": "^2.15.0"
}
}