forked from hachimitsuboy/warp-cyber-wave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 828 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
38
39
40
41
{
"name": "warp-cyber-wave",
"displayName": "Warp Cyber Wave",
"description": "The color theme inspired by Warp's Cyber Wave theme!",
"version": "0.0.9",
"publisher": "8mitsuboy",
"icon": "./img/warp_icon.png",
"screenshots": [
{
"path": "./warp.png",
"description": "VSCode screen using Warp Cyber Wave"
}
],
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/hachimitsuboy/warp-cyber-wave.git"
},
"keywords": [
"theme",
"dark theme",
"warp",
"cyber",
"wave",
"8mitsuboy"
],
"contributes": {
"themes": [
{
"label": "Warp Theme",
"uiTheme": "vs-dark",
"path": "./themes/Warp Theme-color-theme.json"
}
]
}
}