Skip to content

Commit 56330d5

Browse files
released on VS Code marketplace
1 parent b51ab8a commit 56330d5

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

icon.png

2.55 KB
Loading

package.json

+25-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
{
2-
"name": "soft-era",
2+
"name": "soft-era-theme",
33
"displayName": "soft era",
4-
"description": "Light pastel syntax theme for soft, warm, cozy, cute coding",
5-
"version": "0.0.1",
6-
"publisher": "audreymoon",
4+
"homepage": "https://github.com/soft-aesthetic/",
5+
"description": "🌸 Light pastel syntax theme for soft, warm, cozy, cute coding & typing 🌱",
6+
"version": "0.2.0",
7+
"publisher": "soft-aesthetic",
8+
"license": "MIT",
9+
"maintainers": [
10+
"Audrey Moon <[email protected]>"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/soft-aesthetic/soft-era-vs-code.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/soft-aesthetic/soft-era-vs-code/issues"
18+
},
719
"engines": {
820
"vscode": "^1.19.0"
921
},
1022
"categories": [
1123
"Themes"
1224
],
25+
"keywords": [
26+
"cute",
27+
"femme",
28+
"light",
29+
"theme",
30+
"color-theme"
31+
],
32+
"icon": "icon.png",
1333
"contributes": {
1434
"themes": [
1535
{
1636
"label": "soft era",
1737
"uiTheme": "vs",
18-
"path": "./themes/soft era-color-theme.json"
38+
"path": "./themes/soft-era-color-theme.json"
1939
}
2040
]
2141
}
File renamed without changes.

0 commit comments

Comments
 (0)