-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 999 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
{
"name": "jellyfish-retro",
"displayName": "JellyFish-x-Retro Theme",
"description": "This Retro theme injects modern aesthetics and wild 80's animations into your VS code.",
"publisher": "Bhanu1776",
"version": "0.1.1",
"license": "MIT",
"keywords": ["vscode retro theme", "jellyfish", "Retro", "Dark-theme"],
"author": {
"name": "Bhanu Sunka"
},
"engines": {
"vscode": "^1.31.0"
},
"categories": [
"Themes",
"Other"
],
"icon": "assets/jellyfish.png",
"contributes": {
"themes": [
{
"label": "JellyFish-x-Retro",
"uiTheme": "vs-dark",
"path": "./themes/JellyFish Theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Bhanu1776/vscode-Jellyfish-x-Retro.git"
},
"homepage": "https://github.com/Bhanu1776/vscode-Jellyfish-x-Retro/blob/star/README.md"
}