-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
{
"name": "soft-era-theme",
"displayName": "soft era",
"homepage": "https://github.com/soft-aesthetic/",
"description": "🌸 Light pastel syntax theme for soft, warm, cozy, cute coding & typing 🌱",
"version": "1.0.3",
"publisher": "soft-aesthetic",
"license": "MIT",
"maintainers": [
"Audrey Moon <audrey@loveme.computer>"
],
"repository": {
"type": "git",
"url": "https://github.com/soft-aesthetic/soft-era-vs-code.git"
},
"bugs": {
"url": "https://github.com/soft-aesthetic/soft-era-vs-code/issues"
},
"engines": {
"vscode": "^1.19.0"
},
"categories": [
"Themes"
],
"keywords": [
"cute",
"femme",
"light",
"theme",
"color-theme"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "soft era",
"uiTheme": "vs",
"path": "./themes/soft-era-color-theme.json"
}
]
}
}